DeleteHwTokenValve

Valve for deleting a hardware token from the database.

Properties

Name Description Default value Mandatory Supports property expansion
serial_param_name Property containing the serial number for the token. Yes Yes
delete_assigned If the token should be deleted when assigned to a user. false Yes No

Example Configuration

{
        "name": "DeleteHwTokenValve",
        "config": { 
              "serial_param_name":"{{item.serial}}",
              "delete_assigned":"true"
        }
}

Requirements

None.