IAdmBusinessUnitSpecificObjectRule

The IAdmBusinessUnitSpecificObjectRule interface represents the Specific objects membership rule of business units and rule-based groups.

Inheritance: IAdmBusinessUnitMembershipRule

Properties

  • Property

  • Description

  • Object

  • Gets or sets the directory object that should match the rule.

  • ObjectDnTemplate

  • Gets or sets a string template for the distinguished name of the object that should match the rule.

  • ObjectPath

  • Gets or sets a string ADS path of the object that should match the rule.

Details

Object

Gets or sets the directory object that should match the rule.

Remarks

When this property is set, the ObjectDnTemplate and the ObjectPath properties are automatically set to an empty string.


ObjectDnTemplate

Gets or sets a string template for the distinguished name of the object that 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 an object.

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

Remarks

When this property is set, the Object property is automatically reset to null, and the ObjectPath property is set to an empty string.


ObjectPath

Gets or sets a string ADS path of the object that should match the rule.

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

Remarks

When this property is set, the ObjectDnTemplate property is automatically reset to null, and the ObjectPath property is set to an empty string.


Requirements

Minimum required version: 2023

See also