OBJECT

RoleAssignment

Description

Role assignment details.

link GraphQL Schema definition

  • type RoleAssignment {
  • # Specifies whether the role is explicitly assigned to the user.
  • isExplicitlyAssigned: Boolean!
  • # Role assigned to the user.
  • role: Role!
  • }