Skip to content

MalwareScanSnapshotLimitInput

Supported in v6.0+

Fields

Field Type Description
endTime DateTime Supported in v6.0+ Maximum snapshot time. Any snapshots taken after this time will be elided.
maxSnapshotsPerObject Int 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.
snapshotsToScanPerObject [ObjectIdToSnapshotIdsInput!] 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.
startTime DateTime Supported in v6.0+ Minimum snapshot time. Any snapshots taken before this time will be elided.