AccessApplicationSaasAppCustomClaim

data class AccessApplicationSaasAppCustomClaim(val name: String? = null, val required: Boolean? = null, val scope: String? = null, val source: AccessApplicationSaasAppCustomClaimSource)

Constructors

Link copied to clipboard
constructor(name: String? = null, required: Boolean? = null, scope: String? = null, source: AccessApplicationSaasAppCustomClaimSource)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard
val required: Boolean? = null

True if the attribute must be always present.

Link copied to clipboard
val scope: String? = null

The scope of the claim.