OBJECT
AuthRole
link GraphQL Schema definition
- type AuthRole implements Node {
- # Assignable scope types for this role during creation of role bindings. If list
- # is empty, all scope types of AuthRbacAssignableScopeType is allowed
- AuthRbacAssignableScopeType!] : [
- # The time of creation
- DateTime! :
- User :
- LocalizedString :
- # Localized display name
- LocalizedString! :
- # Opaque global node ID
- ID! :
- Boolean! :
- User :
- # Last updated time
- DateTime! :
- String! :
- String!] : [
- AuthPermission!] : [
- # provider who is registering the role. Will be empty for custom roles
- String! :
- # Localized provider display name
- LocalizedString :
- }