OBJECT
Maps an object to targeted snapshots for the threat hunt.
type WorkloadIdToSnapshotIds {# Object ID.objectId: String! # Snapshot IDs.snapshotIds: [String!]! # Timestamps for the snapshots selected for threat hunt.snapshotTimestamps: [DateTime!]! }