Data Loss Prevention V2 Client - Class DataRiskLevelScore (1.10.2)

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

Various score levels for resources.

Protobuf type google.privacy.dlp.v2.DataRiskLevel.DataRiskLevelScore

Namespace

Google \ Cloud \ Dlp \ V2 \ DataRiskLevel

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

RISK_SCORE_UNSPECIFIED

Value: 0

Unused.

Generated from protobuf enum RISK_SCORE_UNSPECIFIED = 0;

RISK_LOW

Value: 10

Low risk - Lower indication of sensitive data that appears to have additional access restrictions in place or no indication of sensitive data found.

Generated from protobuf enum RISK_LOW = 10;

RISK_MODERATE

Value: 20

Medium risk - Sensitive data may be present but additional access or fine grain access restrictions appear to be present. Consider limiting access even further or transform data to mask.

Generated from protobuf enum RISK_MODERATE = 20;

RISK_HIGH

Value: 30

High risk – SPII may be present. Access controls may include public ACLs. 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 RISK_HIGH = 30;