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 {
  • # List of snapshot IDs.
  • snapshotIds: [String!]
  • # Configuration of the required legal hold.
  • holdConfig: HoldConfig
  • # Optional user note.
  • userNote: String
  • }

link Require by