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 nameData typeDescription
client_private_link_idVARCHARIf 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