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" ] }