Update IAM Role Policy
Body Required
-
IAM default service strategy
Values are
allow
ordeny
. -
IAM services
PUT /iam-role/{id}:policy
curl \
-X PUT https://api-ch-gva-2.exoscale.com/v2/iam-role/{id}:policy \
-H "Content-Type: application/json" \
-d '{"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"]}]}}}'
Request examples
{
"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"
]
}
]
}
}
}
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}