| Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |
Methods
Methods defined in this Service |
---|
GlobalAccessGroup_Create, GlobalAccessGroup_Delete, GlobalAccessGroup_Get, GlobalAccessGroup_List |
Privileges
Privilege | Description |
---|---|
FOLDER_MANAGEMENT | Global Access group management privilege on the new access group's parent or its ancestors is required to create an access group. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the GlobalAccessGroup used to make the method call. |
base | GlobalAccessGroupBase |
attributes needed to add a global access group
|
Return Value
Type | Description |
---|---|
GlobalAccessGroupId | unique identifier |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Events
Event | Description |
---|---|
ADMIN_GLOBAL_FOLDER_ADDED | Sent when successfully creating a global access group. |
Privileges
Privilege | Description |
---|---|
FOLDER_MANAGEMENT | Global Access group management privilege on the specified global access group or its ancestors is required to delete a global access group. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the GlobalAccessGroup used to make the method call. |
entityId | GlobalAccessGroupId |
Id of the global access group to delete.
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Events
Event | Description |
---|---|
ADMIN_GLOBAL_FOLDER_DELETED | Sent when successfully deleting a global access group |
Privileges
Privilege | Description |
---|---|
GLOBAL_PERMISSION_VIEW | Read access to permissions is sufficient to read any global access group. This is also necessary to read permissions that belong to the specified global access group. |
FOLDER_VIEW | Read access to a specific global access group or its ancestors is necessary to read a global access group without the above privilege. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the GlobalAccessGroup used to make the method call. |
id | GlobalAccessGroupId |
Global Access group id.
|
Return Value
Type | Description |
---|---|
GlobalAccessGroupInfo | requested global access group entity. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Privileges
Privilege | Description |
---|---|
GLOBAL_PERMISSION_VIEW | Read access to permissions is sufficient to read all global access groups. This is also necessary to read permissions that belong to a global access group. |
FOLDER_VIEW | Read access to a specific global access group or its ancestors is necessary to read a global access group without the above privilege. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the GlobalAccessGroup used to make the method call. |
Return Value
Type | Description |
---|---|
GlobalAccessGroupInfo[] | The global access groups. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Top of page | Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |