Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPasswordProfile
Packages that use MicrosoftGraphPasswordProfile
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphPasswordProfile in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPasswordProfileModifier and TypeMethodDescriptionMicrosoftGraphUserInner.passwordProfile()Get the passwordProfile property: passwordProfile.MicrosoftGraphPasswordProfile.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: passwordProfile.MicrosoftGraphPasswordProfile.withForceChangePasswordNextSignIn(Boolean forceChangePasswordNextSignIn) Set the forceChangePasswordNextSignIn property: true if the user must change her password on the next login; otherwise false.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.withPassword(String password) Set the password property: The password for the user.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphPasswordProfileModifier and TypeMethodDescriptionMicrosoftGraphUserInner.withPasswordProfile(MicrosoftGraphPasswordProfile passwordProfile) Set the passwordProfile property: passwordProfile.