Builder

class Builder

Properties

Link copied to clipboard

True to enable SAML authentication for a domain.

Link copied to clipboard
var idp: SamlIdp?

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

Element of the SAML assertion to use for backend roles. Default is roles.

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.

Functions

Link copied to clipboard
fun idp(block: SamlIdp.Builder.() -> Unit)