Retrieve IAM Organization Policy

GET /iam-organization-policy

Responses

  • 200 application/json

    200

    Hide response attributes Show response attributes object
    • IAM default service strategy

      Values are allow or deny.

    • services object Required

      IAM services

      Hide services attribute Show services attribute object
      • * object Additional properties

        Additional properties are allowed.

        Hide * attributes Show * attributes object
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": {
    "additionalProperty1": {
      "type": "rules",
      "rules": [
        {
          "action": "allow",
          "expression": "string",
          "resources": [
            "string"
          ]
        }
      ]
    },
    "additionalProperty2": {
      "type": "rules",
      "rules": [
        {
          "action": "allow",
          "expression": "string",
          "resources": [
            "string"
          ]
        }
      ]
    }
  }
}