INPUT_OBJECT
DlpConfigGenericNasInput
Description
Holds the configuration for a generic NAS target.
link GraphQL Schema definition
- input DlpConfigGenericNasInput {
- # The NAS host workload ID.
- UUID! :
- # The share type.
- DlpConfigShareType! :
- # The NAS share ID.
- String! :
- # The path to which files will be recovered on the target.
- String! :
- }