cribl-control-plane 0.2.1rc4__tar.gz → 0.2.1rc6__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.2.1rc4 → cribl_control_plane-0.2.1rc6}/PKG-INFO +1 -1
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/pyproject.toml +1 -1
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/_version.py +3 -3
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/groups_sdk.py +2 -2
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/__init__.py +3 -99
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +2 -2
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputappscope.py +16 -20
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -110
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputcriblhttp.py +16 -20
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputcribllakehttp.py +16 -20
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputcribltcp.py +16 -20
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputdatadogagent.py +16 -20
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputedgeprometheus.py +36 -44
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputelastic.py +27 -44
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputeventhub.py +0 -118
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputfirehose.py +16 -20
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputgrafana.py +31 -39
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputhttp.py +16 -20
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputhttpraw.py +16 -20
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputkafka.py +0 -108
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputloki.py +16 -20
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputmetrics.py +16 -20
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +16 -20
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputopentelemetry.py +15 -19
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputprometheus.py +36 -44
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputprometheusrw.py +16 -20
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputsplunk.py +16 -20
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputsplunkhec.py +15 -19
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputsyslog.py +31 -39
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputsystemmetrics.py +10 -20
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputtcp.py +16 -30
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputtcpjson.py +16 -20
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputwindowsmetrics.py +10 -20
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputwineventlogs.py +0 -14
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputwizwebhook.py +16 -20
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputzscalerhec.py +15 -19
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputazureblob.py +0 -7
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputazuredataexplorer.py +93 -283
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputazureeventhub.py +21 -169
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputazurelogs.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputchronicle.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputclickhouse.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputcloudwatch.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputconfluentcloud.py +22 -167
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputcriblhttp.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputcribltcp.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +22 -50
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputdatabricks.py +0 -7
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputdatadog.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputdataset.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputdls3.py +0 -7
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputdynatracehttp.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputdynatraceotlp.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputelastic.py +21 -74
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputelasticcloud.py +21 -74
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputfilesystem.py +0 -7
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputgooglechronicle.py +22 -65
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputgooglecloudlogging.py +22 -50
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -7
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputgooglepubsub.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputgrafanacloud.py +42 -98
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputgraphite.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputhoneycomb.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputhumiohec.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputinfluxdb.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputkafka.py +19 -162
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputkinesis.py +21 -56
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputloki.py +19 -47
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputminio.py +0 -7
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputmsk.py +19 -54
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputnewrelic.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputnewrelicevents.py +22 -50
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputopentelemetry.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputprometheus.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputs3.py +0 -7
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputsentinel.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputsentineloneaisiem.py +22 -50
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputservicenow.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputsignalfx.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputsns.py +19 -47
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputsplunk.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputsplunkhec.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputsplunklb.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputsqs.py +19 -47
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputstatsd.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputstatsdext.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputsumologic.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputsyslog.py +99 -129
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputtcpjson.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputwavefront.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputwebhook.py +21 -49
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputxsiam.py +19 -47
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/runnablejobcollection.py +8 -12
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/runnablejobexecutor.py +8 -12
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +8 -12
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/README-PYPI.md +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/py.typed +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/acl.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/auth_sdk.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/branches.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/commits.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/commits_files.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/configs_versions.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/destinations.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/destinations_pq.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/errors/__init__.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/errors/healthserverstatus_error.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/groups_configs.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/health.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/hectokens.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/lakedatasets.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/branchinfo.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/configgroup.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/createpipelineop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/createversionundoop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/cribllakedatasetupdate.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/difffiles.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getversioncountop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getversionop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getversionshowop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/gitcountresult.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/gitlogresult.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/gitshowresult.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/groupcreaterequest.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/healthserverstatus.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/input.py +14 -14
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputcollection.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputcribl.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputfile.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputkinesis.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputmsk.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputnetflow.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputrawudp.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputs3.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputsnmp.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputsqs.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputwef.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/inputwiz.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/jobinfo.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/jobstatus.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outpostnodeinfo.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/output.py +22 -22
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputcribllake.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputexabeam.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputring.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/packinfo.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/productscore.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/runnablejob.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/updatepacksop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/uploadpackresponse.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/models/workertypes.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/nodes.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/packs.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/pipelines.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/routes_sdk.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/samples.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/sdk.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/sources.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/statuses.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/summaries.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/teams.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/tokens.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/utils/values.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/versions.py +0 -0
- {cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/versions_configs.py +0 -0
{cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/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.2.
|
|
7
|
-
__openapi_doc_version__: str = "4.15.0-alpha.
|
|
6
|
+
__version__: str = "0.2.1rc6"
|
|
7
|
+
__openapi_doc_version__: str = "4.15.0-alpha.1761834741311-54c1f75c"
|
|
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.1rc6 2.730.5 4.15.0-alpha.1761834741311-54c1f75c cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
{cribl_control_plane-0.2.1rc4 → cribl_control_plane-0.2.1rc6}/src/cribl_control_plane/groups_sdk.py
RENAMED
|
@@ -259,7 +259,7 @@ class GroupsSDK(BaseSDK):
|
|
|
259
259
|
|
|
260
260
|
Create a new Worker Group or Edge Fleet for the specified Cribl product.
|
|
261
261
|
|
|
262
|
-
:param product: Name of the Cribl product to add the Worker Group or Edge Fleet to.
|
|
262
|
+
:param product: required Name of the Cribl product to add the Worker Group or Edge Fleet to.
|
|
263
263
|
:param id:
|
|
264
264
|
:param cloud:
|
|
265
265
|
:param deploying_worker_count:
|
|
@@ -440,7 +440,7 @@ class GroupsSDK(BaseSDK):
|
|
|
440
440
|
|
|
441
441
|
Create a new Worker Group or Edge Fleet for the specified Cribl product.
|
|
442
442
|
|
|
443
|
-
:param product: Name of the Cribl product to add the Worker Group or Edge Fleet to.
|
|
443
|
+
:param product: required Name of the Cribl product to add the Worker Group or Edge Fleet to.
|
|
444
444
|
:param id:
|
|
445
445
|
:param cloud:
|
|
446
446
|
:param deploying_worker_count:
|
|
@@ -465,7 +465,6 @@ if TYPE_CHECKING:
|
|
|
465
465
|
InputConfluentCloudAuth,
|
|
466
466
|
InputConfluentCloudAuthTypedDict,
|
|
467
467
|
InputConfluentCloudAuthentication,
|
|
468
|
-
InputConfluentCloudAuthenticationMethod,
|
|
469
468
|
InputConfluentCloudAuthenticationTypedDict,
|
|
470
469
|
InputConfluentCloudCompression,
|
|
471
470
|
InputConfluentCloudConnection,
|
|
@@ -481,15 +480,11 @@ if TYPE_CHECKING:
|
|
|
481
480
|
InputConfluentCloudMetadatumTypedDict,
|
|
482
481
|
InputConfluentCloudMinimumTLSVersion,
|
|
483
482
|
InputConfluentCloudMode,
|
|
484
|
-
InputConfluentCloudOauthParam,
|
|
485
|
-
InputConfluentCloudOauthParamTypedDict,
|
|
486
483
|
InputConfluentCloudPq,
|
|
487
484
|
InputConfluentCloudPqControls,
|
|
488
485
|
InputConfluentCloudPqControlsTypedDict,
|
|
489
486
|
InputConfluentCloudPqTypedDict,
|
|
490
487
|
InputConfluentCloudSASLMechanism,
|
|
491
|
-
InputConfluentCloudSaslExtension,
|
|
492
|
-
InputConfluentCloudSaslExtensionTypedDict,
|
|
493
488
|
InputConfluentCloudTLSSettingsClientSide,
|
|
494
489
|
InputConfluentCloudTLSSettingsClientSideTypedDict,
|
|
495
490
|
InputConfluentCloudType,
|
|
@@ -709,16 +704,13 @@ if TYPE_CHECKING:
|
|
|
709
704
|
)
|
|
710
705
|
from .inputeventhub import (
|
|
711
706
|
InputEventhub,
|
|
712
|
-
InputEventhubAuthTypeAuthenticationMethod,
|
|
713
707
|
InputEventhubAuthentication,
|
|
714
708
|
InputEventhubAuthenticationTypedDict,
|
|
715
|
-
InputEventhubClientSecretAuthTypeAuthenticationMethod,
|
|
716
709
|
InputEventhubCompression,
|
|
717
710
|
InputEventhubConnection,
|
|
718
711
|
InputEventhubConnectionTypedDict,
|
|
719
712
|
InputEventhubMetadatum,
|
|
720
713
|
InputEventhubMetadatumTypedDict,
|
|
721
|
-
InputEventhubMicrosoftEntraIDAuthenticationEndpoint,
|
|
722
714
|
InputEventhubMode,
|
|
723
715
|
InputEventhubPq,
|
|
724
716
|
InputEventhubPqControls,
|
|
@@ -931,7 +923,6 @@ if TYPE_CHECKING:
|
|
|
931
923
|
InputKafkaAuth,
|
|
932
924
|
InputKafkaAuthTypedDict,
|
|
933
925
|
InputKafkaAuthentication,
|
|
934
|
-
InputKafkaAuthenticationMethod,
|
|
935
926
|
InputKafkaAuthenticationTypedDict,
|
|
936
927
|
InputKafkaCompression,
|
|
937
928
|
InputKafkaConnection,
|
|
@@ -947,15 +938,11 @@ if TYPE_CHECKING:
|
|
|
947
938
|
InputKafkaMetadatumTypedDict,
|
|
948
939
|
InputKafkaMinimumTLSVersion,
|
|
949
940
|
InputKafkaMode,
|
|
950
|
-
InputKafkaOauthParam,
|
|
951
|
-
InputKafkaOauthParamTypedDict,
|
|
952
941
|
InputKafkaPq,
|
|
953
942
|
InputKafkaPqControls,
|
|
954
943
|
InputKafkaPqControlsTypedDict,
|
|
955
944
|
InputKafkaPqTypedDict,
|
|
956
945
|
InputKafkaSASLMechanism,
|
|
957
|
-
InputKafkaSaslExtension,
|
|
958
|
-
InputKafkaSaslExtensionTypedDict,
|
|
959
946
|
InputKafkaTLSSettingsClientSide,
|
|
960
947
|
InputKafkaTLSSettingsClientSideTypedDict,
|
|
961
948
|
InputKafkaType,
|
|
@@ -1890,21 +1877,16 @@ if TYPE_CHECKING:
|
|
|
1890
1877
|
IngestIfNotExist,
|
|
1891
1878
|
IngestIfNotExistTypedDict,
|
|
1892
1879
|
IngestionMode,
|
|
1880
|
+
MicrosoftEntraIDAuthenticationEndpoint,
|
|
1893
1881
|
OutputAzureDataExplorer,
|
|
1894
1882
|
OutputAzureDataExplorerAuthenticationMethod,
|
|
1895
1883
|
OutputAzureDataExplorerBackpressureBehavior,
|
|
1896
1884
|
OutputAzureDataExplorerCertificate,
|
|
1897
1885
|
OutputAzureDataExplorerCertificateTypedDict,
|
|
1898
1886
|
OutputAzureDataExplorerCompressCompression,
|
|
1899
|
-
OutputAzureDataExplorerCompressionLevel,
|
|
1900
1887
|
OutputAzureDataExplorerDataFormat,
|
|
1901
|
-
OutputAzureDataExplorerDataPageVersion,
|
|
1902
1888
|
OutputAzureDataExplorerDiskSpaceProtection,
|
|
1903
|
-
OutputAzureDataExplorerKeyValueMetadatum,
|
|
1904
|
-
OutputAzureDataExplorerKeyValueMetadatumTypedDict,
|
|
1905
|
-
OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint,
|
|
1906
1889
|
OutputAzureDataExplorerMode,
|
|
1907
|
-
OutputAzureDataExplorerParquetVersion,
|
|
1908
1890
|
OutputAzureDataExplorerPqCompressCompression,
|
|
1909
1891
|
OutputAzureDataExplorerPqControls,
|
|
1910
1892
|
OutputAzureDataExplorerPqControlsTypedDict,
|
|
@@ -1922,13 +1904,10 @@ if TYPE_CHECKING:
|
|
|
1922
1904
|
from .outputazureeventhub import (
|
|
1923
1905
|
OutputAzureEventhub,
|
|
1924
1906
|
OutputAzureEventhubAcknowledgments,
|
|
1925
|
-
OutputAzureEventhubAuthTypeAuthenticationMethod,
|
|
1926
1907
|
OutputAzureEventhubAuthentication,
|
|
1927
1908
|
OutputAzureEventhubAuthenticationTypedDict,
|
|
1928
1909
|
OutputAzureEventhubBackpressureBehavior,
|
|
1929
|
-
OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod,
|
|
1930
1910
|
OutputAzureEventhubCompression,
|
|
1931
|
-
OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint,
|
|
1932
1911
|
OutputAzureEventhubMode,
|
|
1933
1912
|
OutputAzureEventhubPqControls,
|
|
1934
1913
|
OutputAzureEventhubPqControlsTypedDict,
|
|
@@ -2029,7 +2008,6 @@ if TYPE_CHECKING:
|
|
|
2029
2008
|
OutputConfluentCloudAuth,
|
|
2030
2009
|
OutputConfluentCloudAuthTypedDict,
|
|
2031
2010
|
OutputConfluentCloudAuthentication,
|
|
2032
|
-
OutputConfluentCloudAuthenticationMethod,
|
|
2033
2011
|
OutputConfluentCloudAuthenticationTypedDict,
|
|
2034
2012
|
OutputConfluentCloudBackpressureBehavior,
|
|
2035
2013
|
OutputConfluentCloudCompression,
|
|
@@ -2042,16 +2020,12 @@ if TYPE_CHECKING:
|
|
|
2042
2020
|
OutputConfluentCloudMaximumTLSVersion,
|
|
2043
2021
|
OutputConfluentCloudMinimumTLSVersion,
|
|
2044
2022
|
OutputConfluentCloudMode,
|
|
2045
|
-
OutputConfluentCloudOauthParam,
|
|
2046
|
-
OutputConfluentCloudOauthParamTypedDict,
|
|
2047
2023
|
OutputConfluentCloudPqCompressCompression,
|
|
2048
2024
|
OutputConfluentCloudPqControls,
|
|
2049
2025
|
OutputConfluentCloudPqControlsTypedDict,
|
|
2050
2026
|
OutputConfluentCloudQueueFullBehavior,
|
|
2051
2027
|
OutputConfluentCloudRecordDataFormat,
|
|
2052
2028
|
OutputConfluentCloudSASLMechanism,
|
|
2053
|
-
OutputConfluentCloudSaslExtension,
|
|
2054
|
-
OutputConfluentCloudSaslExtensionTypedDict,
|
|
2055
2029
|
OutputConfluentCloudTLSSettingsClientSide,
|
|
2056
2030
|
OutputConfluentCloudTLSSettingsClientSideTypedDict,
|
|
2057
2031
|
OutputConfluentCloudType,
|
|
@@ -2364,7 +2338,6 @@ if TYPE_CHECKING:
|
|
|
2364
2338
|
OutputGoogleChronicleType,
|
|
2365
2339
|
OutputGoogleChronicleTypedDict,
|
|
2366
2340
|
SendEventsAs,
|
|
2367
|
-
UDMType,
|
|
2368
2341
|
)
|
|
2369
2342
|
from .outputgooglecloudlogging import (
|
|
2370
2343
|
LogLabel,
|
|
@@ -2549,7 +2522,6 @@ if TYPE_CHECKING:
|
|
|
2549
2522
|
OutputKafkaAuth,
|
|
2550
2523
|
OutputKafkaAuthTypedDict,
|
|
2551
2524
|
OutputKafkaAuthentication,
|
|
2552
|
-
OutputKafkaAuthenticationMethod,
|
|
2553
2525
|
OutputKafkaAuthenticationTypedDict,
|
|
2554
2526
|
OutputKafkaBackpressureBehavior,
|
|
2555
2527
|
OutputKafkaCompression,
|
|
@@ -2562,16 +2534,12 @@ if TYPE_CHECKING:
|
|
|
2562
2534
|
OutputKafkaMaximumTLSVersion,
|
|
2563
2535
|
OutputKafkaMinimumTLSVersion,
|
|
2564
2536
|
OutputKafkaMode,
|
|
2565
|
-
OutputKafkaOauthParam,
|
|
2566
|
-
OutputKafkaOauthParamTypedDict,
|
|
2567
2537
|
OutputKafkaPqCompressCompression,
|
|
2568
2538
|
OutputKafkaPqControls,
|
|
2569
2539
|
OutputKafkaPqControlsTypedDict,
|
|
2570
2540
|
OutputKafkaQueueFullBehavior,
|
|
2571
2541
|
OutputKafkaRecordDataFormat,
|
|
2572
2542
|
OutputKafkaSASLMechanism,
|
|
2573
|
-
OutputKafkaSaslExtension,
|
|
2574
|
-
OutputKafkaSaslExtensionTypedDict,
|
|
2575
2543
|
OutputKafkaTLSSettingsClientSide,
|
|
2576
2544
|
OutputKafkaTLSSettingsClientSideTypedDict,
|
|
2577
2545
|
OutputKafkaType,
|
|
@@ -3777,7 +3745,6 @@ __all__ = [
|
|
|
3777
3745
|
"InputConfluentCloudAuth",
|
|
3778
3746
|
"InputConfluentCloudAuthTypedDict",
|
|
3779
3747
|
"InputConfluentCloudAuthentication",
|
|
3780
|
-
"InputConfluentCloudAuthenticationMethod",
|
|
3781
3748
|
"InputConfluentCloudAuthenticationTypedDict",
|
|
3782
3749
|
"InputConfluentCloudCompression",
|
|
3783
3750
|
"InputConfluentCloudConnection",
|
|
@@ -3793,15 +3760,11 @@ __all__ = [
|
|
|
3793
3760
|
"InputConfluentCloudMetadatumTypedDict",
|
|
3794
3761
|
"InputConfluentCloudMinimumTLSVersion",
|
|
3795
3762
|
"InputConfluentCloudMode",
|
|
3796
|
-
"InputConfluentCloudOauthParam",
|
|
3797
|
-
"InputConfluentCloudOauthParamTypedDict",
|
|
3798
3763
|
"InputConfluentCloudPq",
|
|
3799
3764
|
"InputConfluentCloudPqControls",
|
|
3800
3765
|
"InputConfluentCloudPqControlsTypedDict",
|
|
3801
3766
|
"InputConfluentCloudPqTypedDict",
|
|
3802
3767
|
"InputConfluentCloudSASLMechanism",
|
|
3803
|
-
"InputConfluentCloudSaslExtension",
|
|
3804
|
-
"InputConfluentCloudSaslExtensionTypedDict",
|
|
3805
3768
|
"InputConfluentCloudTLSSettingsClientSide",
|
|
3806
3769
|
"InputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
3807
3770
|
"InputConfluentCloudType",
|
|
@@ -3987,16 +3950,13 @@ __all__ = [
|
|
|
3987
3950
|
"InputElasticType",
|
|
3988
3951
|
"InputElasticTypedDict",
|
|
3989
3952
|
"InputEventhub",
|
|
3990
|
-
"InputEventhubAuthTypeAuthenticationMethod",
|
|
3991
3953
|
"InputEventhubAuthentication",
|
|
3992
3954
|
"InputEventhubAuthenticationTypedDict",
|
|
3993
|
-
"InputEventhubClientSecretAuthTypeAuthenticationMethod",
|
|
3994
3955
|
"InputEventhubCompression",
|
|
3995
3956
|
"InputEventhubConnection",
|
|
3996
3957
|
"InputEventhubConnectionTypedDict",
|
|
3997
3958
|
"InputEventhubMetadatum",
|
|
3998
3959
|
"InputEventhubMetadatumTypedDict",
|
|
3999
|
-
"InputEventhubMicrosoftEntraIDAuthenticationEndpoint",
|
|
4000
3960
|
"InputEventhubMode",
|
|
4001
3961
|
"InputEventhubPq",
|
|
4002
3962
|
"InputEventhubPqControls",
|
|
@@ -4174,7 +4134,6 @@ __all__ = [
|
|
|
4174
4134
|
"InputKafkaAuth",
|
|
4175
4135
|
"InputKafkaAuthTypedDict",
|
|
4176
4136
|
"InputKafkaAuthentication",
|
|
4177
|
-
"InputKafkaAuthenticationMethod",
|
|
4178
4137
|
"InputKafkaAuthenticationTypedDict",
|
|
4179
4138
|
"InputKafkaCompression",
|
|
4180
4139
|
"InputKafkaConnection",
|
|
@@ -4190,15 +4149,11 @@ __all__ = [
|
|
|
4190
4149
|
"InputKafkaMetadatumTypedDict",
|
|
4191
4150
|
"InputKafkaMinimumTLSVersion",
|
|
4192
4151
|
"InputKafkaMode",
|
|
4193
|
-
"InputKafkaOauthParam",
|
|
4194
|
-
"InputKafkaOauthParamTypedDict",
|
|
4195
4152
|
"InputKafkaPq",
|
|
4196
4153
|
"InputKafkaPqControls",
|
|
4197
4154
|
"InputKafkaPqControlsTypedDict",
|
|
4198
4155
|
"InputKafkaPqTypedDict",
|
|
4199
4156
|
"InputKafkaSASLMechanism",
|
|
4200
|
-
"InputKafkaSaslExtension",
|
|
4201
|
-
"InputKafkaSaslExtensionTypedDict",
|
|
4202
4157
|
"InputKafkaTLSSettingsClientSide",
|
|
4203
4158
|
"InputKafkaTLSSettingsClientSideTypedDict",
|
|
4204
4159
|
"InputKafkaType",
|
|
@@ -4991,6 +4946,7 @@ __all__ = [
|
|
|
4991
4946
|
"MasterWorkerEntryWorkers",
|
|
4992
4947
|
"MasterWorkerEntryWorkersTypedDict",
|
|
4993
4948
|
"MetricsProtocol",
|
|
4949
|
+
"MicrosoftEntraIDAuthenticationEndpoint",
|
|
4994
4950
|
"NodeActiveUpgradeStatus",
|
|
4995
4951
|
"NodeFailedUpgradeStatus",
|
|
4996
4952
|
"NodeProvidedInfo",
|
|
@@ -5041,15 +4997,9 @@ __all__ = [
|
|
|
5041
4997
|
"OutputAzureDataExplorerCertificate",
|
|
5042
4998
|
"OutputAzureDataExplorerCertificateTypedDict",
|
|
5043
4999
|
"OutputAzureDataExplorerCompressCompression",
|
|
5044
|
-
"OutputAzureDataExplorerCompressionLevel",
|
|
5045
5000
|
"OutputAzureDataExplorerDataFormat",
|
|
5046
|
-
"OutputAzureDataExplorerDataPageVersion",
|
|
5047
5001
|
"OutputAzureDataExplorerDiskSpaceProtection",
|
|
5048
|
-
"OutputAzureDataExplorerKeyValueMetadatum",
|
|
5049
|
-
"OutputAzureDataExplorerKeyValueMetadatumTypedDict",
|
|
5050
|
-
"OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint",
|
|
5051
5002
|
"OutputAzureDataExplorerMode",
|
|
5052
|
-
"OutputAzureDataExplorerParquetVersion",
|
|
5053
5003
|
"OutputAzureDataExplorerPqCompressCompression",
|
|
5054
5004
|
"OutputAzureDataExplorerPqControls",
|
|
5055
5005
|
"OutputAzureDataExplorerPqControlsTypedDict",
|
|
@@ -5062,13 +5012,10 @@ __all__ = [
|
|
|
5062
5012
|
"OutputAzureDataExplorerTypedDict",
|
|
5063
5013
|
"OutputAzureEventhub",
|
|
5064
5014
|
"OutputAzureEventhubAcknowledgments",
|
|
5065
|
-
"OutputAzureEventhubAuthTypeAuthenticationMethod",
|
|
5066
5015
|
"OutputAzureEventhubAuthentication",
|
|
5067
5016
|
"OutputAzureEventhubAuthenticationTypedDict",
|
|
5068
5017
|
"OutputAzureEventhubBackpressureBehavior",
|
|
5069
|
-
"OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod",
|
|
5070
5018
|
"OutputAzureEventhubCompression",
|
|
5071
|
-
"OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint",
|
|
5072
5019
|
"OutputAzureEventhubMode",
|
|
5073
5020
|
"OutputAzureEventhubPqControls",
|
|
5074
5021
|
"OutputAzureEventhubPqControlsTypedDict",
|
|
@@ -5156,7 +5103,6 @@ __all__ = [
|
|
|
5156
5103
|
"OutputConfluentCloudAuth",
|
|
5157
5104
|
"OutputConfluentCloudAuthTypedDict",
|
|
5158
5105
|
"OutputConfluentCloudAuthentication",
|
|
5159
|
-
"OutputConfluentCloudAuthenticationMethod",
|
|
5160
5106
|
"OutputConfluentCloudAuthenticationTypedDict",
|
|
5161
5107
|
"OutputConfluentCloudBackpressureBehavior",
|
|
5162
5108
|
"OutputConfluentCloudCompression",
|
|
@@ -5169,16 +5115,12 @@ __all__ = [
|
|
|
5169
5115
|
"OutputConfluentCloudMaximumTLSVersion",
|
|
5170
5116
|
"OutputConfluentCloudMinimumTLSVersion",
|
|
5171
5117
|
"OutputConfluentCloudMode",
|
|
5172
|
-
"OutputConfluentCloudOauthParam",
|
|
5173
|
-
"OutputConfluentCloudOauthParamTypedDict",
|
|
5174
5118
|
"OutputConfluentCloudPqCompressCompression",
|
|
5175
5119
|
"OutputConfluentCloudPqControls",
|
|
5176
5120
|
"OutputConfluentCloudPqControlsTypedDict",
|
|
5177
5121
|
"OutputConfluentCloudQueueFullBehavior",
|
|
5178
5122
|
"OutputConfluentCloudRecordDataFormat",
|
|
5179
5123
|
"OutputConfluentCloudSASLMechanism",
|
|
5180
|
-
"OutputConfluentCloudSaslExtension",
|
|
5181
|
-
"OutputConfluentCloudSaslExtensionTypedDict",
|
|
5182
5124
|
"OutputConfluentCloudTLSSettingsClientSide",
|
|
5183
5125
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
5184
5126
|
"OutputConfluentCloudType",
|
|
@@ -5610,7 +5552,6 @@ __all__ = [
|
|
|
5610
5552
|
"OutputKafkaAuth",
|
|
5611
5553
|
"OutputKafkaAuthTypedDict",
|
|
5612
5554
|
"OutputKafkaAuthentication",
|
|
5613
|
-
"OutputKafkaAuthenticationMethod",
|
|
5614
5555
|
"OutputKafkaAuthenticationTypedDict",
|
|
5615
5556
|
"OutputKafkaBackpressureBehavior",
|
|
5616
5557
|
"OutputKafkaCompression",
|
|
@@ -5623,16 +5564,12 @@ __all__ = [
|
|
|
5623
5564
|
"OutputKafkaMaximumTLSVersion",
|
|
5624
5565
|
"OutputKafkaMinimumTLSVersion",
|
|
5625
5566
|
"OutputKafkaMode",
|
|
5626
|
-
"OutputKafkaOauthParam",
|
|
5627
|
-
"OutputKafkaOauthParamTypedDict",
|
|
5628
5567
|
"OutputKafkaPqCompressCompression",
|
|
5629
5568
|
"OutputKafkaPqControls",
|
|
5630
5569
|
"OutputKafkaPqControlsTypedDict",
|
|
5631
5570
|
"OutputKafkaQueueFullBehavior",
|
|
5632
5571
|
"OutputKafkaRecordDataFormat",
|
|
5633
5572
|
"OutputKafkaSASLMechanism",
|
|
5634
|
-
"OutputKafkaSaslExtension",
|
|
5635
|
-
"OutputKafkaSaslExtensionTypedDict",
|
|
5636
5573
|
"OutputKafkaTLSSettingsClientSide",
|
|
5637
5574
|
"OutputKafkaTLSSettingsClientSideTypedDict",
|
|
5638
5575
|
"OutputKafkaType",
|
|
@@ -6307,7 +6244,6 @@ __all__ = [
|
|
|
6307
6244
|
"TimeRange",
|
|
6308
6245
|
"TimestampFormat",
|
|
6309
6246
|
"TimestampPrecision",
|
|
6310
|
-
"UDMType",
|
|
6311
6247
|
"UpdateConfigGroupByProductAndIDRequest",
|
|
6312
6248
|
"UpdateConfigGroupByProductAndIDRequestTypedDict",
|
|
6313
6249
|
"UpdateConfigGroupByProductAndIDResponse",
|
|
@@ -6729,7 +6665,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6729
6665
|
"InputConfluentCloudAuth": ".inputconfluentcloud",
|
|
6730
6666
|
"InputConfluentCloudAuthTypedDict": ".inputconfluentcloud",
|
|
6731
6667
|
"InputConfluentCloudAuthentication": ".inputconfluentcloud",
|
|
6732
|
-
"InputConfluentCloudAuthenticationMethod": ".inputconfluentcloud",
|
|
6733
6668
|
"InputConfluentCloudAuthenticationTypedDict": ".inputconfluentcloud",
|
|
6734
6669
|
"InputConfluentCloudCompression": ".inputconfluentcloud",
|
|
6735
6670
|
"InputConfluentCloudConnection": ".inputconfluentcloud",
|
|
@@ -6745,15 +6680,11 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6745
6680
|
"InputConfluentCloudMetadatumTypedDict": ".inputconfluentcloud",
|
|
6746
6681
|
"InputConfluentCloudMinimumTLSVersion": ".inputconfluentcloud",
|
|
6747
6682
|
"InputConfluentCloudMode": ".inputconfluentcloud",
|
|
6748
|
-
"InputConfluentCloudOauthParam": ".inputconfluentcloud",
|
|
6749
|
-
"InputConfluentCloudOauthParamTypedDict": ".inputconfluentcloud",
|
|
6750
6683
|
"InputConfluentCloudPq": ".inputconfluentcloud",
|
|
6751
6684
|
"InputConfluentCloudPqControls": ".inputconfluentcloud",
|
|
6752
6685
|
"InputConfluentCloudPqControlsTypedDict": ".inputconfluentcloud",
|
|
6753
6686
|
"InputConfluentCloudPqTypedDict": ".inputconfluentcloud",
|
|
6754
6687
|
"InputConfluentCloudSASLMechanism": ".inputconfluentcloud",
|
|
6755
|
-
"InputConfluentCloudSaslExtension": ".inputconfluentcloud",
|
|
6756
|
-
"InputConfluentCloudSaslExtensionTypedDict": ".inputconfluentcloud",
|
|
6757
6688
|
"InputConfluentCloudTLSSettingsClientSide": ".inputconfluentcloud",
|
|
6758
6689
|
"InputConfluentCloudTLSSettingsClientSideTypedDict": ".inputconfluentcloud",
|
|
6759
6690
|
"InputConfluentCloudType": ".inputconfluentcloud",
|
|
@@ -6951,16 +6882,13 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6951
6882
|
"InputElasticType": ".inputelastic",
|
|
6952
6883
|
"InputElasticTypedDict": ".inputelastic",
|
|
6953
6884
|
"InputEventhub": ".inputeventhub",
|
|
6954
|
-
"InputEventhubAuthTypeAuthenticationMethod": ".inputeventhub",
|
|
6955
6885
|
"InputEventhubAuthentication": ".inputeventhub",
|
|
6956
6886
|
"InputEventhubAuthenticationTypedDict": ".inputeventhub",
|
|
6957
|
-
"InputEventhubClientSecretAuthTypeAuthenticationMethod": ".inputeventhub",
|
|
6958
6887
|
"InputEventhubCompression": ".inputeventhub",
|
|
6959
6888
|
"InputEventhubConnection": ".inputeventhub",
|
|
6960
6889
|
"InputEventhubConnectionTypedDict": ".inputeventhub",
|
|
6961
6890
|
"InputEventhubMetadatum": ".inputeventhub",
|
|
6962
6891
|
"InputEventhubMetadatumTypedDict": ".inputeventhub",
|
|
6963
|
-
"InputEventhubMicrosoftEntraIDAuthenticationEndpoint": ".inputeventhub",
|
|
6964
6892
|
"InputEventhubMode": ".inputeventhub",
|
|
6965
6893
|
"InputEventhubPq": ".inputeventhub",
|
|
6966
6894
|
"InputEventhubPqControls": ".inputeventhub",
|
|
@@ -7155,7 +7083,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7155
7083
|
"InputKafkaAuth": ".inputkafka",
|
|
7156
7084
|
"InputKafkaAuthTypedDict": ".inputkafka",
|
|
7157
7085
|
"InputKafkaAuthentication": ".inputkafka",
|
|
7158
|
-
"InputKafkaAuthenticationMethod": ".inputkafka",
|
|
7159
7086
|
"InputKafkaAuthenticationTypedDict": ".inputkafka",
|
|
7160
7087
|
"InputKafkaCompression": ".inputkafka",
|
|
7161
7088
|
"InputKafkaConnection": ".inputkafka",
|
|
@@ -7171,15 +7098,11 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7171
7098
|
"InputKafkaMetadatumTypedDict": ".inputkafka",
|
|
7172
7099
|
"InputKafkaMinimumTLSVersion": ".inputkafka",
|
|
7173
7100
|
"InputKafkaMode": ".inputkafka",
|
|
7174
|
-
"InputKafkaOauthParam": ".inputkafka",
|
|
7175
|
-
"InputKafkaOauthParamTypedDict": ".inputkafka",
|
|
7176
7101
|
"InputKafkaPq": ".inputkafka",
|
|
7177
7102
|
"InputKafkaPqControls": ".inputkafka",
|
|
7178
7103
|
"InputKafkaPqControlsTypedDict": ".inputkafka",
|
|
7179
7104
|
"InputKafkaPqTypedDict": ".inputkafka",
|
|
7180
7105
|
"InputKafkaSASLMechanism": ".inputkafka",
|
|
7181
|
-
"InputKafkaSaslExtension": ".inputkafka",
|
|
7182
|
-
"InputKafkaSaslExtensionTypedDict": ".inputkafka",
|
|
7183
7106
|
"InputKafkaTLSSettingsClientSide": ".inputkafka",
|
|
7184
7107
|
"InputKafkaTLSSettingsClientSideTypedDict": ".inputkafka",
|
|
7185
7108
|
"InputKafkaType": ".inputkafka",
|
|
@@ -8041,21 +7964,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8041
7964
|
"IngestIfNotExist": ".outputazuredataexplorer",
|
|
8042
7965
|
"IngestIfNotExistTypedDict": ".outputazuredataexplorer",
|
|
8043
7966
|
"IngestionMode": ".outputazuredataexplorer",
|
|
7967
|
+
"MicrosoftEntraIDAuthenticationEndpoint": ".outputazuredataexplorer",
|
|
8044
7968
|
"OutputAzureDataExplorer": ".outputazuredataexplorer",
|
|
8045
7969
|
"OutputAzureDataExplorerAuthenticationMethod": ".outputazuredataexplorer",
|
|
8046
7970
|
"OutputAzureDataExplorerBackpressureBehavior": ".outputazuredataexplorer",
|
|
8047
7971
|
"OutputAzureDataExplorerCertificate": ".outputazuredataexplorer",
|
|
8048
7972
|
"OutputAzureDataExplorerCertificateTypedDict": ".outputazuredataexplorer",
|
|
8049
7973
|
"OutputAzureDataExplorerCompressCompression": ".outputazuredataexplorer",
|
|
8050
|
-
"OutputAzureDataExplorerCompressionLevel": ".outputazuredataexplorer",
|
|
8051
7974
|
"OutputAzureDataExplorerDataFormat": ".outputazuredataexplorer",
|
|
8052
|
-
"OutputAzureDataExplorerDataPageVersion": ".outputazuredataexplorer",
|
|
8053
7975
|
"OutputAzureDataExplorerDiskSpaceProtection": ".outputazuredataexplorer",
|
|
8054
|
-
"OutputAzureDataExplorerKeyValueMetadatum": ".outputazuredataexplorer",
|
|
8055
|
-
"OutputAzureDataExplorerKeyValueMetadatumTypedDict": ".outputazuredataexplorer",
|
|
8056
|
-
"OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint": ".outputazuredataexplorer",
|
|
8057
7976
|
"OutputAzureDataExplorerMode": ".outputazuredataexplorer",
|
|
8058
|
-
"OutputAzureDataExplorerParquetVersion": ".outputazuredataexplorer",
|
|
8059
7977
|
"OutputAzureDataExplorerPqCompressCompression": ".outputazuredataexplorer",
|
|
8060
7978
|
"OutputAzureDataExplorerPqControls": ".outputazuredataexplorer",
|
|
8061
7979
|
"OutputAzureDataExplorerPqControlsTypedDict": ".outputazuredataexplorer",
|
|
@@ -8071,13 +7989,10 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8071
7989
|
"ReportMethod": ".outputazuredataexplorer",
|
|
8072
7990
|
"OutputAzureEventhub": ".outputazureeventhub",
|
|
8073
7991
|
"OutputAzureEventhubAcknowledgments": ".outputazureeventhub",
|
|
8074
|
-
"OutputAzureEventhubAuthTypeAuthenticationMethod": ".outputazureeventhub",
|
|
8075
7992
|
"OutputAzureEventhubAuthentication": ".outputazureeventhub",
|
|
8076
7993
|
"OutputAzureEventhubAuthenticationTypedDict": ".outputazureeventhub",
|
|
8077
7994
|
"OutputAzureEventhubBackpressureBehavior": ".outputazureeventhub",
|
|
8078
|
-
"OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod": ".outputazureeventhub",
|
|
8079
7995
|
"OutputAzureEventhubCompression": ".outputazureeventhub",
|
|
8080
|
-
"OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint": ".outputazureeventhub",
|
|
8081
7996
|
"OutputAzureEventhubMode": ".outputazureeventhub",
|
|
8082
7997
|
"OutputAzureEventhubPqControls": ".outputazureeventhub",
|
|
8083
7998
|
"OutputAzureEventhubPqControlsTypedDict": ".outputazureeventhub",
|
|
@@ -8168,7 +8083,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8168
8083
|
"OutputConfluentCloudAuth": ".outputconfluentcloud",
|
|
8169
8084
|
"OutputConfluentCloudAuthTypedDict": ".outputconfluentcloud",
|
|
8170
8085
|
"OutputConfluentCloudAuthentication": ".outputconfluentcloud",
|
|
8171
|
-
"OutputConfluentCloudAuthenticationMethod": ".outputconfluentcloud",
|
|
8172
8086
|
"OutputConfluentCloudAuthenticationTypedDict": ".outputconfluentcloud",
|
|
8173
8087
|
"OutputConfluentCloudBackpressureBehavior": ".outputconfluentcloud",
|
|
8174
8088
|
"OutputConfluentCloudCompression": ".outputconfluentcloud",
|
|
@@ -8181,16 +8095,12 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8181
8095
|
"OutputConfluentCloudMaximumTLSVersion": ".outputconfluentcloud",
|
|
8182
8096
|
"OutputConfluentCloudMinimumTLSVersion": ".outputconfluentcloud",
|
|
8183
8097
|
"OutputConfluentCloudMode": ".outputconfluentcloud",
|
|
8184
|
-
"OutputConfluentCloudOauthParam": ".outputconfluentcloud",
|
|
8185
|
-
"OutputConfluentCloudOauthParamTypedDict": ".outputconfluentcloud",
|
|
8186
8098
|
"OutputConfluentCloudPqCompressCompression": ".outputconfluentcloud",
|
|
8187
8099
|
"OutputConfluentCloudPqControls": ".outputconfluentcloud",
|
|
8188
8100
|
"OutputConfluentCloudPqControlsTypedDict": ".outputconfluentcloud",
|
|
8189
8101
|
"OutputConfluentCloudQueueFullBehavior": ".outputconfluentcloud",
|
|
8190
8102
|
"OutputConfluentCloudRecordDataFormat": ".outputconfluentcloud",
|
|
8191
8103
|
"OutputConfluentCloudSASLMechanism": ".outputconfluentcloud",
|
|
8192
|
-
"OutputConfluentCloudSaslExtension": ".outputconfluentcloud",
|
|
8193
|
-
"OutputConfluentCloudSaslExtensionTypedDict": ".outputconfluentcloud",
|
|
8194
8104
|
"OutputConfluentCloudTLSSettingsClientSide": ".outputconfluentcloud",
|
|
8195
8105
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict": ".outputconfluentcloud",
|
|
8196
8106
|
"OutputConfluentCloudType": ".outputconfluentcloud",
|
|
@@ -8475,7 +8385,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8475
8385
|
"OutputGoogleChronicleType": ".outputgooglechronicle",
|
|
8476
8386
|
"OutputGoogleChronicleTypedDict": ".outputgooglechronicle",
|
|
8477
8387
|
"SendEventsAs": ".outputgooglechronicle",
|
|
8478
|
-
"UDMType": ".outputgooglechronicle",
|
|
8479
8388
|
"LogLabel": ".outputgooglecloudlogging",
|
|
8480
8389
|
"LogLabelTypedDict": ".outputgooglecloudlogging",
|
|
8481
8390
|
"LogLocationType": ".outputgooglecloudlogging",
|
|
@@ -8642,7 +8551,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8642
8551
|
"OutputKafkaAuth": ".outputkafka",
|
|
8643
8552
|
"OutputKafkaAuthTypedDict": ".outputkafka",
|
|
8644
8553
|
"OutputKafkaAuthentication": ".outputkafka",
|
|
8645
|
-
"OutputKafkaAuthenticationMethod": ".outputkafka",
|
|
8646
8554
|
"OutputKafkaAuthenticationTypedDict": ".outputkafka",
|
|
8647
8555
|
"OutputKafkaBackpressureBehavior": ".outputkafka",
|
|
8648
8556
|
"OutputKafkaCompression": ".outputkafka",
|
|
@@ -8655,16 +8563,12 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8655
8563
|
"OutputKafkaMaximumTLSVersion": ".outputkafka",
|
|
8656
8564
|
"OutputKafkaMinimumTLSVersion": ".outputkafka",
|
|
8657
8565
|
"OutputKafkaMode": ".outputkafka",
|
|
8658
|
-
"OutputKafkaOauthParam": ".outputkafka",
|
|
8659
|
-
"OutputKafkaOauthParamTypedDict": ".outputkafka",
|
|
8660
8566
|
"OutputKafkaPqCompressCompression": ".outputkafka",
|
|
8661
8567
|
"OutputKafkaPqControls": ".outputkafka",
|
|
8662
8568
|
"OutputKafkaPqControlsTypedDict": ".outputkafka",
|
|
8663
8569
|
"OutputKafkaQueueFullBehavior": ".outputkafka",
|
|
8664
8570
|
"OutputKafkaRecordDataFormat": ".outputkafka",
|
|
8665
8571
|
"OutputKafkaSASLMechanism": ".outputkafka",
|
|
8666
|
-
"OutputKafkaSaslExtension": ".outputkafka",
|
|
8667
|
-
"OutputKafkaSaslExtensionTypedDict": ".outputkafka",
|
|
8668
8572
|
"OutputKafkaTLSSettingsClientSide": ".outputkafka",
|
|
8669
8573
|
"OutputKafkaTLSSettingsClientSideTypedDict": ".outputkafka",
|
|
8670
8574
|
"OutputKafkaType": ".outputkafka",
|
|
@@ -18,7 +18,7 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
18
18
|
|
|
19
19
|
class CreateConfigGroupByProductRequestTypedDict(TypedDict):
|
|
20
20
|
product: ProductsCore
|
|
21
|
-
r"""Name of the Cribl product to add the Worker Group or Edge Fleet to."""
|
|
21
|
+
r"""required Name of the Cribl product to add the Worker Group or Edge Fleet to."""
|
|
22
22
|
group_create_request: GroupCreateRequestTypedDict
|
|
23
23
|
r"""GroupCreateRequest object"""
|
|
24
24
|
|
|
@@ -28,7 +28,7 @@ class CreateConfigGroupByProductRequest(BaseModel):
|
|
|
28
28
|
Annotated[ProductsCore, PlainValidator(validate_open_enum(False))],
|
|
29
29
|
FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
|
|
30
30
|
]
|
|
31
|
-
r"""Name of the Cribl product to add the Worker Group or Edge Fleet to."""
|
|
31
|
+
r"""required Name of the Cribl product to add the Worker Group or Edge Fleet to."""
|
|
32
32
|
|
|
33
33
|
group_create_request: Annotated[
|
|
34
34
|
GroupCreateRequest,
|
|
@@ -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 List, Optional
|
|
10
|
+
from typing import Any, List, Optional
|
|
11
11
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
12
12
|
|
|
13
13
|
|
|
@@ -221,12 +221,6 @@ 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"""
|
|
230
224
|
certificate_name: NotRequired[str]
|
|
231
225
|
r"""The name of the predefined certificate"""
|
|
232
226
|
priv_key_path: NotRequired[str]
|
|
@@ -237,6 +231,10 @@ class InputAppscopeTLSSettingsServerSideTypedDict(TypedDict):
|
|
|
237
231
|
r"""Path on server containing certificates to use. PEM format. Can reference $ENV_VARS."""
|
|
238
232
|
ca_path: NotRequired[str]
|
|
239
233
|
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]
|
|
240
238
|
min_version: NotRequired[InputAppscopeMinimumTLSVersion]
|
|
241
239
|
max_version: NotRequired[InputAppscopeMaximumTLSVersion]
|
|
242
240
|
|
|
@@ -244,19 +242,6 @@ class InputAppscopeTLSSettingsServerSideTypedDict(TypedDict):
|
|
|
244
242
|
class InputAppscopeTLSSettingsServerSide(BaseModel):
|
|
245
243
|
disabled: Optional[bool] = True
|
|
246
244
|
|
|
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
|
-
|
|
260
245
|
certificate_name: Annotated[
|
|
261
246
|
Optional[str], pydantic.Field(alias="certificateName")
|
|
262
247
|
] = None
|
|
@@ -274,6 +259,17 @@ class InputAppscopeTLSSettingsServerSide(BaseModel):
|
|
|
274
259
|
ca_path: Annotated[Optional[str], pydantic.Field(alias="caPath")] = None
|
|
275
260
|
r"""Path on server containing CA certificates to use. PEM format. Can reference $ENV_VARS."""
|
|
276
261
|
|
|
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
|
+
|
|
277
273
|
min_version: Annotated[
|
|
278
274
|
Annotated[
|
|
279
275
|
Optional[InputAppscopeMinimumTLSVersion],
|