Module: Google::Cloud::Dlp::V2::DataProfileAction::EventType

Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Types of event that can trigger an action.

Constant Summary collapse

EVENT_TYPE_UNSPECIFIED =

Unused.

0
NEW_PROFILE =

New profile (not a re-profile).

1
CHANGED_PROFILE =

One of the following profile metrics changed: Data risk score, Sensitivity score, Resource visibility, Encryption type, Predicted infoTypes, Other infoTypes

2
SCORE_INCREASED =

Table data risk score or sensitivity score increased.

3
ERROR_CHANGED =

A user (non-internal) error occurred.

4