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 that is associated with the credentials.
Declaration Syntax
C#
public class FederatedUser
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
FederatedUser()()()()
Initializes a new instance of the FederatedUser class

Arn
Gets and sets the property Arn.

The ARN that specifies the federated user that is associated with the credentials. For more information about ARNs and how to use them in policies, see Identifiers for IAM Entities in Using IAM.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FederatedUserId
Gets and sets the property FederatedUserId.

The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.


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) Obsolete.
Sets the Arn property

WithFederatedUserId(String) Obsolete.
Sets the FederatedUserId property

Inheritance Hierarchy
Object
FederatedUser

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)