ENUM

CredentialsManagedBy

Description

CredentialsManagedBy specifies who manages the GCP credentials used for authentication and authorization when accessing GCP resources within the Rubrik platform.

link GraphQL Schema definition

  • enum CredentialsManagedBy {
  • # Customer-managed global credentials.
  • CUSTOMER_MANAGED_GLOBAL
  • # Customer-managed project-specific credentials.
  • CUSTOMER_MANAGED_PROJECT
  • # Rubrik-managed credentials.
  • RUBRIK_MANAGED
  • # Unknown or unspecified credentials manager.
  • UNSPECIFIED
  • }