AWS singlesignon documentation change
Summary
Added 'Roles' field to request syntax and documentation
Security assessment
Documents new role assignment capability during user creation, which relates to access control (security feature). No evidence of security vulnerability being fixed.
Diff
diff --git a/singlesignon/latest/IdentityStoreAPIReference/API_CreateUser.md b/singlesignon/latest/IdentityStoreAPIReference/API_CreateUser.md index 81d023270..9f23b6fe0 100644 --- a//singlesignon/latest/IdentityStoreAPIReference/API_CreateUser.md +++ b//singlesignon/latest/IdentityStoreAPIReference/API_CreateUser.md @@ -66,0 +67,7 @@ Creates a user within the specified identity store. + "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" + } + ], @@ -238,0 +246,11 @@ Required: No +**Roles ** + + +A list of `Role` objects containing roles associated with the user. + +Type: Array of [Role](./API_Role.html) objects + +Array Members: Fixed number of 1 item. + +Required: No +