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: CredentialsManagedBy!
  • # Status of each enabled feature for the project including feature-specific
  • # role information and current operational status.
  • featureDetails: [GcpFeatureDetail!]!
  • # The cloud account corresponding to the project containing all project
  • # metadata, configuration, and authentication details.
  • project: GcpProject
  • }

link Require by