Idcs AppRole Grants REST Endpoints

Apps/Idcs AppRole Grants
Manage Oracle Identity Cloud Service AppRole Grants. An Oracle Identity Cloud Service AppRole Grant records the assignment of an Oracle Identity Cloud Service AppRole, to a User or to a Group (or to an App). Creating a Oracle Identity Cloud Service AppRole Grant adds the grantee as a member of that Oracle Identity Cloud Service AppRole. Deleting an Oracle Identity Cloud Service AppRole Grant removes the grantee as a member of that Oracle Identity Cloud Service AppRole. This REST API is SCIM compliant.

Added In Release: 19.2.1
Add a Grantee to an Oracle Identity Cloud Service AppRole
Method: post
Path: /admin/v1/IdcsAppRoleGrants
Get an Oracle Identity Cloud Service AppRole Grant
Method: get
Path: /admin/v1/IdcsAppRoleGrants/{id}
HTTP Options
Method: options
Path: /admin/v1/IdcsAppRoleGrants
Remove a Grantee from an Oracle Identity Cloud Service AppRole
Method: delete
Path: /admin/v1/IdcsAppRoleGrants/{id}
Search Oracle Identity Cloud Service AppRole Grants
Method: get
Path: /admin/v1/IdcsAppRoleGrants
Search Oracle Identity Cloud Service AppRole Grants Using POST
Method: post
Path: /admin/v1/IdcsAppRoleGrants/.search
Update an Oracle Identity Cloud Service AppRole Grant
Method: patch
Path: /admin/v1/IdcsAppRoleGrants/{id}