IMicrosoftGraphPasswordProfile Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordProfileTypeConverter))]
public interface IMicrosoftGraphPasswordProfile : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordProfileTypeConverter))>]
type IMicrosoftGraphPasswordProfile = interface
interface IJsonSerializable
interface IAssociativeArray<obj>
Public Interface IMicrosoftGraphPasswordProfile
Implements IAssociativeArray(Of Object), IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AdditionalProperties | (Inherited from IAssociativeArray<T>) |
ForceChangePasswordNextSignIn |
true if the user must change her password on the next login; otherwise false. If not set, default is false. NOTE: For Azure B2C tenants, set to false and instead use custom policies and user flows to force password reset at first sign in. See Force password reset at first logon. |
ForceChangePasswordNextSignInWithMfa |
If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false. |
Item[String] | (Inherited from IAssociativeArray<T>) |
Password |
The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. |
Methods
Add(String, T) | (Inherited from IAssociativeArray<T>) |
Clear() | (Inherited from IAssociativeArray<T>) |
ContainsKey(String) | (Inherited from IAssociativeArray<T>) |
Remove(String) | (Inherited from IAssociativeArray<T>) |
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
TryGetValue(String, T) | (Inherited from IAssociativeArray<T>) |