An administrator wants to ensure that no user can view or modify VMs in a particular folder except the folder owner. What is the proper method to achieve this?
This applies the role to VMs within the folder.
Why this answer
Option C is correct by setting a permission for the folder and propagating it to child objects. Option A is incorrect because propagation can be controlled. Option B is incorrect because global roles affect all objects.
Option D is incorrect because inheritance can be blocked using No Access permissions.