Uses of Class
com.okta.sdk.resource.model.BehaviorRule
-
Uses of BehaviorRule in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionBehaviorApi.activateBehaviorDetectionRule
(String behaviorId) Activate a Behavior Detection Rule Activates a behavior detection ruleBehaviorApi.activateBehaviorDetectionRule
(String behaviorId, Map<String, String> additionalHeaders) Activate a Behavior Detection Rule Activates a behavior detection ruleBehaviorApi.createBehaviorDetectionRule
(BehaviorRule rule) Create a Behavior Detection Rule Creates a new behavior detection ruleBehaviorApi.createBehaviorDetectionRule
(BehaviorRule rule, Map<String, String> additionalHeaders) Create a Behavior Detection Rule Creates a new behavior detection ruleBehaviorApi.deactivateBehaviorDetectionRule
(String behaviorId) Deactivate a Behavior Detection Rule Deactivates a behavior detection ruleBehaviorApi.deactivateBehaviorDetectionRule
(String behaviorId, Map<String, String> additionalHeaders) Deactivate a Behavior Detection Rule Deactivates a behavior detection ruleBehaviorApi.getBehaviorDetectionRule
(String behaviorId) Retrieve a Behavior Detection Rule Retrieves a Behavior Detection Rule by `behaviorId`BehaviorApi.getBehaviorDetectionRule
(String behaviorId, Map<String, String> additionalHeaders) Retrieve a Behavior Detection Rule Retrieves a Behavior Detection Rule by `behaviorId`BehaviorApi.replaceBehaviorDetectionRule
(String behaviorId, BehaviorRule rule) Replace a Behavior Detection Rule Replaces a Behavior Detection Rule by `behaviorId`BehaviorApi.replaceBehaviorDetectionRule
(String behaviorId, BehaviorRule rule, Map<String, String> additionalHeaders) Replace a Behavior Detection Rule Replaces a Behavior Detection Rule by `behaviorId`Modifier and TypeMethodDescriptionBehaviorApi.listBehaviorDetectionRules()
List all Behavior Detection Rules Lists all behavior detection rules with pagination supportBehaviorApi.listBehaviorDetectionRules
(Map<String, String> additionalHeaders) List all Behavior Detection Rules Lists all behavior detection rules with pagination supportModifier and TypeMethodDescriptionBehaviorApi.createBehaviorDetectionRule
(BehaviorRule rule) Create a Behavior Detection Rule Creates a new behavior detection ruleBehaviorApi.createBehaviorDetectionRule
(BehaviorRule rule, Map<String, String> additionalHeaders) Create a Behavior Detection Rule Creates a new behavior detection ruleBehaviorApi.replaceBehaviorDetectionRule
(String behaviorId, BehaviorRule rule) Replace a Behavior Detection Rule Replaces a Behavior Detection Rule by `behaviorId`BehaviorApi.replaceBehaviorDetectionRule
(String behaviorId, BehaviorRule rule, Map<String, String> additionalHeaders) Replace a Behavior Detection Rule Replaces a Behavior Detection Rule by `behaviorId` -
Uses of BehaviorRule in com.okta.sdk.resource.model
Modifier and TypeClassDescriptionclass
BehaviorRuleAnomalousDeviceclass
BehaviorRuleAnomalousIPclass
BehaviorRuleAnomalousLocationclass
BehaviorRuleVelocityModifier and TypeMethodDescriptionBehaviorRule.status
(LifecycleStatus status) BehaviorRule.type
(BehaviorRuleType type)