Update IAM Organization Policy
PUT
/iam-organization-policy
Body Required
-
default-service-strategy string Required
IAM default service strategy
Values are
allow
ordeny
. -
services object Required
IAM services
PUT /iam-organization-policy
curl \
-X PUT https://api-ch-gva-2.exoscale.com/v2/iam-organization-policy \
-H "Content-Type: application/json" \
-d '{"default-service-strategy":"allow","services":{}}'
Request example
{
"default-service-strategy": "allow",
"services": {}
}
Response example (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}