OBJECT

QuarantineSpec

Description

Spec for quarantine.

link GraphQL Schema definition

  • type QuarantineSpec {
  • # Id of the snapshot.
  • snapshotId: String!
  • # Files which need to be quarantined.
  • filesDetails: [FileDetails!]!
  • }