Authorization Privilege Checks APIs

Authorization Privilege Checks APIs

The PrivilegeChecks service provides operations for retrieving permission privilege checks recorded by VPXD. The privilege checks are recorded as VPXD makes them. The latest recorded privilege check can be retrieved by a call to vcenter authorization privilege_checks Latest get This allows for querying of all privilege checks before or after that moment. For example, if an administrator wants to record the privilege checks made by a given UI workflow, they can do the following. 1. Retrieve the latest privilege check and store it. 2. Go through the UI workflow. 3. Retrieve the latest privilege check and store it. 4. Invoke com.vmware.vcenter.authorization.PrivilegeChecks.list with the values from steps 1) and 3) along with any additional filters.

Operations
POST
List Authorization Privilege Checks
Queries the privilege checks matching given criteria. if you do not have all of the privileges described as follows: - Operation execution requires Sessions.CollectPrivilegeChecks.