RoleAssigneeInput
Last updated
Was this helpful?
Input object for defining the role and assignee of the assignment to a resource.
input RoleAssigneeInput {
assignees: [ID!]!
roleID: ID!
}[ID!]! non-null scalarThe assignees to assign the role to.
ID! non-null scalarThe role to assign.
updateRoleAssigneesOnAccessControl mutation ● updateRoleAssigneesOnDataObject mutation ● updateRoleAssigneesOnDataSource mutation
Last updated
Was this helpful?
Was this helpful?