Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 458 Bytes

File metadata and controls

23 lines (15 loc) · 458 Bytes

DlpSeverity

Severity levels for DLP findings and analyses.

Example Usage

from glean.api_client.models import DlpSeverity

value = DlpSeverity.UNSPECIFIED

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
UNSPECIFIED UNSPECIFIED
LOW LOW
MEDIUM MEDIUM
HIGH HIGH