OBJECT

GcpCloudAccountFeatureDetail

Description

Details of the Gcp Cloud Account feature.

link GraphQL Schema definition

  • type GcpCloudAccountFeatureDetail {
  • # The cloud account feature.
  • feature: CloudAccountFeature!
  • # Specifies the ID of the feature-specific role, if it exists.
  • roleId: String!
  • # Specifies the status of the cloud account.
  • status: CloudAccountStatus!
  • }