Show / Hide Table of Contents

Class DataMaskingPolicy

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

Inheritance
object
DataMaskingPolicy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX