How can I limit access to specific API Objects?
Example: I wanted to leave only the CR object released, blocking the other objects: NR, ISS, CNT...
I followed Rest HTTP Methods and accessed C:\Program Files (x86)\CA\Service Desk Manager\bopcfg\majic\brels.maj file and updated
The REST_OPERATIONS keyword using the following syntax:
REST_OPERATIONS "[<OP>],[<OP>] | NONE";
Specifies the CREATE, READ, UPDATE, and DELETE operations.
This keyword produces the following statements:
REST_OPERATIONS "CREATE, READ, UPDATE DELETE";REST_OPERATIONS "NONE";
Release : 17.3
Component :
Product limitation
This function is not currently possible.
You can either block all objects or leave all objects accessible.
Please make a suggestion to Ideation maybe this functionality will be added in the future.