OBJECT
DlpConfigVmwareVm
Description
Holds the configuration for a VMware virtual machine target.
link GraphQL Schema definition
- type DlpConfigVmwareVm {
- # The OS type.
- : DlpConfigOsType!
- # The path to which files will be recovered on the target.
- : String!
- # Workload ID of the target.
- : UUID!
- }