IAdmTrusteeUserCondition2

The IAdmTrusteeUserCondition2 interface extends the IAdmTrusteeUserCondition interface.

Inheritance: IUnknown

Properties

  • Property

  • Description

  • UserDnTemplate

  • Gets or sets a string containing a template for the distinguished name (DN) of the user, the operation initiator should or should not be to meet the condition.

Details

UserDnTemplate

Gets or sets a string containing a template for the distinguished name (DN) of the user, the operation initiator should or should not be to meet the condition. You can use value references in the template (e.g. %company%, %department%, %manager%). After resolving value references, the resulting string must be a valid distinguished name (DN) of a user account.

  • Type:
  • string
  • Access:
  • Read/Write

Remarks

When this property is set, the IAdmTrusteeUserCondition::User property is set to null.

Requirements

Minimum required version: 2013.2

See also