Files
api-specs/idn/beta/schemas/LockoutConfiguration.yaml
2022-09-02 10:59:29 -04:00

15 lines
444 B
YAML

type: object
properties:
maximumAttempts:
type: integer
description: The maximum attempts allowed before lockout occurs.
example: 5
lockoutDuration:
type: integer
description: The total time in minutes a user will be locked out.
example: 15
lockoutWindow:
type: integer
description: A rolling window where authentication attempts in a series count towards the maximum before lockout occurs.
example: 5