Is there is a read-only user role in API Gateway that has the same visibility as the Administrator role?
API Gateway 11.X
There is no out of the box read-only Administrator role. You can create a custom role by doing the following:
- From the Policy Manager, go to Tasks > Users and Authentication > Manage Roles
- Click [Create]
- Give the role a name
- Click [Add]
- Under Permitted operations, check off the 'Read' checkbox
- Click [Next], then click [Finish]
Assign this role to the intended user. When they login to the Policy Manager, they should not be able to create/edit/delete anything.
REF: Create a Custom Role