Class DataMaskingPolicy
The policy used to specify data masking rule.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryDataPolicyService.v2.Data
Assembly: Google.Apis.BigQueryDataPolicyService.v2.dll
Syntax
public class DataMaskingPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PredefinedExpression
Optional. A predefined masking expression.
Declaration
[JsonProperty("predefinedExpression")]
public virtual string PredefinedExpression { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Routine
Optional. 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}.
Declaration
[JsonProperty("routine")]
public virtual string Routine { get; set; }
Property Value
| Type | Description |
|---|---|
| string |