MappingRule¶
Structure Class¶
MappingRule
dataclass
¶
A rule that maps a claim name, a claim value, and a match type to a role ARN.
Attributes¶
claim
instance-attribute
¶
claim: str
The claim name that must be present in the token, for example, "isAdmin" or "paid".
match_type
instance-attribute
¶
match_type: MappingRuleMatchType
The match condition that specifies how closely the claim value in the
IdP token must match Value.