INPUT_OBJECT
GcpCloudAccountDeleteProjectsInput
Description
Input required to delete a list of GCP projects.
link GraphQL Schema definition
- input GcpCloudAccountDeleteProjectsInput {
- # Session ID of the current OAuth session (optional).
- String :
- # List of GCP project native IDs to be added for native protection.
- UUID!]! : [
- # List of GCP shared VPC host project native IDs.
- UUID!]! : [
- # List of 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! :
- }