Domain Saml Options Saml Options
data class DomainSamlOptionsSamlOptions(val enabled: Boolean? = null, val idp: DomainSamlOptionsSamlOptionsIdp? = null, val masterBackendRole: String? = null, val masterUserName: String? = null, val rolesKey: String? = null, val sessionTimeoutMinutes: Int? = null, val subjectKey: String? = null)
Properties
Link copied to clipboard
Information from your identity provider.
Link copied to clipboard
This backend role from the SAML IdP receives full permissions to the cluster, equivalent to a new master user.
Link copied to clipboard
This username from the SAML IdP receives full permissions to the cluster, equivalent to a new master user.
Link copied to clipboard
Duration of a session in minutes after a user logs in. Default is 60. Maximum value is 1,440.
Link copied to clipboard
Element of the SAML assertion to use for username. Default is NameID.