LOGIN_ HISTORY view and functions: New column CLIENT_ PRIVATE_ LINK_ ID¶
Attention
This behavior change is in the 2025_01 bundle.
For the current status of the bundle, refer to Bundle History.
When this behavior change bundle is enabled, a new column is included in the following:
- ACCOUNT_USAGE.LOGIN_HISTORY view
- Output of the INFORMATION_SCHEMA.LOGIN_HISTORY function
- Output of the INFORMATION_SCHEMA.LOGIN_HISTORY_BY_USER function
The new column in the view/output is the following:
| Column name | Data type | Description |
|---|---|---|
client_private_link_id | VARCHAR | If the user logged in using private connectivity, specifies the identifier of the endpoint from which the request originated. |
The column is added as the last column of the view/output.
Ref: 1847