google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectJobConfig View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectJobConfig{ actions: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Action.t()], inspectConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectConfig.t(), inspectTemplateName: String.t(), storageConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StorageConfig.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.