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.
- String!] : [
- # Configuration of the required legal hold.
- HoldConfig :
- # Optional user note.
- String :
- }