AccessApplicationSaasAppCustomAttribute

data class AccessApplicationSaasAppCustomAttribute(val friendlyName: String? = null, val name: String? = null, val nameFormat: String? = null, val required: Boolean? = null, val source: AccessApplicationSaasAppCustomAttributeSource? = null)

Constructors

Link copied to clipboard
constructor(friendlyName: String? = null, name: String? = null, nameFormat: String? = null, required: Boolean? = null, source: AccessApplicationSaasAppCustomAttributeSource? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val friendlyName: String? = null

The SAML FriendlyName of the attribute.

Link copied to clipboard
val name: String? = null

The name of the attribute.

Link copied to clipboard
val nameFormat: String? = null

A globally unique name for an identity or service provider. Available values: "urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified", "urn:oasis:names:tc:SAML:2.0:attrname-format:basic", "urn:oasis:names:tc:SAML:2.0:attrname-format:uri".

Link copied to clipboard
val required: Boolean? = null

If the attribute is required when building a SAML assertion.

Link copied to clipboard