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.