AccessApplicationSaasAppCustomAttributeArgs

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

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
val friendlyName: Output<String>? = null

The SAML FriendlyName of the attribute.

Link copied to clipboard
val name: Output<String>? = null

The name of the attribute.

Link copied to clipboard
val nameFormat: Output<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: Output<Boolean>? = null

If the attribute is required when building a SAML assertion.

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): AccessApplicationSaasAppCustomAttributeArgs