@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class PolicyRuleActions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 |
---|
PolicyRuleActions() |
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 PolicyRuleActions enroll(PolicyRuleActionsEnroll enroll)
@Nullable public PolicyRuleActionsEnroll getEnroll()
public void setEnroll(PolicyRuleActionsEnroll enroll)
public PolicyRuleActions idp(IdpPolicyRuleAction idp)
@Nullable public IdpPolicyRuleAction getIdp()
public void setIdp(IdpPolicyRuleAction idp)
public PolicyRuleActions passwordChange(PasswordPolicyRuleAction passwordChange)
@Nullable public PasswordPolicyRuleAction getPasswordChange()
public void setPasswordChange(PasswordPolicyRuleAction passwordChange)
public PolicyRuleActions selfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset)
@Nullable public PasswordPolicyRuleAction getSelfServicePasswordReset()
public void setSelfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset)
public PolicyRuleActions selfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock)
@Nullable public PasswordPolicyRuleAction getSelfServiceUnlock()
public void setSelfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock)
public PolicyRuleActions signon(OktaSignOnPolicyRuleSignonActions signon)
@Nullable public OktaSignOnPolicyRuleSignonActions getSignon()
public void setSignon(OktaSignOnPolicyRuleSignonActions signon)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.