/AWS1/CL_DZNIAMUSERPFLDETAILS¶
The details of the IAM user profile.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The ARN of the IAM user.
iv_principalid TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The principal ID as part of the IAM user profile details.
Queryable Attributes¶
arn¶
The ARN of the IAM user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
principalId¶
The principal ID as part of the IAM user profile details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRINCIPALID() |
Getter for PRINCIPALID, with configurable default |
ASK_PRINCIPALID() |
Getter for PRINCIPALID w/ exceptions if field has no value |
HAS_PRINCIPALID() |
Determine if PRINCIPALID has a value |