Values.LoginAttributeSourceInformation about the login attempts.
type nonrec t = {user : String_.t option;Indicates the user name which attempted to log in.
*)application : String_.t option;Indicates the application name used to attempt log in.
*)failedLoginAttempts : Integer.t option;Represents the sum of failed (unsuccessful) login attempts made to establish a connection to the database instance.
*)successfulLoginAttempts : Integer.t option;Represents the sum of successful connections (a correct combination of login attributes) made to the database instance by the actor.
*)}