It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
SecurityRealmInfo
editSecurityRealmInfo
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
(integer
asint32
) - 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" ] }