Type Alias: UnassignRoleFromMappingRuleData
type UnassignRoleFromMappingRuleData = object;
Defined in: gen/types.gen.ts:15104
Properties
body?
optional body: never;
Defined in: gen/types.gen.ts:15105
path
path: object;
Defined in: gen/types.gen.ts:15106
mappingRuleId
mappingRuleId: string;
The mapping rule ID.
roleId
roleId: string;
The role ID.
query?
optional query: never;
Defined in: gen/types.gen.ts:15116
url
url: "/roles/{roleId}/mapping-rules/{mappingRuleId}";
Defined in: gen/types.gen.ts:15117