CustomClaimValidationType
A validation rule applied to a single claim of an inbound JWT.
Contents
-
The value and match operator used to authorize the claim.
Type: AuthorizingClaimMatchValueType object
Required: Yes
- inboundTokenClaimName
-
The name of the claim in the inbound token to validate.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[A-Za-z0-9_.-:]+Required: Yes
- inboundTokenClaimValueType
-
The value type of the claim in the inbound token, either a string or an array of strings.
Type: String
Valid Values:
STRING | STRING_ARRAYRequired: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: