AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-01-04 · Documentation low

File: cli/latest/reference/identitystore/list-users.md

Summary

Added documentation for 'Roles' field in user listings, including role structure, constraints, and attributes (Value, Type, Primary). Updated CLI version references and copyright year.

Security assessment

The change documents role-based access control attributes (role names, types, and primary status) which are security features. However, there's no evidence of a vulnerability being fixed - this appears to be feature documentation expansion.

Diff

diff --git a/cli/latest/reference/identitystore/list-users.md b/cli/latest/reference/identitystore/list-users.md
index bd31b89da..c53b32286 100644
--- a//cli/latest/reference/identitystore/list-users.md
+++ b//cli/latest/reference/identitystore/list-users.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.26 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.28 Command Reference](../../index.html) »
@@ -852,0 +853,43 @@ Users -> (list)
+>> 
+>> Roles -> (list)
+>>
+>>> A list of `Role` objects containing roles associated with the user.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `1`
+>>>   * max: `1`
+>>> 
+
+>>> 
+>>> (structure)
+>>>
+>>>> The role associated with the user.
+>>>> 
+>>>> Value -> (string)
+>>>>
+>>>>> A string containing a role name. For example, “Researcher.”
+>>>>> 
+>>>>> Constraints:
+>>>>> 
+>>>>>   * min: `1`
+>>>>>   * max: `1024`
+>>>>>   * pattern: `[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r ]+`
+>>>>> 
+
+>>>> 
+>>>> Type -> (string)
+>>>>
+>>>>> A string representing the type of role. For example, “Work.”
+>>>>> 
+>>>>> Constraints:
+>>>>> 
+>>>>>   * min: `1`
+>>>>>   * max: `1024`
+>>>>>   * pattern: `[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r ]+`
+>>>>> 
+
+>>>> 
+>>>> Primary -> (boolean)
+>>>>
+>>>>> A Boolean value representing whether this is the primary role for the associated resource.
@@ -917 +960 @@ NextToken -> (string)
-  * [AWS CLI 2.32.26 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.28 Command Reference](../../index.html) »
@@ -924 +967 @@ NextToken -> (string)
-© Copyright 2025, Amazon Web Services. Created using [Sphinx](https://www.sphinx-doc.org/). 
+© Copyright 2026, Amazon Web Services. Created using [Sphinx](https://www.sphinx-doc.org/).