/AWS1/CL_OSRMASTERUSEROPTIONS¶
Credentials for the master user for a domain.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_masteruserarn TYPE /AWS1/OSRARN /AWS1/OSRARN¶
Amazon Resource Name (ARN) for the master user. Only specify if
InternalUserDatabaseEnabledisfalse.
iv_masterusername TYPE /AWS1/OSRUSERNAME /AWS1/OSRUSERNAME¶
User name for the master user. Only specify if
InternalUserDatabaseEnabledistrue.
iv_masteruserpassword TYPE /AWS1/OSRPASSWORD /AWS1/OSRPASSWORD¶
Password for the master user. Only specify if
InternalUserDatabaseEnabledistrue.
Queryable Attributes¶
MasterUserARN¶
Amazon Resource Name (ARN) for the master user. Only specify if
InternalUserDatabaseEnabledisfalse.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MASTERUSERARN() |
Getter for MASTERUSERARN, with configurable default |
ASK_MASTERUSERARN() |
Getter for MASTERUSERARN w/ exceptions if field has no value |
HAS_MASTERUSERARN() |
Determine if MASTERUSERARN has a value |
MasterUserName¶
User name for the master user. Only specify if
InternalUserDatabaseEnabledistrue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MASTERUSERNAME() |
Getter for MASTERUSERNAME, with configurable default |
ASK_MASTERUSERNAME() |
Getter for MASTERUSERNAME w/ exceptions if field has no valu |
HAS_MASTERUSERNAME() |
Determine if MASTERUSERNAME has a value |
MasterUserPassword¶
Password for the master user. Only specify if
InternalUserDatabaseEnabledistrue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MASTERUSERPASSWORD() |
Getter for MASTERUSERPASSWORD, with configurable default |
ASK_MASTERUSERPASSWORD() |
Getter for MASTERUSERPASSWORD w/ exceptions if field has no |
HAS_MASTERUSERPASSWORD() |
Determine if MASTERUSERPASSWORD has a value |