AWS SDK for .NET Documentation
AssumeRoleWithSAMLResult Class
AmazonAmazon.SecurityToken.ModelAssumeRoleWithSAMLResult Did this page help you?   Yes   No    Tell us about it...
Contains the result of a successful call to the AssumeRoleWithSAML action, including temporary AWS credentials that can be used to make AWS requests.
Declaration Syntax
C#
public class AssumeRoleWithSAMLResult
Members
All MembersConstructorsMethodsProperties



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

AssumedRoleUser
Gets and sets the property AssumedRoleUser.

Audience
Gets and sets the property Audience.

Credentials
Gets and sets the property Credentials.

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

NameQualifier
Gets and sets the property NameQualifier.

PackedPolicySize
Gets and sets the property PackedPolicySize.

A percentage value that indicates the size of the policy in packed form. The service rejects any policy with a packed size greater than 100 percent, which means the policy exceeded the allowed space.


Subject
Gets and sets the property Subject.

SubjectType
Gets and sets the property SubjectType.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAssumedRoleUser(AssumedRoleUser) Obsolete.
Sets the AssumedRoleUser property

WithAudience(String) Obsolete.
Sets the Audience property

WithCredentials(Credentials) Obsolete.
Sets the Credentials property

WithIssuer(String) Obsolete.
Sets the Issuer property

WithNameQualifier(String) Obsolete.
Sets the NameQualifier property

WithPackedPolicySize(Int32) Obsolete.
Sets the PackedPolicySize property

WithSubject(String) Obsolete.
Sets the Subject property

WithSubjectType(String) Obsolete.
Sets the SubjectType property

Inheritance Hierarchy
Object
AssumeRoleWithSAMLResult

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