GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RiskAnalysisJobConfig (google_api_dlp v0.41.0) 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()] | nil, privacyMetric: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrivacyMetric.t() | nil, sourceTable: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.