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: post
Path: /admin/v1/Apps
Delete an App
Method: delete
Path: /admin/v1/Apps/{id}
Get an App
Method: get
Path: /admin/v1/Apps/{id}
HTTP Options
Method: options
Path: /admin/v1/Apps
Replace an App
Method: put
Path: /admin/v1/Apps/{id}
Search Apps
Method: get
Path: /admin/v1/Apps
Search Apps Using POST
Method: post
Path: /admin/v1/Apps/.search
Update an App
Method: patch
Path: /admin/v1/Apps/{id}