@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") public class ProfileEnrollmentPolicyRuleActions 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_PROFILE_ENROLLMENT |
static String |
JSON_PROPERTY_SELF_SERVICE_PASSWORD_RESET |
static String |
JSON_PROPERTY_SELF_SERVICE_UNLOCK |
static String |
JSON_PROPERTY_SIGNON |
Constructor and Description |
---|
ProfileEnrollmentPolicyRuleActions() |
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 static final 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)
Copyright © 2017–2023 Okta. All rights reserved.