dataGovernanceType property

String? dataGovernanceType
getter/setter pair

If set to DATA_MASKING, the function is validated and made available as a masking function.

For more information, see Create custom masking routines.

Optional. Possible string values are:

  • "DATA_GOVERNANCE_TYPE_UNSPECIFIED" : The data governance type is unspecified.
  • "DATA_MASKING" : The data governance type is data masking.

Implementation

core.String? dataGovernanceType;