Uses of Class
com.okta.sdk.resource.model.PolicyRule
-
Uses of PolicyRule in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionPolicyApi.createPolicyRule
(String policyId, PolicyRule policyRule, String limit, Boolean activate) Create a Policy Rule Creates a policy rule > **Note:** You can't create additional rules for the `PROFILE_ENROLLMENT` or `POST_AUTH_SESSION` policies.PolicyApi.createPolicyRule
(String policyId, PolicyRule policyRule, String limit, Boolean activate, Map<String, String> additionalHeaders) Create a Policy Rule Creates a policy rule > **Note:** You can't create additional rules for the `PROFILE_ENROLLMENT` or `POST_AUTH_SESSION` policies.PolicyApi.getPolicyRule
(String policyId, String ruleId) Retrieve a Policy Rule Retrieves a policy ruleRetrieve a Policy Rule Retrieves a policy rulePolicyApi.replacePolicyRule
(String policyId, String ruleId, PolicyRule policyRule) Replace a Policy Rule Replaces the properties for a Policy Rule identified by `policyId` and `ruleId`PolicyApi.replacePolicyRule
(String policyId, String ruleId, PolicyRule policyRule, Map<String, String> additionalHeaders) Replace a Policy Rule Replaces the properties for a Policy Rule identified by `policyId` and `ruleId`Modifier and TypeMethodDescriptionPolicyApi.listPolicyRules
(String policyId, String limit) List all Policy Rules Lists all policy rulesList all Policy Rules Lists all policy rulesModifier and TypeMethodDescriptionPolicyApi.createPolicyRule
(String policyId, PolicyRule policyRule, String limit, Boolean activate) Create a Policy Rule Creates a policy rule > **Note:** You can't create additional rules for the `PROFILE_ENROLLMENT` or `POST_AUTH_SESSION` policies.PolicyApi.createPolicyRule
(String policyId, PolicyRule policyRule, String limit, Boolean activate, Map<String, String> additionalHeaders) Create a Policy Rule Creates a policy rule > **Note:** You can't create additional rules for the `PROFILE_ENROLLMENT` or `POST_AUTH_SESSION` policies.PolicyApi.replacePolicyRule
(String policyId, String ruleId, PolicyRule policyRule) Replace a Policy Rule Replaces the properties for a Policy Rule identified by `policyId` and `ruleId`PolicyApi.replacePolicyRule
(String policyId, String ruleId, PolicyRule policyRule, Map<String, String> additionalHeaders) Replace a Policy Rule Replaces the properties for a Policy Rule identified by `policyId` and `ruleId` -
Uses of PolicyRule in com.okta.sdk.resource.model
Modifier and TypeClassDescriptionclass
AccessPolicyRuleclass
AuthenticatorEnrollmentPolicyRuleclass
EntityRiskPolicyRuleclass
IdpDiscoveryPolicyRuleclass
OktaSignOnPolicyRuleclass
PasswordPolicyRuleclass
PostAuthSessionPolicyRuleclass
ProfileEnrollmentPolicyRuleModifier and TypeMethodDescriptionPolicyRule.links
(PolicyLinks links) PolicyRule.status
(LifecycleStatus status) PolicyRule.type
(PolicyRuleType type)