OBJECT
GcpNativeProjectDetails
Description
GCP native project details.
link GraphQL Schema definition
- type GcpNativeProjectDetails {
- # Cloud account ID associated with the project.
- : String!
- # Unique identifier for the GCP project.
- : String!
- # Native id of the GCP project.
- : String!
- # Native name of the GCP project.
- : String!
- # Status of the GCP project.
- : GcpNativeProjectStatus!
- }