event property

String? event
getter/setter pair

The type of event that triggers a Pub/Sub.

At most one PubSubNotification per EventType is permitted. Possible string values are:

  • "EVENT_TYPE_UNSPECIFIED" : Unused.
  • "NEW_PROFILE" : New profile (not a re-profile).
  • "CHANGED_PROFILE" : Changed one of the following profile metrics: * Table data risk score * Table sensitivity score * Table resource visibility * Table encryption type * Table predicted infoTypes * Table other infoTypes
  • "SCORE_INCREASED" : Table data risk score or sensitivity score increased.
  • "ERROR_CHANGED" : A user (non-internal) error occurred.

Implementation

core.String? event;