AWS IAM documentation change
Summary
Added PowerShell V5 example for DeleteSAMLProvider operation
Security assessment
Addition of standard API usage example for SAML provider deletion. No evidence of addressing a security vulnerability or documenting new security controls.
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_DeleteSAMLProvider_section.md b/IAM/latest/UserGuide/iam_example_iam_DeleteSAMLProvider_section.md index 16089ec62..d4fa7526f 100644 --- a//IAM/latest/UserGuide/iam_example_iam_DeleteSAMLProvider_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_DeleteSAMLProvider_section.md @@ -86,0 +87,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example deletes the IAM SAML 2.0 provider whose ARN is`arn:aws:iam::123456789012:saml-provider/SAMLADFSProvider`.** + + + Remove-IAMSAMLProvider -SAMLProviderArn arn:aws:iam::123456789012:saml-provider/SAMLADFSProvider + + + * For API details, see [DeleteSAMLProvider](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +