INPUT_OBJECT

DlpConfigGenericNasInput

Description

Holds the configuration for a generic NAS target.

link GraphQL Schema definition

  • input DlpConfigGenericNasInput {
  • # The NAS host workload ID.
  • workloadId: UUID!
  • # The share type.
  • shareType: DlpConfigShareType!
  • # The NAS share ID.
  • shareId: String!
  • # The path to which files will be recovered on the target.
  • path: String!
  • }