/AWS1/CL_QSTSIGNUPRESPONSE¶
A SignupResponse object that contains a summary of a newly created account.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_iamuser TYPE /AWS1/QSTBOOLEAN /AWS1/QSTBOOLEAN¶
A Boolean that is
TRUEif the Amazon Quick Sight uses IAM as an authentication method.
iv_userloginname TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING¶
The user login name for your Amazon Quick Sight account.
iv_accountname TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING¶
The name of your Quick Sight account.
iv_directorytype TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING¶
The type of Active Directory that is being used to authenticate the Amazon Quick Sight account. Valid values are
SIMPLE_AD,AD_CONNECTOR, andMICROSOFT_AD.
Queryable Attributes¶
IAMUser¶
A Boolean that is
TRUEif the Amazon Quick Sight uses IAM as an authentication method.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IAMUSER() |
Getter for IAMUSER |
userLoginName¶
The user login name for your Amazon Quick Sight account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERLOGINNAME() |
Getter for USERLOGINNAME, with configurable default |
ASK_USERLOGINNAME() |
Getter for USERLOGINNAME w/ exceptions if field has no value |
HAS_USERLOGINNAME() |
Determine if USERLOGINNAME has a value |
accountName¶
The name of your Quick Sight account.
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 |
directoryType¶
The type of Active Directory that is being used to authenticate the Amazon Quick Sight account. Valid values are
SIMPLE_AD,AD_CONNECTOR, andMICROSOFT_AD.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIRECTORYTYPE() |
Getter for DIRECTORYTYPE, with configurable default |
ASK_DIRECTORYTYPE() |
Getter for DIRECTORYTYPE w/ exceptions if field has no value |
HAS_DIRECTORYTYPE() |
Determine if DIRECTORYTYPE has a value |