Domain Saml Options Args
data class DomainSamlOptionsArgs(val enabled: Output<Boolean>? = null, val idp: Output<DomainIdpArgs>? = null, val masterBackendRole: Output<String>? = null, val masterUserName: Output<String>? = null, val rolesKey: Output<String>? = null, val sessionTimeoutMinutes: Output<Int>? = null, val subjectKey: Output<String>? = null) : ConvertibleToJava<DomainSamlOptionsArgs>
Properties
Link copied to clipboard
The SAML Identity Provider's information.
Link copied to clipboard
The backend role that the SAML master user is mapped to.
Link copied to clipboard
The SAML master user name, which is stored in the domain's internal user database.
Link copied to clipboard
The duration, in minutes, after which a user session becomes inactive. Acceptable values are between 1 and 1440, and the default value is 60.
Link copied to clipboard
Element of the SAML assertion to use for the user name. Default is NameID
.