AWS singlesignon documentation change
Summary
Added 'Roles' field to response documentation
Security assessment
Documents role information in user descriptions, enhancing access control visibility (security feature). No indication of security vulnerability resolution.
Diff
diff --git a/singlesignon/latest/IdentityStoreAPIReference/API_DescribeUser.md b/singlesignon/latest/IdentityStoreAPIReference/API_DescribeUser.md index 7b2339236..cdb32da24 100644 --- a//singlesignon/latest/IdentityStoreAPIReference/API_DescribeUser.md +++ b//singlesignon/latest/IdentityStoreAPIReference/API_DescribeUser.md @@ -134,0 +135,7 @@ Required: Yes + "Roles": [ + { + "[Primary](./API_Role.html#singlesignon-Type-Role-Primary)": **_boolean_** , + "[Type](./API_Role.html#singlesignon-Type-Role-Type)": "**_string_** ", + "[Value](./API_Role.html#singlesignon-Type-Role-Value)": "**_string_** " + } + ], @@ -307,0 +315,9 @@ Pattern: `[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r ]+` +**Roles ** + + +The roles of the user. + +Type: Array of [Role](./API_Role.html) objects + +Array Members: Fixed number of 1 item. +