AWS code-library documentation change
Summary
Added PowerShell V5 example for DeleteSAMLProvider operation
Security assessment
Shows proper cleanup of SAML providers which is important for identity management but doesn't indicate a specific security vulnerability
Diff
diff --git a/code-library/latest/ug/iam_example_iam_DeleteSAMLProvider_section.md b/code-library/latest/ug/iam_example_iam_DeleteSAMLProvider_section.md index b59c602ae..6f9b180ed 100644 --- a//code-library/latest/ug/iam_example_iam_DeleteSAMLProvider_section.md +++ b//code-library/latest/ug/iam_example_iam_DeleteSAMLProvider_section.md @@ -88,0 +89,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)_. + + + +