63015: Acronis Cyber Protect Cloud: how to enable read-only administrator role

use Google Translate

次の製品に該当します: 

Last update: 18-11-2022

If you need to create a Partner account that does not have access to Account Management but has read-only access to Cyber Protection console, you can create a new red-only administrator or modify an existing account to give them read-only administrator role.

Creating a new read-only administrator

Starting from Acronis Cyber Protect Cloud 20.07 you can create read-only Administrator accounts via Management portal: see product documentation for instructions.

Giving an existing account read-only administrator role

1. Find out the UUID of the user that you want to make read-only administrator: perform a /api/2/tenants/<tenantUUID>/users request on a corresponding Partner level. You will receive the list of users by their respective UUID. Verify the user with /api/2/users/<userUUID> request.

Obtain the tenant UUID in the Management Portal by using the Show ID in the groups options.

2. With the above user UUID and tenant UUID obtained, compose and run a put request with the following parameters:

Method: PUT
URL: /api/2/users/<userUUID>/access_policies
Body:
{"items": [{
"trustee_type": "user",
"role_id": "protection_ro_admin",
"version": 0,
"id": "00000000-0000-0000-0000-000000000000",
"issuer_id": "00000000-0000-0000-0000-000000000000",
"tenant_id": "<tenantUUID>",
"trustee_id": "<userUUID>"
}]}

タグ: