AccessApplicationSaasAppCustomClaim

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

Constructors

Link copied to clipboard
constructor(name: String? = null, required: Boolean? = null, scope: String? = null, source: AccessApplicationSaasAppCustomClaimSource? = 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