INPUT_OBJECT

GcpNativeDisableProjectInput

Description

Input required to disable protection for a GCP native project.

link GraphQL Schema definition

  • input GcpNativeDisableProjectInput {
  • # GCP native project ID.
  • projectId: UUID!
  • # Specifies whether to delete the native snapshots while disabling the project.
  • shouldDeleteNativeSnapshots: Boolean!
  • }

link Require by