Changing the user visibility of selected REST APIs
Configure the rest.api.visibility parameter to change the User Visibility property of four Verify Governance REST APIs.
Before you begin
About this task
| Category | Resource | API | Endpoint |
|---|---|---|---|
| Access Governance Core (AGC) API methods | Users - Accounts | Change Password | /igi/v2/agc/users/accounts/{account_id}/password |
| Find User Account | /igi/v2/agc/users/{user-id}/accounts/.search | ||
| Account Configurations | Get Password Policy | /igi/v2/agc/accountcfg/password/policy | |
| Access Request Management (ARM) API methods | Requests | Find Request Detail | /igi/v2/arm/requests/{request_id} |
- True
- The visibility (action) of the APIs is limited to the targeted objects that are owned by the
specified end user.
Only an administrator (
adminuser) has the complete visibility of the targeted objects of all users.This is the default value.
- False
- The complete visibility of the targeted objects of all users is available to the administrator as well as to the end user who uses the API.
Fresh product installations and upgrades come with rest.api.visibility set
to True.
False, your virtual appliance administrator
must follow the steps that are described next to change the value from True to
False.false.If you upgrade from an older version, the parameter is not listed in the
config.properties file, although the functionality for True is
in the product. If you want it changed, the virtual appliance
administrator must manually add the parameter in the
custom file and set it to
False.
Note that setting the parameter to False might cause undesired security problems
when the APIs are used.
Note also that if rest.api.visibility is set to no value, or to a value that
is not True or False, it nonetheless defaults to
True.