For the complete documentation index, see llms.txt. This page is also available as Markdown.

RoleAssignmentFilterInput

Describes the filter options for listing role assignments.

input RoleAssignmentFilterInput {
  inherited: Boolean
  inheritedOnly: Boolean
  resource: ID
  role: ID
  user: ID
}

Fields

inherited ● Boolean scalar

Also included inherited assignments (from ancestor resources). By default (if not set), this is true.

inheritedOnly ● Boolean scalar

If true, only the assignments on the ancestor resources are returned. By default (if not set), this is false.

resource ● ID scalar

Filter on assignments on a specific resource.

role ● ID scalar

Filter assignments for a specific role.

user ● ID scalar

Filter assignments to a specific user.

Member Of

roleAssignments query

Last updated

Was this helpful?