OBJECT
AuthRoleBinding
link GraphQL Schema definition
- type AuthRoleBinding implements Node {
- # Unique Role Binding ID
- String! :
- # The time of creation
- DateTime! :
- # The user who created the role binding
- User :
- # Opaque global node ID
- ID! :
- # Role to assign
- AuthRole! :
- # The type of scope.
- AuthRoleBindingScopeType! :
- # Scoping Entity of role binding
- Entity :
- # The type of the subject
- AuthRoleBindingSubjectType! :
- # User (or group or oauth app) identifier to which the rolebinding is assigned
- User! :
- }