SsoAuthenticationMethodInfoedit

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

name (string, required)
The friendly name of the single sign-on method.
sso_type (string; allowed values: [saml], required)
Indicates the protocol of the single sign-on method.
url (string, required)
The URL to initiate the single sign-on login.

Exampleedit

{
   "name" : "string",
   "sso_type" : "string",
   "url" : "string"
}