INPUT_OBJECT
CreateManualTargetMappingInput
Description
Input for creating manual target mapping.
link GraphQL Schema definition
- input CreateManualTargetMappingInput {
- # Field for specifying target and Rubrik cluster mapping.
- : [TargetToClusterMapping!]
- # Field for specifying name of the target mapping.
- : String
- # Field for specifying target type of the target mapping.
- : TargetType
- }