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

Requirements that must be true before a table is scanned in discovery for the first time. There is an AND relationship between the top-level attributes. Additionally, minimum conditions with an OR relationship that must be met before Cloud DLP scans a table can be set (like a minimum row count or a minimum table age).

Attributes

  • createdAfter (type: DateTime.t, default: nil) - BigQuery table must have been created after this date. Used to avoid backfilling.
  • orConditions (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OrConditions.t, default: nil) - At least one of the conditions must be true for a table to be scanned.
  • typeCollection (type: String.t, default: nil) - Restrict discovery to categories of table types.
  • types (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTableTypes.t, default: nil) - Restrict discovery to specific table types.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryBigQueryConditions{
  createdAfter: DateTime.t() | nil,
  orConditions: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OrConditions.t() | nil,
  typeCollection: String.t() | nil,
  types: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTableTypes.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.