google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectJobConfig View Source

Attributes

  • actions ([GooglePrivacyDlpV2Action]): Actions to execute at the completion of the job. Are executed in the order provided. Defaults to: null.
  • inspectConfig (GooglePrivacyDlpV2InspectConfig): How and what to scan for. Defaults to: null.
  • inspectTemplateName (String.t): 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. Defaults to: null.
  • storageConfig (GooglePrivacyDlpV2StorageConfig): The data to scan. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectJobConfig{
  actions: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Action.t()],
  inspectConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectConfig.t(),
  inspectTemplateName: any(),
  storageConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StorageConfig.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.