docs/interfaces/management.Management.UpdateBreachedPasswordDetectionSettingsResponseContent.html
interface UpdateBreachedPasswordDetectionSettingsResponseContent {
enabled?: boolean;
shields?: Management.BreachedPasswordDetectionShieldsEnum[];
admin_notification_frequency?: Management.BreachedPasswordDetectionAdminNotificationFrequencyEnum[];
method?: Management.BreachedPasswordDetectionMethodEnum;
stage?: BreachedPasswordDetectionStage;
}
enabled?shields?admin_notification_frequency?method?stage?
Optionalenabledenabled?: boolean
Whether or not breached password detection is active.
Optionalshieldsshields?: Management.BreachedPasswordDetectionShieldsEnum[]
Action to take when a breached password is detected during a login. Possible values: block, user_notification, admin_notification.
Optionaladmin_notification_frequencyadmin_notification_frequency?: Management.BreachedPasswordDetectionAdminNotificationFrequencyEnum[]
When "admin_notification" is enabled, determines how often email notifications are sent. Possible values: immediately, daily, weekly, monthly.
Optionalmethodmethod?: Management.BreachedPasswordDetectionMethodEnum
Optionalstagestage?: BreachedPasswordDetectionStage
Member Visibility
ThemeOSLightDark
Properties enabledshieldsadmin_notification_frequencymethodstage