action property

String? action
getter/setter pair

Deidentify action for one field. Possible string values are:

  • "ACTION_UNSPECIFIED" : No action specified.
  • "TRANSFORM" : Transform the entire field.
  • "INSPECT_AND_TRANSFORM" : Inspect and transform any found PHI.
  • "DO_NOT_TRANSFORM" : Do not transform.

Implementation

core.String? action;