Data Loss Prevention V2 Client - Class SensitivityScoreLevel (1.8.6)

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

Various score levels for resources.

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

Methods

name

Parameter
NameDescription
value mixed

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. Limited access.

Generated from protobuf enum SENSITIVITY_LOW = 10;

SENSITIVITY_MODERATE

Value: 20

Medium risk - PII, potentially sensitive data, or fields with free-text data that are at higher risk of having intermittent sensitive data.

Consider limiting access.

Generated from protobuf enum SENSITIVITY_MODERATE = 20;

SENSITIVITY_HIGH

Value: 30

High risk – SPII may be present. Exfiltration of data may lead to user data loss. Re-identification of users may be possible. Consider limiting usage and or removing SPII.

Generated from protobuf enum SENSITIVITY_HIGH = 30;