DenyTokenRequest
(Control Token Manager)
| Description: | Denies a control token request |
| Returns: | Nothing |
Usage: ![]() |
Script Only. |
| Function Groups: |
(Control Token Manager) |
| Related to: |
CanControl (Control Token Manager) | CanDenyTokenRequest | CanGrantTokenRequest | CanReleaseToken | CanRequestToken | DenyTokenRequest | GetToken (Control Lock Module) | GetTokenLevel | GrantTokenRequest | ReleaseToken | RequestToken | |
Format: ![]() |
ControlTokenManager.DenyTokenRequest(TagID, TokenRequestRecord[, Custom, Timestamp, SessionID, AccountID, MachineID, Device]) |
| Parameters: |
| TagID |
| Required string. The UniqueID of the tag for which the token request is to be denied. |
| TokenRequestRecord |
| Required. The record of the token request to deny. |
| Custom |
| Optional. A structure of custom fields to log |
| Timestamp |
| Optional The UTC timestamp of this event. Defaults to current time |
| SessionID |
| Optional. The ID of session denying the request. |
| AccountID |
| Optional. The Account ID of user denying the request. Defaults to the currently signed-in user. |
| MachineID |
| Optional. The MachineID of the workstation where this action originated. Defaults to the current machine. |
| Device |
| Optional. Name of client device |
| Comments: |
Denying a pending token request removes it from the Token Request list. See also: Custom Ownership Mode for Control Tokens |
