AWS SDK for .NET Documentation
CreateSAMLProviderRequest Class
AmazonAmazon.IdentityManagement.ModelCreateSAMLProviderRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the CreateSAMLProvider operation. Creates an IAM entity to describe an identity provider (IdP) that supports SAML 2.0.

The SAML provider that you create with this operation can be used as a principal in a role's trust policy to establish a trust relationship between AWS and a SAML identity provider. You can create an IAM role that supports Web-based single sign-on (SSO) to the AWS Management Console or one that supports API access to AWS.

When you create the SAML provider, you upload an a SAML metadata document that you get from your IdP and that 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.

Note:
This operation requires Signature Version 4.

For more information, see Giving Console Access Using SAML and Creating Temporary Security Credentials for SAML Federation in the Using Temporary Credentials guide.

Declaration Syntax
C#
public class CreateSAMLProviderRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreateSAMLProviderRequest()()()()
Initializes a new instance of the CreateSAMLProviderRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Name
Gets and sets the property Name.

The name of the provider to create.


SAMLMetadataDocument
Gets and sets the property SAMLMetadataDocument.

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.

For more information, see Creating Temporary Security Credentials for SAML Federation in the Using Temporary Security Credentials guide.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithName(String) Obsolete.
Sets the Name property

WithSAMLMetadataDocument(String) Obsolete.
Sets the SAMLMetadataDocument property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CreateSAMLProviderRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)