OBJECT

GcpCloudAccountProject

Description

GCP Cloud Account Project.

link GraphQL Schema definition

  • type GcpCloudAccountProject {
  • # Rubrik ID of the GCP project.
  • id: String!
  • # Native ID of the GCP Project.
  • projectId: String!
  • # Name of the GCP project.
  • name: String!
  • # Native Project Number of the GCP Project.
  • projectNumber: Long!
  • # Google managed ID of the role created in the GCP project.
  • roleId: String!
  • # Whether the GCP project uses global configuration for authentication.
  • usesGlobalConfig: Boolean!
  • # The name of the organization containing the GCP Project.
  • organizationName: String!
  • }