View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RiskAnalysisJobConfig (google_api_dlp v0.46.0)

Configuration for a risk analysis job. See https://cloud.google.com/sensitive-data-protection/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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.