Risk Provider Profile REST Endpoints

Adaptive Access/Risk Provider Profile
Use this endpoint to manage risk provider configurations for OCI IAM. The risk provider configuration manages all of the fields that are required to connect with the provider and other relevant configurations. This REST API is SCIM compliant.

Added In Release: 18.1.6
Create a Risk Provider Profile
Method: post
Path: /admin/v1/RiskProviderProfiles
Delete a Risk Provider Profile
Method: delete
Path: /admin/v1/RiskProviderProfiles/{id}
Get a Risk Provider Profile
Method: get
Path: /admin/v1/RiskProviderProfiles/{id}
HTTP Options
Method: options
Path: /admin/v1/RiskProviderProfiles
Replace a Risk Provider Profile
Method: put
Path: /admin/v1/RiskProviderProfiles/{id}
Search Risk Provider Profiles
Method: get
Path: /admin/v1/RiskProviderProfiles
Update a Risk Provider Profile
Method: patch
Path: /admin/v1/RiskProviderProfiles/{id}