INPUT_OBJECT

DlpConfigVmwareVmInput

Description

Holds the configuration for a VMware virtual machine target.

link GraphQL Schema definition

  • input DlpConfigVmwareVmInput {
  • # Workload ID of the target.
  • workloadId: UUID!
  • # The OS type.
  • osType: DlpConfigOsType!
  • # The path to which files will be recovered on the target.
  • path: String!
  • }