Type Alias: AssignRoleToTenantData
type AssignRoleToTenantData = object;
Properties
body?
optional body?: never;
path
path: object;
roleId
roleId: string;
The unique identifier of the role.
tenantId
tenantId: TenantId;
The unique identifier of the tenant.
query?
optional query?: never;
url
url: "/tenants/{tenantId}/roles/{roleId}";