App Roles REST Endpoints

Apps/App Roles
Manage AppRoles. An AppRole is an App-specific role that OCI IAM maintains for an unmanaged application. Membership in each AppRole confers some privilege within that App. This REST API is SCIM compliant.
Create an AppRole
Method: post
Path: /admin/v1/AppRoles
Delete an AppRole
Method: delete
Path: /admin/v1/AppRoles/{id}
Get an AppRole
Method: get
Path: /admin/v1/AppRoles/{id}
HTTP Options
Method: options
Path: /admin/v1/AppRoles
Search AppRoles
Method: get
Path: /admin/v1/AppRoles
Search AppRoles Using POST
Method: post
Path: /admin/v1/AppRoles/.search
Update an AppRole
Method: patch
Path: /admin/v1/AppRoles/{id}