Retrieve IAM Organization Policy

GET /iam-organization-policy

Responses

GET /iam-organization-policy
curl \
 -X GET https://api-ch-gva-2.exoscale.com/v2/iam-organization-policy
Response examples (200)
{
  "default-service-strategy": "allow",
  "services": {
    "type": "rules",
    "rules": [
      {
        "action": "allow",
        "expression": "string",
        "resources": [
          "string"
        ]
      }
    ]
  }
}