/AWS1/CL_SSOACCOUNTINFO¶
Provides information about your AWS account.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_accountid TYPE /AWS1/SSOACCOUNTIDTYPE /AWS1/SSOACCOUNTIDTYPE¶
The identifier of the AWS account that is assigned to the user.
iv_accountname TYPE /AWS1/SSOACCOUNTNAMETYPE /AWS1/SSOACCOUNTNAMETYPE¶
The display name of the AWS account that is assigned to the user.
iv_emailaddress TYPE /AWS1/SSOEMAILADDRESSTYPE /AWS1/SSOEMAILADDRESSTYPE¶
The email address of the AWS account that is assigned to the user.
Queryable Attributes¶
accountId¶
The identifier of the AWS account that is assigned to the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
accountName¶
The display name of the AWS account that is assigned to the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTNAME() |
Getter for ACCOUNTNAME, with configurable default |
ASK_ACCOUNTNAME() |
Getter for ACCOUNTNAME w/ exceptions if field has no value |
HAS_ACCOUNTNAME() |
Determine if ACCOUNTNAME has a value |
emailAddress¶
The email address of the AWS account that is assigned to the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EMAILADDRESS() |
Getter for EMAILADDRESS, with configurable default |
ASK_EMAILADDRESS() |
Getter for EMAILADDRESS w/ exceptions if field has no value |
HAS_EMAILADDRESS() |
Determine if EMAILADDRESS 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_ACCOUNTLISTTYPE¶
TYPES TT_ACCOUNTLISTTYPE TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSOACCOUNTINFO WITH DEFAULT KEY
.