Skip to main content
Version: 8.10 (unreleased)

Type Alias: MappingRuleFilter

type MappingRuleFilter = object;

Mapping rule search filter.

Properties

claimName?

optional claimName?: string;

The claim name to match against a token.


claimValue?

optional claimValue?: string;

The value of the claim to match.


mappingRuleId?

optional mappingRuleId?: MappingRuleId;

The ID of the mapping rule.


name?

optional name?: string;

The name of the mapping rule.