1Z0-1084-20 · Question #4
You are deploying an API via Oracle Cloud Infrastructure (OCI) API Gateway and you want to implement request policies to control access Which is NOT available in OCI API Gateway?
The correct answer is D. Controlling access to OCI resources. In the API Gateway service, there are two types of policy: - a request policy describes actions to be performed on an incoming request from a caller before it is sent to a back end - a response policy describes actions to be performed on a response returned from a back end…
Question
You are deploying an API via Oracle Cloud Infrastructure (OCI) API Gateway and you want to implement request policies to control access Which is NOT available in OCI API Gateway?
Options
- ALimiting the number of requests sent to backend services
- BEnabling CORS (Cross-Origin Resource Sharing) support
- CProviding authentication and authorization
- DControlling access to OCI resources
How the community answered
(30 responses)- A3% (1)
- B7% (2)
- C13% (4)
- D77% (23)
Explanation
In the API Gateway service, there are two types of policy: - a request policy describes actions to be performed on an incoming request from a caller before it is sent to a back end - a response policy describes actions to be performed on a response returned from a back end before it is sent to a caller You can use request policies to: - limit the number of requests sent to back-end services - enable CORS (Cross-Origin Resource Sharing) support - provide authentication and authorization
Topics
Community Discussion
No community discussion yet for this question.