IAdmTrusteeMembershipCondition2

The IAdmTrusteeMembershipCondition2 interface extends the IAdmTrusteeMembershipCondition interface.

Inheritance: IUnknown

Properties

  • Property

  • Description

  • GroupDnTemplate

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

Details

GroupDnTemplate

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

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

Remarks

When this property is set, the IAdmTrusteeMembershipCondition::Group property is set to null.


Requirements

Minimum required version: 2013.2

See also