|
| Local Methods | ||
| Service Types | Data Object Types | All Properties | All Methods |
Methods
| Methods defined in this Service |
|---|
| AccessGroup_Create, AccessGroup_Delete, AccessGroup_Get, AccessGroup_List |
Privileges
| Privilege | Description |
|---|---|
| FOLDER_MANAGEMENT | 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 AccessGroup used to make the method call. |
| base | AccessGroupBase |
attributes needed to add an access group
|
Return Value
| Type | Description |
|---|---|
| AccessGroupId | 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_FOLDER_ADDED | Sent when successfully creating an access group. |
| ADMIN_FOLDER_ADD_FAILED | Sent when an access group failed to be created. |
Privileges
| Privilege | Description |
|---|---|
| FOLDER_MANAGEMENT | Access group management privilege on the specified access group or its ancestors is required to delete an access group. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the AccessGroup used to make the method call. |
| entityId | AccessGroupId |
Id of the 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_FOLDER_DELETED | Sent when successfully deleting an access group. |
| ADMIN_FOLDER_DELETE_FAILED | Sent when an access group failed to be deleted. |
Privileges
| Privilege | Description |
|---|---|
| GLOBAL_PERMISSION_VIEW | Read access to permissions is sufficient to read any access group. This is also necessary to read permissions that belong to the specified access group. |
| FOLDER_VIEW | Read access to a specific access group or its ancestors is necessary to read an access group without the above privilege. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the AccessGroup used to make the method call. |
| id | AccessGroupId |
Access group id of entity to get.
|
Return Value
| Type | Description |
|---|---|
| AccessGroupInfo | requested 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 access groups. This is also necessary to read permissions that belong to an access group. |
| FOLDER_VIEW | Read access to a specific access group or its ancestors is necessary to read an access group without the above privilege. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the AccessGroup used to make the method call. |
Return Value
| Type | Description |
|---|---|
| AccessGroupInfo[] | The permitted access groups, listed by their ancestors closest to the root. |
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 |