Idcs AppRole Grants REST Endpoints

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

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