Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 707 Bytes

EtcdserverpbAuthUserChangePasswordRequest.md

File metadata and controls

12 lines (8 loc) · 707 Bytes

EtcdserverpbAuthUserChangePasswordRequest

Properties

Name Type Description Notes
hashed_password str hashedPassword is the new password for the user. Note that this field will be initialized in the API layer. [optional]
name str name is the name of the user whose password is being changed. [optional]
password str password is the new password for the user. Note that this field will be removed in the API layer. [optional]

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