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

RoleAssignment

Represents the assignment of a role.

type RoleAssignment {
  createdAt: Time
  id: ID!
  modifiedAt: Time
  on: RoleAssignmentOn
  role: Role!
  to: RoleAssignmentTo!
}

Fields

createdAt ● Time scalar

The time at which this role assignment was first created.

id ● ID! non-null scalar

The unique identifier for this role assignment.

modifiedAt ● Time scalar

The time at which this role assignment was last modified.

on ● RoleAssignmentOn union

Optionally describes which entity the role is assigned on.

role ● Role! non-null object

The role that is assigned.

to ● RoleAssignmentTo! non-null union

Describes who/what the role is assigned to.

Member Of

RoleAssignmentEdge object

Last updated

Was this helpful?