Class: Aws::IAM::Types::UpdateSAMLProviderRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#saml_metadata_documentString

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.

Returns:

  • (String)


11172
11173
11174
11175
11176
11177
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11172

class UpdateSAMLProviderRequest < Struct.new(
  :saml_metadata_document,
  :saml_provider_arn)
  SENSITIVE = []
  include Aws::Structure
end

#saml_provider_arnString

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.

Returns:

  • (String)


11172
11173
11174
11175
11176
11177
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11172

class UpdateSAMLProviderRequest < Struct.new(
  :saml_metadata_document,
  :saml_provider_arn)
  SENSITIVE = []
  include Aws::Structure
end