INPUT_OBJECT
TprPolicyObjectInput
Description
The object protected by the TPR policy.
link GraphQL Schema definition
- input TprPolicyObjectInput {
- # The Rubrik cluster ID of the object.
- : String!
- # The managed object type of the object.
- : ManagedObjectType!
- # The ID of the object.
- : String!
- # The workload hierarchy of the object.
- : WorkloadLevelHierarchy!
- }