Contains the result of a successful call to the GetFederationToken action,
            including      temporary AWS credentials that can be used to make AWS requests.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class GetFederationTokenResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | GetFederationTokenResult()()()() | Initializes a new instance of the GetFederationTokenResult class | 
|  | Credentials | 
            Gets and sets the property Credentials. 
             Credentials for the service API authentication. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | FederatedUser | 
            Gets and sets the property FederatedUser. 
             
            Identifiers for the federated user associated with the credentials (such as      
              | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | PackedPolicySize | 
            Gets and sets the property PackedPolicySize. 
             A percentage value indicating the size of the policy in packed form. The service rejects policies for which the packed size is greater than 100 percent of the allowed value. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCredentials(Credentials) | Obsolete. 
            Sets the Credentials property
             | 
|  | WithFederatedUser(FederatedUser) | Obsolete. 
            Sets the FederatedUser property
             | 
|  | WithPackedPolicySize(Int32) | Obsolete. 
            Sets the PackedPolicySize property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | GetFederationTokenResult | 
 Copy
Copy