AWS IAM documentation change
Summary
Added PowerShell V5 example for ListSAMLProviders API call with sample output
Security assessment
The change adds a routine example of listing SAML providers but does not address vulnerabilities or describe security features
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_ListSAMLProviders_section.md b/IAM/latest/UserGuide/iam_example_iam_ListSAMLProviders_section.md index d3ae39c9d..d9933cf2e 100644 --- a//IAM/latest/UserGuide/iam_example_iam_ListSAMLProviders_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_ListSAMLProviders_section.md @@ -201,0 +202,21 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example retrieves the list of SAML 2.0 providers created in the current AWS account. It returns the ARN, creation date, and expiration date for each SAML provider.** + + + Get-IAMSAMLProviderList + + +**Output:** + + + Arn CreateDate ValidUntil + --- ---------- ---------- + arn:aws:iam::123456789012:saml-provider/SAMLADFS 12/23/2014 12:16:55 PM 12/23/2114 12:16:54 PM + + * For API details, see [ListSAMLProviders](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +