AWS code-library documentation change
Summary
Added PowerShell V5 example for user tagging
Security assessment
Supports attribute-based access control (security feature), but no specific vulnerability remediation.
Diff
diff --git a/code-library/latest/ug/iam_example_iam_TagUser_section.md b/code-library/latest/ug/iam_example_iam_TagUser_section.md index 87271c765..0c07803aa 100644 --- a//code-library/latest/ug/iam_example_iam_TagUser_section.md +++ b//code-library/latest/ug/iam_example_iam_TagUser_section.md @@ -52,0 +53,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)_. + + + +