AlertUserActions
Stores a log of user-initiated actions triggered by Vault alerts, capturing details such as the action type, timestamp, user information, and associated alert metadata for compliance tracking and audit purposes.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
System-generated unique identifier for the alert user action record within the Vault system. |
| Global ID | String | True |
Globally unique system-managed identifier used for cross-environment or cross-system reference. |
| Link | String | False |
System-generated hyperlink reference to the alert user action record, useful for UI-based redirection or API retrieval. |
| Alert User Name | String | True |
Name of the user associated with the alert action, typically representing the Vault user who received or interacted with the alert. |
| Status | String | False |
Current status of the alert action for the user, such as Active, Dismissed, or Acknowledged. |
| Created By | String | True |
Username or identifier of the Vault user who originally created the alert user action record. |
| Created Date | Datetime | True |
Timestamp indicating when the alert user action record was first created in the Vault system. |
| Last Modified By | String | True |
Username or identifier of the user who last modified the alert user action record. |
| Last Modified Date | Datetime | True |
Timestamp of the most recent modification made to the alert user action record. |
| Dismissed | Bool | False |
Boolean flag indicating whether the user has dismissed the alert. This is true if the alert is no longer shown to the user. |
| External_ID | String | False |
Custom external system identifier used for integration or synchronization with third-party systems. |
| Last Push Notify APNS Date/Time | Datetime | False |
Date and time of the last push notification sent to the user's Apple device via APNS (Apple Push Notification Service). |
| Mobile ID | String | False |
Unique identifier associated with the user's mobile device, used for mobile alert delivery and tracking. |
| Alert | String | False |
Reference to the parent alert record that this user action is associated with. |
| User | String | False |
Reference to the user who received or responded to the alert. |
| Legacy CRM Id | String | False |
Identifier from a legacy Customer Relationship Management (CRM) system, retained for data migration or historical mapping purposes. |