Values.RdsDbUserDetailsSourceContains information about the user and authentication details for a database instance involved in the finding.
type nonrec t = {user : String_.t option;The user name used in the anomalous login attempt.
*)application : String_.t option;The application name used in the anomalous login attempt.
*)database : String_.t option;The name of the database instance involved in the anomalous login attempt.
*)ssl : String_.t option;The version of the Secure Socket Layer (SSL) used for the network.
*)authMethod : String_.t option;The authentication method used by the user involved in the finding.
*)}