Get the access report for a volumeset by GVC and name
Response will contain the permissions and associated bindings (principal and granted permission) for a volumeset if the caller is authorized to view it
GET
/
org
/
{org}
/
gvc
/
{gvc}
/
volumeset
/
{name}
/
-accessreport
Get the access report for a volumeset by GVC and name
Copy
Ask AI
curl --request GET \ --url https://api.cpln.io/org/{org}/gvc/{gvc}/volumeset/{name}/-accessreport \ --header 'Authorization: <api-key>'