AccessApplicationSaasAppCustomAttribute

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val friendlyName: String? = null

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

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard
val nameFormat: String? = null

A globally unique name for an identity or service provider.

Link copied to clipboard
val required: Boolean? = null

True if the attribute must be always present.