INPUT_OBJECT

UpdateK8sProtectionSetInput

Description

Input for updating a Kubernetes protection set.

link GraphQL Schema definition

  • input UpdateK8sProtectionSetInput {
  • # Required. Properties of the Kubernetes protection set to update.
  • config: K8sProtectionSetUpdateConfigInput!
  • # Required. ID of the Kubernetes protection set to update.
  • id: String!
  • }

link Require by