IAdmBusinessUnitContainerRule

The IAdmBusinessUnitContainerRule interface represents the Container Children membership rule for business units.

Inheritance: IAdmBusinessUnitMembershipRule

Properties

  • Property

  • Description

  • Container

  • Gets or sets the container or organizational unit, the child objects of which must be included in or excluded from the business unit.

  • ContainerDnTemplate

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

  • ContainerPath

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

  • ObjectTypes

  • Gets or sets the types of objects that must be included or excluded from the business unit.

  • Scope

  • Gets or sets a value indicating whether all descendants or only immediate children of the container should be included in or excluded from the business unit.

Details

Container

Gets or sets the container or organizational unit, the child objects of which must be included in or excluded from the business unit.

Remarks

When this property is set, the ContainerDnTemplate and ContainerPath properties are set to an empty string.


ContainerDnTemplate

Gets or sets a string containing a template for the distinguished name (DN) of the container, child objects 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 container or organizational unit.

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

Remarks

When this property is set, the Container property is set to null and the ContainerPath property is set to an empty string.


ContainerPath

Gets or sets a string containing a template for the distinguished name (DN) of the container, child objects 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 container or organizational unit.

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

Remarks

When this property is set, the Container property is set to null and the ContainerDnTemplate property is set to an empty string.


ObjectTypes

Gets or sets the types of objects that must be included or excluded from the business unit.

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

Scope

Gets or sets a value indicating whether all descendants or only immediate children of the container should be included in or excluded from the business unit.


Requirements

Minimum required version: 2023

See also