cribl-control-plane 0.2.1rc2__py3-none-any.whl → 0.2.1rc4__py3-none-any.whl
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.
Potentially problematic release.
This version of cribl-control-plane might be problematic. Click here for more details.
- cribl_control_plane/_version.py +3 -3
- cribl_control_plane/models/__init__.py +99 -3
- cribl_control_plane/models/input.py +14 -14
- cribl_control_plane/models/inputappscope.py +20 -16
- cribl_control_plane/models/inputconfluentcloud.py +110 -0
- cribl_control_plane/models/inputcriblhttp.py +20 -16
- cribl_control_plane/models/inputcribllakehttp.py +20 -16
- cribl_control_plane/models/inputcribltcp.py +20 -16
- cribl_control_plane/models/inputdatadogagent.py +20 -16
- cribl_control_plane/models/inputedgeprometheus.py +44 -36
- cribl_control_plane/models/inputelastic.py +44 -27
- cribl_control_plane/models/inputeventhub.py +118 -0
- cribl_control_plane/models/inputfirehose.py +20 -16
- cribl_control_plane/models/inputgrafana.py +39 -31
- cribl_control_plane/models/inputhttp.py +20 -16
- cribl_control_plane/models/inputhttpraw.py +20 -16
- cribl_control_plane/models/inputkafka.py +108 -0
- cribl_control_plane/models/inputloki.py +20 -16
- cribl_control_plane/models/inputmetrics.py +20 -16
- cribl_control_plane/models/inputmodeldriventelemetry.py +20 -16
- cribl_control_plane/models/inputopentelemetry.py +19 -15
- cribl_control_plane/models/inputprometheus.py +44 -36
- cribl_control_plane/models/inputprometheusrw.py +20 -16
- cribl_control_plane/models/inputsplunk.py +20 -16
- cribl_control_plane/models/inputsplunkhec.py +19 -15
- cribl_control_plane/models/inputsyslog.py +39 -31
- cribl_control_plane/models/inputsystemmetrics.py +20 -10
- cribl_control_plane/models/inputtcp.py +30 -16
- cribl_control_plane/models/inputtcpjson.py +20 -16
- cribl_control_plane/models/inputwindowsmetrics.py +20 -10
- cribl_control_plane/models/inputwineventlogs.py +14 -0
- cribl_control_plane/models/inputwizwebhook.py +20 -16
- cribl_control_plane/models/inputzscalerhec.py +19 -15
- cribl_control_plane/models/output.py +22 -22
- cribl_control_plane/models/outputazureblob.py +7 -0
- cribl_control_plane/models/outputazuredataexplorer.py +283 -93
- cribl_control_plane/models/outputazureeventhub.py +169 -21
- cribl_control_plane/models/outputazurelogs.py +49 -21
- cribl_control_plane/models/outputchronicle.py +49 -21
- cribl_control_plane/models/outputclickhouse.py +49 -21
- cribl_control_plane/models/outputcloudwatch.py +49 -21
- cribl_control_plane/models/outputconfluentcloud.py +167 -22
- cribl_control_plane/models/outputcriblhttp.py +49 -21
- cribl_control_plane/models/outputcribltcp.py +49 -21
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py +50 -22
- cribl_control_plane/models/outputdatabricks.py +7 -0
- cribl_control_plane/models/outputdatadog.py +49 -21
- cribl_control_plane/models/outputdataset.py +49 -21
- cribl_control_plane/models/outputdls3.py +7 -0
- cribl_control_plane/models/outputdynatracehttp.py +49 -21
- cribl_control_plane/models/outputdynatraceotlp.py +49 -21
- cribl_control_plane/models/outputelastic.py +74 -21
- cribl_control_plane/models/outputelasticcloud.py +74 -21
- cribl_control_plane/models/outputfilesystem.py +7 -0
- cribl_control_plane/models/outputgooglechronicle.py +65 -22
- cribl_control_plane/models/outputgooglecloudlogging.py +50 -22
- cribl_control_plane/models/outputgooglecloudstorage.py +7 -0
- cribl_control_plane/models/outputgooglepubsub.py +49 -21
- cribl_control_plane/models/outputgrafanacloud.py +98 -42
- cribl_control_plane/models/outputgraphite.py +49 -21
- cribl_control_plane/models/outputhoneycomb.py +49 -21
- cribl_control_plane/models/outputhumiohec.py +49 -21
- cribl_control_plane/models/outputinfluxdb.py +49 -21
- cribl_control_plane/models/outputkafka.py +162 -19
- cribl_control_plane/models/outputkinesis.py +56 -21
- cribl_control_plane/models/outputloki.py +47 -19
- cribl_control_plane/models/outputminio.py +7 -0
- cribl_control_plane/models/outputmsk.py +54 -19
- cribl_control_plane/models/outputnewrelic.py +49 -21
- cribl_control_plane/models/outputnewrelicevents.py +50 -22
- cribl_control_plane/models/outputopentelemetry.py +49 -21
- cribl_control_plane/models/outputprometheus.py +49 -21
- cribl_control_plane/models/outputs3.py +7 -0
- cribl_control_plane/models/outputsentinel.py +49 -21
- cribl_control_plane/models/outputsentineloneaisiem.py +50 -22
- cribl_control_plane/models/outputservicenow.py +49 -21
- cribl_control_plane/models/outputsignalfx.py +49 -21
- cribl_control_plane/models/outputsns.py +47 -19
- cribl_control_plane/models/outputsplunk.py +49 -21
- cribl_control_plane/models/outputsplunkhec.py +49 -21
- cribl_control_plane/models/outputsplunklb.py +49 -21
- cribl_control_plane/models/outputsqs.py +47 -19
- cribl_control_plane/models/outputstatsd.py +49 -21
- cribl_control_plane/models/outputstatsdext.py +49 -21
- cribl_control_plane/models/outputsumologic.py +49 -21
- cribl_control_plane/models/outputsyslog.py +129 -99
- cribl_control_plane/models/outputtcpjson.py +49 -21
- cribl_control_plane/models/outputwavefront.py +49 -21
- cribl_control_plane/models/outputwebhook.py +49 -21
- cribl_control_plane/models/outputxsiam.py +47 -19
- cribl_control_plane/models/runnablejobcollection.py +12 -8
- cribl_control_plane/models/runnablejobexecutor.py +12 -8
- cribl_control_plane/models/runnablejobscheduledsearch.py +12 -8
- {cribl_control_plane-0.2.1rc2.dist-info → cribl_control_plane-0.2.1rc4.dist-info}/METADATA +1 -1
- {cribl_control_plane-0.2.1rc2.dist-info → cribl_control_plane-0.2.1rc4.dist-info}/RECORD +96 -96
- {cribl_control_plane-0.2.1rc2.dist-info → cribl_control_plane-0.2.1rc4.dist-info}/WHEEL +0 -0
cribl_control_plane/_version.py
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.2.
|
|
7
|
-
__openapi_doc_version__: str = "4.15.0-alpha.
|
|
6
|
+
__version__: str = "0.2.1rc4"
|
|
7
|
+
__openapi_doc_version__: str = "4.15.0-alpha.1761671994443-6dfb2215"
|
|
8
8
|
__gen_version__: str = "2.730.5"
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.2.
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.2.1rc4 2.730.5 4.15.0-alpha.1761671994443-6dfb2215 cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -465,6 +465,7 @@ if TYPE_CHECKING:
|
|
|
465
465
|
InputConfluentCloudAuth,
|
|
466
466
|
InputConfluentCloudAuthTypedDict,
|
|
467
467
|
InputConfluentCloudAuthentication,
|
|
468
|
+
InputConfluentCloudAuthenticationMethod,
|
|
468
469
|
InputConfluentCloudAuthenticationTypedDict,
|
|
469
470
|
InputConfluentCloudCompression,
|
|
470
471
|
InputConfluentCloudConnection,
|
|
@@ -480,11 +481,15 @@ if TYPE_CHECKING:
|
|
|
480
481
|
InputConfluentCloudMetadatumTypedDict,
|
|
481
482
|
InputConfluentCloudMinimumTLSVersion,
|
|
482
483
|
InputConfluentCloudMode,
|
|
484
|
+
InputConfluentCloudOauthParam,
|
|
485
|
+
InputConfluentCloudOauthParamTypedDict,
|
|
483
486
|
InputConfluentCloudPq,
|
|
484
487
|
InputConfluentCloudPqControls,
|
|
485
488
|
InputConfluentCloudPqControlsTypedDict,
|
|
486
489
|
InputConfluentCloudPqTypedDict,
|
|
487
490
|
InputConfluentCloudSASLMechanism,
|
|
491
|
+
InputConfluentCloudSaslExtension,
|
|
492
|
+
InputConfluentCloudSaslExtensionTypedDict,
|
|
488
493
|
InputConfluentCloudTLSSettingsClientSide,
|
|
489
494
|
InputConfluentCloudTLSSettingsClientSideTypedDict,
|
|
490
495
|
InputConfluentCloudType,
|
|
@@ -704,13 +709,16 @@ if TYPE_CHECKING:
|
|
|
704
709
|
)
|
|
705
710
|
from .inputeventhub import (
|
|
706
711
|
InputEventhub,
|
|
712
|
+
InputEventhubAuthTypeAuthenticationMethod,
|
|
707
713
|
InputEventhubAuthentication,
|
|
708
714
|
InputEventhubAuthenticationTypedDict,
|
|
715
|
+
InputEventhubClientSecretAuthTypeAuthenticationMethod,
|
|
709
716
|
InputEventhubCompression,
|
|
710
717
|
InputEventhubConnection,
|
|
711
718
|
InputEventhubConnectionTypedDict,
|
|
712
719
|
InputEventhubMetadatum,
|
|
713
720
|
InputEventhubMetadatumTypedDict,
|
|
721
|
+
InputEventhubMicrosoftEntraIDAuthenticationEndpoint,
|
|
714
722
|
InputEventhubMode,
|
|
715
723
|
InputEventhubPq,
|
|
716
724
|
InputEventhubPqControls,
|
|
@@ -923,6 +931,7 @@ if TYPE_CHECKING:
|
|
|
923
931
|
InputKafkaAuth,
|
|
924
932
|
InputKafkaAuthTypedDict,
|
|
925
933
|
InputKafkaAuthentication,
|
|
934
|
+
InputKafkaAuthenticationMethod,
|
|
926
935
|
InputKafkaAuthenticationTypedDict,
|
|
927
936
|
InputKafkaCompression,
|
|
928
937
|
InputKafkaConnection,
|
|
@@ -938,11 +947,15 @@ if TYPE_CHECKING:
|
|
|
938
947
|
InputKafkaMetadatumTypedDict,
|
|
939
948
|
InputKafkaMinimumTLSVersion,
|
|
940
949
|
InputKafkaMode,
|
|
950
|
+
InputKafkaOauthParam,
|
|
951
|
+
InputKafkaOauthParamTypedDict,
|
|
941
952
|
InputKafkaPq,
|
|
942
953
|
InputKafkaPqControls,
|
|
943
954
|
InputKafkaPqControlsTypedDict,
|
|
944
955
|
InputKafkaPqTypedDict,
|
|
945
956
|
InputKafkaSASLMechanism,
|
|
957
|
+
InputKafkaSaslExtension,
|
|
958
|
+
InputKafkaSaslExtensionTypedDict,
|
|
946
959
|
InputKafkaTLSSettingsClientSide,
|
|
947
960
|
InputKafkaTLSSettingsClientSideTypedDict,
|
|
948
961
|
InputKafkaType,
|
|
@@ -1877,16 +1890,21 @@ if TYPE_CHECKING:
|
|
|
1877
1890
|
IngestIfNotExist,
|
|
1878
1891
|
IngestIfNotExistTypedDict,
|
|
1879
1892
|
IngestionMode,
|
|
1880
|
-
MicrosoftEntraIDAuthenticationEndpoint,
|
|
1881
1893
|
OutputAzureDataExplorer,
|
|
1882
1894
|
OutputAzureDataExplorerAuthenticationMethod,
|
|
1883
1895
|
OutputAzureDataExplorerBackpressureBehavior,
|
|
1884
1896
|
OutputAzureDataExplorerCertificate,
|
|
1885
1897
|
OutputAzureDataExplorerCertificateTypedDict,
|
|
1886
1898
|
OutputAzureDataExplorerCompressCompression,
|
|
1899
|
+
OutputAzureDataExplorerCompressionLevel,
|
|
1887
1900
|
OutputAzureDataExplorerDataFormat,
|
|
1901
|
+
OutputAzureDataExplorerDataPageVersion,
|
|
1888
1902
|
OutputAzureDataExplorerDiskSpaceProtection,
|
|
1903
|
+
OutputAzureDataExplorerKeyValueMetadatum,
|
|
1904
|
+
OutputAzureDataExplorerKeyValueMetadatumTypedDict,
|
|
1905
|
+
OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint,
|
|
1889
1906
|
OutputAzureDataExplorerMode,
|
|
1907
|
+
OutputAzureDataExplorerParquetVersion,
|
|
1890
1908
|
OutputAzureDataExplorerPqCompressCompression,
|
|
1891
1909
|
OutputAzureDataExplorerPqControls,
|
|
1892
1910
|
OutputAzureDataExplorerPqControlsTypedDict,
|
|
@@ -1904,10 +1922,13 @@ if TYPE_CHECKING:
|
|
|
1904
1922
|
from .outputazureeventhub import (
|
|
1905
1923
|
OutputAzureEventhub,
|
|
1906
1924
|
OutputAzureEventhubAcknowledgments,
|
|
1925
|
+
OutputAzureEventhubAuthTypeAuthenticationMethod,
|
|
1907
1926
|
OutputAzureEventhubAuthentication,
|
|
1908
1927
|
OutputAzureEventhubAuthenticationTypedDict,
|
|
1909
1928
|
OutputAzureEventhubBackpressureBehavior,
|
|
1929
|
+
OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod,
|
|
1910
1930
|
OutputAzureEventhubCompression,
|
|
1931
|
+
OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint,
|
|
1911
1932
|
OutputAzureEventhubMode,
|
|
1912
1933
|
OutputAzureEventhubPqControls,
|
|
1913
1934
|
OutputAzureEventhubPqControlsTypedDict,
|
|
@@ -2008,6 +2029,7 @@ if TYPE_CHECKING:
|
|
|
2008
2029
|
OutputConfluentCloudAuth,
|
|
2009
2030
|
OutputConfluentCloudAuthTypedDict,
|
|
2010
2031
|
OutputConfluentCloudAuthentication,
|
|
2032
|
+
OutputConfluentCloudAuthenticationMethod,
|
|
2011
2033
|
OutputConfluentCloudAuthenticationTypedDict,
|
|
2012
2034
|
OutputConfluentCloudBackpressureBehavior,
|
|
2013
2035
|
OutputConfluentCloudCompression,
|
|
@@ -2020,12 +2042,16 @@ if TYPE_CHECKING:
|
|
|
2020
2042
|
OutputConfluentCloudMaximumTLSVersion,
|
|
2021
2043
|
OutputConfluentCloudMinimumTLSVersion,
|
|
2022
2044
|
OutputConfluentCloudMode,
|
|
2045
|
+
OutputConfluentCloudOauthParam,
|
|
2046
|
+
OutputConfluentCloudOauthParamTypedDict,
|
|
2023
2047
|
OutputConfluentCloudPqCompressCompression,
|
|
2024
2048
|
OutputConfluentCloudPqControls,
|
|
2025
2049
|
OutputConfluentCloudPqControlsTypedDict,
|
|
2026
2050
|
OutputConfluentCloudQueueFullBehavior,
|
|
2027
2051
|
OutputConfluentCloudRecordDataFormat,
|
|
2028
2052
|
OutputConfluentCloudSASLMechanism,
|
|
2053
|
+
OutputConfluentCloudSaslExtension,
|
|
2054
|
+
OutputConfluentCloudSaslExtensionTypedDict,
|
|
2029
2055
|
OutputConfluentCloudTLSSettingsClientSide,
|
|
2030
2056
|
OutputConfluentCloudTLSSettingsClientSideTypedDict,
|
|
2031
2057
|
OutputConfluentCloudType,
|
|
@@ -2338,6 +2364,7 @@ if TYPE_CHECKING:
|
|
|
2338
2364
|
OutputGoogleChronicleType,
|
|
2339
2365
|
OutputGoogleChronicleTypedDict,
|
|
2340
2366
|
SendEventsAs,
|
|
2367
|
+
UDMType,
|
|
2341
2368
|
)
|
|
2342
2369
|
from .outputgooglecloudlogging import (
|
|
2343
2370
|
LogLabel,
|
|
@@ -2522,6 +2549,7 @@ if TYPE_CHECKING:
|
|
|
2522
2549
|
OutputKafkaAuth,
|
|
2523
2550
|
OutputKafkaAuthTypedDict,
|
|
2524
2551
|
OutputKafkaAuthentication,
|
|
2552
|
+
OutputKafkaAuthenticationMethod,
|
|
2525
2553
|
OutputKafkaAuthenticationTypedDict,
|
|
2526
2554
|
OutputKafkaBackpressureBehavior,
|
|
2527
2555
|
OutputKafkaCompression,
|
|
@@ -2534,12 +2562,16 @@ if TYPE_CHECKING:
|
|
|
2534
2562
|
OutputKafkaMaximumTLSVersion,
|
|
2535
2563
|
OutputKafkaMinimumTLSVersion,
|
|
2536
2564
|
OutputKafkaMode,
|
|
2565
|
+
OutputKafkaOauthParam,
|
|
2566
|
+
OutputKafkaOauthParamTypedDict,
|
|
2537
2567
|
OutputKafkaPqCompressCompression,
|
|
2538
2568
|
OutputKafkaPqControls,
|
|
2539
2569
|
OutputKafkaPqControlsTypedDict,
|
|
2540
2570
|
OutputKafkaQueueFullBehavior,
|
|
2541
2571
|
OutputKafkaRecordDataFormat,
|
|
2542
2572
|
OutputKafkaSASLMechanism,
|
|
2573
|
+
OutputKafkaSaslExtension,
|
|
2574
|
+
OutputKafkaSaslExtensionTypedDict,
|
|
2543
2575
|
OutputKafkaTLSSettingsClientSide,
|
|
2544
2576
|
OutputKafkaTLSSettingsClientSideTypedDict,
|
|
2545
2577
|
OutputKafkaType,
|
|
@@ -3745,6 +3777,7 @@ __all__ = [
|
|
|
3745
3777
|
"InputConfluentCloudAuth",
|
|
3746
3778
|
"InputConfluentCloudAuthTypedDict",
|
|
3747
3779
|
"InputConfluentCloudAuthentication",
|
|
3780
|
+
"InputConfluentCloudAuthenticationMethod",
|
|
3748
3781
|
"InputConfluentCloudAuthenticationTypedDict",
|
|
3749
3782
|
"InputConfluentCloudCompression",
|
|
3750
3783
|
"InputConfluentCloudConnection",
|
|
@@ -3760,11 +3793,15 @@ __all__ = [
|
|
|
3760
3793
|
"InputConfluentCloudMetadatumTypedDict",
|
|
3761
3794
|
"InputConfluentCloudMinimumTLSVersion",
|
|
3762
3795
|
"InputConfluentCloudMode",
|
|
3796
|
+
"InputConfluentCloudOauthParam",
|
|
3797
|
+
"InputConfluentCloudOauthParamTypedDict",
|
|
3763
3798
|
"InputConfluentCloudPq",
|
|
3764
3799
|
"InputConfluentCloudPqControls",
|
|
3765
3800
|
"InputConfluentCloudPqControlsTypedDict",
|
|
3766
3801
|
"InputConfluentCloudPqTypedDict",
|
|
3767
3802
|
"InputConfluentCloudSASLMechanism",
|
|
3803
|
+
"InputConfluentCloudSaslExtension",
|
|
3804
|
+
"InputConfluentCloudSaslExtensionTypedDict",
|
|
3768
3805
|
"InputConfluentCloudTLSSettingsClientSide",
|
|
3769
3806
|
"InputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
3770
3807
|
"InputConfluentCloudType",
|
|
@@ -3950,13 +3987,16 @@ __all__ = [
|
|
|
3950
3987
|
"InputElasticType",
|
|
3951
3988
|
"InputElasticTypedDict",
|
|
3952
3989
|
"InputEventhub",
|
|
3990
|
+
"InputEventhubAuthTypeAuthenticationMethod",
|
|
3953
3991
|
"InputEventhubAuthentication",
|
|
3954
3992
|
"InputEventhubAuthenticationTypedDict",
|
|
3993
|
+
"InputEventhubClientSecretAuthTypeAuthenticationMethod",
|
|
3955
3994
|
"InputEventhubCompression",
|
|
3956
3995
|
"InputEventhubConnection",
|
|
3957
3996
|
"InputEventhubConnectionTypedDict",
|
|
3958
3997
|
"InputEventhubMetadatum",
|
|
3959
3998
|
"InputEventhubMetadatumTypedDict",
|
|
3999
|
+
"InputEventhubMicrosoftEntraIDAuthenticationEndpoint",
|
|
3960
4000
|
"InputEventhubMode",
|
|
3961
4001
|
"InputEventhubPq",
|
|
3962
4002
|
"InputEventhubPqControls",
|
|
@@ -4134,6 +4174,7 @@ __all__ = [
|
|
|
4134
4174
|
"InputKafkaAuth",
|
|
4135
4175
|
"InputKafkaAuthTypedDict",
|
|
4136
4176
|
"InputKafkaAuthentication",
|
|
4177
|
+
"InputKafkaAuthenticationMethod",
|
|
4137
4178
|
"InputKafkaAuthenticationTypedDict",
|
|
4138
4179
|
"InputKafkaCompression",
|
|
4139
4180
|
"InputKafkaConnection",
|
|
@@ -4149,11 +4190,15 @@ __all__ = [
|
|
|
4149
4190
|
"InputKafkaMetadatumTypedDict",
|
|
4150
4191
|
"InputKafkaMinimumTLSVersion",
|
|
4151
4192
|
"InputKafkaMode",
|
|
4193
|
+
"InputKafkaOauthParam",
|
|
4194
|
+
"InputKafkaOauthParamTypedDict",
|
|
4152
4195
|
"InputKafkaPq",
|
|
4153
4196
|
"InputKafkaPqControls",
|
|
4154
4197
|
"InputKafkaPqControlsTypedDict",
|
|
4155
4198
|
"InputKafkaPqTypedDict",
|
|
4156
4199
|
"InputKafkaSASLMechanism",
|
|
4200
|
+
"InputKafkaSaslExtension",
|
|
4201
|
+
"InputKafkaSaslExtensionTypedDict",
|
|
4157
4202
|
"InputKafkaTLSSettingsClientSide",
|
|
4158
4203
|
"InputKafkaTLSSettingsClientSideTypedDict",
|
|
4159
4204
|
"InputKafkaType",
|
|
@@ -4946,7 +4991,6 @@ __all__ = [
|
|
|
4946
4991
|
"MasterWorkerEntryWorkers",
|
|
4947
4992
|
"MasterWorkerEntryWorkersTypedDict",
|
|
4948
4993
|
"MetricsProtocol",
|
|
4949
|
-
"MicrosoftEntraIDAuthenticationEndpoint",
|
|
4950
4994
|
"NodeActiveUpgradeStatus",
|
|
4951
4995
|
"NodeFailedUpgradeStatus",
|
|
4952
4996
|
"NodeProvidedInfo",
|
|
@@ -4997,9 +5041,15 @@ __all__ = [
|
|
|
4997
5041
|
"OutputAzureDataExplorerCertificate",
|
|
4998
5042
|
"OutputAzureDataExplorerCertificateTypedDict",
|
|
4999
5043
|
"OutputAzureDataExplorerCompressCompression",
|
|
5044
|
+
"OutputAzureDataExplorerCompressionLevel",
|
|
5000
5045
|
"OutputAzureDataExplorerDataFormat",
|
|
5046
|
+
"OutputAzureDataExplorerDataPageVersion",
|
|
5001
5047
|
"OutputAzureDataExplorerDiskSpaceProtection",
|
|
5048
|
+
"OutputAzureDataExplorerKeyValueMetadatum",
|
|
5049
|
+
"OutputAzureDataExplorerKeyValueMetadatumTypedDict",
|
|
5050
|
+
"OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint",
|
|
5002
5051
|
"OutputAzureDataExplorerMode",
|
|
5052
|
+
"OutputAzureDataExplorerParquetVersion",
|
|
5003
5053
|
"OutputAzureDataExplorerPqCompressCompression",
|
|
5004
5054
|
"OutputAzureDataExplorerPqControls",
|
|
5005
5055
|
"OutputAzureDataExplorerPqControlsTypedDict",
|
|
@@ -5012,10 +5062,13 @@ __all__ = [
|
|
|
5012
5062
|
"OutputAzureDataExplorerTypedDict",
|
|
5013
5063
|
"OutputAzureEventhub",
|
|
5014
5064
|
"OutputAzureEventhubAcknowledgments",
|
|
5065
|
+
"OutputAzureEventhubAuthTypeAuthenticationMethod",
|
|
5015
5066
|
"OutputAzureEventhubAuthentication",
|
|
5016
5067
|
"OutputAzureEventhubAuthenticationTypedDict",
|
|
5017
5068
|
"OutputAzureEventhubBackpressureBehavior",
|
|
5069
|
+
"OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod",
|
|
5018
5070
|
"OutputAzureEventhubCompression",
|
|
5071
|
+
"OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint",
|
|
5019
5072
|
"OutputAzureEventhubMode",
|
|
5020
5073
|
"OutputAzureEventhubPqControls",
|
|
5021
5074
|
"OutputAzureEventhubPqControlsTypedDict",
|
|
@@ -5103,6 +5156,7 @@ __all__ = [
|
|
|
5103
5156
|
"OutputConfluentCloudAuth",
|
|
5104
5157
|
"OutputConfluentCloudAuthTypedDict",
|
|
5105
5158
|
"OutputConfluentCloudAuthentication",
|
|
5159
|
+
"OutputConfluentCloudAuthenticationMethod",
|
|
5106
5160
|
"OutputConfluentCloudAuthenticationTypedDict",
|
|
5107
5161
|
"OutputConfluentCloudBackpressureBehavior",
|
|
5108
5162
|
"OutputConfluentCloudCompression",
|
|
@@ -5115,12 +5169,16 @@ __all__ = [
|
|
|
5115
5169
|
"OutputConfluentCloudMaximumTLSVersion",
|
|
5116
5170
|
"OutputConfluentCloudMinimumTLSVersion",
|
|
5117
5171
|
"OutputConfluentCloudMode",
|
|
5172
|
+
"OutputConfluentCloudOauthParam",
|
|
5173
|
+
"OutputConfluentCloudOauthParamTypedDict",
|
|
5118
5174
|
"OutputConfluentCloudPqCompressCompression",
|
|
5119
5175
|
"OutputConfluentCloudPqControls",
|
|
5120
5176
|
"OutputConfluentCloudPqControlsTypedDict",
|
|
5121
5177
|
"OutputConfluentCloudQueueFullBehavior",
|
|
5122
5178
|
"OutputConfluentCloudRecordDataFormat",
|
|
5123
5179
|
"OutputConfluentCloudSASLMechanism",
|
|
5180
|
+
"OutputConfluentCloudSaslExtension",
|
|
5181
|
+
"OutputConfluentCloudSaslExtensionTypedDict",
|
|
5124
5182
|
"OutputConfluentCloudTLSSettingsClientSide",
|
|
5125
5183
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
5126
5184
|
"OutputConfluentCloudType",
|
|
@@ -5552,6 +5610,7 @@ __all__ = [
|
|
|
5552
5610
|
"OutputKafkaAuth",
|
|
5553
5611
|
"OutputKafkaAuthTypedDict",
|
|
5554
5612
|
"OutputKafkaAuthentication",
|
|
5613
|
+
"OutputKafkaAuthenticationMethod",
|
|
5555
5614
|
"OutputKafkaAuthenticationTypedDict",
|
|
5556
5615
|
"OutputKafkaBackpressureBehavior",
|
|
5557
5616
|
"OutputKafkaCompression",
|
|
@@ -5564,12 +5623,16 @@ __all__ = [
|
|
|
5564
5623
|
"OutputKafkaMaximumTLSVersion",
|
|
5565
5624
|
"OutputKafkaMinimumTLSVersion",
|
|
5566
5625
|
"OutputKafkaMode",
|
|
5626
|
+
"OutputKafkaOauthParam",
|
|
5627
|
+
"OutputKafkaOauthParamTypedDict",
|
|
5567
5628
|
"OutputKafkaPqCompressCompression",
|
|
5568
5629
|
"OutputKafkaPqControls",
|
|
5569
5630
|
"OutputKafkaPqControlsTypedDict",
|
|
5570
5631
|
"OutputKafkaQueueFullBehavior",
|
|
5571
5632
|
"OutputKafkaRecordDataFormat",
|
|
5572
5633
|
"OutputKafkaSASLMechanism",
|
|
5634
|
+
"OutputKafkaSaslExtension",
|
|
5635
|
+
"OutputKafkaSaslExtensionTypedDict",
|
|
5573
5636
|
"OutputKafkaTLSSettingsClientSide",
|
|
5574
5637
|
"OutputKafkaTLSSettingsClientSideTypedDict",
|
|
5575
5638
|
"OutputKafkaType",
|
|
@@ -6244,6 +6307,7 @@ __all__ = [
|
|
|
6244
6307
|
"TimeRange",
|
|
6245
6308
|
"TimestampFormat",
|
|
6246
6309
|
"TimestampPrecision",
|
|
6310
|
+
"UDMType",
|
|
6247
6311
|
"UpdateConfigGroupByProductAndIDRequest",
|
|
6248
6312
|
"UpdateConfigGroupByProductAndIDRequestTypedDict",
|
|
6249
6313
|
"UpdateConfigGroupByProductAndIDResponse",
|
|
@@ -6665,6 +6729,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6665
6729
|
"InputConfluentCloudAuth": ".inputconfluentcloud",
|
|
6666
6730
|
"InputConfluentCloudAuthTypedDict": ".inputconfluentcloud",
|
|
6667
6731
|
"InputConfluentCloudAuthentication": ".inputconfluentcloud",
|
|
6732
|
+
"InputConfluentCloudAuthenticationMethod": ".inputconfluentcloud",
|
|
6668
6733
|
"InputConfluentCloudAuthenticationTypedDict": ".inputconfluentcloud",
|
|
6669
6734
|
"InputConfluentCloudCompression": ".inputconfluentcloud",
|
|
6670
6735
|
"InputConfluentCloudConnection": ".inputconfluentcloud",
|
|
@@ -6680,11 +6745,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6680
6745
|
"InputConfluentCloudMetadatumTypedDict": ".inputconfluentcloud",
|
|
6681
6746
|
"InputConfluentCloudMinimumTLSVersion": ".inputconfluentcloud",
|
|
6682
6747
|
"InputConfluentCloudMode": ".inputconfluentcloud",
|
|
6748
|
+
"InputConfluentCloudOauthParam": ".inputconfluentcloud",
|
|
6749
|
+
"InputConfluentCloudOauthParamTypedDict": ".inputconfluentcloud",
|
|
6683
6750
|
"InputConfluentCloudPq": ".inputconfluentcloud",
|
|
6684
6751
|
"InputConfluentCloudPqControls": ".inputconfluentcloud",
|
|
6685
6752
|
"InputConfluentCloudPqControlsTypedDict": ".inputconfluentcloud",
|
|
6686
6753
|
"InputConfluentCloudPqTypedDict": ".inputconfluentcloud",
|
|
6687
6754
|
"InputConfluentCloudSASLMechanism": ".inputconfluentcloud",
|
|
6755
|
+
"InputConfluentCloudSaslExtension": ".inputconfluentcloud",
|
|
6756
|
+
"InputConfluentCloudSaslExtensionTypedDict": ".inputconfluentcloud",
|
|
6688
6757
|
"InputConfluentCloudTLSSettingsClientSide": ".inputconfluentcloud",
|
|
6689
6758
|
"InputConfluentCloudTLSSettingsClientSideTypedDict": ".inputconfluentcloud",
|
|
6690
6759
|
"InputConfluentCloudType": ".inputconfluentcloud",
|
|
@@ -6882,13 +6951,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6882
6951
|
"InputElasticType": ".inputelastic",
|
|
6883
6952
|
"InputElasticTypedDict": ".inputelastic",
|
|
6884
6953
|
"InputEventhub": ".inputeventhub",
|
|
6954
|
+
"InputEventhubAuthTypeAuthenticationMethod": ".inputeventhub",
|
|
6885
6955
|
"InputEventhubAuthentication": ".inputeventhub",
|
|
6886
6956
|
"InputEventhubAuthenticationTypedDict": ".inputeventhub",
|
|
6957
|
+
"InputEventhubClientSecretAuthTypeAuthenticationMethod": ".inputeventhub",
|
|
6887
6958
|
"InputEventhubCompression": ".inputeventhub",
|
|
6888
6959
|
"InputEventhubConnection": ".inputeventhub",
|
|
6889
6960
|
"InputEventhubConnectionTypedDict": ".inputeventhub",
|
|
6890
6961
|
"InputEventhubMetadatum": ".inputeventhub",
|
|
6891
6962
|
"InputEventhubMetadatumTypedDict": ".inputeventhub",
|
|
6963
|
+
"InputEventhubMicrosoftEntraIDAuthenticationEndpoint": ".inputeventhub",
|
|
6892
6964
|
"InputEventhubMode": ".inputeventhub",
|
|
6893
6965
|
"InputEventhubPq": ".inputeventhub",
|
|
6894
6966
|
"InputEventhubPqControls": ".inputeventhub",
|
|
@@ -7083,6 +7155,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7083
7155
|
"InputKafkaAuth": ".inputkafka",
|
|
7084
7156
|
"InputKafkaAuthTypedDict": ".inputkafka",
|
|
7085
7157
|
"InputKafkaAuthentication": ".inputkafka",
|
|
7158
|
+
"InputKafkaAuthenticationMethod": ".inputkafka",
|
|
7086
7159
|
"InputKafkaAuthenticationTypedDict": ".inputkafka",
|
|
7087
7160
|
"InputKafkaCompression": ".inputkafka",
|
|
7088
7161
|
"InputKafkaConnection": ".inputkafka",
|
|
@@ -7098,11 +7171,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7098
7171
|
"InputKafkaMetadatumTypedDict": ".inputkafka",
|
|
7099
7172
|
"InputKafkaMinimumTLSVersion": ".inputkafka",
|
|
7100
7173
|
"InputKafkaMode": ".inputkafka",
|
|
7174
|
+
"InputKafkaOauthParam": ".inputkafka",
|
|
7175
|
+
"InputKafkaOauthParamTypedDict": ".inputkafka",
|
|
7101
7176
|
"InputKafkaPq": ".inputkafka",
|
|
7102
7177
|
"InputKafkaPqControls": ".inputkafka",
|
|
7103
7178
|
"InputKafkaPqControlsTypedDict": ".inputkafka",
|
|
7104
7179
|
"InputKafkaPqTypedDict": ".inputkafka",
|
|
7105
7180
|
"InputKafkaSASLMechanism": ".inputkafka",
|
|
7181
|
+
"InputKafkaSaslExtension": ".inputkafka",
|
|
7182
|
+
"InputKafkaSaslExtensionTypedDict": ".inputkafka",
|
|
7106
7183
|
"InputKafkaTLSSettingsClientSide": ".inputkafka",
|
|
7107
7184
|
"InputKafkaTLSSettingsClientSideTypedDict": ".inputkafka",
|
|
7108
7185
|
"InputKafkaType": ".inputkafka",
|
|
@@ -7964,16 +8041,21 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7964
8041
|
"IngestIfNotExist": ".outputazuredataexplorer",
|
|
7965
8042
|
"IngestIfNotExistTypedDict": ".outputazuredataexplorer",
|
|
7966
8043
|
"IngestionMode": ".outputazuredataexplorer",
|
|
7967
|
-
"MicrosoftEntraIDAuthenticationEndpoint": ".outputazuredataexplorer",
|
|
7968
8044
|
"OutputAzureDataExplorer": ".outputazuredataexplorer",
|
|
7969
8045
|
"OutputAzureDataExplorerAuthenticationMethod": ".outputazuredataexplorer",
|
|
7970
8046
|
"OutputAzureDataExplorerBackpressureBehavior": ".outputazuredataexplorer",
|
|
7971
8047
|
"OutputAzureDataExplorerCertificate": ".outputazuredataexplorer",
|
|
7972
8048
|
"OutputAzureDataExplorerCertificateTypedDict": ".outputazuredataexplorer",
|
|
7973
8049
|
"OutputAzureDataExplorerCompressCompression": ".outputazuredataexplorer",
|
|
8050
|
+
"OutputAzureDataExplorerCompressionLevel": ".outputazuredataexplorer",
|
|
7974
8051
|
"OutputAzureDataExplorerDataFormat": ".outputazuredataexplorer",
|
|
8052
|
+
"OutputAzureDataExplorerDataPageVersion": ".outputazuredataexplorer",
|
|
7975
8053
|
"OutputAzureDataExplorerDiskSpaceProtection": ".outputazuredataexplorer",
|
|
8054
|
+
"OutputAzureDataExplorerKeyValueMetadatum": ".outputazuredataexplorer",
|
|
8055
|
+
"OutputAzureDataExplorerKeyValueMetadatumTypedDict": ".outputazuredataexplorer",
|
|
8056
|
+
"OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint": ".outputazuredataexplorer",
|
|
7976
8057
|
"OutputAzureDataExplorerMode": ".outputazuredataexplorer",
|
|
8058
|
+
"OutputAzureDataExplorerParquetVersion": ".outputazuredataexplorer",
|
|
7977
8059
|
"OutputAzureDataExplorerPqCompressCompression": ".outputazuredataexplorer",
|
|
7978
8060
|
"OutputAzureDataExplorerPqControls": ".outputazuredataexplorer",
|
|
7979
8061
|
"OutputAzureDataExplorerPqControlsTypedDict": ".outputazuredataexplorer",
|
|
@@ -7989,10 +8071,13 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7989
8071
|
"ReportMethod": ".outputazuredataexplorer",
|
|
7990
8072
|
"OutputAzureEventhub": ".outputazureeventhub",
|
|
7991
8073
|
"OutputAzureEventhubAcknowledgments": ".outputazureeventhub",
|
|
8074
|
+
"OutputAzureEventhubAuthTypeAuthenticationMethod": ".outputazureeventhub",
|
|
7992
8075
|
"OutputAzureEventhubAuthentication": ".outputazureeventhub",
|
|
7993
8076
|
"OutputAzureEventhubAuthenticationTypedDict": ".outputazureeventhub",
|
|
7994
8077
|
"OutputAzureEventhubBackpressureBehavior": ".outputazureeventhub",
|
|
8078
|
+
"OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod": ".outputazureeventhub",
|
|
7995
8079
|
"OutputAzureEventhubCompression": ".outputazureeventhub",
|
|
8080
|
+
"OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint": ".outputazureeventhub",
|
|
7996
8081
|
"OutputAzureEventhubMode": ".outputazureeventhub",
|
|
7997
8082
|
"OutputAzureEventhubPqControls": ".outputazureeventhub",
|
|
7998
8083
|
"OutputAzureEventhubPqControlsTypedDict": ".outputazureeventhub",
|
|
@@ -8083,6 +8168,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8083
8168
|
"OutputConfluentCloudAuth": ".outputconfluentcloud",
|
|
8084
8169
|
"OutputConfluentCloudAuthTypedDict": ".outputconfluentcloud",
|
|
8085
8170
|
"OutputConfluentCloudAuthentication": ".outputconfluentcloud",
|
|
8171
|
+
"OutputConfluentCloudAuthenticationMethod": ".outputconfluentcloud",
|
|
8086
8172
|
"OutputConfluentCloudAuthenticationTypedDict": ".outputconfluentcloud",
|
|
8087
8173
|
"OutputConfluentCloudBackpressureBehavior": ".outputconfluentcloud",
|
|
8088
8174
|
"OutputConfluentCloudCompression": ".outputconfluentcloud",
|
|
@@ -8095,12 +8181,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8095
8181
|
"OutputConfluentCloudMaximumTLSVersion": ".outputconfluentcloud",
|
|
8096
8182
|
"OutputConfluentCloudMinimumTLSVersion": ".outputconfluentcloud",
|
|
8097
8183
|
"OutputConfluentCloudMode": ".outputconfluentcloud",
|
|
8184
|
+
"OutputConfluentCloudOauthParam": ".outputconfluentcloud",
|
|
8185
|
+
"OutputConfluentCloudOauthParamTypedDict": ".outputconfluentcloud",
|
|
8098
8186
|
"OutputConfluentCloudPqCompressCompression": ".outputconfluentcloud",
|
|
8099
8187
|
"OutputConfluentCloudPqControls": ".outputconfluentcloud",
|
|
8100
8188
|
"OutputConfluentCloudPqControlsTypedDict": ".outputconfluentcloud",
|
|
8101
8189
|
"OutputConfluentCloudQueueFullBehavior": ".outputconfluentcloud",
|
|
8102
8190
|
"OutputConfluentCloudRecordDataFormat": ".outputconfluentcloud",
|
|
8103
8191
|
"OutputConfluentCloudSASLMechanism": ".outputconfluentcloud",
|
|
8192
|
+
"OutputConfluentCloudSaslExtension": ".outputconfluentcloud",
|
|
8193
|
+
"OutputConfluentCloudSaslExtensionTypedDict": ".outputconfluentcloud",
|
|
8104
8194
|
"OutputConfluentCloudTLSSettingsClientSide": ".outputconfluentcloud",
|
|
8105
8195
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict": ".outputconfluentcloud",
|
|
8106
8196
|
"OutputConfluentCloudType": ".outputconfluentcloud",
|
|
@@ -8385,6 +8475,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8385
8475
|
"OutputGoogleChronicleType": ".outputgooglechronicle",
|
|
8386
8476
|
"OutputGoogleChronicleTypedDict": ".outputgooglechronicle",
|
|
8387
8477
|
"SendEventsAs": ".outputgooglechronicle",
|
|
8478
|
+
"UDMType": ".outputgooglechronicle",
|
|
8388
8479
|
"LogLabel": ".outputgooglecloudlogging",
|
|
8389
8480
|
"LogLabelTypedDict": ".outputgooglecloudlogging",
|
|
8390
8481
|
"LogLocationType": ".outputgooglecloudlogging",
|
|
@@ -8551,6 +8642,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8551
8642
|
"OutputKafkaAuth": ".outputkafka",
|
|
8552
8643
|
"OutputKafkaAuthTypedDict": ".outputkafka",
|
|
8553
8644
|
"OutputKafkaAuthentication": ".outputkafka",
|
|
8645
|
+
"OutputKafkaAuthenticationMethod": ".outputkafka",
|
|
8554
8646
|
"OutputKafkaAuthenticationTypedDict": ".outputkafka",
|
|
8555
8647
|
"OutputKafkaBackpressureBehavior": ".outputkafka",
|
|
8556
8648
|
"OutputKafkaCompression": ".outputkafka",
|
|
@@ -8563,12 +8655,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8563
8655
|
"OutputKafkaMaximumTLSVersion": ".outputkafka",
|
|
8564
8656
|
"OutputKafkaMinimumTLSVersion": ".outputkafka",
|
|
8565
8657
|
"OutputKafkaMode": ".outputkafka",
|
|
8658
|
+
"OutputKafkaOauthParam": ".outputkafka",
|
|
8659
|
+
"OutputKafkaOauthParamTypedDict": ".outputkafka",
|
|
8566
8660
|
"OutputKafkaPqCompressCompression": ".outputkafka",
|
|
8567
8661
|
"OutputKafkaPqControls": ".outputkafka",
|
|
8568
8662
|
"OutputKafkaPqControlsTypedDict": ".outputkafka",
|
|
8569
8663
|
"OutputKafkaQueueFullBehavior": ".outputkafka",
|
|
8570
8664
|
"OutputKafkaRecordDataFormat": ".outputkafka",
|
|
8571
8665
|
"OutputKafkaSASLMechanism": ".outputkafka",
|
|
8666
|
+
"OutputKafkaSaslExtension": ".outputkafka",
|
|
8667
|
+
"OutputKafkaSaslExtensionTypedDict": ".outputkafka",
|
|
8572
8668
|
"OutputKafkaTLSSettingsClientSide": ".outputkafka",
|
|
8573
8669
|
"OutputKafkaTLSSettingsClientSideTypedDict": ".outputkafka",
|
|
8574
8670
|
"OutputKafkaType": ".outputkafka",
|
|
@@ -75,59 +75,59 @@ from typing_extensions import Annotated, TypeAliasType
|
|
|
75
75
|
InputTypedDict = TypeAliasType(
|
|
76
76
|
"InputTypedDict",
|
|
77
77
|
Union[
|
|
78
|
-
InputDatagenTypedDict,
|
|
79
|
-
InputKubeEventsTypedDict,
|
|
80
78
|
InputCriblTypedDict,
|
|
79
|
+
InputKubeEventsTypedDict,
|
|
80
|
+
InputDatagenTypedDict,
|
|
81
81
|
InputCriblmetricsTypedDict,
|
|
82
82
|
InputKubeMetricsTypedDict,
|
|
83
|
-
InputCollectionTypedDict,
|
|
84
83
|
InputSystemStateTypedDict,
|
|
84
|
+
InputCollectionTypedDict,
|
|
85
85
|
InputModelDrivenTelemetryTypedDict,
|
|
86
86
|
InputSystemMetricsTypedDict,
|
|
87
87
|
InputWindowsMetricsTypedDict,
|
|
88
88
|
InputJournalFilesTypedDict,
|
|
89
|
-
InputWinEventLogsTypedDict,
|
|
90
89
|
InputRawUDPTypedDict,
|
|
91
|
-
InputExecTypedDict,
|
|
92
90
|
InputKubeLogsTypedDict,
|
|
93
|
-
|
|
91
|
+
InputExecTypedDict,
|
|
94
92
|
InputSnmpTypedDict,
|
|
93
|
+
InputMetricsTypedDict,
|
|
94
|
+
InputWinEventLogsTypedDict,
|
|
95
95
|
InputCriblTCPTypedDict,
|
|
96
96
|
InputNetflowTypedDict,
|
|
97
97
|
InputTcpjsonTypedDict,
|
|
98
98
|
InputGooglePubsubTypedDict,
|
|
99
99
|
InputOffice365ServiceTypedDict,
|
|
100
100
|
InputWizTypedDict,
|
|
101
|
-
InputTCPTypedDict,
|
|
102
101
|
InputFirehoseTypedDict,
|
|
103
102
|
InputCriblHTTPTypedDict,
|
|
104
103
|
InputDatadogAgentTypedDict,
|
|
105
104
|
InputOffice365MgmtTypedDict,
|
|
106
105
|
InputFileTypedDict,
|
|
106
|
+
InputTCPTypedDict,
|
|
107
107
|
InputSplunkTypedDict,
|
|
108
|
-
InputWefTypedDict,
|
|
109
108
|
InputAppscopeTypedDict,
|
|
109
|
+
InputWefTypedDict,
|
|
110
110
|
InputHTTPRawTypedDict,
|
|
111
111
|
InputWizWebhookTypedDict,
|
|
112
|
-
InputHTTPTypedDict,
|
|
113
112
|
InputCriblLakeHTTPTypedDict,
|
|
114
|
-
|
|
115
|
-
InputSqsTypedDict,
|
|
113
|
+
InputHTTPTypedDict,
|
|
116
114
|
InputZscalerHecTypedDict,
|
|
115
|
+
InputSqsTypedDict,
|
|
116
|
+
InputAzureBlobTypedDict,
|
|
117
117
|
InputKinesisTypedDict,
|
|
118
118
|
InputConfluentCloudTypedDict,
|
|
119
119
|
InputEventhubTypedDict,
|
|
120
120
|
InputKafkaTypedDict,
|
|
121
121
|
InputElasticTypedDict,
|
|
122
|
-
InputOffice365MsgTraceTypedDict,
|
|
123
122
|
InputSplunkHecTypedDict,
|
|
123
|
+
InputOffice365MsgTraceTypedDict,
|
|
124
124
|
InputLokiTypedDict,
|
|
125
125
|
InputPrometheusRwTypedDict,
|
|
126
|
-
InputPrometheusTypedDict,
|
|
127
126
|
InputCrowdstrikeTypedDict,
|
|
128
|
-
|
|
127
|
+
InputPrometheusTypedDict,
|
|
129
128
|
InputOpenTelemetryTypedDict,
|
|
130
129
|
InputS3TypedDict,
|
|
130
|
+
InputEdgePrometheusTypedDict,
|
|
131
131
|
InputSecurityLakeTypedDict,
|
|
132
132
|
InputMskTypedDict,
|
|
133
133
|
InputS3InventoryTypedDict,
|
|
@@ -7,7 +7,7 @@ from cribl_control_plane.utils import validate_open_enum
|
|
|
7
7
|
from enum import Enum
|
|
8
8
|
import pydantic
|
|
9
9
|
from pydantic.functional_validators import PlainValidator
|
|
10
|
-
from typing import
|
|
10
|
+
from typing import List, Optional
|
|
11
11
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
12
12
|
|
|
13
13
|
|
|
@@ -221,6 +221,12 @@ class InputAppscopeMaximumTLSVersion(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
|
221
221
|
|
|
222
222
|
class InputAppscopeTLSSettingsServerSideTypedDict(TypedDict):
|
|
223
223
|
disabled: NotRequired[bool]
|
|
224
|
+
request_cert: NotRequired[bool]
|
|
225
|
+
r"""Require clients to present their certificates. Used to perform client authentication using SSL certs."""
|
|
226
|
+
reject_unauthorized: NotRequired[bool]
|
|
227
|
+
r"""Reject certificates not authorized by a CA in the CA certificate path or by another trusted CA (such as the system's)"""
|
|
228
|
+
common_name_regex: NotRequired[str]
|
|
229
|
+
r"""Regex matching allowable common names in peer certificates' subject attribute"""
|
|
224
230
|
certificate_name: NotRequired[str]
|
|
225
231
|
r"""The name of the predefined certificate"""
|
|
226
232
|
priv_key_path: NotRequired[str]
|
|
@@ -231,10 +237,6 @@ class InputAppscopeTLSSettingsServerSideTypedDict(TypedDict):
|
|
|
231
237
|
r"""Path on server containing certificates to use. PEM format. Can reference $ENV_VARS."""
|
|
232
238
|
ca_path: NotRequired[str]
|
|
233
239
|
r"""Path on server containing CA certificates to use. PEM format. Can reference $ENV_VARS."""
|
|
234
|
-
request_cert: NotRequired[bool]
|
|
235
|
-
r"""Require clients to present their certificates. Used to perform client authentication using SSL certs."""
|
|
236
|
-
reject_unauthorized: NotRequired[Any]
|
|
237
|
-
common_name_regex: NotRequired[Any]
|
|
238
240
|
min_version: NotRequired[InputAppscopeMinimumTLSVersion]
|
|
239
241
|
max_version: NotRequired[InputAppscopeMaximumTLSVersion]
|
|
240
242
|
|
|
@@ -242,6 +244,19 @@ class InputAppscopeTLSSettingsServerSideTypedDict(TypedDict):
|
|
|
242
244
|
class InputAppscopeTLSSettingsServerSide(BaseModel):
|
|
243
245
|
disabled: Optional[bool] = True
|
|
244
246
|
|
|
247
|
+
request_cert: Annotated[Optional[bool], pydantic.Field(alias="requestCert")] = False
|
|
248
|
+
r"""Require clients to present their certificates. Used to perform client authentication using SSL certs."""
|
|
249
|
+
|
|
250
|
+
reject_unauthorized: Annotated[
|
|
251
|
+
Optional[bool], pydantic.Field(alias="rejectUnauthorized")
|
|
252
|
+
] = True
|
|
253
|
+
r"""Reject certificates not authorized by a CA in the CA certificate path or by another trusted CA (such as the system's)"""
|
|
254
|
+
|
|
255
|
+
common_name_regex: Annotated[
|
|
256
|
+
Optional[str], pydantic.Field(alias="commonNameRegex")
|
|
257
|
+
] = "/.*/"
|
|
258
|
+
r"""Regex matching allowable common names in peer certificates' subject attribute"""
|
|
259
|
+
|
|
245
260
|
certificate_name: Annotated[
|
|
246
261
|
Optional[str], pydantic.Field(alias="certificateName")
|
|
247
262
|
] = None
|
|
@@ -259,17 +274,6 @@ class InputAppscopeTLSSettingsServerSide(BaseModel):
|
|
|
259
274
|
ca_path: Annotated[Optional[str], pydantic.Field(alias="caPath")] = None
|
|
260
275
|
r"""Path on server containing CA certificates to use. PEM format. Can reference $ENV_VARS."""
|
|
261
276
|
|
|
262
|
-
request_cert: Annotated[Optional[bool], pydantic.Field(alias="requestCert")] = False
|
|
263
|
-
r"""Require clients to present their certificates. Used to perform client authentication using SSL certs."""
|
|
264
|
-
|
|
265
|
-
reject_unauthorized: Annotated[
|
|
266
|
-
Optional[Any], pydantic.Field(alias="rejectUnauthorized")
|
|
267
|
-
] = None
|
|
268
|
-
|
|
269
|
-
common_name_regex: Annotated[
|
|
270
|
-
Optional[Any], pydantic.Field(alias="commonNameRegex")
|
|
271
|
-
] = None
|
|
272
|
-
|
|
273
277
|
min_version: Annotated[
|
|
274
278
|
Annotated[
|
|
275
279
|
Optional[InputAppscopeMinimumTLSVersion],
|