Apps REST Endpoints
Apps/Apps
Manage Apps. An OCI IAM App is an external software system or service instance for which OCI IAM supports identity services, such as Identity Federation (SAML), Single Sign-On, User Provisioning, or OAuth2. This REST API is SCIM compliant.
- Create an App
- Method: postPath:
/admin/v1/Apps - Delete an App
- Method: deletePath:
/admin/v1/Apps/{id} - Get an App
- Method: getPath:
/admin/v1/Apps/{id} - HTTP Options
- Method:Path:
/admin/v1/Apps - Replace an App
- Method: putPath:
/admin/v1/Apps/{id} - Search Apps
- Method: getPath:
/admin/v1/Apps - Search Apps Using POST
- Method: postPath:
/admin/v1/Apps/.search - Update an App
- Method: patchPath:
/admin/v1/Apps/{id}