Skip to content

Guardduty  >  Structures  >  RdsDbUserDetails

RdsDbUserDetails

Structure Class

RdsDbUserDetails dataclass

Contains information about the user and authentication details for a database instance involved in the finding.

Attributes

application class-attribute instance-attribute
application: str | None = None

The application name used in the anomalous login attempt.

auth_method class-attribute instance-attribute
auth_method: str | None = None

The authentication method used by the user involved in the finding.

database class-attribute instance-attribute
database: str | None = None

The name of the database instance involved in the anomalous login attempt.

ssl class-attribute instance-attribute
ssl: str | None = None

The version of the Secure Socket Layer (SSL) used for the network.

user class-attribute instance-attribute
user: str | None = None

The user name used in the anomalous login attempt.