Skip to main content
Version: 8.9 (unreleased)

Type Alias: AssignRoleToClientData

type AssignRoleToClientData = object;

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

Properties

body?

optional body: never;

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


path

path: object;

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

clientId

clientId: string;

The client ID.

roleId

roleId: string;

The role ID.


query?

optional query: never;

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


url

url: "/roles/{roleId}/clients/{clientId}";

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