Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 422 Bytes

File metadata and controls

22 lines (14 loc) · 422 Bytes

CustomSensitiveRuleType

Type of the custom sensitive rule.

Example Usage

from glean.api_client.models import CustomSensitiveRuleType

value = CustomSensitiveRuleType.REGEX

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
REGEX REGEX
TERM TERM
INFO_TYPE INFO_TYPE