AWS SDK for .NET Documentation
FederatedUser Class
AmazonAmazon.SecurityToken.ModelFederatedUser Did this page help you?   Yes   No    Tell us about it...

Identifiers for the federated user associated with the credentials.

Declaration Syntax
C#
public class FederatedUser
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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 IAM.

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
Object
FederatedUser

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)