OBJECT
QuarantineSpec
Description
Spec for quarantine.
link GraphQL Schema definition
- type QuarantineSpec {
- # Files which need to be quarantined.
- : [FileDetails!]!
- # Id of the snapshot.
- : String!
- }
OBJECT
Spec for quarantine.
- type QuarantineSpec {
- # Files which need to be quarantined.
- : [FileDetails!]!
- # Id of the snapshot.
- : String!
- }