Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Get the IAM policy for a specified resource.

Required permission

cloudiot.registries.getIamPolicy

HTTP request

GET /api/v/4/webhook/execute/{adminSysKey}/policy?method=getIamPolicy

Query parameters

Parameters

project_area

string

The id of the project for which you want to get the policy.

registry_id

(optional) The id of the registry for which you want the policy.

region

(optional) The region of the registry for which you want the policy.

If registry_id and region are included, the request will return the roles assigned at that registry’s level. If they are not included, the request will return the roles assigned at the project’s level.

...