List IAM Roles

GET /iam-role

Responses

  • 200 application/json

    200

    Hide response attribute Show response attribute object
GET /iam-role
curl \
 -X GET https://api-ch-gva-2.exoscale.com/v2/iam-role
Response examples (200)
{
  "iam-roles": [
    {
      "id": "string",
      "name": "string",
      "description": "string",
      "permissions": [
        "bypass-governance-retention"
      ],
      "labels": {
        "key": "string"
      },
      "editable": true,
      "policy": {
        "default-service-strategy": "allow",
        "services": {
          "type": "rules",
          "rules": [
            {
              "action": "allow",
              "expression": "string",
              "resources": [
                "string"
              ]
            }
          ]
        }
      }
    }
  ]
}