Gets and sets the property FederatedUser.
Identifiers for the federated user associated with the credentials (such as
CopyC#
or arn:aws:sts::123456789012:federated-user/Bob
CopyC#
).
You can use the federated user's ARN in your resource-based policies, such as
an Amazon S3 bucket policy.
123456789012:Bob

C# |
public FederatedUser FederatedUser { get; set; }