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).
  • sessionId: String
  • # List of GCP project native IDs to be added for native protection.
  • nativeProtectionProjectIds: [UUID!]!
  • # List of GCP shared VPC host project native IDs.
  • sharedVpcHostProjectIds: [UUID!]!
  • # List of project native IDs.
  • cloudAccountsProjectIds: [UUID!]!
  • # Specifies whether cleanup of GCP resources should be skipped. If this flag is
  • # set, then the session ID is ignored.
  • skipResourceDeletion: Boolean!
  • }

link Require by