Cloud Gate Settings REST Endpoints

Cloud Gate/Cloud Gate Settings
Use this endpoint to manage tenant-specific Cloud Gate settings. This REST API is SCIM compliant.

There is a single pre-seeded instance of CloudGateSettings in Oracle Identity Cloud Service.
New instances cannot be created and an existing instance cannot be removed. But, you can update a single instance via PUT or PATCH.

Added In Release: 19.1.4
Get Cloud Gate Settings
Method: get
Path: /admin/v1/CloudGateSettings/{id}
HTTP Options
Method: options
Path: /admin/v1/CloudGateSettings
Replace Cloud Gate Settings
Method: put
Path: /admin/v1/CloudGateSettings/{id}
Search Cloud Gate Settings
Method: get
Path: /admin/v1/CloudGateSettings
Update Cloud Gate Settings
Method: patch
Path: /admin/v1/CloudGateSettings/{id}