Retrieve IAM Organization Policy
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"
]
}
]
}
}
}