INPUT_OBJECT
GcpCloudAccountDeleteProjectsInput
Description
Input required to delete a list of GCP projects.
link GraphQL Schema definition
- input GcpCloudAccountDeleteProjectsInput {
- # List of project native IDs.
- : [UUID!]!
- # List of cloud account features.
- : [CloudAccountFeature!]
- # List of GCP project native IDs to be added for native protection.
- : [UUID!]!
- # List of project IDs.
- : [UUID!]
- # Session ID of the current OAuth session (optional).
- : String
- # List of GCP shared VPC host project native IDs.
- : [UUID!]!
- # Specifies whether cleanup of GCP resources should be skipped. If this flag is
- # set, then the session ID is ignored.
- : Boolean!
- }