AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetDelegatedAccessToken operation. Exchanges a trade-in token for temporary Amazon Web Services credentials with the permissions associated with the assumed principal. This operation allows you to obtain credentials for a specific principal based on a trade-in token, enabling delegation of access to Amazon Web Services resources.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SecurityToken.AmazonSecurityTokenServiceRequest
      Amazon.SecurityToken.Model.GetDelegatedAccessTokenRequest

Namespace: Amazon.SecurityToken.Model
Assembly: AWSSDK.SecurityToken.dll
Version: 3.x.y.z

Syntax

C#
public class GetDelegatedAccessTokenRequest : AmazonSecurityTokenServiceRequest
         IAmazonWebServiceRequest

The GetDelegatedAccessTokenRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property TradeInToken System.String

Gets and sets the property TradeInToken.

The token to exchange for temporary Amazon Web Services credentials. This token must be valid and unexpired at the time of the request.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer