Skip to content

Commit 4490343

Browse files
authored
Merge pull request #4473 from github/openapi-update-6b66264d87639aa54426759e5c7ca8f6121a1d26440b0f20b0e5b2af06117e14
Update OpenAPI 3.0 Descriptions
2 parents bd5db11 + f53fbfc commit 4490343

File tree

8 files changed

+10554
-10174
lines changed

8 files changed

+10554
-10174
lines changed

descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25160,6 +25160,45 @@
2516025160
"ssl_verify"
2516125161
]
2516225162
},
25163+
{
25164+
"title": "HecConfig",
25165+
"description": "Hec Config for Audit Log Stream Configuration",
25166+
"type": "object",
25167+
"properties": {
25168+
"domain": {
25169+
"description": "Domain of Hec instance.",
25170+
"type": "string"
25171+
},
25172+
"port": {
25173+
"description": "The port number for connecting to HEC.",
25174+
"type": "integer"
25175+
},
25176+
"key_id": {
25177+
"type": "string",
25178+
"description": "Key ID obtained from the audit log stream key endpoint used to encrypt secrets."
25179+
},
25180+
"encrypted_token": {
25181+
"description": "Encrypted Token.",
25182+
"type": "string"
25183+
},
25184+
"path": {
25185+
"description": "Path to send events to.",
25186+
"type": "string"
25187+
},
25188+
"ssl_verify": {
25189+
"description": "SSL verification helps ensure your events are sent to your HEC endpoint securely.",
25190+
"type": "boolean"
25191+
}
25192+
},
25193+
"required": [
25194+
"domain",
25195+
"encrypted_token",
25196+
"path",
25197+
"key_id",
25198+
"port",
25199+
"ssl_verify"
25200+
]
25201+
},
2516325202
{
2516425203
"title": "GoogleCloudConfig",
2516525204
"description": "Google Cloud Config for audit log streaming configuration.",
@@ -25624,6 +25663,45 @@
2562425663
"ssl_verify"
2562525664
]
2562625665
},
25666+
{
25667+
"title": "HecConfig",
25668+
"description": "Hec Config for Audit Log Stream Configuration",
25669+
"type": "object",
25670+
"properties": {
25671+
"domain": {
25672+
"description": "Domain of Hec instance.",
25673+
"type": "string"
25674+
},
25675+
"port": {
25676+
"description": "The port number for connecting to HEC.",
25677+
"type": "integer"
25678+
},
25679+
"key_id": {
25680+
"type": "string",
25681+
"description": "Key ID obtained from the audit log stream key endpoint used to encrypt secrets."
25682+
},
25683+
"encrypted_token": {
25684+
"description": "Encrypted Token.",
25685+
"type": "string"
25686+
},
25687+
"path": {
25688+
"description": "Path to send events to.",
25689+
"type": "string"
25690+
},
25691+
"ssl_verify": {
25692+
"description": "SSL verification helps ensure your events are sent to your HEC endpoint securely.",
25693+
"type": "boolean"
25694+
}
25695+
},
25696+
"required": [
25697+
"domain",
25698+
"encrypted_token",
25699+
"path",
25700+
"key_id",
25701+
"port",
25702+
"ssl_verify"
25703+
]
25704+
},
2562725705
{
2562825706
"title": "GoogleCloudConfig",
2562925707
"description": "Google Cloud Config for audit log streaming configuration.",

0 commit comments

Comments
 (0)