AccountDataPasswordExpiryDate Property

Gets or sets an explicit date when the account's password expires.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "passwordExpiryDate", EmitDefaultValue = false)]
public DateTime? PasswordExpiryDate { get; set; }

Property Value

Type: NullableDateTime
The date (UTC) when the password expires, or if no explicit password expiry date should be used.
Remarks
If this property is set, it overrides any password expiry logic related to PasswordPolicyMaxAgeDays. However, this property is ignored if PasswordNeverExpires is .
See Also