OBJECT

AuthScope

link GraphQL Schema definition

  • type AuthScope implements Node {
  • # Opaque global node ID
  • id: ID!
  • # Role binding Scope type. Tells whether the role binding was created for an
  • # entity.
  • roleBindingScopeType: AuthRoleBindingScopeType!
  • # Scope Entity
  • scopeEntity: Entity
  • }