PUT /api/v1/risk/providers/{riskProviderId}
Replaces the properties for a given Risk Provider object ID
Servers
- https://{yourOktaDomain}
Path parameters
Name | Type | Required | Description |
---|---|---|---|
riskProviderId |
String | Yes |
|
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
The ID of the Risk Provider object |
_links |
Object | Yes |
Specifies link relations (see Web Linking) available using the JSON Hypertext Application Language specification. This object is used for dynamic discovery of related resources and lifecycle operations. |
created |
String | No |
Timestamp when the Risk Provider object was created |
name |
String | Yes |
Name of the risk provider |
action |
String | Yes |
Action taken by Okta during authentication attempts based on the risk events sent by this provider Possible values:
Default value: "log_only" |
clientId |
String | Yes |
The ID of the OAuth service app that is used to send risk events to Okta |
lastUpdated |
String | No |
Timestamp when the Risk Provider object was last updated |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.