IAdmAccountPasswordExpirationCondition
The IAdmAccountPasswordExpirationCondition interface represents the If account/password <expiration status> condition.
Inheritance: IAdmCondition
Properties
-
Property
-
Description
-
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.
-
PeriodValue
-
Gets or sets the expiration period value.
Details
ExpirationType
Gets or sets the expiration type for the condition.
- Type:
- ADM_EXPIRATIONTYPE_ENUM
- Access:
- Read/Write
ExpirationOperator
Gets or sets the expiration operator for the condition.
- Type:
- ADM_EXPIRATIONOPERATOR_ENUM
- Access:
- Read/Write
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.
- Type:
- ADM_EXPIRATIONTYPE_ENUM
- Access:
- Read/Write
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