LoginAttribute¶
Structure Class¶
LoginAttribute
dataclass
¶
Information about the login attempts.
Attributes¶
application
class-attribute
instance-attribute
¶
application: str | None = None
Indicates the application name used to attempt log in.
failed_login_attempts
class-attribute
instance-attribute
¶
failed_login_attempts: int | None = None
Represents the sum of failed (unsuccessful) login attempts made to establish a connection to the database instance.
successful_login_attempts
class-attribute
instance-attribute
¶
successful_login_attempts: int | None = None
Represents the sum of successful connections (a correct combination of login attributes) made to the database instance by the actor.
user
class-attribute
instance-attribute
¶
user: str | None = None
Indicates the user name which attempted to log in.