Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 472 Bytes

File metadata and controls

24 lines (16 loc) · 472 Bytes

DlpFrequency

Interval between scans. DAILY is deprecated.

Example Usage

from glean.api_client.models import DlpFrequency

value = DlpFrequency.ONCE

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
ONCE ONCE
DAILY DAILY
WEEKLY WEEKLY
CONTINUOUS CONTINUOUS
NONE NONE