Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) that you
can use to access AWS resources that you might not normally have access to. Typically, you use
For cross-account access, imagine that you own multiple accounts and need to access resources in each account. You could create long-term credentials in each account to access those resources. However, managing all those credentials and remembering which one can access which account can be time consuming. Instead, you can create one set of long-term credentials in one account and then use temporary security credentials to access all the other accounts by assuming roles in those accounts. For more information about roles, see Roles in Using IAM .
For federation, you can, for example, grant single sign-on access to the AWS Management Console. If you already have an
identity and authentication system in your corporate network, you don't have to recreate user identities in AWS in order to grant those user
identities access to AWS. Instead, after a user has been authenticated, you call
The temporary security credentials are valid for the duration that you specified when calling
The temporary security credentials that are
returned from the
To assume a role, your AWS account must be trusted by the role. The trust
relationship is defined in the role's trust policy when the IAM role is created. You must also have a policy that allows you to call
Important: You cannot call
Inheritance Hierarchy
Namespace: Amazon.SecurityToken.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class AssumeRoleRequest : AmazonWebServiceRequest IRequestEvents
The AssumeRoleRequest type exposes the following members
Constructors
Name | Description | |
---|---|---|
![]() |
AssumeRoleRequest() |
Properties
Name | Description | |
---|---|---|
![]() |
DurationSeconds |
The duration, in seconds, of the role session. The value can range from 900 seconds (15 minutes) to 3600 seconds (1 hour). By default, the
value is set to 3600 seconds.
Constraints: |
![]() |
ExternalId |
A unique identifier that is used by third parties to assume a role in their customers' accounts. For each role that the third party can
assume, they should instruct their customers to create a role with the external ID that the third party generated. Each time the third party
assumes the role, they must pass the customer's external ID. The external ID is useful in order to help third parties bind a role to the
customer who created it. For more information about the external ID, see About the External ID in Using
Temporary Security Credentials.
Constraints: |
![]() |
Policy |
A supplemental policy that is associated with the temporary security credentials from the Constraints: |
![]() |
RoleArn |
The Amazon Resource Name (ARN) of the role that the caller is assuming.
Constraints: |
![]() |
RoleSessionName |
An identifier for the assumed role session. The session name is included as part of the Constraints: |
Version Information
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8
.NET for Windows Phone:
Supported in: Window Phone 8