UpdateRoleInput
is used to
input data for updating a role.
Table: UpdateRoleInput
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Oct 4, 2024 | |||||
color | string | Long-Term | The color for displaying the role. | ||
description | string | Long-Term | The description of the role to update. | ||
displayName | string | yes | Long-Term | The display name of the role to update. | |
objectAction | ObjectAction | Long-Term | The object of the action. See ObjectAction . | ||
organizationManagementPermissions | [OrganizationManagementPermission ] | yes | Long-Term | List of permissions given for organization management. See OrganizationManagementPermission . | |
organizationPermissions | [OrganizationPermission ] | yes | Long-Term | List of permissions given for the organization. See OrganizationPermission . | |
RoleId | string | yes | Long-Term | The unique identifier of the role to update. | |
systemPermissions | [SystemPermission ] | yes | Long-Term | List of permissions given for users who are assigned the role. See SystemPermission . | |
ViewPermissions | [Permission ] | yes | Long-Term | A list of permissions associated with the view. See Permission . |