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 :
- # List of snapshot IDs.
- String!] : [
- # Optional user note.
- String :
- }