Class DataMaskingPolicy
The data masking policy that is used to specify data masking rule.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryDataPolicyService.v1.Data
Assembly: Google.Apis.BigQueryDataPolicyService.v1.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
A predefined masking expression.
Declaration
[JsonProperty("predefinedExpression")]
public virtual string PredefinedExpression { get; set; }
Property Value
Type | Description |
---|---|
string |
Routine
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 |