INPUT_OBJECT
DlpConfigInput
Description
Holds the configuration for the Data Loss Prevention integration.
link GraphQL Schema definition
- input DlpConfigInput {
- # Policies to which the configuration applies.
- String!] : [
- # The generic NAS target configuration.
- DlpConfigGenericNasInput :
- # The VMware virtual machine target configuration.
- DlpConfigVmwareVmInput :
- # 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.
- DlpStatusInput :
- # The target to use when exporting files for fingerprinting.
- DlpConfigTargetType! :
- }