PasswordProfile Class

The password profile associated with a user.

All required parameters must be populated in order to send to Azure.

Inheritance
PasswordProfile

Constructor

PasswordProfile(*, password: str, additional_properties=None, force_change_password_next_login: Optional[bool] = None, **kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized this collection

password
str
Required

Required. Password

force_change_password_next_login
bool
Required

Whether to force a password change on next login.