Skip to main content
Version: 8.9 (unreleased)

Type Alias: MappingRuleFilter

type MappingRuleFilter = object;

Defined in: gen/types.gen.ts:4616

Mapping rule search filter.

Properties

claimName?

optional claimName: string;

Defined in: gen/types.gen.ts:4620

The claim name to match against a token.


claimValue?

optional claimValue: string;

Defined in: gen/types.gen.ts:4624

The value of the claim to match.


mappingRuleId?

optional mappingRuleId: string;

Defined in: gen/types.gen.ts:4632

The ID of the mapping rule.


name?

optional name: string;

Defined in: gen/types.gen.ts:4628

The name of the mapping rule.