IdentityProviderConfigRequiredClaimArgs

data class IdentityProviderConfigRequiredClaimArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<IdentityProviderConfigRequiredClaimArgs>

The key value pairs that describe required claims in the identity token. If set, each claim is verified to be present in the token with a matching value.

Constructors

Link copied to clipboard
constructor(key: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val key: Output<String>

The key of the requiredClaims.

Link copied to clipboard
val value: Output<String>

The value for the requiredClaims.

Functions

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