Interval between scans. DAILY is deprecated.
from glean.api_client.models import DlpFrequency
value = DlpFrequency.ONCE
# Open enum: unrecognized values are captured as UnrecognizedStr| Name | Value |
|---|---|
ONCE |
ONCE |
DAILY |
DAILY |
WEEKLY |
WEEKLY |
CONTINUOUS |
CONTINUOUS |
NONE |
NONE |