Access Application Saas App Custom Attribute Args
data class AccessApplicationSaasAppCustomAttributeArgs(val friendlyName: Output<String>? = null, val name: Output<String>? = null, val nameFormat: Output<String>? = null, val required: Output<Boolean>? = null, val source: Output<AccessApplicationSaasAppCustomAttributeSourceArgs>? = null) : ConvertibleToJava<AccessApplicationSaasAppCustomAttributeArgs>
Constructors
Link copied to clipboard
constructor(friendlyName: Output<String>? = null, name: Output<String>? = null, nameFormat: Output<String>? = null, required: Output<Boolean>? = null, source: Output<AccessApplicationSaasAppCustomAttributeSourceArgs>? = 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