IAdmActivityScopeItem

The IAdmActivityScopeItem interface represents an activity scope item.

The scope of activity of business rules, scheduled tasks, property patterns, password self-service policies, and security role assignments is represented as a collection of items, each of which defines which directory objects are included in the scope. Each directory object in this collection is represented by the IAdmActivityScopeItem interface.

Inheritance: IAdmTop

Methods

Properties

  • Property

  • Description

  • BaseObject

  • Gets or sets the base directory object that defines the scope of activity.

  • Exclude

  • Gets or sets a value indicating whether the scope item will be excluded from or included into the scope of activity.

  • Inheritance

  • Gets or sets a value indicating whether all descendants or only immediate children of the base directory object should be included into or excluded from the scope of activity.

  • Type

  • Gets or sets a value indicating the type of the base object.

Details

IsEffectiveFor()

The method is deprecated and should not be used. Use the IAdmActivityScopeItem2::IsEffectiveForEx method instead.

Checks whether the activity scope item includes or excludes a specific directory object.

bool IsEffectiveFor(IAdmTop targetObjectArg)

BaseObject

Gets or sets the base directory object that defines the scope of activity.


Exclude

Gets or sets a value indicating whether the scope item will be excluded from or included into the scope of activity.

  • Type:
  • bool
  • Access:
  • Read/Write

Inheritance

Gets or sets a value indicating whether all descendants or only immediate children of the base directory object should be included into or excluded from the scope of activity.


Type

Gets or sets a value indicating the type of the base object.


Requirements

Minimum required version: 2009.1

See also