Separate resource type and resource for IAM policies

This commit is contained in:
Ingo Oppermann
2023-09-18 17:11:09 +02:00
parent 8349f4ebe3
commit ad2a50df6f
30 changed files with 283 additions and 186 deletions

View File

@@ -5689,6 +5689,12 @@ const docTemplate = `{
},
"resource": {
"type": "string"
},
"types": {
"type": "array",
"items": {
"type": "string"
}
}
}
},