AuthorizingClaimMatchValueType
The value and match operator used to authorize a claim during JWT validation.
Contents
- claimMatchOperator
-
The operator used to compare the claim value against the expected value.
Type: String
Valid Values:
EQUALS | CONTAINS | CONTAINS_ANYRequired: Yes
- claimMatchValue
-
The expected value or values that the claim is compared against.
Type: ClaimMatchValueType object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: