INPUT_OBJECT
QuarantineSpecInput
Description
Configuration which indicates which files and snapshots to quarantine.
link GraphQL Schema definition
- input QuarantineSpecInput {
- # Files which need to be quarantined.
- : [FileDetailsInput!]!
- # Id of the snapshot.
- : String!
- }