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

A pattern to match against one or more tables, datasets, or projects that contain BigQuery tables. At least one pattern must be specified. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.

Attributes

  • datasetIdRegex (type: String.t, default: nil) - If unset, this property matches all datasets.
  • projectIdRegex (type: String.t, default: nil) - For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.
  • tableIdRegex (type: String.t, default: nil) - If unset, this property matches all tables.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryRegex{
  datasetIdRegex: String.t() | nil,
  projectIdRegex: String.t() | nil,
  tableIdRegex: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.