MicrosoftGraphPasswordProfile |
MicrosoftGraphUserInner.passwordProfile() |
Get the passwordProfile property: passwordProfile.
|
MicrosoftGraphPasswordProfile |
MicrosoftGraphPasswordProfile.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: passwordProfile.
|
MicrosoftGraphPasswordProfile |
MicrosoftGraphPasswordProfile.withForceChangePasswordNextSignIn(Boolean forceChangePasswordNextSignIn) |
Set the forceChangePasswordNextSignIn property: true if the user must change her password on the next login;
otherwise false.
|
MicrosoftGraphPasswordProfile |
MicrosoftGraphPasswordProfile.withForceChangePasswordNextSignInWithMfa(Boolean forceChangePasswordNextSignInWithMfa) |
Set the forceChangePasswordNextSignInWithMfa property: If true, at next sign-in, the user must perform a
multi-factor authentication (MFA) before being forced to change their password.
|
MicrosoftGraphPasswordProfile |
MicrosoftGraphPasswordProfile.withPassword(String password) |
Set the password property: The password for the user.
|