/AWS1/CL_GDYRDSDBUSERDETAILS¶
Contains information about the user and authentication details for a database instance involved in the finding.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_user
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The user name used in the anomalous login attempt.
iv_application
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The application name used in the anomalous login attempt.
iv_database
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The name of the database instance involved in the anomalous login attempt.
iv_ssl
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The version of the Secure Socket Layer (SSL) used for the network.
iv_authmethod
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The authentication method used by the user involved in the finding.
Queryable Attributes¶
User¶
The user name used in the anomalous login attempt.
Accessible with the following methods¶
Method | Description |
---|---|
GET_USER() |
Getter for USER, with configurable default |
ASK_USER() |
Getter for USER w/ exceptions if field has no value |
HAS_USER() |
Determine if USER has a value |
Application¶
The application name used in the anomalous login attempt.
Accessible with the following methods¶
Method | Description |
---|---|
GET_APPLICATION() |
Getter for APPLICATION, with configurable default |
ASK_APPLICATION() |
Getter for APPLICATION w/ exceptions if field has no value |
HAS_APPLICATION() |
Determine if APPLICATION has a value |
Database¶
The name of the database instance involved in the anomalous login attempt.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATABASE() |
Getter for DATABASE, with configurable default |
ASK_DATABASE() |
Getter for DATABASE w/ exceptions if field has no value |
HAS_DATABASE() |
Determine if DATABASE has a value |
Ssl¶
The version of the Secure Socket Layer (SSL) used for the network.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SSL() |
Getter for SSL, with configurable default |
ASK_SSL() |
Getter for SSL w/ exceptions if field has no value |
HAS_SSL() |
Determine if SSL has a value |
AuthMethod¶
The authentication method used by the user involved in the finding.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUTHMETHOD() |
Getter for AUTHMETHOD, with configurable default |
ASK_AUTHMETHOD() |
Getter for AUTHMETHOD w/ exceptions if field has no value |
HAS_AUTHMETHOD() |
Determine if AUTHMETHOD has a value |