UpdateRoleInput is used to input data for updating a role.

Table: UpdateRoleInput

ParameterTypeRequiredDefaultDescription
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
colorstring  The color for displaying the role.
descriptionstring  The description of the role to update.
displayNamestringyes The display name of the role to update.
objectActionObjectAction  The object of the action. See ObjectAction.
organizationManagementPermissions[OrganizationManagementPermission]yes List of permissions given for organization management. See OrganizationManagementPermission.
organizationPermissions[OrganizationPermission]yes List of permissions given for the organization. See OrganizationPermission.
roleIdstringyes The unique identifier of the role to update.
systemPermissions[SystemPermission]yes List of permissions given for users who are assigned the role. See SystemPermission.
ViewPermissions[Permission]yes A list of permissions associated with the view. See Permission.