dataPolicyType property

String? dataPolicyType
getter/setter pair

Type of data policy. Possible string values are:

  • "DATA_POLICY_TYPE_UNSPECIFIED" : Default value for the data policy type. This should not be used.
  • "COLUMN_LEVEL_SECURITY_POLICY" : Used to create a data policy for column-level security, without data masking.
  • "DATA_MASKING_POLICY" : Used to create a data policy for data masking.

Implementation

core.String? dataPolicyType;