/AWS1/CL_AUMCREDELEGATIONREQ¶
A collection of attributes that's used to create a delegation for an assessment in Audit Manager.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_comment TYPE /AWS1/AUMDELEGATIONCOMMENT /AWS1/AUMDELEGATIONCOMMENT¶
A comment that's related to the delegation request.
iv_controlsetid TYPE /AWS1/AUMCONTROLSETID /AWS1/AUMCONTROLSETID¶
The unique identifier for the control set.
iv_rolearn TYPE /AWS1/AUMIAMARN /AWS1/AUMIAMARN¶
The Amazon Resource Name (ARN) of the IAM role.
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.
Queryable Attributes¶
comment¶
A comment that's related to the delegation request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMENT() |
Getter for COMMENT, with configurable default |
ASK_COMMENT() |
Getter for COMMENT w/ exceptions if field has no value |
HAS_COMMENT() |
Determine if COMMENT has a value |
controlSetId¶
The unique identifier for the control set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTROLSETID() |
Getter for CONTROLSETID, with configurable default |
ASK_CONTROLSETID() |
Getter for CONTROLSETID w/ exceptions if field has no value |
HAS_CONTROLSETID() |
Determine if CONTROLSETID 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 |
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CREATEDELEGATIONREQUESTS¶
TYPES TT_CREATEDELEGATIONREQUESTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_AUMCREDELEGATIONREQ WITH DEFAULT KEY
.