PostRoleAliasDto

Type Alias: PostRoleAliasDto

[object Object]

Defined in: app/api/types.gen.ts:1373

Defines the DTO for posting a role alias, containing the necessary information for creating a new role alias, including its name and the associated parent role ID. The PostRoleAliasDTO is used to transfer data from the client to the server when creating a new role alias, ensuring that all required information is provided and validated appropriately for the creation process.

Properties

name

[object Object]

Defined in: app/api/types.gen.ts:1377

The name of the role alias.


roleId?

optional roleId?: number

Defined in: app/api/types.gen.ts:1381

The id of the role that this alias belongs to.

On this page