RdsDbUserDetails

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The application name used in the anomalous login attempt.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val ssl: String?

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

Link copied to clipboard
val user: String?

The user name used in the anomalous login attempt.

Functions

Link copied to clipboard
inline fun copy(block: RdsDbUserDetails.Builder.() -> Unit = {}): RdsDbUserDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String