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
Namespace
Google \ Cloud \ BigQuery \ DataPolicies \ V1 \ DataPolicyMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DATA_POLICY_TYPE_UNSPECIFIED
Value: 0Default 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: 3Used 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: 2Used to create a data policy for data masking.
Generated from protobuf enum DATA_MASKING_POLICY = 2;