@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class PasswordPolicyPasswordSettingsLockout extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_AUTO_UNLOCK_MINUTES |
static String |
JSON_PROPERTY_MAX_ATTEMPTS |
static String |
JSON_PROPERTY_SHOW_LOCKOUT_FAILURES |
static String |
JSON_PROPERTY_USER_LOCKOUT_NOTIFICATION_CHANNELS |
Constructor and Description |
---|
PasswordPolicyPasswordSettingsLockout() |
public static final String JSON_PROPERTY_AUTO_UNLOCK_MINUTES
public static final String JSON_PROPERTY_MAX_ATTEMPTS
public static final String JSON_PROPERTY_SHOW_LOCKOUT_FAILURES
public static final String JSON_PROPERTY_USER_LOCKOUT_NOTIFICATION_CHANNELS
public PasswordPolicyPasswordSettingsLockout()
public PasswordPolicyPasswordSettingsLockout autoUnlockMinutes(Integer autoUnlockMinutes)
@Nullable public Integer getAutoUnlockMinutes()
public void setAutoUnlockMinutes(Integer autoUnlockMinutes)
public PasswordPolicyPasswordSettingsLockout maxAttempts(Integer maxAttempts)
public void setMaxAttempts(Integer maxAttempts)
public PasswordPolicyPasswordSettingsLockout showLockoutFailures(Boolean showLockoutFailures)
@Nullable public Boolean getShowLockoutFailures()
public void setShowLockoutFailures(Boolean showLockoutFailures)
public PasswordPolicyPasswordSettingsLockout userLockoutNotificationChannels(List<String> userLockoutNotificationChannels)
public PasswordPolicyPasswordSettingsLockout addUserLockoutNotificationChannelsItem(String userLockoutNotificationChannelsItem)
@Nullable public List<String> getUserLockoutNotificationChannels()
public void setUserLockoutNotificationChannels(List<String> userLockoutNotificationChannels)
Copyright © 2017–2023 Okta. All rights reserved.