OBJECT
DlpConfig
Description
Holds the configuration for the Data Loss Prevention integration.
link GraphQL Schema definition
- type DlpConfig {
- # The target to use when exporting files for fingerprinting.
- DlpConfigTargetType! :
- # The generic NAS target configuration.
- DlpConfigGenericNas :
- # The VMware virtual machine target configuration.
- DlpConfigVmwareVm :
- # Policies to which the configuration applies.
- String!] : [
- # The service account ID. Optional, if empty the Data Loss Prevention job
- # runs with administrator privileges.
- String :
- # The service account name. Optional, if empty the integration name is used
- # to create a service account name.
- String :
- # The status of the integration.
- DlpStatus! :
- }