Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 805 Bytes

PasswordConfig.md

File metadata and controls

14 lines (10 loc) · 805 Bytes

PasswordConfig

Properties

Name Type Description Notes
can map[string,bool] Operations the current user is able to perform on this object [optional]
min_length int Minimum number of characters required for a new password. Must be between 7 and 100 [optional]
require_numeric bool Require at least one numeric character [optional]
require_upperlower bool Require at least one uppercase and one lowercase letter [optional]
require_special bool Require at least one special character [optional]

[Back to Model list] [Back to API list] [Back to README]