Class PasswordProfile
Defines the Password Profile for a User in AAD
Inherited Members
Namespace: PnP.Framework.Provisioning.Model.AzureActiveDirectory
Assembly: PnP.Framework.dll
Syntax
public class PasswordProfile : BaseModel, IProvisioningTemplateDescendant
Properties
ForceChangePasswordNextSignIn
Defines whether to force password change at next sign-in for the user
Declaration
public Boolean ForceChangePasswordNextSignIn { get; set; }
Property Value
Boolean
|
ForceChangePasswordNextSignInWithMfa
Defines whether to force password change at next sign-in with MFA for the user
Declaration
public Boolean ForceChangePasswordNextSignInWithMfa { get; set; }
Property Value
Boolean
|
Password
The Password for the user
Declaration
public SecureString Password { get; set; }
Property Value
SecureString
|
Methods
Equals(PasswordProfile)
Compares PasswordProfile object based on PackagePath and source
Declaration
public bool Equals(PasswordProfile other)
Parameters
PasswordProfile
other
PasswordProfile Class object |
Returns
System.Boolean
true if the PasswordProfile object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with PasswordProfile class
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents PasswordProfile |
Returns
System.Boolean
Checks whether object is PasswordProfile class |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |