Class AssumedRoleUser
- Namespace
- Amazon.SecurityToken.Model
- Assembly
- AWSSDK.SecurityToken.dll
The identifiers for the temporary security credentials that the operation returns.
public class AssumedRoleUser
- Inheritance
-
AssumedRoleUser
- Inherited Members
Constructors
AssumedRoleUser()
public AssumedRoleUser()
Properties
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 IAM Identifiers in the IAM User Guide.
public string Arn { get; set; }
Property Value
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 Amazon Web Services when the role is created.
public string AssumedRoleId { get; set; }