UserAuthorizationConsent
Stores records of user authorization and consent agreements for data privacy compliance.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | Represents the unique internal identifier for the user authorization consent entry, ensuring proper reference and tracking. | |
| app | String | Stores the name of the application for which the user granted authorization, ensuring clarity in access permissions. | |
| given_at | Date | Records the date when the user granted authorization consent, ensuring accurate tracking of access permissions. | |
| revoked_at | Date | Indicates the date when the user authorization consent was revoked, ensuring historical tracking of access changes. | |
| revoked_by | String | Stores the identifier of the user or system that revoked the authorization, ensuring accountability and security. | |
| role_name | String | Defines the role associated with the authorization consent, determining the level of access granted to the user. |