Zero Trust Access Application Saas App Custom Attribute
data class ZeroTrustAccessApplicationSaasAppCustomAttribute(val friendlyName: String? = null, val name: String? = null, val nameFormat: String? = null, val required: Boolean? = null, val source: ZeroTrustAccessApplicationSaasAppCustomAttributeSource? = null)
Constructors
Link copied to clipboard
constructor(friendlyName: String? = null, name: String? = null, nameFormat: String? = null, required: Boolean? = null, source: ZeroTrustAccessApplicationSaasAppCustomAttributeSource? = null)
Properties
Link copied to clipboard
The SAML FriendlyName of the attribute.
Link copied to clipboard
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