GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectJobConfig (google_api_dlp v0.40.3) 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_configwill 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()] | nil,
inspectConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectConfig.t() | nil,
inspectTemplateName: String.t() | nil,
storageConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StorageConfig.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.