OBJECT
AuthScope
link GraphQL Schema definition
- type AuthScope implements Node {
- # Opaque global node ID
- ID! :
- # Role binding Scope type. Tells whether the role binding was created for an
- # entity.
- AuthRoleBindingScopeType! :
- # Scope Entity
- Entity :
- }