AvailableAuthenticationMethodsedit

Specifies the authentication methods that are enabled on the Elasticsearch cluster. NOTE: When all fields are false, only the Platform admin and Platform viewer are available.

Propertiesedit

password (boolean, required)
Indicates that username and password authentication is available.
saml (boolean, required)
Indicates that SAML single sign-on authentication is available.

Exampleedit

{
   "password" : true,
   "saml" : true
}