OBJECT

GcpCloudAccountAddProjectDetail

Description

Detail of the Gcp Cloud Account Add operations.

link GraphQL Schema definition

  • type GcpCloudAccountAddProjectDetail {
  • # Rubrik ID of the project.
  • uuid: String!
  • # GCP project ID.
  • projectId: String!
  • # Error while adding a GCP project, if any.
  • error: String!
  • }