INPUT_OBJECT

GcpCloudAccountDeleteProjectsV2FeatureInput

Description

Input to delete a feature for a list of GCP cloud accounts.

link GraphQL Schema definition

  • input GcpCloudAccountDeleteProjectsV2FeatureInput {
  • # List of cloud account IDs.
  • cloudAccountIds: [UUID!]!
  • # For protection features whether to delete
  • # the corresponding snapshots from GCP as well.
  • deleteSnapshots: Boolean
  • # Feature to be deleted.
  • feature: CloudAccountFeature!
  • }