OBJECT

GcpNativeProjectDetails

Description

GCP native project details.

link GraphQL Schema definition

  • type GcpNativeProjectDetails {
  • # Cloud account ID associated with the project.
  • cloudAccountId: String!
  • # Unique identifier for the GCP project.
  • id: String!
  • # Native id of the GCP project.
  • nativeId: String!
  • # Native name of the GCP project.
  • nativeName: String!
  • # Status of the GCP project.
  • status: GcpNativeProjectStatus!
  • }