AWS SDK for .NET Documentation
AssumedRoleUser Class
AmazonAmazon.SecurityToken.ModelAssumedRoleUser Did this page help you?   Yes   No    Tell us about it...
The identifiers for the temporary security credentials that the operation returns.
Declaration Syntax
C#
public class AssumedRoleUser
Members
All MembersConstructorsMethodsProperties



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

Arn
Gets and sets the property Arn.

The ARN of the temporary security credentials that are returned from the AssumeRole action. For more information about ARNs and how to use them in policies, see Identifiers for IAM Entities in Using IAM.


AssumedRoleId
Gets and sets the property AssumedRoleId.

A unique identifier that contains the role ID and the role session name of the role that is being assumed. The role ID is generated by AWS when the role is created.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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

WithAssumedRoleId(String) Obsolete.
Sets the AssumedRoleId property

Inheritance Hierarchy
Object
AssumedRoleUser

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