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

RoleAssigneeInput

Input object for defining the role and assignee of the assignment to a resource.

input RoleAssigneeInput {
  assignees: [ID!]!
  roleID: ID!
}

Fields

assignees ● [ID!]! non-null scalar

The assignees to assign the role to.

roleID ● ID! non-null scalar

The role to assign.

Member Of

updateRoleAssigneesOnAccessControl mutation ● updateRoleAssigneesOnDataObject mutation ● updateRoleAssigneesOnDataSource mutation

Last updated

Was this helpful?