INPUT_OBJECT
SnappablesWithLegalHoldSnapshotsInput
Description
Input to query workloads with legal hold snapshots.
link GraphQL Schema definition
- input SnappablesWithLegalHoldSnapshotsInput {
- # Rubrik cluster UUID of the workload.
- : String!
- # Filter parameters list.
- : [LegalHoldQueryFilter!]!
- # Sorting parameters.
- : LegalHoldSortParam
- }