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.
  • targetType: DlpConfigTargetType!
  • # The generic NAS target configuration.
  • genericNas: DlpConfigGenericNas
  • # The VMware virtual machine target configuration.
  • vmwareVm: DlpConfigVmwareVm
  • # Policies to which the configuration applies.
  • policies: [String!]
  • # The service account ID. Optional, if empty the Data Loss Prevention job
  • # runs with administrator privileges.
  • serviceAccountId: String
  • # The service account name. Optional, if empty the integration name is used
  • # to create a service account name.
  • serviceAccountName: String
  • # The status of the integration.
  • status: DlpStatus!
  • }