Reference documentation and code samples for the Google Cloud BigQuery Data Policies V1 Client class DataPolicyType.
A list of supported data policy types.
Protobuf type google.cloud.bigquery.datapolicies.v1.DataPolicy.DataPolicyType
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DATA_POLICY_TYPE_UNSPECIFIED
Value: 0
Default value for the data policy type. This should not be used.
Generated from protobuf enum DATA_POLICY_TYPE_UNSPECIFIED = 0;
COLUMN_LEVEL_SECURITY_POLICY
Value: 3
Used to create a data policy for column-level security, without data masking.
Generated from protobuf enum COLUMN_LEVEL_SECURITY_POLICY = 3;
DATA_MASKING_POLICY
Value: 2
Used to create a data policy for data masking.
Generated from protobuf enum DATA_MASKING_POLICY = 2;