Reference documentation and code samples for the Data Loss Prevention V2 Client class EventType.
Types of event that can trigger an action.
Protobuf type google.privacy.dlp.v2.DataProfileAction.EventType
Methods
name
value
mixed
value
name
mixed
Constants
EVENT_TYPE_UNSPECIFIED
Value: 0
Unused.
Generated from protobuf enum EVENT_TYPE_UNSPECIFIED = 0;
NEW_PROFILE
Value: 1
New profile (not a re-profile).
Generated from protobuf enum NEW_PROFILE = 1;
CHANGED_PROFILE
Value: 2
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
Generated from protobuf enum CHANGED_PROFILE = 2;
SCORE_INCREASED
Value: 3
Table data risk score or sensitivity score increased.
Generated from protobuf enum SCORE_INCREASED = 3;
ERROR_CHANGED
Value: 4
A user (non-internal) error occurred.
Generated from protobuf enum ERROR_CHANGED = 4;