AccessGroupRequireSaml

data class AccessGroupRequireSaml(val attributeName: String? = null, val attributeValue: String? = null, val identityProviderId: String? = null)

Constructors

Link copied to clipboard
constructor(attributeName: String? = null, attributeValue: String? = null, identityProviderId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attributeName: String? = null

The name of the SAML attribute.

Link copied to clipboard
val attributeValue: String? = null

The SAML attribute value to look for.

Link copied to clipboard

The ID of your SAML identity provider.