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.
SsoAuthenticationMethodInfo
editSsoAuthenticationMethodInfo
editSpecifies 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-
name
(string
, required) - The friendly name of the single sign-on method.
-
sso_type
(string
; allowed values: [saml
,openid
], required) - Indicates the protocol of the single sign-on method.
-
url
(string
, required) - The URL to initiate the single sign-on login.
Example
edit{ "name" : "string", "sso_type" : "string", "url" : "string" }