Configuring page access
Define which groups can access each view in the IBM® Intelligent Operations Center user interface, such as the Operations view.
Before you begin
As a platform administrator, configure the user groups in the User Management view. For more information, see Creating user groups.
About this task
Procedure
- In the navigation menu, click . A tab is displayed for each view in the solution.
- For each view, choose the groups that can access the view, and then save your settings.
What to do next
To verify the groups that are authorized to access a view,
request the page that corresponds to the view
from the api theme service
and review the authorizations entry.
For example,
to review the groups that are authorized to access the Operations view,
send the following request:
/ibm/ioc/api/theme-service/pages/ioc.Operations
The authorizations entry contains a list of the groups
that are authorized to access the Operations view,
as shown in the following example:
"authorizations": ["SolutionAdmins", "Operators", "SystemAdmins"],