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.
  • policies: [String!]
  • # The generic NAS target configuration.
  • genericNas: DlpConfigGenericNasInput
  • # The VMware virtual machine target configuration.
  • vmwareVm: DlpConfigVmwareVmInput
  • # 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: DlpStatusInput
  • # The target to use when exporting files for fingerprinting.
  • targetType: DlpConfigTargetType!
  • }