ENUM

AuthRbacAssignableScopeType

Enum describing rbac scope types that can be assigned to roles

link GraphQL Schema definition

  • enum AuthRbacAssignableScopeType {
  • # Represents global visibility
  • GLOBAL
  • # Represents all projects that user has visibility to
  • PROJECT_HIERARCHY
  • # Represents App engine Spaces that user has visibility to
  • APP_ENGINE_SPACE
  • # Represents Kubernetes Clusters that user has visibility to
  • KUBERNETES_CLUSTER
  • # Represents Kubernetes Cluster groups in App Engine that user has visibility to
  • KUBERNETES_CLUSTER_GROUP
  • }