policyState property

String? policyState
getter/setter pair

Indicates if a policy tag has been applied to the column. Possible string values are:

  • "COLUMN_POLICY_STATE_UNSPECIFIED" : No policy tags.
  • "COLUMN_POLICY_TAGGED" : Column has policy tag applied.

Implementation

core.String? policyState;