OBJECT
GcpCloudAccountProjectDetail
Description
Details of the Gcp Cloud Account project configured for a feature.
link GraphQL Schema definition
- type GcpCloudAccountProjectDetail {
- # List of all the enabled features and their details for which the project has
- # been onboarded.
- GcpCloudAccountFeatureDetail!]! : [
- # Details of the GCP cloud account feature.
- GcpCloudAccountFeatureDetail :
- # GCP cloud account project.
- GcpCloudAccountProject :
- }