event property
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" : One of the following profile metrics changed: Data risk score, Sensitivity score, Resource visibility, Encryption type, Predicted infoTypes, Other infoTypes
- "SCORE_INCREASED" : Table data risk score or sensitivity score increased.
- "ERROR_CHANGED" : A user (non-internal) error occurred.
Implementation
core.String? event;