MappingRule constructor
MappingRule({
- required String claim,
- required MappingRuleMatchType matchType,
- required String roleARN,
- required String value,
Implementation
MappingRule({
required this.claim,
required this.matchType,
required this.roleARN,
required this.value,
});