IAdmAccountPasswordExpirationCondition

The IAdmAccountPasswordExpirationCondition interface represents the If account/password <expiration status> condition.

Inheritance: IAdmCondition

Properties

Details

ExpirationType

Gets or sets the expiration type for the condition.


ExpirationOperator

Gets or sets the expiration operator for the condition.


PeriodOperator

Gets or sets the period comparison operator for the condition. This property should be used only with the ADM_EXPIRATIONOPERATOR_WILLEXPIRE or ADM_EXPIRATIONOPERATOR_EXPIRED expiration operators.


PeriodValue

Gets or sets the expiration period value. This property should be used only with the ADM_EXPIRATIONOPERATOR_WILLEXPIRE or ADM_EXPIRATIONOPERATOR_EXPIRED expiration operators.

  • Type:
  • int
  • Access:
  • Read/Write

Requirements

Minimum required version: 2011.3

See also