public enum SensitivityScore.SensitivityScoreLevel extends Enum<SensitivityScore.SensitivityScoreLevel> implements ProtocolMessageEnum
Various sensitivity score levels for resources.
Protobuf enum google.privacy.dlp.v2.SensitivityScore.SensitivityScoreLevel
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
SENSITIVITY_HIGH |
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. |
SENSITIVITY_HIGH_VALUE |
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. |
SENSITIVITY_LOW |
No sensitive information detected. The resource isn't publicly accessible. |
SENSITIVITY_LOW_VALUE |
No sensitive information detected. The resource isn't publicly accessible. |
SENSITIVITY_MODERATE |
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. |
SENSITIVITY_MODERATE_VALUE |
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. |
SENSITIVITY_SCORE_UNSPECIFIED |
Unused. |
SENSITIVITY_SCORE_UNSPECIFIED_VALUE |
Unused. |
SENSITIVITY_UNKNOWN |
Unable to determine sensitivity. |
SENSITIVITY_UNKNOWN_VALUE |
Unable to determine sensitivity. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |