INPUT_OBJECT

CreateLegalHoldInput

Description

Contains information about the snapshots to be placed on legal hold and configuration of the legal hold on which they have to be placed.

link GraphQL Schema definition

  • input CreateLegalHoldInput {
  • # Configuration of the required legal hold.
  • holdConfig: HoldConfig
  • # List of snapshot IDs.
  • snapshotIds: [String!]
  • # Optional user note.
  • userNote: String
  • }

link Require by