@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") public class PasswordPolicyRuleActions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ENROLL |
static String |
JSON_PROPERTY_IDP |
static String |
JSON_PROPERTY_PASSWORD_CHANGE |
static String |
JSON_PROPERTY_SELF_SERVICE_PASSWORD_RESET |
static String |
JSON_PROPERTY_SELF_SERVICE_UNLOCK |
static String |
JSON_PROPERTY_SIGNON |
Constructor and Description |
---|
PasswordPolicyRuleActions() |
public static final String JSON_PROPERTY_ENROLL
public static final String JSON_PROPERTY_IDP
public static final String JSON_PROPERTY_PASSWORD_CHANGE
public static final String JSON_PROPERTY_SELF_SERVICE_PASSWORD_RESET
public static final String JSON_PROPERTY_SELF_SERVICE_UNLOCK
public static final String JSON_PROPERTY_SIGNON
public PasswordPolicyRuleActions enroll(PolicyRuleActionsEnroll enroll)
@Nullable public PolicyRuleActionsEnroll getEnroll()
public void setEnroll(PolicyRuleActionsEnroll enroll)
public PasswordPolicyRuleActions idp(IdpPolicyRuleAction idp)
@Nullable public IdpPolicyRuleAction getIdp()
public void setIdp(IdpPolicyRuleAction idp)
public PasswordPolicyRuleActions passwordChange(PasswordPolicyRuleAction passwordChange)
@Nullable public PasswordPolicyRuleAction getPasswordChange()
public void setPasswordChange(PasswordPolicyRuleAction passwordChange)
public PasswordPolicyRuleActions selfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset)
@Nullable public PasswordPolicyRuleAction getSelfServicePasswordReset()
public void setSelfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset)
public PasswordPolicyRuleActions selfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock)
@Nullable public PasswordPolicyRuleAction getSelfServiceUnlock()
public void setSelfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock)
public PasswordPolicyRuleActions signon(OktaSignOnPolicyRuleSignonActions signon)
@Nullable public OktaSignOnPolicyRuleSignonActions getSignon()
public void setSignon(OktaSignOnPolicyRuleSignonActions signon)
Copyright © 2017–2023 Okta. All rights reserved.