AWS IAM documentation change
Summary
Added PowerShell V5 example for tagging a user
Security assessment
User tagging relates to ABAC security strategies but does not fix a disclosed issue.
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_TagUser_section.md b/IAM/latest/UserGuide/iam_example_iam_TagUser_section.md index 81e881de6..ac4283146 100644 --- a//IAM/latest/UserGuide/iam_example_iam_TagUser_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_TagUser_section.md @@ -50,0 +51,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example adds tag to User in Identity Management Service** + + + Add-IAMUserTag -UserName joe -Tag @{ Key = 'abac'; Value = 'testing'} + + + * For API details, see [TagUser](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +