Package com.okta.sdk.resource.api
Class RiskEventApi
java.lang.Object
com.okta.sdk.resource.api.RiskEventApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class RiskEventApi
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static com.fasterxml.jackson.databind.ObjectMapper
void
sendRiskEvents
(List<RiskEvent> instance) Send multiple Risk Events Sends multiple IP risk events to Okta.void
Send multiple Risk Events Sends multiple IP risk events to Okta.void
setApiClient
(ApiClient apiClient)
-
Constructor Details
-
RiskEventApi
public RiskEventApi() -
RiskEventApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
sendRiskEvents
Send multiple Risk Events Sends multiple IP risk events to Okta. This request is used by a third-party risk provider to send IP risk events to Okta. The third-party risk provider needs to be registered with Okta before they can send events to Okta. See [Risk Providers](/openapi/okta-management/management/tag/RiskProvider/). This API has a rate limit of 30 requests per minute. You can include multiple risk events (up to a maximum of 20 events) in a single payload to reduce the number of API calls. Prioritize sending high risk signals if you have a burst of signals to send that would exceed the maximum request limits.- Parameters:
instance
- (required)- Throws:
ApiException
- if fails to make API call
-
sendRiskEvents
public void sendRiskEvents(List<RiskEvent> instance, Map<String, String> additionalHeaders) throws ApiExceptionSend multiple Risk Events Sends multiple IP risk events to Okta. This request is used by a third-party risk provider to send IP risk events to Okta. The third-party risk provider needs to be registered with Okta before they can send events to Okta. See [Risk Providers](/openapi/okta-management/management/tag/RiskProvider/). This API has a rate limit of 30 requests per minute. You can include multiple risk events (up to a maximum of 20 events) in a single payload to reduce the number of API calls. Prioritize sending high risk signals if you have a burst of signals to send that would exceed the maximum request limits.- Parameters:
instance
- (required)additionalHeaders
- additionalHeaders for this call- Throws:
ApiException
- if fails to make API call
-
getObjectMapper
protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-