@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class UserLockoutSettings extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_PREVENT_BRUTE_FORCE_LOCKOUT_FROM_UNKNOWN_DEVICES |
Constructor and Description |
---|
UserLockoutSettings() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getPreventBruteForceLockoutFromUnknownDevices()
Prevents brute-force lockout from unknown devices for the password authenticator.
|
int |
hashCode() |
UserLockoutSettings |
preventBruteForceLockoutFromUnknownDevices(Boolean preventBruteForceLockoutFromUnknownDevices) |
void |
setPreventBruteForceLockoutFromUnknownDevices(Boolean preventBruteForceLockoutFromUnknownDevices) |
String |
toString() |
public static final String JSON_PROPERTY_PREVENT_BRUTE_FORCE_LOCKOUT_FROM_UNKNOWN_DEVICES
public UserLockoutSettings preventBruteForceLockoutFromUnknownDevices(Boolean preventBruteForceLockoutFromUnknownDevices)
@Nullable public Boolean getPreventBruteForceLockoutFromUnknownDevices()
public void setPreventBruteForceLockoutFromUnknownDevices(Boolean preventBruteForceLockoutFromUnknownDevices)
Copyright © 2017–2023 Okta. All rights reserved.