VaultCheckout
The VaultCheckout table contains detailed information about the accounts that have been checked out by an Identity Platform user.
| Column | Type | Description |
|---|---|---|
| ID | String | UUID of the checkout. |
| Description | String | Description for the checkout. |
| UserID | String | UUID of the user who checked out the account. |
| Summary | String | Checked out account details in Host/User format. |
| PVID | String | UUID of the checked out account. |
| LoanDate | DateTime | Checked out Date/Time. |
| DueDate | DateTime | Checkout expiration Date/Time. |
| HostID | String | UUID of the resource. |
See Also
Updated 10 months ago
