iam_update_saml_provider: Updates the metadata document for an existing SAML provider...

View source: R/iam_operations.R

iam_update_saml_providerR Documentation

Updates the metadata document for an existing SAML provider resource object

Description

Updates the metadata document for an existing SAML provider resource object.

See https://www.paws-r-sdk.com/docs/iam_update_saml_provider/ for full documentation.

Usage

iam_update_saml_provider(SAMLMetadataDocument, SAMLProviderArn)

Arguments

SAMLMetadataDocument

[required] An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.

SAMLProviderArn

[required] The Amazon Resource Name (ARN) of the SAML provider to update.

For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.