AWS cli documentation change
Summary
Updated CLI version, modified access documentation link, and added audit fields (CreatedAt, UpdatedAt, CreatedBy, UpdatedBy) to output
Security assessment
The addition of audit-related fields enhances visibility into group membership changes, which supports security monitoring but does not address a specific vulnerability.
Diff
diff --git a/cli/latest/reference/identitystore/list-group-memberships-for-member.md b/cli/latest/reference/identitystore/list-group-memberships-for-member.md index bdce17bcc..3cb5cdbd9 100644 --- a//cli/latest/reference/identitystore/list-group-memberships-for-member.md +++ b//cli/latest/reference/identitystore/list-group-memberships-for-member.md @@ -15 +15 @@ - * [AWS CLI 2.31.28 Command Reference](../../index.html) » + * [AWS CLI 2.31.31 Command Reference](../../index.html) » @@ -63 +63 @@ For the specified member in the specified identity store, returns the list of al -If you have administrator access to a member account, you can use this API from the member account. Read about [member accounts](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html) in the _Organizations User Guide_ . +If you have access to a member account, you can use this API operation from the member account. For more information, see [Limiting access to the identity store from member accounts](https://docs.aws.amazon.com/singlesignon/latest/userguide/manage-your-accounts.html#limiting-access-from-member-accounts) in the _IAM Identity Center User Guide_ . @@ -327,0 +328,16 @@ GroupMemberships -> (list) +>> +>> CreatedAt -> (timestamp) +>> +>>> The date and time the group membership was created. +>> +>> UpdatedAt -> (timestamp) +>> +>>> The date and time the group membership was last updated. +>> +>> CreatedBy -> (string) +>> +>>> The identifier of the user or system that created the group membership. +>> +>> UpdatedBy -> (string) +>> +>>> The identifier of the user or system that last updated the group membership. @@ -351 +367 @@ NextToken -> (string) - * [AWS CLI 2.31.28 Command Reference](../../index.html) » + * [AWS CLI 2.31.31 Command Reference](../../index.html) »