PostRoleAliasDto
Type Alias: PostRoleAliasDto
[object Object]
Defined in: api/types.gen.ts:1514
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: api/types.gen.ts:1518
The name of the role alias.
roleId?
optionalroleId?:number
Defined in: api/types.gen.ts:1522
The id of the role that this alias belongs to.