ADM_SCOPEBASEOBJECTTYPE_ENUM
The ADM_SCOPEBASEOBJECTTYPE_ENUM enumeration specifies types of activity scope items.
Syntax
enum ADM_SCOPEBASEOBJECTTYPE_ENUM
{
    ADM_SCOPEBASEOBJECTTYPE_CONTAINER      = 0,  //0x0
    ADM_SCOPEBASEOBJECTTYPE_GROUP          = 1,  //0x1
    ADM_SCOPEBASEOBJECTTYPE_BUSINESSUNIT   = 2,  //0x2
    ADM_SCOPEBASEOBJECTTYPE_ALL_DIRECTORY  = 3,  //0x3
    ADM_SCOPEBASEOBJECTTYPE_CONFIGURATION  = 4,  //0x4
}
Constants
- 
Flag
 - 
Description
 - 
ADM_SCOPEBASEOBJECTTYPE_CONTAINER
 - 
Indicates that the base object of the activity scope item is a container.
 - 
ADM_SCOPEBASEOBJECTTYPE_GROUP
 - 
Indicates that the base object of the activity scope item is a group.
 - 
ADM_SCOPEBASEOBJECTTYPE_BUSINESSUNIT
 - 
Indicates that the base object of the activity scope item is a business unit.
 - 
ADM_SCOPEBASEOBJECTTYPE_ALL_DIRECTORY
 - 
Indicates that the base object of the activity scope item is All Objects, which includes all objects in all the domains managed by Adaxes.
 - 
ADM_SCOPEBASEOBJECTTYPE_CONFIGURATION
 - 
Indicates that all Adaxes service configuration objects (like security roles, business rules, business units, property patterns and managed domains) belong to the activity scope item.
 
Requirements
Minimum required version: 2009.1