Identifiers for the federated user associated with the credentials.

Namespace: Amazon.SecurityToken.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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:

Length
20 - 2048

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FederatedUserId
The string identifying the federated user associated with the credentials, similar to the UserId of an IAM user.

Constraints:

Length
2 - 96
Pattern
[\w+=,.@-\:]*

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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithArn(String)
Sets the Arn property
WithFederatedUserId(String)
Sets the FederatedUserId property

Inheritance Hierarchy

System..::..Object
  Amazon.SecurityToken.Model..::..FederatedUser

See Also