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 \ SensitivityScoreMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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_UNKNOWN
Value: 12
Unable to determine sensitivity.
Generated from protobuf enum SENSITIVITY_UNKNOWN = 12;
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;