The rejectPendingOperation command rejects a pending operation in the context of maker–checker authorization.
Parameters
| Parameter name | Data type | Description |
|---|---|---|
| sessionID | String | Required. The session identifier of the current administrative session. The logon command returns this identifier after a successful logon (see logon (Command)). |
| pendingOperationID | String | Required. The ID of a pending operation that is rejected via maker–checker authorization. It is automatically generated and returned during the first execution of a supported command, if maker–checker authorization is enabled. |
| note | String | Required. A text field for comments/remarks of the checker administrator. |
RejectPendingOperationResult (Data type)
| Element name | type | Description |
|---|---|---|
| pendingOperationID | String | The ID of a pending operation that is awaiting approval via maker–checker authorization. It is automatically generated and returned during the first execution of a supported command, if maker–checker authorization is enabled. |
| maker | UserOutput | The returned user information (see UserOutput (Data type)), identifying the maker administrator. |
| status | String | Indicates if the operation is pending or has been rejected. |
When a pending operation has been rejected, a notification is sent to the maker, and the pending operation is automatically deleted from the database.
UserOutput (Data type)
| Element name | Data type | Description |
|---|---|---|
| userID | String | The resolved user ID. |
| domain | String | The user domain. |
| orgUnit | String | Optional. The organizational unit of the user. |
Example
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header/> <soapenv:Body> <adm:rejectPendingOperation xmlns:adm="http://www.vasco.com/IdentikeyServer/IdentikeyTypes/Administration"> <sessionID>K67#QJBIHTDY0]WhnFtZrJ4#^GLtyUZ^</sessionID> <pendingOperationID>dRcbsTDL</pendingOperationID> <note>I am a checker administrator and I reject this operation.</note> </adm:rejectPendingOperation> </soapenv:Body> </soapenv:Envelope>
Requirements
Required administrative privileges:
- Approve/Reject Pending Operation