@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class ProfileEnrollmentPolicyRuleActions
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_PROFILE_ENROLLMENT |
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 |
---|
ProfileEnrollmentPolicyRuleActions() |
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_PROFILE_ENROLLMENT
public ProfileEnrollmentPolicyRuleActions enroll(PolicyRuleActionsEnroll enroll)
@Nullable public PolicyRuleActionsEnroll getEnroll()
public void setEnroll(PolicyRuleActionsEnroll enroll)
public ProfileEnrollmentPolicyRuleActions idp(IdpPolicyRuleAction idp)
@Nullable public IdpPolicyRuleAction getIdp()
public void setIdp(IdpPolicyRuleAction idp)
public ProfileEnrollmentPolicyRuleActions passwordChange(PasswordPolicyRuleAction passwordChange)
@Nullable public PasswordPolicyRuleAction getPasswordChange()
public void setPasswordChange(PasswordPolicyRuleAction passwordChange)
public ProfileEnrollmentPolicyRuleActions selfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset)
@Nullable public PasswordPolicyRuleAction getSelfServicePasswordReset()
public void setSelfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset)
public ProfileEnrollmentPolicyRuleActions selfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock)
@Nullable public PasswordPolicyRuleAction getSelfServiceUnlock()
public void setSelfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock)
public ProfileEnrollmentPolicyRuleActions signon(OktaSignOnPolicyRuleSignonActions signon)
@Nullable public OktaSignOnPolicyRuleSignonActions getSignon()
public void setSignon(OktaSignOnPolicyRuleSignonActions signon)
public ProfileEnrollmentPolicyRuleActions profileEnrollment(ProfileEnrollmentPolicyRuleAction profileEnrollment)
@Nullable public ProfileEnrollmentPolicyRuleAction getProfileEnrollment()
public void setProfileEnrollment(ProfileEnrollmentPolicyRuleAction profileEnrollment)
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.