INPUT_OBJECT

DissolveLegalHoldInput

Description

Contains information about the snapshots to be removed from legal hold.

link GraphQL Schema definition

  • input DissolveLegalHoldInput {
  • # List of snapshot IDs.
  • snapshotIds: [String!]
  • # Optional user note.
  • userNote: String
  • }

link Require by