block
admin_notification
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BreachedPasswordDetectionPreChangePasswordStage", "title": "BreachedPasswordDetectionPreChangePasswordStage", "type": "object", "additionalProperties": false, "properties": { "shields": { "type": "array", "description": "Action to take when a breached password is detected during a password reset.\n Possible values: <code>block</code>, <code>admin_notification</code>.", "items": { "$ref": "#/components/schemas/BreachedPasswordDetectionPreChangePasswordShieldsEnum" } } } }