Skip to content

/AWS1/CL_IAMGETDELEGATIONREQ01

GetDelegationRequestResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

io_delegationrequest TYPE REF TO /AWS1/CL_IAMDELEGATIONREQUEST /AWS1/CL_IAMDELEGATIONREQUEST

The delegation request object containing all details about the request.

iv_permissioncheckstatus TYPE /AWS1/IAMPERMCHECKSTATUSTYPE /AWS1/IAMPERMCHECKSTATUSTYPE

The status of the permission check for the delegation request.

This value indicates the status of the process to check whether the caller has sufficient permissions to cover the requested actions in the delegation request. Since this is an asynchronous process, there are three potential values:

  • IN_PROGRESS : The permission check process has started.

  • COMPLETED : The permission check process has completed. The PermissionCheckResult will include the result.

  • FAILED : The permission check process has failed.

iv_permissioncheckresult TYPE /AWS1/IAMPERMCHECKRESULTTYPE /AWS1/IAMPERMCHECKRESULTTYPE

The result of the permission check, indicating whether the caller has sufficient permissions to cover the requested permissions. This is an approximate result.

  • ALLOWED : The caller has sufficient permissions cover all the requested permissions.

  • DENIED : The caller does not have sufficient permissions to cover all the requested permissions.

  • UNSURE : It is not possible to determine whether the caller has all the permissions needed. This output is most likely for cases when the caller has permissions with conditions.


Queryable Attributes

DelegationRequest

The delegation request object containing all details about the request.

Accessible with the following methods

Method Description
GET_DELEGATIONREQUEST() Getter for DELEGATIONREQUEST

PermissionCheckStatus

The status of the permission check for the delegation request.

This value indicates the status of the process to check whether the caller has sufficient permissions to cover the requested actions in the delegation request. Since this is an asynchronous process, there are three potential values:

  • IN_PROGRESS : The permission check process has started.

  • COMPLETED : The permission check process has completed. The PermissionCheckResult will include the result.

  • FAILED : The permission check process has failed.

Accessible with the following methods

Method Description
GET_PERMISSIONCHECKSTATUS() Getter for PERMISSIONCHECKSTATUS, with configurable default
ASK_PERMISSIONCHECKSTATUS() Getter for PERMISSIONCHECKSTATUS w/ exceptions if field has
HAS_PERMISSIONCHECKSTATUS() Determine if PERMISSIONCHECKSTATUS has a value

PermissionCheckResult

The result of the permission check, indicating whether the caller has sufficient permissions to cover the requested permissions. This is an approximate result.

  • ALLOWED : The caller has sufficient permissions cover all the requested permissions.

  • DENIED : The caller does not have sufficient permissions to cover all the requested permissions.

  • UNSURE : It is not possible to determine whether the caller has all the permissions needed. This output is most likely for cases when the caller has permissions with conditions.

Accessible with the following methods

Method Description
GET_PERMISSIONCHECKRESULT() Getter for PERMISSIONCHECKRESULT, with configurable default
ASK_PERMISSIONCHECKRESULT() Getter for PERMISSIONCHECKRESULT w/ exceptions if field has
HAS_PERMISSIONCHECKRESULT() Determine if PERMISSIONCHECKRESULT has a value