File tree Expand file tree Collapse file tree 1 file changed +29
-3
lines changed Expand file tree Collapse file tree 1 file changed +29
-3
lines changed Original file line number Diff line number Diff line change 8156
8156
"items": {
8157
8157
"type": "string",
8158
8158
"enum": [
8159
- "bypass-governance-retention"
8159
+ "bypass-governance-retention",
8160
+ "reset-iam-organization-policy"
8160
8161
]
8161
8162
},
8162
8163
"uniqueItems": true,
16375
16376
"items": {
16376
16377
"type": "string",
16377
16378
"enum": [
16378
- "bypass-governance-retention"
16379
+ "bypass-governance-retention",
16380
+ "reset-iam-organization-policy"
16379
16381
]
16380
16382
},
16381
16383
"uniqueItems": true,
20905
20907
"operationId": "reveal-dbaas-postgres-user-password"
20906
20908
}
20907
20909
},
20910
+ "/iam-organization-policy:reset": {
20911
+ "post": {
20912
+ "tags": [
20913
+ "iam"
20914
+ ],
20915
+ "responses": {
20916
+ "200": {
20917
+ "description": "200",
20918
+ "content": {
20919
+ "application/json": {
20920
+ "schema": {
20921
+ "$ref": "#/components/schemas/operation"
20922
+ }
20923
+ }
20924
+ }
20925
+ }
20926
+ },
20927
+ "description": "",
20928
+ "parameters": [],
20929
+ "summary": "Reset IAM Organization Policy",
20930
+ "operationId": "reset-iam-organization-policy"
20931
+ }
20932
+ },
20908
20933
"/dbaas-settings-opensearch": {
20909
20934
"get": {
20910
20935
"tags": [
23950
23975
"items": {
23951
23976
"type": "string",
23952
23977
"enum": [
23953
- "bypass-governance-retention"
23978
+ "bypass-governance-retention",
23979
+ "reset-iam-organization-policy"
23954
23980
]
23955
23981
},
23956
23982
"uniqueItems": true,
You can’t perform that action at this time.
0 commit comments