RemoveRoleFromGroupInput is an input datatype for unassigning a role from a group for a view. It's used by the unassignRoleFromGroup() mutation field.

Table: RemoveRoleFromGroupInput

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 19, 2024
groupIdstringyes Long-TermThe unique identifier of the group.
roleIdstringyes Long-TermThe unique identifier of the role to remove from the group.
viewIdstringyes Long-TermThe unique identifier of the view associated with the role.