Compartilhar via


MicrosoftGraphDomain.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.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)]
public int? PasswordValidityPeriodInDay { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)>]
member this.PasswordValidityPeriodInDay : Nullable<int> with get, set
Public Property PasswordValidityPeriodInDay As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to