google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RiskAnalysisJobConfig View Source
Configuration for a risk analysis job. See https://cloud.google.com/dlp/docs/concepts-risk-analysis to learn more.
Attributes
actions
(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Action.t)
, default:nil
) - Actions to execute at the completion of the job. Are executed in the order provided.privacyMetric
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrivacyMetric.t
, default:nil
) - Privacy metric to compute.sourceTable
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t
, default:nil
) - Input dataset to compute metrics over.
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.GooglePrivacyDlpV2RiskAnalysisJobConfig{ actions: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Action.t()], privacyMetric: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrivacyMetric.t(), sourceTable: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.