展示を参照してください。

Linux 管理者ロールは、環境内の Linux VM のみを管理するために作成されています。ただし、Admin1 ユーザーはすべての Linux VM にアクセスできるわけではありません。
適切なアクセス権を付与するには、どのような手順を実行する必要がありますか?
正解:D
According to the Nutanix Prism Central Guide, role-based access control (RBAC) in Prism Central allows you to create custom roles and assign them to users or groups based on the categories of the entities they need to manage1. Categories are key-value pairs that you can assign to entities such as VMs, hosts, clusters, images, etc. to group them logically2. For example, you can create a category key called "OS" and assign values such as "Linux" or "Windows" to different VMs based on their operating system.
In the exhibit, the Linux Admin role has been created with the following settings:
* The role has the "VM Admin" permission, which allows the user to perform all actions on VMs3.
* The role has been assigned to the admin1 user.
* The role has been scoped to the entities that have the category key "OS" and the value "Linux".
However, the admin1 user does not have access to all Linux VMs in the environment. This means that some of the Linux VMs do not have the proper category assigned to them. To grant the proper access, the administrator should add the category key "OS" and the value "Linux" to each Linux VM that needs to be managed by the Linux Admin role. This can be done either individually or in bulk through Prism Central4. Once the categories are added, the admin1 user will be able to see and manage all Linux VMs in the environment.