approvePendingOperation (Command)
- 20 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
approvePendingOperation (Command)
- Mis à jour le 20 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
The approvePendingOperation command approves 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 for a pending operation 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. |
note | String | Required. A text field for comments/remarks of the checker administrator. |
ApprovePendingOperationResult (Data type)
Element name | Data type | Description |
---|---|---|
pendingOperationID | String | The ID of a pending operation 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 approved. |
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:approvePendingOperation xmlns:adm="http://www.vasco.com/IdentikeyServer/IdentikeyTypes/Administration"> <sessionID>sl9EFYhP99tvf1rWgh~6-=QiXVavrS0Z</sessionID> <pendingOperationID>RjP7gJtc</pendingOperationID> <note>I am a checker administrator and I approve this operation.</note> </adm:approvePendingOperation> </soapenv:Body> </soapenv:Envelope>
Requirements
Required administrative privileges:
- Approve/Reject Pending Operation
Cet article vous a-t-il été utile ?