Last update:
July 26, 2024
InputUpdateRoleInnerType object¶
This type represents the input data required to update the details of a role.
Fields¶
Field | Description |
---|---|
concurrencyStamp String |
The concurrency stamp of the role. |
id String! |
The Id of the role to be updated. |
name String! |
The updated name of the role. |
description String |
The updated description of the role. |
permissions InputAssignPermissionType! |
The updated permissions assigned to the role. |