Uses of Class
com.okta.sdk.resource.model.PolicyRule
Packages that use PolicyRule
-
Uses of PolicyRule in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return PolicyRuleModifier 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`Methods in com.okta.sdk.resource.api that return types with arguments of type PolicyRuleModifier and TypeMethodDescriptionPolicyApi.listPolicyRules(String policyId, String limit) List all Policy Rules Lists all policy rulesList all Policy Rules Lists all policy rulesMethods in com.okta.sdk.resource.api with parameters of type PolicyRuleModifier 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
Subclasses of PolicyRule in com.okta.sdk.resource.modelModifier and TypeClassDescriptionclassAccessPolicyRuleclassAuthenticatorEnrollmentPolicyRuleclassEntityRiskPolicyRuleclassIdpDiscoveryPolicyRuleclassOktaSignOnPolicyRuleclassPasswordPolicyRuleclassPostAuthSessionPolicyRuleclassProfileEnrollmentPolicyRuleMethods in com.okta.sdk.resource.model that return PolicyRuleModifier and TypeMethodDescriptionPolicyRule.links(PolicyLinks links) PolicyRule.status(LifecycleStatus status) PolicyRule.type(PolicyRuleType type)