PASSWORD_TRANSACTION table

The PASSWORD_TRANSACTION table is used during secure password delivery to store information. After the password is retrieved, the record is deleted from the table. If the password is never picked up, this record is deleted upon password pickup expiration.

Column Name Description Data type
TRANSACTION_ID* Transaction ID used to retrieve the password. Primary key. Numeric
ACCOUNT_DN Account DN for the password. Character (2000)
CREATION_DATE Password creation date. Character (50)
PROCESS_ID* ID of the workflow that started the password transaction process. Numeric
ACTIVITY_ID* ID of the activity that started the password transaction process. Numeric
PASSWORD Encrypted password value. Character (500)

* Indicates the column is required and not null.

Parent topic: Workflow tables