IAdmBusinessUnitContainerRule
The IAdmBusinessUnitContainerRule interface represents the Objects located in OU or container membership rule of business units and rule-based groups.
Inheritance: IAdmBusinessUnitMembershipRule
Properties
-
Property
-
Description
-
Container
-
Gets or sets the container or organizational unit whose objects should match the rule.
-
ContainerDnTemplate
-
Gets or sets a string template for the distinguished name of the container whose objects should match the rule.
-
ContainerPath
-
Gets or sets a string ADS path of the container whose objects should match the rule.
-
ObjectTypes
-
Gets or sets the types of objects that should match the rule.
-
Scope
-
Gets or sets a value indicating whether all nested objects or only objects located directly in the container should match the rule.
Details
Container
Gets or sets the container or organizational unit whose objects should match the rule.
- Type:
- IADsContainer
- Access:
- Read/Write
Remarks
When this property is set, the ContainerDnTemplate and ContainerPath properties are automatically set to an empty string.
ContainerDnTemplate
Gets or sets a string template for the distinguished name of the container whose objects 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 container or organizational unit.
- Type:
- string
- Access:
- Read/Write
Remarks
When this property is set, the Container property is automatically set to null and the ContainerPath property is set to an empty string.
ContainerPath
Gets or sets a string ADS path of the container whose objects 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 container or organizational unit.
- Type:
- string
- Access:
- Read/Write
Remarks
When this property is set, the Container property is automatically set to null and the ContainerDnTemplate property is set to an empty string.
ObjectTypes
Gets or sets the types of objects that should match the rule.
- Type:
- string[]
- Access:
- Read/Write
Scope
Gets or sets a value indicating whether all nested objects or only objects located directly in the container should match the rule.
- Type:
- ADS_SCOPEENUM
- Access:
- Read/Write
Requirements
Minimum required version: 2023