OpenAPI: document password_strength

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2024-10-26 21:19:28 +02:00
parent ae1487d733
commit 0c75d234b9
No known key found for this signature in database
GPG key ID: 935D2952DEC4EECF

View file

@ -5515,6 +5515,9 @@ components:
password_expiration: password_expiration:
type: integer type: integer
description: 'The password expires after the defined number of days. 0 means no expiration' description: 'The password expires after the defined number of days. 0 means no expiration'
password_strength:
type: integer
description: 'Defines the minimum password strength. 0 means disabled, any password will be accepted. Values in the 50-70 range are suggested for common use cases'
access_time: access_time:
type: array type: array
items: items: