Skip to content

Commit

Permalink
Update OpenAPI 3.0 Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot committed Jan 28, 2025
1 parent 24eaf26 commit b902918
Show file tree
Hide file tree
Showing 8 changed files with 10,174 additions and 10,554 deletions.
78 changes: 0 additions & 78 deletions descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -25160,45 +25160,6 @@
"ssl_verify"
]
},
{
"title": "HecConfig",
"description": "Hec Config for Audit Log Stream Configuration",
"type": "object",
"properties": {
"domain": {
"description": "Domain of Hec instance.",
"type": "string"
},
"port": {
"description": "The port number for connecting to HEC.",
"type": "integer"
},
"key_id": {
"type": "string",
"description": "Key ID obtained from the audit log stream key endpoint used to encrypt secrets."
},
"encrypted_token": {
"description": "Encrypted Token.",
"type": "string"
},
"path": {
"description": "Path to send events to.",
"type": "string"
},
"ssl_verify": {
"description": "SSL verification helps ensure your events are sent to your HEC endpoint securely.",
"type": "boolean"
}
},
"required": [
"domain",
"encrypted_token",
"path",
"key_id",
"port",
"ssl_verify"
]
},
{
"title": "GoogleCloudConfig",
"description": "Google Cloud Config for audit log streaming configuration.",
Expand Down Expand Up @@ -25663,45 +25624,6 @@
"ssl_verify"
]
},
{
"title": "HecConfig",
"description": "Hec Config for Audit Log Stream Configuration",
"type": "object",
"properties": {
"domain": {
"description": "Domain of Hec instance.",
"type": "string"
},
"port": {
"description": "The port number for connecting to HEC.",
"type": "integer"
},
"key_id": {
"type": "string",
"description": "Key ID obtained from the audit log stream key endpoint used to encrypt secrets."
},
"encrypted_token": {
"description": "Encrypted Token.",
"type": "string"
},
"path": {
"description": "Path to send events to.",
"type": "string"
},
"ssl_verify": {
"description": "SSL verification helps ensure your events are sent to your HEC endpoint securely.",
"type": "boolean"
}
},
"required": [
"domain",
"encrypted_token",
"path",
"key_id",
"port",
"ssl_verify"
]
},
{
"title": "GoogleCloudConfig",
"description": "Google Cloud Config for audit log streaming configuration.",
Expand Down
Loading

0 comments on commit b902918

Please sign in to comment.