View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectJobConfig (google_api_dlp v0.45.0)

Controls what and how to inspect for findings.

Attributes

  • actions (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Action.t), default: nil) - Actions to execute at the completion of the job.
  • inspectConfig (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectConfig.t, default: nil) - How and what to scan for.
  • inspectTemplateName (type: String.t, default: nil) - If provided, will be used as the default for all values in InspectConfig. inspect_config will be merged into the values persisted as part of the template.
  • storageConfig (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StorageConfig.t, default: nil) - The data to scan.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectJobConfig{
  actions: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Action.t()] | nil,
  inspectConfig:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectConfig.t() | nil,
  inspectTemplateName: String.t() | nil,
  storageConfig:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StorageConfig.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.