Contains the result of a successful invocation of the GetFederationToken action.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class GetFederationTokenResult
Public Class GetFederationTokenResult
public ref class GetFederationTokenResult
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| GetFederationTokenResult()()()() | Initializes a new instance of the GetFederationTokenResult class | |
| Credentials |
Credentials for the service API authentication.
| |
| Equals(Object) | (Inherited from Object.) | |
| FederatedUser |
Identifiers for the federated user associated with the credentials. You can use the federated user's ARN in your resource policies.
| |
| 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 |
A percentage value indicating the size of the policy in packed form. Policies for which the packed size is greater than 100% of the allowed
value are rejected by the service.
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| WithCredentials(Credentials) |
Sets the Credentials property
| |
| WithFederatedUser(FederatedUser) |
Sets the FederatedUser property
| |
| WithPackedPolicySize(Int32) |
Sets the PackedPolicySize property
|