Module: Google::Cloud::Dlp::V2::DataRiskLevel::DataRiskLevelScore

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

Overview

Various score levels for resources.

Constant Summary collapse

RISK_SCORE_UNSPECIFIED =

Unused.

0
RISK_LOW =

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

10
RISK_MODERATE =

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.

20
RISK_HIGH =

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.

30