SHOW USERS and DESCRIBE USER commands: Changes to output

Attention

This behavior change is in the 2025_03 bundle.

For the current status of the bundle, refer to Bundle History.

When this behavior change bundle is enabled, the output of the SHOW USERS and DESCRIBE USER commands includes additional information about different authentication methods:

SHOW USERS:输出中的新列

启用此行为变更捆绑包后,SHOW USERS 命令的输出包括以下新列:

列名称描述
has_patIf true, the user has one or more programmatic access tokens.
has_federated_workload_authentication保留以供将来使用。

这些列也显示在 SHOW TERSE USERS 的输出中。

DESCRIBE USER:输出中的新属性

启用此行为变更捆绑包后,DESCRIBE USER 命令的输出包括以下新属性:

属性名称描述
HAS_PATIf true, the user has one or more programmatic access tokens.
HAS_FEDERATED_WORKLOAD_AUTHENTICATION保留以供将来使用。

这些属性列在 HAS_MFA 属性之后,MINS_TO_BYPASS_MFA 属性之前。

参考:1951