You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/.raw/v2.json
+7-11Lines changed: 7 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -48214,19 +48214,15 @@
48214
48214
"description": "User credentials required to connect to a Kafka Cluster. Includes the authentication type, as well as the parameters for that authentication mode.",
48215
48215
"properties": {
48216
48216
"clientId": {
48217
-
"description": "OIDC client identifier for authentication to the Kafka cluster.",
48217
+
"description": "OIDC client identifier for authentication to the Kafka cluster. This field is not supported yet.",
48218
48218
"type": "string"
48219
48219
},
48220
48220
"clientSecret": {
48221
-
"description": "OIDC client secret for authentication to the Kafka cluster.",
48221
+
"description": "OIDC client secret for authentication to the Kafka cluster. This field is not supported yet.",
48222
48222
"format": "password",
48223
48223
"type": "string",
48224
48224
"writeOnly": true
48225
48225
},
48226
-
"httpsCaPem": {
48227
-
"description": "HTTPS CA certificate in PEM format for SSL/TLS verification.",
48228
-
"type": "string"
48229
-
},
48230
48226
"links": {
48231
48227
"description": "List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.",
48232
48228
"externalDocs": {
@@ -48244,7 +48240,7 @@
48244
48240
"type": "string"
48245
48241
},
48246
48242
"method": {
48247
-
"description": "SASL OAUTHBEARER authentication method. Can only be OIDC currently.",
48243
+
"description": "SASL OAUTHBEARER authentication method. Can only be OIDC currently. This field is not supported yet.",
48248
48244
"type": "string"
48249
48245
},
48250
48246
"password": {
@@ -48254,11 +48250,11 @@
48254
48250
"writeOnly": true
48255
48251
},
48256
48252
"saslOauthbearerExtensions": {
48257
-
"description": "SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration.",
48253
+
"description": "SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration. This field is not supported yet.",
48258
48254
"type": "string"
48259
48255
},
48260
48256
"scope": {
48261
-
"description": "OIDC scope parameter defining the access permissions requested.",
48257
+
"description": "OIDC scope parameter defining the access permissions requested. This field is not supported yet.",
48262
48258
"type": "string"
48263
48259
},
48264
48260
"sslCertificate": {
@@ -48276,7 +48272,7 @@
48276
48272
"writeOnly": true
48277
48273
},
48278
48274
"tokenEndpointUrl": {
48279
-
"description": "OIDC token endpoint URL for obtaining access tokens.",
48275
+
"description": "OIDC token endpoint URL for obtaining access tokens. This field is not supported yet.",
Copy file name to clipboardExpand all lines: openapi/.raw/v2.yaml
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -37894,16 +37894,13 @@ components:
37894
37894
description: User credentials required to connect to a Kafka Cluster. Includes the authentication type, as well as the parameters for that authentication mode.
37895
37895
properties:
37896
37896
clientId:
37897
-
description: OIDC client identifier for authentication to the Kafka cluster.
37897
+
description: OIDC client identifier for authentication to the Kafka cluster. This field is not supported yet.
37898
37898
type: string
37899
37899
clientSecret:
37900
-
description: OIDC client secret for authentication to the Kafka cluster.
37900
+
description: OIDC client secret for authentication to the Kafka cluster. This field is not supported yet.
37901
37901
format: password
37902
37902
type: string
37903
37903
writeOnly: true
37904
-
httpsCaPem:
37905
-
description: HTTPS CA certificate in PEM format for SSL/TLS verification.
37906
-
type: string
37907
37904
links:
37908
37905
description: List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.
37909
37906
externalDocs:
@@ -37917,18 +37914,18 @@ components:
37917
37914
description: Style of authentication. Can be one of PLAIN, SCRAM-256, SCRAM-512, or OAUTHBEARER.
37918
37915
type: string
37919
37916
method:
37920
-
description: SASL OAUTHBEARER authentication method. Can only be OIDC currently.
37917
+
description: SASL OAUTHBEARER authentication method. Can only be OIDC currently. This field is not supported yet.
37921
37918
type: string
37922
37919
password:
37923
37920
description: Password of the account to connect to the Kafka cluster.
37924
37921
format: password
37925
37922
type: string
37926
37923
writeOnly: true
37927
37924
saslOauthbearerExtensions:
37928
-
description: SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration.
37925
+
description: SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration. This field is not supported yet.
37929
37926
type: string
37930
37927
scope:
37931
-
description: OIDC scope parameter defining the access permissions requested.
37928
+
description: OIDC scope parameter defining the access permissions requested. This field is not supported yet.
37932
37929
type: string
37933
37930
sslCertificate:
37934
37931
description: SSL certificate for client authentication to Kafka.
@@ -37942,7 +37939,7 @@ components:
37942
37939
type: string
37943
37940
writeOnly: true
37944
37941
tokenEndpointUrl:
37945
-
description: OIDC token endpoint URL for obtaining access tokens.
37942
+
description: OIDC token endpoint URL for obtaining access tokens. This field is not supported yet.
37946
37943
type: string
37947
37944
username:
37948
37945
description: Username of the account to connect to the Kafka cluster.
Copy file name to clipboardExpand all lines: openapi/v2.json
+7-11Lines changed: 7 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -45825,19 +45825,15 @@
45825
45825
"description": "User credentials required to connect to a Kafka Cluster. Includes the authentication type, as well as the parameters for that authentication mode.",
45826
45826
"properties": {
45827
45827
"clientId": {
45828
-
"description": "OIDC client identifier for authentication to the Kafka cluster.",
45828
+
"description": "OIDC client identifier for authentication to the Kafka cluster. This field is not supported yet.",
45829
45829
"type": "string"
45830
45830
},
45831
45831
"clientSecret": {
45832
-
"description": "OIDC client secret for authentication to the Kafka cluster.",
45832
+
"description": "OIDC client secret for authentication to the Kafka cluster. This field is not supported yet.",
45833
45833
"format": "password",
45834
45834
"type": "string",
45835
45835
"writeOnly": true
45836
45836
},
45837
-
"httpsCaPem": {
45838
-
"description": "HTTPS CA certificate in PEM format for SSL/TLS verification.",
45839
-
"type": "string"
45840
-
},
45841
45837
"links": {
45842
45838
"description": "List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.",
45843
45839
"externalDocs": {
@@ -45855,7 +45851,7 @@
45855
45851
"type": "string"
45856
45852
},
45857
45853
"method": {
45858
-
"description": "SASL OAUTHBEARER authentication method. Can only be OIDC currently.",
45854
+
"description": "SASL OAUTHBEARER authentication method. Can only be OIDC currently. This field is not supported yet.",
45859
45855
"type": "string"
45860
45856
},
45861
45857
"password": {
@@ -45865,11 +45861,11 @@
45865
45861
"writeOnly": true
45866
45862
},
45867
45863
"saslOauthbearerExtensions": {
45868
-
"description": "SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration.",
45864
+
"description": "SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration. This field is not supported yet.",
45869
45865
"type": "string"
45870
45866
},
45871
45867
"scope": {
45872
-
"description": "OIDC scope parameter defining the access permissions requested.",
45868
+
"description": "OIDC scope parameter defining the access permissions requested. This field is not supported yet.",
45873
45869
"type": "string"
45874
45870
},
45875
45871
"sslCertificate": {
@@ -45887,7 +45883,7 @@
45887
45883
"writeOnly": true
45888
45884
},
45889
45885
"tokenEndpointUrl": {
45890
-
"description": "OIDC token endpoint URL for obtaining access tokens.",
45886
+
"description": "OIDC token endpoint URL for obtaining access tokens. This field is not supported yet.",
Copy file name to clipboardExpand all lines: openapi/v2.yaml
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -36244,16 +36244,13 @@ components:
36244
36244
description: User credentials required to connect to a Kafka Cluster. Includes the authentication type, as well as the parameters for that authentication mode.
36245
36245
properties:
36246
36246
clientId:
36247
-
description: OIDC client identifier for authentication to the Kafka cluster.
36247
+
description: OIDC client identifier for authentication to the Kafka cluster. This field is not supported yet.
36248
36248
type: string
36249
36249
clientSecret:
36250
-
description: OIDC client secret for authentication to the Kafka cluster.
36250
+
description: OIDC client secret for authentication to the Kafka cluster. This field is not supported yet.
36251
36251
format: password
36252
36252
type: string
36253
36253
writeOnly: true
36254
-
httpsCaPem:
36255
-
description: HTTPS CA certificate in PEM format for SSL/TLS verification.
36256
-
type: string
36257
36254
links:
36258
36255
description: List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.
36259
36256
externalDocs:
@@ -36267,18 +36264,18 @@ components:
36267
36264
description: Style of authentication. Can be one of PLAIN, SCRAM-256, SCRAM-512, or OAUTHBEARER.
36268
36265
type: string
36269
36266
method:
36270
-
description: SASL OAUTHBEARER authentication method. Can only be OIDC currently.
36267
+
description: SASL OAUTHBEARER authentication method. Can only be OIDC currently. This field is not supported yet.
36271
36268
type: string
36272
36269
password:
36273
36270
description: Password of the account to connect to the Kafka cluster.
36274
36271
format: password
36275
36272
type: string
36276
36273
writeOnly: true
36277
36274
saslOauthbearerExtensions:
36278
-
description: SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration.
36275
+
description: SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration. This field is not supported yet.
36279
36276
type: string
36280
36277
scope:
36281
-
description: OIDC scope parameter defining the access permissions requested.
36278
+
description: OIDC scope parameter defining the access permissions requested. This field is not supported yet.
36282
36279
type: string
36283
36280
sslCertificate:
36284
36281
description: SSL certificate for client authentication to Kafka.
@@ -36292,7 +36289,7 @@ components:
36292
36289
type: string
36293
36290
writeOnly: true
36294
36291
tokenEndpointUrl:
36295
-
description: OIDC token endpoint URL for obtaining access tokens.
36292
+
description: OIDC token endpoint URL for obtaining access tokens. This field is not supported yet.
36296
36293
type: string
36297
36294
username:
36298
36295
description: Username of the account to connect to the Kafka cluster.
Copy file name to clipboardExpand all lines: openapi/v2/openapi-2023-01-01.json
+7-11Lines changed: 7 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -41049,19 +41049,15 @@
41049
41049
"description": "User credentials required to connect to a Kafka Cluster. Includes the authentication type, as well as the parameters for that authentication mode.",
41050
41050
"properties": {
41051
41051
"clientId": {
41052
-
"description": "OIDC client identifier for authentication to the Kafka cluster.",
41052
+
"description": "OIDC client identifier for authentication to the Kafka cluster. This field is not supported yet.",
41053
41053
"type": "string"
41054
41054
},
41055
41055
"clientSecret": {
41056
-
"description": "OIDC client secret for authentication to the Kafka cluster.",
41056
+
"description": "OIDC client secret for authentication to the Kafka cluster. This field is not supported yet.",
41057
41057
"format": "password",
41058
41058
"type": "string",
41059
41059
"writeOnly": true
41060
41060
},
41061
-
"httpsCaPem": {
41062
-
"description": "HTTPS CA certificate in PEM format for SSL/TLS verification.",
41063
-
"type": "string"
41064
-
},
41065
41061
"links": {
41066
41062
"description": "List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.",
41067
41063
"externalDocs": {
@@ -41079,7 +41075,7 @@
41079
41075
"type": "string"
41080
41076
},
41081
41077
"method": {
41082
-
"description": "SASL OAUTHBEARER authentication method. Can only be OIDC currently.",
41078
+
"description": "SASL OAUTHBEARER authentication method. Can only be OIDC currently. This field is not supported yet.",
41083
41079
"type": "string"
41084
41080
},
41085
41081
"password": {
@@ -41089,11 +41085,11 @@
41089
41085
"writeOnly": true
41090
41086
},
41091
41087
"saslOauthbearerExtensions": {
41092
-
"description": "SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration.",
41088
+
"description": "SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration. This field is not supported yet.",
41093
41089
"type": "string"
41094
41090
},
41095
41091
"scope": {
41096
-
"description": "OIDC scope parameter defining the access permissions requested.",
41092
+
"description": "OIDC scope parameter defining the access permissions requested. This field is not supported yet.",
41097
41093
"type": "string"
41098
41094
},
41099
41095
"sslCertificate": {
@@ -41111,7 +41107,7 @@
41111
41107
"writeOnly": true
41112
41108
},
41113
41109
"tokenEndpointUrl": {
41114
-
"description": "OIDC token endpoint URL for obtaining access tokens.",
41110
+
"description": "OIDC token endpoint URL for obtaining access tokens. This field is not supported yet.",
Copy file name to clipboardExpand all lines: openapi/v2/openapi-2023-01-01.yaml
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -32432,16 +32432,13 @@ components:
32432
32432
description: User credentials required to connect to a Kafka Cluster. Includes the authentication type, as well as the parameters for that authentication mode.
32433
32433
properties:
32434
32434
clientId:
32435
-
description: OIDC client identifier for authentication to the Kafka cluster.
32435
+
description: OIDC client identifier for authentication to the Kafka cluster. This field is not supported yet.
32436
32436
type: string
32437
32437
clientSecret:
32438
-
description: OIDC client secret for authentication to the Kafka cluster.
32438
+
description: OIDC client secret for authentication to the Kafka cluster. This field is not supported yet.
32439
32439
format: password
32440
32440
type: string
32441
32441
writeOnly: true
32442
-
httpsCaPem:
32443
-
description: HTTPS CA certificate in PEM format for SSL/TLS verification.
32444
-
type: string
32445
32442
links:
32446
32443
description: List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.
32447
32444
externalDocs:
@@ -32455,18 +32452,18 @@ components:
32455
32452
description: Style of authentication. Can be one of PLAIN, SCRAM-256, SCRAM-512, or OAUTHBEARER.
32456
32453
type: string
32457
32454
method:
32458
-
description: SASL OAUTHBEARER authentication method. Can only be OIDC currently.
32455
+
description: SASL OAUTHBEARER authentication method. Can only be OIDC currently. This field is not supported yet.
32459
32456
type: string
32460
32457
password:
32461
32458
description: Password of the account to connect to the Kafka cluster.
32462
32459
format: password
32463
32460
type: string
32464
32461
writeOnly: true
32465
32462
saslOauthbearerExtensions:
32466
-
description: SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration.
32463
+
description: SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration. This field is not supported yet.
32467
32464
type: string
32468
32465
scope:
32469
-
description: OIDC scope parameter defining the access permissions requested.
32466
+
description: OIDC scope parameter defining the access permissions requested. This field is not supported yet.
32470
32467
type: string
32471
32468
sslCertificate:
32472
32469
description: SSL certificate for client authentication to Kafka.
@@ -32480,7 +32477,7 @@ components:
32480
32477
type: string
32481
32478
writeOnly: true
32482
32479
tokenEndpointUrl:
32483
-
description: OIDC token endpoint URL for obtaining access tokens.
32480
+
description: OIDC token endpoint URL for obtaining access tokens. This field is not supported yet.
32484
32481
type: string
32485
32482
username:
32486
32483
description: Username of the account to connect to the Kafka cluster.
0 commit comments