Table of Contents

Class FederatedUser

Namespace
Amazon.SecurityToken.Model
Assembly
AWSSDK.SecurityToken.dll

Identifiers for the federated user that is associated with the credentials.

public class FederatedUser
Inheritance
FederatedUser
Inherited Members

Constructors

FederatedUser()

Empty constructor used to set properties independently even when a simple constructor is available

public FederatedUser()

FederatedUser(string, string)

Instantiates FederatedUser with the parameterized properties

public FederatedUser(string federatedUserId, string arn)

Parameters

federatedUserId string

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

arn string

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 IAM Identifiers in the IAM User Guide.

Properties

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 IAM Identifiers in the IAM User Guide.

public string Arn { get; set; }

Property Value

string

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.

public string FederatedUserId { get; set; }

Property Value

string