@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") public class PolicyRuleActions 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 |
---|
PolicyRuleActions() |
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 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)
Copyright © 2017–2023 Okta. All rights reserved.