View Source GoogleApi.BigQueryDataPolicy.V1.Model.DataMaskingPolicy (google_api_big_query_data_policy v0.2.0)

The data masking policy that is used to specify data masking rule.

Attributes

  • predefinedExpression (type: String.t, default: nil) - A predefined masking expression.
  • routine (type: String.t, default: nil) - The name of the BigQuery routine that contains the custom masking routine, in the format of projects/{project_number}/datasets/{dataset_id}/routines/{routine_id}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQueryDataPolicy.V1.Model.DataMaskingPolicy{
  predefinedExpression: String.t() | nil,
  routine: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.