/AWS1/CL_RSSGETCREDSRESPONSE¶
GetCredentialsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_dbuser TYPE /AWS1/RSSDBUSER /AWS1/RSSDBUSER¶
A database user name that is authorized to log on to the database
DbNameusing the passwordDbPassword. If the specifiedDbUserexists in the database, the new user name has the same database privileges as the the user named inDbUser. By default, the user is added to PUBLIC.
iv_dbpassword TYPE /AWS1/RSSDBPASSWORD /AWS1/RSSDBPASSWORD¶
A temporary password that authorizes the user name returned by
DbUserto log on to the databaseDbName.
iv_expiration TYPE /AWS1/RSSTIMESTAMP /AWS1/RSSTIMESTAMP¶
The date and time the password in
DbPasswordexpires.
iv_nextrefreshtime TYPE /AWS1/RSSTIMESTAMP /AWS1/RSSTIMESTAMP¶
The date and time of when the
DbUserandDbPasswordauthorization refreshes.
Queryable Attributes¶
dbUser¶
A database user name that is authorized to log on to the database
DbNameusing the passwordDbPassword. If the specifiedDbUserexists in the database, the new user name has the same database privileges as the the user named inDbUser. By default, the user is added to PUBLIC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DBUSER() |
Getter for DBUSER, with configurable default |
ASK_DBUSER() |
Getter for DBUSER w/ exceptions if field has no value |
HAS_DBUSER() |
Determine if DBUSER has a value |
dbPassword¶
A temporary password that authorizes the user name returned by
DbUserto log on to the databaseDbName.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DBPASSWORD() |
Getter for DBPASSWORD, with configurable default |
ASK_DBPASSWORD() |
Getter for DBPASSWORD w/ exceptions if field has no value |
HAS_DBPASSWORD() |
Determine if DBPASSWORD has a value |
expiration¶
The date and time the password in
DbPasswordexpires.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRATION() |
Getter for EXPIRATION, with configurable default |
ASK_EXPIRATION() |
Getter for EXPIRATION w/ exceptions if field has no value |
HAS_EXPIRATION() |
Determine if EXPIRATION has a value |
nextRefreshTime¶
The date and time of when the
DbUserandDbPasswordauthorization refreshes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTREFRESHTIME() |
Getter for NEXTREFRESHTIME, with configurable default |
ASK_NEXTREFRESHTIME() |
Getter for NEXTREFRESHTIME w/ exceptions if field has no val |
HAS_NEXTREFRESHTIME() |
Determine if NEXTREFRESHTIME has a value |