ZeroTrustAccessApplicationSaasAppCustomClaimArgs

data class ZeroTrustAccessApplicationSaasAppCustomClaimArgs(val name: Output<String>? = null, val required: Output<Boolean>? = null, val scope: Output<String>? = null, val source: Output<ZeroTrustAccessApplicationSaasAppCustomClaimSourceArgs>? = null) : ConvertibleToJava<ZeroTrustAccessApplicationSaasAppCustomClaimArgs>

Constructors

constructor(name: Output<String>? = null, required: Output<Boolean>? = null, scope: Output<String>? = null, source: Output<ZeroTrustAccessApplicationSaasAppCustomClaimSourceArgs>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the claim.

Link copied to clipboard
val required: Output<Boolean>? = null

If the claim is required when building an OIDC token.

Link copied to clipboard
val scope: Output<String>? = null

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

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): ZeroTrustAccessApplicationSaasAppCustomClaimArgs