Share via


IMicrosoftGraphDomain.PasswordValidityPeriodInDay Property

Definition

Specifies the length of time that a password is valid before it must be changed. If the property is not set, a default value of 90 days will be used.

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Specifies the length of time that a password is valid before it must be changed. If the property is not set, a default value of 90 days will be used.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="passwordValidityPeriodInDays", Update=true)]
public int? PasswordValidityPeriodInDay { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Specifies the length of time that a password is valid before it must be changed. If the property is not set, a default value of 90 days will be used.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="passwordValidityPeriodInDays", Update=true)>]
member this.PasswordValidityPeriodInDay : Nullable<int> with get, set
Public Property PasswordValidityPeriodInDay As Nullable(Of Integer)

Property Value

Attributes

Applies to