IAdmBusinessUnitGroupRule

The IAdmBusinessUnitGroupRule interface represents the Group Members membership rule for business units.

Inheritance: IAdmBusinessUnitMembershipRule

Properties

  • Property

  • Description

  • IncludeDirectMembersOnly

  • Gets or sets a value indicating whether only direct members of the specified group or all the members of the group (including members of the nested groups) must be included or excluded from the business unit.

  • Group

  • Gets or sets the group, members of which must be included or excluded from the business unit.

  • GroupDnTemplate

  • Gets or sets a string containing a template for the distinguished name (DN) of the group, members of which must be included or excluded from the business unit.

  • GroupPath

  • Gets or sets a string containing an ADS path of the group whose members must be included or excluded from the business unit.

Details

IncludeDirectMembersOnly

Gets or sets a value indicating whether only direct members of the specified group or all the members of the group (including members of the nested groups) must be included or excluded from the business unit.

  • Type:
  • bool
  • Access:
  • Read/Write

Group

Gets or sets the group, members of which must be included or excluded from the business unit.

Remarks

When this property is set, the GroupDnTemplate and GroupPath properties are set to an empty string.


GroupDnTemplate

Gets or sets a string containing a template for the distinguished name (DN) of the group, members of which must be included or excluded from the business unit. You can use value references in the template. 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 Group property is reset to null and the GroupPath property is set to an empty string.


GroupPath

Gets or sets a string containing an ADS path of the group whose members must be included or excluded from the business unit.

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

Remarks

When this property is set, the Group property is set to null and the GroupDnTemplate property is set to an empty string.


Requirements

Minimum required version: 2023

See also