Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 958 Bytes

IamLocalUserPassword.md

File metadata and controls

14 lines (10 loc) · 958 Bytes

IamLocalUserPassword

LocalUserPassword type is used for changing local user's password. Caller must send old password in Password field and new password in newPassword field. Intersight will verify the old password and sets the new password if everything is OK. This API must not be used for resetting user's password.

Properties

Name Type Description Notes
current_password str User-entered passsord to be compared to password for change password function. [optional]
new_password str New password that the user's password should be changed to. [optional]
password str User's current valid passsord. [optional]
user IamUser [optional]

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