Type Alias: AssignRoleToTenantData
type AssignRoleToTenantData = object;
Defined in: gen/types.gen.ts:16234
Properties
body?
optional body: never;
Defined in: gen/types.gen.ts:16235
path
path: object;
Defined in: gen/types.gen.ts:16236
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:16246
url
url: "/tenants/{tenantId}/roles/{roleId}";
Defined in: gen/types.gen.ts:16247