/AWS1/CL_AUMROLE¶
The wrapper that contains the Audit Manager role information of the current user. This includes the role type and IAM Amazon Resource Name (ARN).
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_roletype TYPE /AWS1/AUMROLETYPE /AWS1/AUMROLETYPE¶
The type of customer persona.
In
CreateAssessment,roleTypecan only bePROCESS_OWNER.In
UpdateSettings,roleTypecan only bePROCESS_OWNER.In
BatchCreateDelegationByAssessment,roleTypecan only beRESOURCE_OWNER.
iv_rolearn TYPE /AWS1/AUMIAMARN /AWS1/AUMIAMARN¶
The Amazon Resource Name (ARN) of the IAM role.
Queryable Attributes¶
roleType¶
The type of customer persona.
In
CreateAssessment,roleTypecan only bePROCESS_OWNER.In
UpdateSettings,roleTypecan only bePROCESS_OWNER.In
BatchCreateDelegationByAssessment,roleTypecan only beRESOURCE_OWNER.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLETYPE() |
Getter for ROLETYPE, with configurable default |
ASK_ROLETYPE() |
Getter for ROLETYPE w/ exceptions if field has no value |
HAS_ROLETYPE() |
Determine if ROLETYPE has a value |
roleArn¶
The Amazon Resource Name (ARN) of the IAM role.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ROLES¶
TYPES TT_ROLES TYPE STANDARD TABLE OF REF TO /AWS1/CL_AUMROLE WITH DEFAULT KEY
.