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_idVARCHARIf the user logged in using private connectivity, specifies the identifier of the endpoint from which the request originated.

该列将作为视图/输出的最后一列添加。

参考:1847