Back to Node Auth0

Interface UpdateBreachedPasswordDetectionSettingsRequestContent

docs/interfaces/management.Management.UpdateBreachedPasswordDetectionSettingsRequestContent.html

5.9.12.7 KB
Original Source

Interface UpdateBreachedPasswordDetectionSettingsRequestContent

Example

{}Copy

interface UpdateBreachedPasswordDetectionSettingsRequestContent {
enabled?: boolean;
shields?: Management.BreachedPasswordDetectionShieldsEnum[];
admin_notification_frequency?: Management.BreachedPasswordDetectionAdminNotificationFrequencyEnum[];
method?: Management.BreachedPasswordDetectionMethodEnum;
stage?: BreachedPasswordDetectionStage;
}

Index

Properties

enabled?shields?admin_notification_frequency?method?stage?

Properties

Optionalenabled

enabled?: boolean

Whether or not breached password detection is active.

Optionalshields

shields?: Management.BreachedPasswordDetectionShieldsEnum[]

Action to take when a breached password is detected during a login. Possible values: block, user_notification, admin_notification.

Optionaladmin_notification_frequency

admin_notification_frequency?: Management.BreachedPasswordDetectionAdminNotificationFrequencyEnum[]

When "admin_notification" is enabled, determines how often email notifications are sent. Possible values: immediately, daily, weekly, monthly.

Optionalmethod

method?: Management.BreachedPasswordDetectionMethodEnum

Optionalstage

stage?: BreachedPasswordDetectionStage

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties enabledshieldsadmin_notification_frequencymethodstage