Skip to content

Commit 24eaf26

Browse files
authored
Merge pull request #4474 from github/openapi-update-e999d6c1604178719f7850bd4f36abc3a6c58ba1a2a2bb74c9619aae2099623a
Update OpenAPI 3.1 Descriptions
2 parents 4490343 + cc6b4d5 commit 24eaf26

File tree

8 files changed

+10334
-9954
lines changed

8 files changed

+10334
-9954
lines changed

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

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27954,6 +27954,45 @@
2795427954
"ssl_verify"
2795527955
]
2795627956
},
27957+
{
27958+
"title": "HecConfig",
27959+
"description": "Hec Config for Audit Log Stream Configuration",
27960+
"type": "object",
27961+
"properties": {
27962+
"domain": {
27963+
"description": "Domain of Hec instance.",
27964+
"type": "string"
27965+
},
27966+
"port": {
27967+
"description": "The port number for connecting to HEC.",
27968+
"type": "integer"
27969+
},
27970+
"key_id": {
27971+
"type": "string",
27972+
"description": "Key ID obtained from the audit log stream key endpoint used to encrypt secrets."
27973+
},
27974+
"encrypted_token": {
27975+
"description": "Encrypted Token.",
27976+
"type": "string"
27977+
},
27978+
"path": {
27979+
"description": "Path to send events to.",
27980+
"type": "string"
27981+
},
27982+
"ssl_verify": {
27983+
"description": "SSL verification helps ensure your events are sent to your HEC endpoint securely.",
27984+
"type": "boolean"
27985+
}
27986+
},
27987+
"required": [
27988+
"domain",
27989+
"encrypted_token",
27990+
"path",
27991+
"key_id",
27992+
"port",
27993+
"ssl_verify"
27994+
]
27995+
},
2795727996
{
2795827997
"title": "GoogleCloudConfig",
2795927998
"description": "Google Cloud Config for audit log streaming configuration.",
@@ -28422,6 +28461,45 @@
2842228461
"ssl_verify"
2842328462
]
2842428463
},
28464+
{
28465+
"title": "HecConfig",
28466+
"description": "Hec Config for Audit Log Stream Configuration",
28467+
"type": "object",
28468+
"properties": {
28469+
"domain": {
28470+
"description": "Domain of Hec instance.",
28471+
"type": "string"
28472+
},
28473+
"port": {
28474+
"description": "The port number for connecting to HEC.",
28475+
"type": "integer"
28476+
},
28477+
"key_id": {
28478+
"type": "string",
28479+
"description": "Key ID obtained from the audit log stream key endpoint used to encrypt secrets."
28480+
},
28481+
"encrypted_token": {
28482+
"description": "Encrypted Token.",
28483+
"type": "string"
28484+
},
28485+
"path": {
28486+
"description": "Path to send events to.",
28487+
"type": "string"
28488+
},
28489+
"ssl_verify": {
28490+
"description": "SSL verification helps ensure your events are sent to your HEC endpoint securely.",
28491+
"type": "boolean"
28492+
}
28493+
},
28494+
"required": [
28495+
"domain",
28496+
"encrypted_token",
28497+
"path",
28498+
"key_id",
28499+
"port",
28500+
"ssl_verify"
28501+
]
28502+
},
2842528503
{
2842628504
"title": "GoogleCloudConfig",
2842728505
"description": "Google Cloud Config for audit log streaming configuration.",

0 commit comments

Comments
 (0)