AvailableAuthenticationMethods

edit

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.

Properties

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

Example

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