Skip to main content
Version: 8.9 (unreleased)

Type Alias: AssignRoleToMappingRuleData

type AssignRoleToMappingRuleData = object;

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

Properties

body?

optional body: never;

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


path

path: object;

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

mappingRuleId

mappingRuleId: string;

The mapping rule ID.

roleId

roleId: string;

The role ID.


query?

optional query: never;

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


url

url: "/roles/{roleId}/mapping-rules/{mappingRuleId}";

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