Type Alias: MappingRuleResult
type MappingRuleResult = object;
Defined in: gen/types.gen.ts:4575
Properties
claimName?
optional claimName: string;
Defined in: gen/types.gen.ts:4579
The name of the claim to map.
claimValue?
optional claimValue: string;
Defined in: gen/types.gen.ts:4583
The value of the claim to map.
mappingRuleId?
optional mappingRuleId: string;
Defined in: gen/types.gen.ts:4591
The ID of the mapping rule.
name?
optional name: string;
Defined in: gen/types.gen.ts:4587
The name of the mapping rule.