public enum DataMaskingPolicy.Types.PredefinedExpressionReference documentation and code samples for the BigQuery Data Policy v1 API enum DataMaskingPolicy.Types.PredefinedExpression.
The available masking rules. Learn more here: https://cloud.google.com/bigquery/docs/column-data-masking-intro#masking_options.
Namespace
Google.Cloud.BigQuery.DataPolicies.V1Assembly
Google.Cloud.BigQuery.DataPolicies.V1.dll
Fields |
|
|---|---|
| Name | Description |
AlwaysNull |
Masking expression to replace data with NULLs. |
DateYearMask |
Masking expression to only show the year of
Truncation occurs according to the UTC time zone. To change this, adjust
the default time zone using the |
DefaultMaskingValue |
Masking expression to replace data with their default masking values. The default masking values for each type listed as below:
|
EmailMask |
Masking expression for email addresses. The masking behavior is as follows:
For more information, see Email mask. |
FirstFourCharacters |
Masking expression shows the first four characters of text. The masking behavior is as follows:
|
LastFourCharacters |
Masking expression shows the last four characters of text. The masking behavior is as follows:
|
Sha256 |
Masking expression to replace data with SHA-256 hash. |
Unspecified |
Default, unspecified predefined expression. No masking will take place since no expression is specified. |