A newer version is available. For the latest information, see the
current release documentation.
SecurityRealmInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
SecurityRealmInfo
editThe overview for the Elasticsearch security realm.
Properties
edit-
enabled(boolean) - True if the security realm is enabled
-
id(string, required) - The identifier for the security realm
-
name(string, required) - The friendly name of the security realm
-
order(integerasint32) - The order the security realm should be evaluated
-
type(string; allowed values: [native,ldap,saml,active_directory], required) - The type of the security realm
-
urls(array[string, required)] - The URLs associated with the security realm
Example
edit{
"enabled" : true,
"id" : "string",
"name" : "string",
"order" : 0,
"type" : "string",
"urls" : [
"string"
]
}