GET
/
org
/
{org}
/
image
/
{name}
/
-accessreport
curl --request GET \
  --url https://api.cpln.io/org/{org}/image/{name}/-accessreport
{
  "kind": "<string>",
  "permissions": [
    {
      "name": "<string>",
      "description": "<string>",
      "bindings": [
        {
          "principalLink": "<string>",
          "grantingPolicyLink": "<string>",
          "grantedPermissions": [
            "<string>"
          ],
          "match": "link"
        }
      ]
    }
  ],
  "created": "2023-11-07T05:31:56Z",
  "links": [
    {
      "rel": "<string>",
      "href": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Service account key can be used as API keys

Path Parameters

org
string
required
name
string
required

Response

200
application/json
Success
kind
string
permissions
object[]
created
string