Class BreachedPasswordDetectionAdminNotificationFrequencyEnum.Values
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Constant strings for enum values
[Serializable]
public static class BreachedPasswordDetectionAdminNotificationFrequencyEnum.Values
- Inheritance
-
BreachedPasswordDetectionAdminNotificationFrequencyEnum.Values
- Inherited Members
Fields
Daily
public const string Daily = "daily"
Field Value
Immediately
public const string Immediately = "immediately"
Field Value
Monthly
public const string Monthly = "monthly"
Field Value
Weekly
public const string Weekly = "weekly"