RoleAssignmentFilterInput
Last updated
Was this helpful?
Describes the filter options for listing role assignments.
input RoleAssignmentFilterInput {
inherited: Boolean
inheritedOnly: Boolean
resource: ID
role: ID
user: ID
}Boolean scalarAlso included inherited assignments (from ancestor resources). By default (if not set), this is true.
Boolean scalarIf true, only the assignments on the ancestor resources are returned. By default (if not set), this is false.
ID scalarFilter on assignments on a specific resource.
ID scalarFilter assignments for a specific role.
ID scalarFilter assignments to a specific user.
roleAssignments query
Last updated
Was this helpful?
Was this helpful?