Identity Provider Config Required Claim Args
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.