SHOW USERS and DESCRIBE USER commands: Changes to output (Preview)¶
Attention
This behavior change is in the 2025_04 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 column name changes related to workload identity federation.
Note
This column was introduced into the SHOW USERS and DESCRIBE USER commands in BCR-1951 in the 2025_03 bundle.
SHOW USERS: Changes to column name¶
When this behavior change bundle is enabled, the output of the SHOW USERS command includes the following column name change(s):
- Before the change:
The column is named HAS_FEDERATED_WORKLOAD_AUTHENTCATION
- After the change:
The column is named HAS_WORKLOAD_IDENTITY
This column also appears in the output of SHOW TERSE USERS.
DESCRIBE USER: Changes to column name¶
When this behavior change bundle is enabled, the output of the DESCRIBE USER command includes the following column name change(s):
- Before the change:
The column is named HAS_FEDERATED_WORKLOAD_AUTHENTCATION
- After the change:
The column is named HAS_WORKLOAD_IDENTITY
This column is listed after the HAS_PAT property and before the MINS_TO_BYPASS_MFA property.
Ref: 1999