MappingRule constructor

MappingRule({
  1. required String claim,
  2. required MappingRuleMatchType matchType,
  3. required String roleARN,
  4. required String value,
})

Implementation

MappingRule({
  required this.claim,
  required this.matchType,
  required this.roleARN,
  required this.value,
});