Skip to content

/AWS1/CL_STSGETDELEGATEDACCT01

GetDelegatedAccessTokenResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

io_credentials TYPE REF TO /AWS1/CL_STSCREDENTIALS /AWS1/CL_STSCREDENTIALS

Credentials

iv_packedpolicysize TYPE /AWS1/STSNONNEGINTEGERTYPE /AWS1/STSNONNEGINTEGERTYPE

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.

iv_assumedprincipal TYPE /AWS1/STSARNTYPE /AWS1/STSARNTYPE

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.


Queryable Attributes

Credentials

Credentials

Accessible with the following methods

Method Description
GET_CREDENTIALS() Getter for CREDENTIALS

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.

Accessible with the following methods

Method Description
GET_PACKEDPOLICYSIZE() Getter for PACKEDPOLICYSIZE, with configurable default
ASK_PACKEDPOLICYSIZE() Getter for PACKEDPOLICYSIZE w/ exceptions if field has no va
HAS_PACKEDPOLICYSIZE() Determine if PACKEDPOLICYSIZE has a value

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.

Accessible with the following methods

Method Description
GET_ASSUMEDPRINCIPAL() Getter for ASSUMEDPRINCIPAL, with configurable default
ASK_ASSUMEDPRINCIPAL() Getter for ASSUMEDPRINCIPAL w/ exceptions if field has no va
HAS_ASSUMEDPRINCIPAL() Determine if ASSUMEDPRINCIPAL has a value