AWS SDK for .NET Documentation
AssumedRoleUser Property
AmazonAmazon.SecurityToken.ModelAssumeRoleWithWebIdentityResultAssumedRoleUser Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property AssumedRoleUser.

The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials. For example, you can reference these credentials as a principal in a resource-based policy by using the ARN or assumed role ID. The ARN and ID include the

CopyC#
RoleSessionName
that you specified when you called
CopyC#
AssumeRole
.

Declaration Syntax
C#
public AssumedRoleUser AssumedRoleUser { get; set; }

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