INPUT_OBJECT
LegalHoldQueryFilter
Description
Legal Hold query filter.
link GraphQL Schema definition
- input LegalHoldQueryFilter {
- # Filter snapshots after the specific time.
- : DateTime
- # Filter snapshots before the specific time.
- : DateTime
- # Filters for legal hold query.
- : LegalHoldQueryFilterField
- # Workload name.
- : String
- # Workload types.
- : [ManagedObjectType!]
- : [SnapshotCustomization!]
- # Snapshot types.
- : [SnapshotTypeEnum!]
- }