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 =

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
2
SCORE_INCREASED =

Table data risk score or sensitivity score increased.

3
ERROR_CHANGED =

A user (non-internal) error occurred.

4