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.
This is the response object from the GetDelegatedAccessToken operation.
Namespace: Amazon.SecurityToken.Model
Assembly: AWSSDK.SecurityToken.dll
Version: 3.x.y.z
public class GetDelegatedAccessTokenResponse : AmazonWebServiceResponse
The GetDelegatedAccessTokenResponse type exposes the following members
| Name | Description | |
|---|---|---|
|
GetDelegatedAccessTokenResponse() |
| Name | Type | Description | |
|---|---|---|---|
|
AssumedPrincipal | System.String |
Gets and sets the property AssumedPrincipal. The Amazon Resource Name (ARN) of the principal that was assumed when obtaining the delegated access token. This ARN identifies the IAM entity whose permissions are granted by the temporary credentials. |
|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
Credentials | Amazon.SecurityToken.Model.Credentials |
Gets and sets the property Credentials. |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
PackedPolicySize | System.Nullable<System.Int32> |
Gets and sets the property PackedPolicySize. The percentage of the maximum policy size that is used by the session policy. The policy size is calculated as the sum of all the session policies and permission boundaries attached to the session. If the packed size exceeds 100%, the request fails. |
|
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
.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