@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class AccessPolicyRuleActions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_APP_SIGN_ON |
static java.lang.String |
JSON_PROPERTY_ENROLL |
static java.lang.String |
JSON_PROPERTY_IDP |
static java.lang.String |
JSON_PROPERTY_PASSWORD_CHANGE |
static java.lang.String |
JSON_PROPERTY_SELF_SERVICE_PASSWORD_RESET |
static java.lang.String |
JSON_PROPERTY_SELF_SERVICE_UNLOCK |
static java.lang.String |
JSON_PROPERTY_SIGNON |
| Constructor and Description |
|---|
AccessPolicyRuleActions() |
public static final java.lang.String JSON_PROPERTY_ENROLL
public static final java.lang.String JSON_PROPERTY_IDP
public static final java.lang.String JSON_PROPERTY_PASSWORD_CHANGE
public static final java.lang.String JSON_PROPERTY_SELF_SERVICE_PASSWORD_RESET
public static final java.lang.String JSON_PROPERTY_SELF_SERVICE_UNLOCK
public static final java.lang.String JSON_PROPERTY_SIGNON
public static final java.lang.String JSON_PROPERTY_APP_SIGN_ON
public AccessPolicyRuleActions enroll(PolicyRuleActionsEnroll enroll)
@Nullable public PolicyRuleActionsEnroll getEnroll()
public void setEnroll(PolicyRuleActionsEnroll enroll)
public AccessPolicyRuleActions idp(IdpPolicyRuleAction idp)
@Nullable public IdpPolicyRuleAction getIdp()
public void setIdp(IdpPolicyRuleAction idp)
public AccessPolicyRuleActions passwordChange(PasswordPolicyRuleAction passwordChange)
@Nullable public PasswordPolicyRuleAction getPasswordChange()
public void setPasswordChange(PasswordPolicyRuleAction passwordChange)
public AccessPolicyRuleActions selfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset)
@Nullable public PasswordPolicyRuleAction getSelfServicePasswordReset()
public void setSelfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset)
public AccessPolicyRuleActions selfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock)
@Nullable public PasswordPolicyRuleAction getSelfServiceUnlock()
public void setSelfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock)
public AccessPolicyRuleActions signon(OktaSignOnPolicyRuleSignonActions signon)
@Nullable public OktaSignOnPolicyRuleSignonActions getSignon()
public void setSignon(OktaSignOnPolicyRuleSignonActions signon)
public AccessPolicyRuleActions appSignOn(AccessPolicyRuleApplicationSignOn appSignOn)
@Nullable public AccessPolicyRuleApplicationSignOn getAppSignOn()
public void setAppSignOn(AccessPolicyRuleApplicationSignOn appSignOn)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017-2022 Okta. All Rights Reserved.