typeoptional string
The type of the SSO to be set. Available values SAML
, OIDC
.sso_urloptional string
The SSO URL / SAML endpoint / Identity provider Single sign-on URL. Set when type
is SAML
.issueroptional string
Issuer URI, IDP Entity ID, SSO issuer, provider issuer, AD identifier or the base URL of the OpenID Connect (OIDC) server.certificateoptional string
The x509 certificate content. Set when type
is SAML
.signature_methodoptional string
Available values are sha1
, sha256
, sha512
. Set when type
is SAML
.digest_methodoptional string
Available values are sha1
, sha256
, sha512
. Set when type
is SAML
.require_sso_for_all_membersoptional boolean
Require SSO authentication.client_idoptional string
The client ID of the identity provider application.client_secretoptional string
The client secret of the identity provider application.