IAdmBusinessUnitGroupRule
The IAdmBusinessUnitGroupRule interface represents the Group members membership rule of business units and rule-based groups.
Inheritance: IAdmBusinessUnitMembershipRule
Properties
-
Property
-
Description
-
IncludeDirectMembersOnly
-
Gets or sets a value indicating whether only direct members or all the members (including members of nested groups) should match the rule.
-
Group
-
Gets or sets the group whose members should match the rule.
-
GroupDnTemplate
-
Gets or sets a string template for the distinguished name of the group whose members should match the rule.
-
GroupPath
-
Gets or sets a string ADS path of the group whose members should match the rule.
Details
IncludeDirectMembersOnly
Gets or sets a value indicating whether only direct members or all the members (including members of nested groups) should match the rule.
- Type:
- bool
- Access:
- Read/Write
Group
Gets or sets the group whose members should match the rule.
- Type:
- IAdmGroup
- Access:
- Read/Write
Remarks
When this property is set, the GroupDnTemplate and GroupPath properties are automatically set to an empty string.
GroupDnTemplate
Gets or sets a string template for the distinguished name of the group whose members should match the rule. You can use value references in the template. After value references are resolved, the string must be a valid distinguished name of a group.
- Type:
- string
- Access:
- Read/Write
Remarks
When this property is set, the Group property is automatically reset to null, and the GroupPath property is set to an empty string.
GroupPath
Gets or sets a string ADS path of the group whose members should match the rule.
- Type:
- string
- Access:
- Read/Write
Remarks
When this property is set, the Group property is automatically set to null, and the GroupDnTemplate property is set to an empty string.
Requirements
Minimum required version: 2023