Identifiers for the federated user associated with the credentials.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class FederatedUser
Public Class FederatedUser
public ref class FederatedUser
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| FederatedUser()()()() | Initializes a new instance of the FederatedUser class | |
| Arn |
The ARN specifying the federated user associated with the credentials. For more information about ARNs and how to use them in policies, see
Identifiers for IAM Entities in
Using AWS Identity and Access Management.
Constraints: | |
| Equals(Object) | (Inherited from Object.) | |
| FederatedUserId |
The string identifying the federated user associated with the credentials, similar to the UserId of an IAM user.
Constraints: | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) | |
| WithArn(String) |
Sets the Arn property
| |
| WithFederatedUserId(String) |
Sets the FederatedUserId property
|