cribl-control-plane 0.3.0b3__tar.gz → 0.3.0b4__tar.gz
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-0.3.0b3 → cribl_control_plane-0.3.0b4}/PKG-INFO +1 -1
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/pyproject.toml +1 -1
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/_version.py +3 -3
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/__init__.py +111 -3
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputappscope.py +20 -16
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputconfluentcloud.py +110 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputcriblhttp.py +20 -16
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputcribllakehttp.py +20 -16
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputcribltcp.py +20 -16
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputdatadogagent.py +20 -16
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputedgeprometheus.py +44 -36
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputelastic.py +44 -27
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputeventhub.py +118 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputfile.py +7 -2
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputfirehose.py +20 -16
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputgrafana.py +39 -31
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputhttp.py +20 -16
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputhttpraw.py +20 -16
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputkafka.py +108 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputloki.py +20 -16
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputmetrics.py +20 -16
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +20 -16
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputopentelemetry.py +19 -15
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputprometheus.py +44 -36
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputprometheusrw.py +20 -16
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputsplunk.py +20 -16
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputsplunkhec.py +19 -15
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputsyslog.py +39 -31
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputsystemmetrics.py +20 -10
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputtcp.py +30 -16
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputtcpjson.py +20 -16
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputwindowsmetrics.py +20 -10
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputwineventlogs.py +14 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputwizwebhook.py +20 -16
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputzscalerhec.py +19 -15
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputazureblob.py +7 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputazuredataexplorer.py +283 -93
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputazureeventhub.py +169 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputazurelogs.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputchronicle.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputclickhouse.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputcloudwatch.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputconfluentcloud.py +167 -22
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputcriblhttp.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputcribltcp.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +50 -22
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputdatabricks.py +7 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputdatadog.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputdataset.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputdls3.py +7 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputdynatracehttp.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputdynatraceotlp.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputelastic.py +74 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputelasticcloud.py +74 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputfilesystem.py +7 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputgooglechronicle.py +65 -22
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputgooglecloudlogging.py +50 -22
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputgooglecloudstorage.py +7 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputgooglepubsub.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputgrafanacloud.py +98 -42
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputgraphite.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputhoneycomb.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputhumiohec.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputinfluxdb.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputkafka.py +162 -19
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputkinesis.py +56 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputloki.py +47 -19
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputminio.py +7 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputmsk.py +54 -19
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputnewrelic.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputnewrelicevents.py +50 -22
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputopentelemetry.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputprometheus.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputs3.py +7 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputsentinel.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputsentineloneaisiem.py +50 -22
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputservicenow.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputsignalfx.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputsns.py +47 -19
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputsplunk.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputsplunkhec.py +124 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputsplunklb.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputsqs.py +47 -19
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputstatsd.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputstatsdext.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputsumologic.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputsyslog.py +129 -99
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputtcpjson.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputwavefront.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputwebhook.py +49 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputxsiam.py +47 -19
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/runnablejobcollection.py +12 -8
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/runnablejobexecutor.py +12 -8
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +12 -8
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/README-PYPI.md +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/py.typed +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/acl.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/auth_sdk.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/branches.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/commits.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/commits_files.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/configs_versions.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/destinations.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/destinations_pq.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/errors/__init__.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/errors/healthserverstatus_error.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/groups_configs.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/groups_sdk.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/health.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/hectokens.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/lakedatasets.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/branchinfo.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/configgroup.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/createpipelineop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/createversionundoop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/cribllakedatasetupdate.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/difffiles.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getversioncountop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getversionop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getversionshowop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/gitcountresult.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/gitlogresult.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/gitshowresult.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/groupcreaterequest.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/healthserverstatus.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/input.py +15 -15
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputcollection.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputcribl.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputkinesis.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputmsk.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputnetflow.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputrawudp.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputs3.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputsnmp.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputsqs.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputwef.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/inputwiz.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/jobinfo.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/jobstatus.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outpostnodeinfo.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/output.py +21 -21
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputcribllake.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputexabeam.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputring.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/packinfo.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/productscore.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/runnablejob.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/updatepacksop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/uploadpackresponse.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/models/workertypes.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/nodes.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/packs.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/pipelines.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/routes_sdk.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/samples.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/sdk.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/sources.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/statuses.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/summaries.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/teams.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/tokens.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/utils/values.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/versions.py +0 -0
- {cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/versions_configs.py +0 -0
{cribl_control_plane-0.3.0b3 → cribl_control_plane-0.3.0b4}/src/cribl_control_plane/_version.py
RENAMED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.3.
|
|
7
|
-
__openapi_doc_version__: str = "4.15.0-alpha.
|
|
6
|
+
__version__: str = "0.3.0b4"
|
|
7
|
+
__openapi_doc_version__: str = "4.15.0-alpha.1761865929483-3f85e35a"
|
|
8
8
|
__gen_version__: str = "2.730.5"
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.3.
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.3.0b4 2.730.5 4.15.0-alpha.1761865929483-3f85e35a 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,
|
|
@@ -2924,12 +2956,16 @@ if TYPE_CHECKING:
|
|
|
2924
2956
|
OutputSplunkHecExtraHTTPHeader,
|
|
2925
2957
|
OutputSplunkHecExtraHTTPHeaderTypedDict,
|
|
2926
2958
|
OutputSplunkHecFailedRequestLoggingMode,
|
|
2959
|
+
OutputSplunkHecMaximumTLSVersion,
|
|
2960
|
+
OutputSplunkHecMinimumTLSVersion,
|
|
2927
2961
|
OutputSplunkHecMode,
|
|
2928
2962
|
OutputSplunkHecPqControls,
|
|
2929
2963
|
OutputSplunkHecPqControlsTypedDict,
|
|
2930
2964
|
OutputSplunkHecQueueFullBehavior,
|
|
2931
2965
|
OutputSplunkHecResponseRetrySetting,
|
|
2932
2966
|
OutputSplunkHecResponseRetrySettingTypedDict,
|
|
2967
|
+
OutputSplunkHecTLSSettingsClientSide,
|
|
2968
|
+
OutputSplunkHecTLSSettingsClientSideTypedDict,
|
|
2933
2969
|
OutputSplunkHecTimeoutRetrySettings,
|
|
2934
2970
|
OutputSplunkHecTimeoutRetrySettingsTypedDict,
|
|
2935
2971
|
OutputSplunkHecType,
|
|
@@ -3745,6 +3781,7 @@ __all__ = [
|
|
|
3745
3781
|
"InputConfluentCloudAuth",
|
|
3746
3782
|
"InputConfluentCloudAuthTypedDict",
|
|
3747
3783
|
"InputConfluentCloudAuthentication",
|
|
3784
|
+
"InputConfluentCloudAuthenticationMethod",
|
|
3748
3785
|
"InputConfluentCloudAuthenticationTypedDict",
|
|
3749
3786
|
"InputConfluentCloudCompression",
|
|
3750
3787
|
"InputConfluentCloudConnection",
|
|
@@ -3760,11 +3797,15 @@ __all__ = [
|
|
|
3760
3797
|
"InputConfluentCloudMetadatumTypedDict",
|
|
3761
3798
|
"InputConfluentCloudMinimumTLSVersion",
|
|
3762
3799
|
"InputConfluentCloudMode",
|
|
3800
|
+
"InputConfluentCloudOauthParam",
|
|
3801
|
+
"InputConfluentCloudOauthParamTypedDict",
|
|
3763
3802
|
"InputConfluentCloudPq",
|
|
3764
3803
|
"InputConfluentCloudPqControls",
|
|
3765
3804
|
"InputConfluentCloudPqControlsTypedDict",
|
|
3766
3805
|
"InputConfluentCloudPqTypedDict",
|
|
3767
3806
|
"InputConfluentCloudSASLMechanism",
|
|
3807
|
+
"InputConfluentCloudSaslExtension",
|
|
3808
|
+
"InputConfluentCloudSaslExtensionTypedDict",
|
|
3768
3809
|
"InputConfluentCloudTLSSettingsClientSide",
|
|
3769
3810
|
"InputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
3770
3811
|
"InputConfluentCloudType",
|
|
@@ -3950,13 +3991,16 @@ __all__ = [
|
|
|
3950
3991
|
"InputElasticType",
|
|
3951
3992
|
"InputElasticTypedDict",
|
|
3952
3993
|
"InputEventhub",
|
|
3994
|
+
"InputEventhubAuthTypeAuthenticationMethod",
|
|
3953
3995
|
"InputEventhubAuthentication",
|
|
3954
3996
|
"InputEventhubAuthenticationTypedDict",
|
|
3997
|
+
"InputEventhubClientSecretAuthTypeAuthenticationMethod",
|
|
3955
3998
|
"InputEventhubCompression",
|
|
3956
3999
|
"InputEventhubConnection",
|
|
3957
4000
|
"InputEventhubConnectionTypedDict",
|
|
3958
4001
|
"InputEventhubMetadatum",
|
|
3959
4002
|
"InputEventhubMetadatumTypedDict",
|
|
4003
|
+
"InputEventhubMicrosoftEntraIDAuthenticationEndpoint",
|
|
3960
4004
|
"InputEventhubMode",
|
|
3961
4005
|
"InputEventhubPq",
|
|
3962
4006
|
"InputEventhubPqControls",
|
|
@@ -4134,6 +4178,7 @@ __all__ = [
|
|
|
4134
4178
|
"InputKafkaAuth",
|
|
4135
4179
|
"InputKafkaAuthTypedDict",
|
|
4136
4180
|
"InputKafkaAuthentication",
|
|
4181
|
+
"InputKafkaAuthenticationMethod",
|
|
4137
4182
|
"InputKafkaAuthenticationTypedDict",
|
|
4138
4183
|
"InputKafkaCompression",
|
|
4139
4184
|
"InputKafkaConnection",
|
|
@@ -4149,11 +4194,15 @@ __all__ = [
|
|
|
4149
4194
|
"InputKafkaMetadatumTypedDict",
|
|
4150
4195
|
"InputKafkaMinimumTLSVersion",
|
|
4151
4196
|
"InputKafkaMode",
|
|
4197
|
+
"InputKafkaOauthParam",
|
|
4198
|
+
"InputKafkaOauthParamTypedDict",
|
|
4152
4199
|
"InputKafkaPq",
|
|
4153
4200
|
"InputKafkaPqControls",
|
|
4154
4201
|
"InputKafkaPqControlsTypedDict",
|
|
4155
4202
|
"InputKafkaPqTypedDict",
|
|
4156
4203
|
"InputKafkaSASLMechanism",
|
|
4204
|
+
"InputKafkaSaslExtension",
|
|
4205
|
+
"InputKafkaSaslExtensionTypedDict",
|
|
4157
4206
|
"InputKafkaTLSSettingsClientSide",
|
|
4158
4207
|
"InputKafkaTLSSettingsClientSideTypedDict",
|
|
4159
4208
|
"InputKafkaType",
|
|
@@ -4946,7 +4995,6 @@ __all__ = [
|
|
|
4946
4995
|
"MasterWorkerEntryWorkers",
|
|
4947
4996
|
"MasterWorkerEntryWorkersTypedDict",
|
|
4948
4997
|
"MetricsProtocol",
|
|
4949
|
-
"MicrosoftEntraIDAuthenticationEndpoint",
|
|
4950
4998
|
"NodeActiveUpgradeStatus",
|
|
4951
4999
|
"NodeFailedUpgradeStatus",
|
|
4952
5000
|
"NodeProvidedInfo",
|
|
@@ -4997,9 +5045,15 @@ __all__ = [
|
|
|
4997
5045
|
"OutputAzureDataExplorerCertificate",
|
|
4998
5046
|
"OutputAzureDataExplorerCertificateTypedDict",
|
|
4999
5047
|
"OutputAzureDataExplorerCompressCompression",
|
|
5048
|
+
"OutputAzureDataExplorerCompressionLevel",
|
|
5000
5049
|
"OutputAzureDataExplorerDataFormat",
|
|
5050
|
+
"OutputAzureDataExplorerDataPageVersion",
|
|
5001
5051
|
"OutputAzureDataExplorerDiskSpaceProtection",
|
|
5052
|
+
"OutputAzureDataExplorerKeyValueMetadatum",
|
|
5053
|
+
"OutputAzureDataExplorerKeyValueMetadatumTypedDict",
|
|
5054
|
+
"OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint",
|
|
5002
5055
|
"OutputAzureDataExplorerMode",
|
|
5056
|
+
"OutputAzureDataExplorerParquetVersion",
|
|
5003
5057
|
"OutputAzureDataExplorerPqCompressCompression",
|
|
5004
5058
|
"OutputAzureDataExplorerPqControls",
|
|
5005
5059
|
"OutputAzureDataExplorerPqControlsTypedDict",
|
|
@@ -5012,10 +5066,13 @@ __all__ = [
|
|
|
5012
5066
|
"OutputAzureDataExplorerTypedDict",
|
|
5013
5067
|
"OutputAzureEventhub",
|
|
5014
5068
|
"OutputAzureEventhubAcknowledgments",
|
|
5069
|
+
"OutputAzureEventhubAuthTypeAuthenticationMethod",
|
|
5015
5070
|
"OutputAzureEventhubAuthentication",
|
|
5016
5071
|
"OutputAzureEventhubAuthenticationTypedDict",
|
|
5017
5072
|
"OutputAzureEventhubBackpressureBehavior",
|
|
5073
|
+
"OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod",
|
|
5018
5074
|
"OutputAzureEventhubCompression",
|
|
5075
|
+
"OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint",
|
|
5019
5076
|
"OutputAzureEventhubMode",
|
|
5020
5077
|
"OutputAzureEventhubPqControls",
|
|
5021
5078
|
"OutputAzureEventhubPqControlsTypedDict",
|
|
@@ -5103,6 +5160,7 @@ __all__ = [
|
|
|
5103
5160
|
"OutputConfluentCloudAuth",
|
|
5104
5161
|
"OutputConfluentCloudAuthTypedDict",
|
|
5105
5162
|
"OutputConfluentCloudAuthentication",
|
|
5163
|
+
"OutputConfluentCloudAuthenticationMethod",
|
|
5106
5164
|
"OutputConfluentCloudAuthenticationTypedDict",
|
|
5107
5165
|
"OutputConfluentCloudBackpressureBehavior",
|
|
5108
5166
|
"OutputConfluentCloudCompression",
|
|
@@ -5115,12 +5173,16 @@ __all__ = [
|
|
|
5115
5173
|
"OutputConfluentCloudMaximumTLSVersion",
|
|
5116
5174
|
"OutputConfluentCloudMinimumTLSVersion",
|
|
5117
5175
|
"OutputConfluentCloudMode",
|
|
5176
|
+
"OutputConfluentCloudOauthParam",
|
|
5177
|
+
"OutputConfluentCloudOauthParamTypedDict",
|
|
5118
5178
|
"OutputConfluentCloudPqCompressCompression",
|
|
5119
5179
|
"OutputConfluentCloudPqControls",
|
|
5120
5180
|
"OutputConfluentCloudPqControlsTypedDict",
|
|
5121
5181
|
"OutputConfluentCloudQueueFullBehavior",
|
|
5122
5182
|
"OutputConfluentCloudRecordDataFormat",
|
|
5123
5183
|
"OutputConfluentCloudSASLMechanism",
|
|
5184
|
+
"OutputConfluentCloudSaslExtension",
|
|
5185
|
+
"OutputConfluentCloudSaslExtensionTypedDict",
|
|
5124
5186
|
"OutputConfluentCloudTLSSettingsClientSide",
|
|
5125
5187
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
5126
5188
|
"OutputConfluentCloudType",
|
|
@@ -5552,6 +5614,7 @@ __all__ = [
|
|
|
5552
5614
|
"OutputKafkaAuth",
|
|
5553
5615
|
"OutputKafkaAuthTypedDict",
|
|
5554
5616
|
"OutputKafkaAuthentication",
|
|
5617
|
+
"OutputKafkaAuthenticationMethod",
|
|
5555
5618
|
"OutputKafkaAuthenticationTypedDict",
|
|
5556
5619
|
"OutputKafkaBackpressureBehavior",
|
|
5557
5620
|
"OutputKafkaCompression",
|
|
@@ -5564,12 +5627,16 @@ __all__ = [
|
|
|
5564
5627
|
"OutputKafkaMaximumTLSVersion",
|
|
5565
5628
|
"OutputKafkaMinimumTLSVersion",
|
|
5566
5629
|
"OutputKafkaMode",
|
|
5630
|
+
"OutputKafkaOauthParam",
|
|
5631
|
+
"OutputKafkaOauthParamTypedDict",
|
|
5567
5632
|
"OutputKafkaPqCompressCompression",
|
|
5568
5633
|
"OutputKafkaPqControls",
|
|
5569
5634
|
"OutputKafkaPqControlsTypedDict",
|
|
5570
5635
|
"OutputKafkaQueueFullBehavior",
|
|
5571
5636
|
"OutputKafkaRecordDataFormat",
|
|
5572
5637
|
"OutputKafkaSASLMechanism",
|
|
5638
|
+
"OutputKafkaSaslExtension",
|
|
5639
|
+
"OutputKafkaSaslExtensionTypedDict",
|
|
5573
5640
|
"OutputKafkaTLSSettingsClientSide",
|
|
5574
5641
|
"OutputKafkaTLSSettingsClientSideTypedDict",
|
|
5575
5642
|
"OutputKafkaType",
|
|
@@ -5893,12 +5960,16 @@ __all__ = [
|
|
|
5893
5960
|
"OutputSplunkHecExtraHTTPHeader",
|
|
5894
5961
|
"OutputSplunkHecExtraHTTPHeaderTypedDict",
|
|
5895
5962
|
"OutputSplunkHecFailedRequestLoggingMode",
|
|
5963
|
+
"OutputSplunkHecMaximumTLSVersion",
|
|
5964
|
+
"OutputSplunkHecMinimumTLSVersion",
|
|
5896
5965
|
"OutputSplunkHecMode",
|
|
5897
5966
|
"OutputSplunkHecPqControls",
|
|
5898
5967
|
"OutputSplunkHecPqControlsTypedDict",
|
|
5899
5968
|
"OutputSplunkHecQueueFullBehavior",
|
|
5900
5969
|
"OutputSplunkHecResponseRetrySetting",
|
|
5901
5970
|
"OutputSplunkHecResponseRetrySettingTypedDict",
|
|
5971
|
+
"OutputSplunkHecTLSSettingsClientSide",
|
|
5972
|
+
"OutputSplunkHecTLSSettingsClientSideTypedDict",
|
|
5902
5973
|
"OutputSplunkHecTimeoutRetrySettings",
|
|
5903
5974
|
"OutputSplunkHecTimeoutRetrySettingsTypedDict",
|
|
5904
5975
|
"OutputSplunkHecType",
|
|
@@ -6244,6 +6315,7 @@ __all__ = [
|
|
|
6244
6315
|
"TimeRange",
|
|
6245
6316
|
"TimestampFormat",
|
|
6246
6317
|
"TimestampPrecision",
|
|
6318
|
+
"UDMType",
|
|
6247
6319
|
"UpdateConfigGroupByProductAndIDRequest",
|
|
6248
6320
|
"UpdateConfigGroupByProductAndIDRequestTypedDict",
|
|
6249
6321
|
"UpdateConfigGroupByProductAndIDResponse",
|
|
@@ -6665,6 +6737,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6665
6737
|
"InputConfluentCloudAuth": ".inputconfluentcloud",
|
|
6666
6738
|
"InputConfluentCloudAuthTypedDict": ".inputconfluentcloud",
|
|
6667
6739
|
"InputConfluentCloudAuthentication": ".inputconfluentcloud",
|
|
6740
|
+
"InputConfluentCloudAuthenticationMethod": ".inputconfluentcloud",
|
|
6668
6741
|
"InputConfluentCloudAuthenticationTypedDict": ".inputconfluentcloud",
|
|
6669
6742
|
"InputConfluentCloudCompression": ".inputconfluentcloud",
|
|
6670
6743
|
"InputConfluentCloudConnection": ".inputconfluentcloud",
|
|
@@ -6680,11 +6753,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6680
6753
|
"InputConfluentCloudMetadatumTypedDict": ".inputconfluentcloud",
|
|
6681
6754
|
"InputConfluentCloudMinimumTLSVersion": ".inputconfluentcloud",
|
|
6682
6755
|
"InputConfluentCloudMode": ".inputconfluentcloud",
|
|
6756
|
+
"InputConfluentCloudOauthParam": ".inputconfluentcloud",
|
|
6757
|
+
"InputConfluentCloudOauthParamTypedDict": ".inputconfluentcloud",
|
|
6683
6758
|
"InputConfluentCloudPq": ".inputconfluentcloud",
|
|
6684
6759
|
"InputConfluentCloudPqControls": ".inputconfluentcloud",
|
|
6685
6760
|
"InputConfluentCloudPqControlsTypedDict": ".inputconfluentcloud",
|
|
6686
6761
|
"InputConfluentCloudPqTypedDict": ".inputconfluentcloud",
|
|
6687
6762
|
"InputConfluentCloudSASLMechanism": ".inputconfluentcloud",
|
|
6763
|
+
"InputConfluentCloudSaslExtension": ".inputconfluentcloud",
|
|
6764
|
+
"InputConfluentCloudSaslExtensionTypedDict": ".inputconfluentcloud",
|
|
6688
6765
|
"InputConfluentCloudTLSSettingsClientSide": ".inputconfluentcloud",
|
|
6689
6766
|
"InputConfluentCloudTLSSettingsClientSideTypedDict": ".inputconfluentcloud",
|
|
6690
6767
|
"InputConfluentCloudType": ".inputconfluentcloud",
|
|
@@ -6882,13 +6959,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6882
6959
|
"InputElasticType": ".inputelastic",
|
|
6883
6960
|
"InputElasticTypedDict": ".inputelastic",
|
|
6884
6961
|
"InputEventhub": ".inputeventhub",
|
|
6962
|
+
"InputEventhubAuthTypeAuthenticationMethod": ".inputeventhub",
|
|
6885
6963
|
"InputEventhubAuthentication": ".inputeventhub",
|
|
6886
6964
|
"InputEventhubAuthenticationTypedDict": ".inputeventhub",
|
|
6965
|
+
"InputEventhubClientSecretAuthTypeAuthenticationMethod": ".inputeventhub",
|
|
6887
6966
|
"InputEventhubCompression": ".inputeventhub",
|
|
6888
6967
|
"InputEventhubConnection": ".inputeventhub",
|
|
6889
6968
|
"InputEventhubConnectionTypedDict": ".inputeventhub",
|
|
6890
6969
|
"InputEventhubMetadatum": ".inputeventhub",
|
|
6891
6970
|
"InputEventhubMetadatumTypedDict": ".inputeventhub",
|
|
6971
|
+
"InputEventhubMicrosoftEntraIDAuthenticationEndpoint": ".inputeventhub",
|
|
6892
6972
|
"InputEventhubMode": ".inputeventhub",
|
|
6893
6973
|
"InputEventhubPq": ".inputeventhub",
|
|
6894
6974
|
"InputEventhubPqControls": ".inputeventhub",
|
|
@@ -7083,6 +7163,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7083
7163
|
"InputKafkaAuth": ".inputkafka",
|
|
7084
7164
|
"InputKafkaAuthTypedDict": ".inputkafka",
|
|
7085
7165
|
"InputKafkaAuthentication": ".inputkafka",
|
|
7166
|
+
"InputKafkaAuthenticationMethod": ".inputkafka",
|
|
7086
7167
|
"InputKafkaAuthenticationTypedDict": ".inputkafka",
|
|
7087
7168
|
"InputKafkaCompression": ".inputkafka",
|
|
7088
7169
|
"InputKafkaConnection": ".inputkafka",
|
|
@@ -7098,11 +7179,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7098
7179
|
"InputKafkaMetadatumTypedDict": ".inputkafka",
|
|
7099
7180
|
"InputKafkaMinimumTLSVersion": ".inputkafka",
|
|
7100
7181
|
"InputKafkaMode": ".inputkafka",
|
|
7182
|
+
"InputKafkaOauthParam": ".inputkafka",
|
|
7183
|
+
"InputKafkaOauthParamTypedDict": ".inputkafka",
|
|
7101
7184
|
"InputKafkaPq": ".inputkafka",
|
|
7102
7185
|
"InputKafkaPqControls": ".inputkafka",
|
|
7103
7186
|
"InputKafkaPqControlsTypedDict": ".inputkafka",
|
|
7104
7187
|
"InputKafkaPqTypedDict": ".inputkafka",
|
|
7105
7188
|
"InputKafkaSASLMechanism": ".inputkafka",
|
|
7189
|
+
"InputKafkaSaslExtension": ".inputkafka",
|
|
7190
|
+
"InputKafkaSaslExtensionTypedDict": ".inputkafka",
|
|
7106
7191
|
"InputKafkaTLSSettingsClientSide": ".inputkafka",
|
|
7107
7192
|
"InputKafkaTLSSettingsClientSideTypedDict": ".inputkafka",
|
|
7108
7193
|
"InputKafkaType": ".inputkafka",
|
|
@@ -7964,16 +8049,21 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7964
8049
|
"IngestIfNotExist": ".outputazuredataexplorer",
|
|
7965
8050
|
"IngestIfNotExistTypedDict": ".outputazuredataexplorer",
|
|
7966
8051
|
"IngestionMode": ".outputazuredataexplorer",
|
|
7967
|
-
"MicrosoftEntraIDAuthenticationEndpoint": ".outputazuredataexplorer",
|
|
7968
8052
|
"OutputAzureDataExplorer": ".outputazuredataexplorer",
|
|
7969
8053
|
"OutputAzureDataExplorerAuthenticationMethod": ".outputazuredataexplorer",
|
|
7970
8054
|
"OutputAzureDataExplorerBackpressureBehavior": ".outputazuredataexplorer",
|
|
7971
8055
|
"OutputAzureDataExplorerCertificate": ".outputazuredataexplorer",
|
|
7972
8056
|
"OutputAzureDataExplorerCertificateTypedDict": ".outputazuredataexplorer",
|
|
7973
8057
|
"OutputAzureDataExplorerCompressCompression": ".outputazuredataexplorer",
|
|
8058
|
+
"OutputAzureDataExplorerCompressionLevel": ".outputazuredataexplorer",
|
|
7974
8059
|
"OutputAzureDataExplorerDataFormat": ".outputazuredataexplorer",
|
|
8060
|
+
"OutputAzureDataExplorerDataPageVersion": ".outputazuredataexplorer",
|
|
7975
8061
|
"OutputAzureDataExplorerDiskSpaceProtection": ".outputazuredataexplorer",
|
|
8062
|
+
"OutputAzureDataExplorerKeyValueMetadatum": ".outputazuredataexplorer",
|
|
8063
|
+
"OutputAzureDataExplorerKeyValueMetadatumTypedDict": ".outputazuredataexplorer",
|
|
8064
|
+
"OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint": ".outputazuredataexplorer",
|
|
7976
8065
|
"OutputAzureDataExplorerMode": ".outputazuredataexplorer",
|
|
8066
|
+
"OutputAzureDataExplorerParquetVersion": ".outputazuredataexplorer",
|
|
7977
8067
|
"OutputAzureDataExplorerPqCompressCompression": ".outputazuredataexplorer",
|
|
7978
8068
|
"OutputAzureDataExplorerPqControls": ".outputazuredataexplorer",
|
|
7979
8069
|
"OutputAzureDataExplorerPqControlsTypedDict": ".outputazuredataexplorer",
|
|
@@ -7989,10 +8079,13 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7989
8079
|
"ReportMethod": ".outputazuredataexplorer",
|
|
7990
8080
|
"OutputAzureEventhub": ".outputazureeventhub",
|
|
7991
8081
|
"OutputAzureEventhubAcknowledgments": ".outputazureeventhub",
|
|
8082
|
+
"OutputAzureEventhubAuthTypeAuthenticationMethod": ".outputazureeventhub",
|
|
7992
8083
|
"OutputAzureEventhubAuthentication": ".outputazureeventhub",
|
|
7993
8084
|
"OutputAzureEventhubAuthenticationTypedDict": ".outputazureeventhub",
|
|
7994
8085
|
"OutputAzureEventhubBackpressureBehavior": ".outputazureeventhub",
|
|
8086
|
+
"OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod": ".outputazureeventhub",
|
|
7995
8087
|
"OutputAzureEventhubCompression": ".outputazureeventhub",
|
|
8088
|
+
"OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint": ".outputazureeventhub",
|
|
7996
8089
|
"OutputAzureEventhubMode": ".outputazureeventhub",
|
|
7997
8090
|
"OutputAzureEventhubPqControls": ".outputazureeventhub",
|
|
7998
8091
|
"OutputAzureEventhubPqControlsTypedDict": ".outputazureeventhub",
|
|
@@ -8083,6 +8176,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8083
8176
|
"OutputConfluentCloudAuth": ".outputconfluentcloud",
|
|
8084
8177
|
"OutputConfluentCloudAuthTypedDict": ".outputconfluentcloud",
|
|
8085
8178
|
"OutputConfluentCloudAuthentication": ".outputconfluentcloud",
|
|
8179
|
+
"OutputConfluentCloudAuthenticationMethod": ".outputconfluentcloud",
|
|
8086
8180
|
"OutputConfluentCloudAuthenticationTypedDict": ".outputconfluentcloud",
|
|
8087
8181
|
"OutputConfluentCloudBackpressureBehavior": ".outputconfluentcloud",
|
|
8088
8182
|
"OutputConfluentCloudCompression": ".outputconfluentcloud",
|
|
@@ -8095,12 +8189,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8095
8189
|
"OutputConfluentCloudMaximumTLSVersion": ".outputconfluentcloud",
|
|
8096
8190
|
"OutputConfluentCloudMinimumTLSVersion": ".outputconfluentcloud",
|
|
8097
8191
|
"OutputConfluentCloudMode": ".outputconfluentcloud",
|
|
8192
|
+
"OutputConfluentCloudOauthParam": ".outputconfluentcloud",
|
|
8193
|
+
"OutputConfluentCloudOauthParamTypedDict": ".outputconfluentcloud",
|
|
8098
8194
|
"OutputConfluentCloudPqCompressCompression": ".outputconfluentcloud",
|
|
8099
8195
|
"OutputConfluentCloudPqControls": ".outputconfluentcloud",
|
|
8100
8196
|
"OutputConfluentCloudPqControlsTypedDict": ".outputconfluentcloud",
|
|
8101
8197
|
"OutputConfluentCloudQueueFullBehavior": ".outputconfluentcloud",
|
|
8102
8198
|
"OutputConfluentCloudRecordDataFormat": ".outputconfluentcloud",
|
|
8103
8199
|
"OutputConfluentCloudSASLMechanism": ".outputconfluentcloud",
|
|
8200
|
+
"OutputConfluentCloudSaslExtension": ".outputconfluentcloud",
|
|
8201
|
+
"OutputConfluentCloudSaslExtensionTypedDict": ".outputconfluentcloud",
|
|
8104
8202
|
"OutputConfluentCloudTLSSettingsClientSide": ".outputconfluentcloud",
|
|
8105
8203
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict": ".outputconfluentcloud",
|
|
8106
8204
|
"OutputConfluentCloudType": ".outputconfluentcloud",
|
|
@@ -8385,6 +8483,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8385
8483
|
"OutputGoogleChronicleType": ".outputgooglechronicle",
|
|
8386
8484
|
"OutputGoogleChronicleTypedDict": ".outputgooglechronicle",
|
|
8387
8485
|
"SendEventsAs": ".outputgooglechronicle",
|
|
8486
|
+
"UDMType": ".outputgooglechronicle",
|
|
8388
8487
|
"LogLabel": ".outputgooglecloudlogging",
|
|
8389
8488
|
"LogLabelTypedDict": ".outputgooglecloudlogging",
|
|
8390
8489
|
"LogLocationType": ".outputgooglecloudlogging",
|
|
@@ -8551,6 +8650,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8551
8650
|
"OutputKafkaAuth": ".outputkafka",
|
|
8552
8651
|
"OutputKafkaAuthTypedDict": ".outputkafka",
|
|
8553
8652
|
"OutputKafkaAuthentication": ".outputkafka",
|
|
8653
|
+
"OutputKafkaAuthenticationMethod": ".outputkafka",
|
|
8554
8654
|
"OutputKafkaAuthenticationTypedDict": ".outputkafka",
|
|
8555
8655
|
"OutputKafkaBackpressureBehavior": ".outputkafka",
|
|
8556
8656
|
"OutputKafkaCompression": ".outputkafka",
|
|
@@ -8563,12 +8663,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8563
8663
|
"OutputKafkaMaximumTLSVersion": ".outputkafka",
|
|
8564
8664
|
"OutputKafkaMinimumTLSVersion": ".outputkafka",
|
|
8565
8665
|
"OutputKafkaMode": ".outputkafka",
|
|
8666
|
+
"OutputKafkaOauthParam": ".outputkafka",
|
|
8667
|
+
"OutputKafkaOauthParamTypedDict": ".outputkafka",
|
|
8566
8668
|
"OutputKafkaPqCompressCompression": ".outputkafka",
|
|
8567
8669
|
"OutputKafkaPqControls": ".outputkafka",
|
|
8568
8670
|
"OutputKafkaPqControlsTypedDict": ".outputkafka",
|
|
8569
8671
|
"OutputKafkaQueueFullBehavior": ".outputkafka",
|
|
8570
8672
|
"OutputKafkaRecordDataFormat": ".outputkafka",
|
|
8571
8673
|
"OutputKafkaSASLMechanism": ".outputkafka",
|
|
8674
|
+
"OutputKafkaSaslExtension": ".outputkafka",
|
|
8675
|
+
"OutputKafkaSaslExtensionTypedDict": ".outputkafka",
|
|
8572
8676
|
"OutputKafkaTLSSettingsClientSide": ".outputkafka",
|
|
8573
8677
|
"OutputKafkaTLSSettingsClientSideTypedDict": ".outputkafka",
|
|
8574
8678
|
"OutputKafkaType": ".outputkafka",
|
|
@@ -8909,12 +9013,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8909
9013
|
"OutputSplunkHecExtraHTTPHeader": ".outputsplunkhec",
|
|
8910
9014
|
"OutputSplunkHecExtraHTTPHeaderTypedDict": ".outputsplunkhec",
|
|
8911
9015
|
"OutputSplunkHecFailedRequestLoggingMode": ".outputsplunkhec",
|
|
9016
|
+
"OutputSplunkHecMaximumTLSVersion": ".outputsplunkhec",
|
|
9017
|
+
"OutputSplunkHecMinimumTLSVersion": ".outputsplunkhec",
|
|
8912
9018
|
"OutputSplunkHecMode": ".outputsplunkhec",
|
|
8913
9019
|
"OutputSplunkHecPqControls": ".outputsplunkhec",
|
|
8914
9020
|
"OutputSplunkHecPqControlsTypedDict": ".outputsplunkhec",
|
|
8915
9021
|
"OutputSplunkHecQueueFullBehavior": ".outputsplunkhec",
|
|
8916
9022
|
"OutputSplunkHecResponseRetrySetting": ".outputsplunkhec",
|
|
8917
9023
|
"OutputSplunkHecResponseRetrySettingTypedDict": ".outputsplunkhec",
|
|
9024
|
+
"OutputSplunkHecTLSSettingsClientSide": ".outputsplunkhec",
|
|
9025
|
+
"OutputSplunkHecTLSSettingsClientSideTypedDict": ".outputsplunkhec",
|
|
8918
9026
|
"OutputSplunkHecTimeoutRetrySettings": ".outputsplunkhec",
|
|
8919
9027
|
"OutputSplunkHecTimeoutRetrySettingsTypedDict": ".outputsplunkhec",
|
|
8920
9028
|
"OutputSplunkHecType": ".outputsplunkhec",
|
|
@@ -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],
|