RoleAliasUpdateDto

Type Alias: RoleAliasUpdateDto

[object Object]

Defined in: api/types.gen.ts:1769

Defines the DTO for updating an existing role alias, containing all necessary information for modifying a role alias's properties. The RoleAliasUpdateDTO is used to transfer data from the client to the server when updating an existing role alias, allowing for changes to be made to the role alias's details while ensuring that the provided information is validated appropriately for the update process.

Properties

name

[object Object]

Defined in: api/types.gen.ts:1773

The name of the role alias.


roleId?

optional roleId?: number

Defined in: api/types.gen.ts:1777

The id of the role that this alias belongs to.

On this page