OBJECT
LegalHoldSnappableDetail
Description
Legal hold details of the workload.
link GraphQL Schema definition
- type LegalHoldSnappableDetail {
- # Workload name.
- String! :
- # ID.
- String! :
- # Workload type.
- ManagedObjectType! :
- # Snapshot details.
- LegalHoldSnapshotDetail!]! : [
- # Number of snapshots on legal hold.
- Int! :
- # Physical path to this workload.
- LocationPathPoint!]! : [
- }
link Require by
- LegalHoldSnappableDetailConnectionPaginated list of LegalHoldSnappableDetail objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- LegalHoldSnappableDetailEdgeWrapper around the LegalHoldSnappableDetail object. This wrapper is used for pagination.