Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.68 KB

ResetUserPassword.md

File metadata and controls

51 lines (28 loc) · 1.68 KB

ResetUserPassword

Properties

Name Type Description Notes
NewPassword string The user's new password. The new password maximum length is up to 39 (including) characters and it must meet the password policy requirements.

Methods

NewResetUserPassword

func NewResetUserPassword(newPassword string, ) *ResetUserPassword

NewResetUserPassword instantiates a new ResetUserPassword object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewResetUserPasswordWithDefaults

func NewResetUserPasswordWithDefaults() *ResetUserPassword

NewResetUserPasswordWithDefaults instantiates a new ResetUserPassword object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetNewPassword

func (o *ResetUserPassword) GetNewPassword() string

GetNewPassword returns the NewPassword field if non-nil, zero value otherwise.

GetNewPasswordOk

func (o *ResetUserPassword) GetNewPasswordOk() (*string, bool)

GetNewPasswordOk returns a tuple with the NewPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNewPassword

func (o *ResetUserPassword) SetNewPassword(v string)

SetNewPassword sets NewPassword field to given value.

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