dataPolicyType property
Type of data policy.
Required. Possible string values are:
- "DATA_POLICY_TYPE_UNSPECIFIED" : Default value for the data policy type. This should not be used.
- "DATA_MASKING_POLICY" : Used to create a data policy for data masking.
- "RAW_DATA_ACCESS_POLICY" : Used to create a data policy for raw data access.
- "COLUMN_LEVEL_SECURITY_POLICY" : Used to create a data policy for column-level security, without data masking. This is deprecated in V2 api and only present to support GET and LIST operations for V1 data policies in V2 api.
Implementation
core.String? dataPolicyType;