public static interface LoginAttribute.Builder extends SdkPojo, CopyableBuilder<LoginAttribute.Builder,LoginAttribute>
| Modifier and Type | Method and Description |
|---|---|
LoginAttribute.Builder |
application(String application)
Indicates the application name used to attempt log in.
|
LoginAttribute.Builder |
failedLoginAttempts(Integer failedLoginAttempts)
Represents the sum of failed (unsuccessful) login attempts made to establish a connection to the database
instance.
|
LoginAttribute.Builder |
successfulLoginAttempts(Integer successfulLoginAttempts)
Represents the sum of successful connections (a correct combination of login attributes) made to the database
instance by the actor.
|
LoginAttribute.Builder |
user(String user)
Indicates the user name which attempted to log in.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoginAttribute.Builder user(String user)
Indicates the user name which attempted to log in.
user - Indicates the user name which attempted to log in.LoginAttribute.Builder application(String application)
Indicates the application name used to attempt log in.
application - Indicates the application name used to attempt log in.LoginAttribute.Builder failedLoginAttempts(Integer failedLoginAttempts)
Represents the sum of failed (unsuccessful) login attempts made to establish a connection to the database instance.
failedLoginAttempts - Represents the sum of failed (unsuccessful) login attempts made to establish a connection to the
database instance.LoginAttribute.Builder successfulLoginAttempts(Integer successfulLoginAttempts)
Represents the sum of successful connections (a correct combination of login attributes) made to the database instance by the actor.
successfulLoginAttempts - Represents the sum of successful connections (a correct combination of login attributes) made to the
database instance by the actor.Copyright © 2023. All rights reserved.