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.
- : [UUID!]!
- # For protection features whether to delete
- # the corresponding snapshots from GCP as well.
- : Boolean
- # Feature to be deleted.
- : CloudAccountFeature!
- }