AWS SDK for .NET Documentation
GetSAMLProviderResult Class
AmazonAmazon.IdentityManagement.ModelGetSAMLProviderResult Did this page help you?   Yes   No    Tell us about it...
Contains the result of a successful invocation of the GetSAMLProvider action.
Declaration Syntax
C#
public class GetSAMLProviderResult
Members
All MembersConstructorsMethodsProperties



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

CreateDate
Gets and sets the property CreateDate.

The date and time when the SAML provider was created.


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.)
SAMLMetadataDocument
Gets and sets the property SAMLMetadataDocument.

The XML metadata document that includes information about an identity provider.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
ValidUntil
Gets and sets the property ValidUntil.

The expiration date and time for the SAML provider.


WithCreateDate(DateTime) Obsolete.
Sets the CreateDate property

WithSAMLMetadataDocument(String) Obsolete.
Sets the SAMLMetadataDocument property

WithValidUntil(DateTime) Obsolete.
Sets the ValidUntil property

Inheritance Hierarchy
Object
GetSAMLProviderResult

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