Type Alias: UnassignRoleFromTenantData
type UnassignRoleFromTenantData = object;
Defined in: gen/types.gen.ts:16183
Properties
body?
optional body: never;
Defined in: gen/types.gen.ts:16184
path
path: object;
Defined in: gen/types.gen.ts:16185
roleId
roleId: string;
The unique identifier of the role.
tenantId
tenantId: TenantId;
The unique identifier of the tenant.
query?
optional query: never;
Defined in: gen/types.gen.ts:16195
url
url: "/tenants/{tenantId}/roles/{roleId}";
Defined in: gen/types.gen.ts:16196