IAdmTrusteeUserCondition

The IAdmTrusteeUserCondition interface represents the If the initiator is <user> condition.

Inheritance: IAdmCondition

Properties

  • Property

  • Description

  • IsOperator

  • Gets or sets a value indicating whether the operation initiator should or should not be a specific user to meet the condition.

  • User

  • Gets or sets the user the operation initiator should or should not be to meet the condition.

Details

IsOperator

Gets or sets a value indicating whether the operation initiator should or should not be a specific user to meet the condition.


User

Gets or sets the user the operation initiator should or should not be to meet the condition.

Remarks

When this property is set, the IAdmTrusteeUserCondition2::UserDnTemplate property is set to null.


Requirements

Minimum required version: 2009.1

See also