AssignRoleToGroupInput is an input datatype for assigning a role to a group. It's used by the assignRoleToGroup() mutation field.

Table: AssignRoleToGroupInput

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 17, 2024
groupIdstringyes Long-TermThe unique identifier of the group being assigned.
overrideExistingAssignmentsForViewboolean  Long-TermWhether to override any existing assignments for a view.
roleIdstringyes Long-TermThe unique identifier of the role being assigned.
viewIdstringyes Long-TermThe unique identifier of the view.