INPUT_OBJECT
MalwareScanSnapshotLimitInput
Description
Supported in v6.0+
link GraphQL Schema definition
- input MalwareScanSnapshotLimitInput {
 - #   Supported in v6.0+
 - #   Maximum snapshot time.  Any snapshots taken after this time will be elided.
 - : DateTime
 - #   Supported in v6.0+
 - #   Maximum number of snapshots to scan per object.  The snapshots of each object 
 - #   are scanned in reverse chronological order, so this is equivalent to 
 - #   scan-last-n-snapshots.
 - : Int
 - #   Supported in v6.0+
 - #   A array of object ID and list of snapshots of that object to scan. If this field 
 - #   is specified, none of the other `MalwareScanSnapshotLimit` fields may be 
 - #   specified.
 - : [ObjectIdToSnapshotIdsInput!]
 - #   Supported in v6.0+
 - #   Minimum snapshot time.  Any snapshots taken before this time will be elided.
 - : DateTime
 - }