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, Boolean activate) Create a Policy Rule Creates a policy rule.PolicyApi.createPolicyRule
(String policyId, PolicyRule policyRule, Boolean activate, Map<String, String> additionalHeaders) Create a Policy Rule Creates a policy rule.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) List all Policy Rules Lists all policy rulesPolicyApi.listPolicyRules
(String policyId, Map<String, String> additionalHeaders) List 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, Boolean activate) Create a Policy Rule Creates a policy rule.PolicyApi.createPolicyRule
(String policyId, PolicyRule policyRule, Boolean activate, Map<String, String> additionalHeaders) Create a Policy Rule Creates a policy rule.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 TypeClassDescriptionclass
AccessPolicyRuleclass
AuthorizationServerPolicyRuleclass
ContinuousAccessPolicyRuleclass
EntityRiskPolicyRuleclass
IdpDiscoveryPolicyRuleclass
OktaSignOnPolicyRuleclass
PasswordPolicyRuleclass
ProfileEnrollmentPolicyRuleMethods in com.okta.sdk.resource.model that return PolicyRuleModifier and TypeMethodDescriptionPolicyRule.status
(LifecycleStatus status) PolicyRule.type
(PolicyRuleType type)