smplkit 3.0.124 → 3.0.125
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a06a53ab3e968e5a208dc9e3da7278e3745b06a0b8f22f91c103d927be1a53e3
|
|
4
|
+
data.tar.gz: 4207e719e35b00ac4d426e1305235ebde2188f992f7d5c63daede3617cd06836
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 272344311952091d0d2b7bb74d63aa2ad50114f6002663e810ea46ab3bc38c5504a0946467cfbaedbef69d011e03edae27cb2f2b7b97d0f274d1e32d1798c00b
|
|
7
|
+
data.tar.gz: eed0d4c0d2ceaa52dbe2c39c665861a26123c01abe648220d7d895522e2641c03295433ea47c19e25358a983d6646de5d80cac08604c997be6766abed98ddad5
|
data/lib/smplkit/_generated/audit/lib/smplkit_audit_client/models/forwarder_http_configuration.rb
CHANGED
|
@@ -14,7 +14,7 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module SmplkitGeneratedClient::Audit
|
|
17
|
-
# HTTP request a forwarder makes to deliver an event.
|
|
17
|
+
# HTTP request a forwarder makes to deliver an event. The shared HTTP configuration, unchanged — including the name→value ``headers`` object whose entries can be overridden per environment by name. It exists as a distinct subclass only so the spec exposes a forwarder-specific schema name; it adds no fields of its own.
|
|
18
18
|
class ForwarderHttpConfiguration < ApiModelBase
|
|
19
19
|
# HTTP method used when delivering the request.
|
|
20
20
|
attr_accessor :method
|
|
@@ -22,7 +22,7 @@ module SmplkitGeneratedClient::Audit
|
|
|
22
22
|
# Destination URL. Must be an absolute `http://` or `https://` URL with a hostname (e.g. `https://siem.example.com/in`).
|
|
23
23
|
attr_accessor :url
|
|
24
24
|
|
|
25
|
-
# HTTP headers attached to each
|
|
25
|
+
# HTTP headers attached to each request, as a name→value object (e.g. `{\"Authorization\": \"Bearer s3cr3t\"}`). Override an individual header in a specific environment by its name via a `headers.<name>` entry in that environment's overrides; header names match case-insensitively.
|
|
26
26
|
attr_accessor :headers
|
|
27
27
|
|
|
28
28
|
# HTTP response status that indicates success. Either a specific status code (e.g. `200`, `204`) or a status class (`1xx`, `2xx`, `3xx`, `4xx`, `5xx`).
|