IAdmBusinessUnitSpecificObjectRule
The IAdmBusinessUnitSpecificObjectRule interface represents the Specific Objects membership rule for business units.
Inheritance: IAdmBusinessUnitMembershipRule
Properties
-
Property
-
Description
-
Object
-
Gets or sets the directory object to be included in or excluded from the business unit.
-
ObjectDnTemplate
-
Gets or sets a string containing a template for the distinguished name (DN) of the object that must be included or excluded from the business unit.
-
ObjectPath
-
Gets or sets a string containing an ADS path of the object that must be included or excluded from the business unit.
Details
Object
Gets or sets the directory object to be included in or excluded from the business unit.
- Type:
- IAdmTop
- Access:
- Read/Write
Remarks
When this property is set, the ObjectDnTemplate
and the ObjectPath
properties are set to an empty string.
ObjectDnTemplate
Gets or sets a string containing a template for the distinguished name (DN) of the object that 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 an object.
- Type:
- string
- Access:
- Read/Write
Remarks
When this property is set, the Object
property is set to null
and the ObjectPath
property is set to an empty string.
ObjectPath
Gets or sets a string containing an ADS path of the object that must be included or excluded from the business unit.
- Type:
- string
- Access:
- Read/Write
Remarks
When this property is set, the ObjectDnTemplate
property is set to null
and the ObjectPath
property is set to an empty string.
Requirements
Minimum required version: 2023