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
Namespace
Google \ Cloud \ Dlp \ V2 \ DataProfileActionMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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
One of the following profile metrics changed: Data risk score, Sensitivity score, Resource visibility, Encryption type, Predicted infoTypes, 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;