OBJECT
GcpCloudAccountGetProjectResponse
Description
GcpCloudAccountGetProjectReply returns the GCP project details with the cloud account information and feature status.
link GraphQL Schema definition
- type GcpCloudAccountGetProjectResponse {
- # Manager of the credentials.
- : CredentialsManagedBy!
- # Status of each enabled feature for the project including feature-specific
- # role information and current operational status.
- : [GcpFeatureDetail!]!
- # The cloud account corresponding to the project containing all project
- # metadata, configuration, and authentication details.
- : GcpProject
- }