ZeroTrustAccessApplicationSaasAppCustomClaim

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the claim.

Link copied to clipboard
val required: Boolean? = null

If the claim is required when building an OIDC token.

Link copied to clipboard
val scope: String? = null

The scope of the claim. Available values: "groups", "profile", "email", "openid".

Link copied to clipboard