Data Loss Prevention V2 Client - Class SensitivityScoreLevel (1.12.0)

Reference documentation and code samples for the Data Loss Prevention V2 Client class SensitivityScoreLevel.

Various sensitivity score levels for resources.

Protobuf type google.privacy.dlp.v2.SensitivityScore.SensitivityScoreLevel

Namespace

Google \ Cloud \ Dlp \ V2 \ SensitivityScore

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

SENSITIVITY_SCORE_UNSPECIFIED

Value: 0

Unused.

Generated from protobuf enum SENSITIVITY_SCORE_UNSPECIFIED = 0;

SENSITIVITY_LOW

Value: 10

No sensitive information detected. The resource isn't publicly accessible.

Generated from protobuf enum SENSITIVITY_LOW = 10;

SENSITIVITY_MODERATE

Value: 20

Medium risk. Contains personally identifiable information (PII), potentially sensitive data, or fields with free-text data that are at a higher risk of having intermittent sensitive data. Consider limiting access.

Generated from protobuf enum SENSITIVITY_MODERATE = 20;

SENSITIVITY_HIGH

Value: 30

High risk. Sensitive personally identifiable information (SPII) can be present. Exfiltration of data can lead to user data loss.

Re-identification of users might be possible. Consider limiting usage and or removing SPII.

Generated from protobuf enum SENSITIVITY_HIGH = 30;