ZeroTrustAccessApplicationSaasAppCustomClaim

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

Constructors

constructor(name: String? = null, required: Boolean? = null, scope: String? = null, source: ZeroTrustAccessApplicationSaasAppCustomClaimSource)

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.