LOGIN_ HISTORY 视图和函数:新列 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.
启用此行为变更捆绑包后,以下内容会包含一个新列:
- ACCOUNT_USAGE.LOGIN_HISTORY 视图
- INFORMATION_SCHEMA.LOGIN_HISTORY 函数的输出
- INFORMATION_SCHEMA.LOGIN_HISTORY_BY_USER 函数的输出
视图/输出中的新列如下:
| 列名称 | 数据类型 | 描述 |
|---|---|---|
client_private_link_id | VARCHAR | If the user logged in using private connectivity, specifies the identifier of the endpoint from which the request originated. |
该列将作为视图/输出的最后一列添加。
参考:1847