class Aws::IAM::Types::UpdateSAMLProviderRequest

@note When making an API call, you may pass UpdateSAMLProviderRequest

data as a hash:

    {
      saml_metadata_document: "SAMLMetadataDocumentType", # required
      saml_provider_arn: "arnType", # required
    }

@!attribute [rw] saml_metadata_document

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.
@return [String]

@!attribute [rw] saml_provider_arn

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

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

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateSAMLProviderRequest AWS API Documentation

Constants

SENSITIVE