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>) : ConvertibleToJava<AccessApplicationSaasAppCustomAttributeArgs>

Constructors

constructor(friendlyName: Output<String>? = null, name: Output<String>? = null, nameFormat: Output<String>? = null, required: Output<Boolean>? = null, source: Output<AccessApplicationSaasAppCustomAttributeSourceArgs>)

Properties

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

A friendly name for the attribute as provided to the SaaS app.

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

The name of the attribute as provided to the SaaS app.

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

A globally unique name for an identity or service provider.

Link copied to clipboard
val required: Output<Boolean>? = null

True if the attribute must be always present.

Link copied to clipboard

Functions

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