File: integrations_v1.projects.locations.connections.html

package info (click to toggle)
python-googleapi 2.180.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 527,124 kB
  • sloc: python: 11,076; javascript: 249; sh: 114; makefile: 59
file content (730 lines) | stat: -rw-r--r-- 61,884 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
<html><body>
<style>

body, h1, h2, h3, div, span, p, pre, a {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  font-size: 13px;
  padding: 1em;
}

h1 {
  font-size: 26px;
  margin-bottom: 1em;
}

h2 {
  font-size: 24px;
  margin-bottom: 1em;
}

h3 {
  font-size: 20px;
  margin-bottom: 1em;
  margin-top: 1em;
}

pre, code {
  line-height: 1.5;
  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}

pre {
  margin-top: 0.5em;
}

h1, h2, h3, p {
  font-family: Arial, sans serif;
}

h1, h2, h3 {
  border-bottom: solid #CCC 1px;
}

.toc_element {
  margin-top: 0.5em;
}

.firstline {
  margin-left: 2 em;
}

.method  {
  margin-top: 1em;
  border: solid 1px #CCC;
  padding: 1em;
  background: #EEE;
}

.details {
  font-weight: bold;
  font-size: 14px;
}

</style>

<h1><a href="integrations_v1.html">Application Integration API</a> . <a href="integrations_v1.projects.html">projects</a> . <a href="integrations_v1.projects.locations.html">locations</a> . <a href="integrations_v1.projects.locations.connections.html">connections</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
  <code><a href="integrations_v1.projects.locations.connections.runtimeActionSchemas.html">runtimeActionSchemas()</a></code>
</p>
<p class="firstline">Returns the runtimeActionSchemas Resource.</p>

<p class="toc_element">
  <code><a href="integrations_v1.projects.locations.connections.runtimeEntitySchemas.html">runtimeEntitySchemas()</a></code>
</p>
<p class="firstline">Returns the runtimeEntitySchemas Resource.</p>

<p class="toc_element">
  <code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
  <code><a href="#getConnectionSchemaMetadata">getConnectionSchemaMetadata(name, x__xgafv=None)</a></code></p>
<p class="firstline">Lists the available entities and actions associated with a Connection.</p>
<p class="toc_element">
  <code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists Connections in a given project and location.</p>
<p class="toc_element">
  <code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
    <code class="details" id="close">close()</code>
  <pre>Close httplib2 connections.</pre>
</div>

<div class="method">
    <code class="details" id="getConnectionSchemaMetadata">getConnectionSchemaMetadata(name, x__xgafv=None)</code>
  <pre>Lists the available entities and actions associated with a Connection.

Args:
  name: string, Required. ConnectionSchemaMetadata name. Format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Metadata of runtime connection schema.
  &quot;actions&quot;: [ # List of actions.
    &quot;A String&quot;,
  ],
  &quot;entities&quot;: [ # List of entity names.
    &quot;A String&quot;,
  ],
}</pre>
</div>

<div class="method">
    <code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
  <pre>Lists Connections in a given project and location.

Args:
  parent: string, Required. Parent resource of the Connection, of the form: `projects/*/locations/*` (required)
  filter: string, Filter.
  orderBy: string, Order by parameters.
  pageSize: integer, Page size.
  pageToken: string, Page token.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Response containing Connections listed by region.
  &quot;connections&quot;: [ # Connections.
    { # Connection represents an instance of connector.
      &quot;asyncOperationsEnabled&quot;: True or False, # Optional. Async operations enabled for the connection. If Async Operations is enabled, Connection allows the customers to initiate async long running operations using the actions API.
      &quot;authConfig&quot;: { # AuthConfig defines details of a authentication type. # Optional. Configuration for establishing the connection&#x27;s authentication with an external system.
        &quot;additionalVariables&quot;: [ # Optional. List containing additional auth configs.
          { # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
            &quot;boolValue&quot;: True or False, # Value is a bool.
            &quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
              &quot;kmsKeyName&quot;: &quot;A String&quot;, # Optional. The [KMS key name] with which the content of the Operation is encrypted. The expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`. Will be empty string if google managed.
              &quot;type&quot;: &quot;A String&quot;, # Type.
            },
            &quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
            &quot;key&quot;: &quot;A String&quot;, # Optional. Key of the config variable.
            &quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
              &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
            },
            &quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
          },
        ],
        &quot;authKey&quot;: &quot;A String&quot;, # Optional. Identifier key for auth config
        &quot;authType&quot;: &quot;A String&quot;, # Optional. The type of authentication configured.
        &quot;oauth2AuthCodeFlow&quot;: { # Parameters to support Oauth 2.0 Auth Code Grant Authentication. See https://www.rfc-editor.org/rfc/rfc6749#section-1.3.1 for more details. # Oauth2AuthCodeFlow.
          &quot;authCode&quot;: &quot;A String&quot;, # Optional. Authorization code to be exchanged for access and refresh tokens.
          &quot;authUri&quot;: &quot;A String&quot;, # Optional. Auth URL for Authorization Code Flow
          &quot;clientId&quot;: &quot;A String&quot;, # Optional. Client ID for user-provided OAuth app.
          &quot;clientSecret&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Client secret for user-provided OAuth app.
            &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
          },
          &quot;enablePkce&quot;: True or False, # Optional. Whether to enable PKCE when the user performs the auth code flow.
          &quot;pkceVerifier&quot;: &quot;A String&quot;, # Optional. PKCE verifier to be used during the auth code exchange.
          &quot;redirectUri&quot;: &quot;A String&quot;, # Optional. Redirect URI to be provided during the auth code exchange.
          &quot;scopes&quot;: [ # Optional. Scopes the connection will request when the user performs the auth code flow.
            &quot;A String&quot;,
          ],
        },
        &quot;oauth2AuthCodeFlowGoogleManaged&quot;: { # Parameters to support Oauth 2.0 Auth Code Grant Authentication using Google Provided OAuth Client. See https://tools.ietf.org/html/rfc6749#section-1.3.1 for more details. # Oauth2AuthCodeFlowGoogleManaged.
          &quot;authCode&quot;: &quot;A String&quot;, # Optional. Authorization code to be exchanged for access and refresh tokens.
          &quot;redirectUri&quot;: &quot;A String&quot;, # Optional. Redirect URI to be provided during the auth code exchange.
          &quot;scopes&quot;: [ # Required. Scopes the connection will request when the user performs the auth code flow.
            &quot;A String&quot;,
          ],
        },
        &quot;oauth2ClientCredentials&quot;: { # Parameters to support Oauth 2.0 Client Credentials Grant Authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details. # Oauth2ClientCredentials.
          &quot;clientId&quot;: &quot;A String&quot;, # Optional. The client identifier.
          &quot;clientSecret&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Secret version reference containing the client secret.
            &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
          },
        },
        &quot;oauth2JwtBearer&quot;: { # Parameters to support JSON Web Token (JWT) Profile for Oauth 2.0 Authorization Grant based authentication. See https://tools.ietf.org/html/rfc7523 for more details. # Oauth2JwtBearer.
          &quot;clientKey&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Secret version reference containing a PKCS#8 PEM-encoded private key associated with the Client Certificate. This private key will be used to sign JWTs used for the jwt-bearer authorization grant. Specified in the form as: `projects/*/secrets/*/versions/*`.
            &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
          },
          &quot;jwtClaims&quot;: { # JWT claims used for the jwt-bearer authorization grant. # Optional. JwtClaims providers fields to generate the token.
            &quot;audience&quot;: &quot;A String&quot;, # Optional. Value for the &quot;aud&quot; claim.
            &quot;issuer&quot;: &quot;A String&quot;, # Optional. Value for the &quot;iss&quot; claim.
            &quot;subject&quot;: &quot;A String&quot;, # Optional. Value for the &quot;sub&quot; claim.
          },
        },
        &quot;sshPublicKey&quot;: { # Parameters to support Ssh public key Authentication. # SSH Public Key.
          &quot;certType&quot;: &quot;A String&quot;, # Optional. Format of SSH Client cert.
          &quot;sshClientCert&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. SSH Client Cert. It should contain both public and private key.
            &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
          },
          &quot;sshClientCertPass&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Password (passphrase) for ssh client certificate if it has one.
            &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
          },
          &quot;username&quot;: &quot;A String&quot;, # Optional. The user account used to authenticate.
        },
        &quot;userPassword&quot;: { # Parameters to support Username and Password Authentication. # UserPassword.
          &quot;password&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Secret version reference containing the password.
            &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
          },
          &quot;username&quot;: &quot;A String&quot;, # Optional. Username.
        },
      },
      &quot;authOverrideEnabled&quot;: True or False, # Optional. Auth override enabled for the connection. If Auth Override is enabled, Connection allows the backend service auth to be overridden in the entities/actions API.
      &quot;billingConfig&quot;: { # Billing config for the connection. # Output only. Billing config for the connection.
        &quot;billingCategory&quot;: &quot;A String&quot;, # Output only. Billing category for the connector.
      },
      &quot;configVariables&quot;: [ # Optional. Configuration for configuring the connection with an external system.
        { # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
          &quot;boolValue&quot;: True or False, # Value is a bool.
          &quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
            &quot;kmsKeyName&quot;: &quot;A String&quot;, # Optional. The [KMS key name] with which the content of the Operation is encrypted. The expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`. Will be empty string if google managed.
            &quot;type&quot;: &quot;A String&quot;, # Type.
          },
          &quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
          &quot;key&quot;: &quot;A String&quot;, # Optional. Key of the config variable.
          &quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
            &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
          },
          &quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
        },
      ],
      &quot;connectionRevision&quot;: &quot;A String&quot;, # Output only. Connection revision. This field is only updated when the connection is created or updated by User.
      &quot;connectorVersion&quot;: &quot;A String&quot;, # Required. Connector version on which the connection is created. The format is: projects/*/locations/*/providers/*/connectors/*/versions/* Only global location is supported for ConnectorVersion resource.
      &quot;connectorVersionInfraConfig&quot;: { # This configuration provides infra configs like rate limit threshold which need to be configurable for every connector version # Output only. Infra configs supported by Connector Version.
        &quot;connectionRatelimitWindowSeconds&quot;: &quot;A String&quot;, # Output only. The window used for ratelimiting runtime requests to connections.
        &quot;deploymentModel&quot;: &quot;A String&quot;, # Output only. Indicates whether connector is deployed on GKE/CloudRun
        &quot;deploymentModelMigrationState&quot;: &quot;A String&quot;, # Output only. Status of the deployment model migration.
        &quot;hpaConfig&quot;: { # Autoscaling config for connector deployment system metrics. # Output only. HPA autoscaling config.
          &quot;cpuUtilizationThreshold&quot;: &quot;A String&quot;, # Output only. Percent CPU utilization where HPA triggers autoscaling.
          &quot;memoryUtilizationThreshold&quot;: &quot;A String&quot;, # Output only. Percent Memory utilization where HPA triggers autoscaling.
        },
        &quot;internalclientRatelimitThreshold&quot;: &quot;A String&quot;, # Output only. Max QPS supported for internal requests originating from Connd.
        &quot;maxInstanceRequestConcurrency&quot;: 42, # Output only. Max instance request concurrency.
        &quot;ratelimitThreshold&quot;: &quot;A String&quot;, # Output only. Max QPS supported by the connector version before throttling of requests.
        &quot;resourceLimits&quot;: { # Resource limits defined for connection pods of a given connector type. # Output only. System resource limits.
          &quot;cpu&quot;: &quot;A String&quot;, # Output only. CPU limit.
          &quot;memory&quot;: &quot;A String&quot;, # Output only. Memory limit.
        },
        &quot;resourceRequests&quot;: { # Resource requests defined for connection pods of a given connector type. # Output only. System resource requests.
          &quot;cpu&quot;: &quot;A String&quot;, # Output only. CPU request.
          &quot;memory&quot;: &quot;A String&quot;, # Output only. Memory request.
        },
        &quot;sharedDeployment&quot;: &quot;A String&quot;, # Output only. The name of shared connector deployment.
        &quot;tlsMigrationState&quot;: &quot;A String&quot;, # Output only. Status of the TLS migration.
      },
      &quot;connectorVersionLaunchStage&quot;: &quot;A String&quot;, # Output only. Flag to mark the version indicating the launch stage.
      &quot;createTime&quot;: &quot;A String&quot;, # Output only. Created time.
      &quot;description&quot;: &quot;A String&quot;, # Optional. Description of the resource.
      &quot;destinationConfigs&quot;: [ # Optional. Configuration of the Connector&#x27;s destination. Only accepted for Connectors that accepts user defined destination(s).
        { # Define the Connectors target endpoint.
          &quot;destinations&quot;: [ # The destinations for the key.
            {
              &quot;host&quot;: &quot;A String&quot;, # For publicly routable host.
              &quot;port&quot;: 42, # The port is the target port number that is accepted by the destination.
              &quot;serviceAttachment&quot;: &quot;A String&quot;, # PSC service attachments. Format: projects/*/regions/*/serviceAttachments/*
            },
          ],
          &quot;key&quot;: &quot;A String&quot;, # The key is the destination identifier that is supported by the Connector.
        },
      ],
      &quot;envoyImageLocation&quot;: &quot;A String&quot;, # Output only. GCR location where the envoy image is stored. formatted like: gcr.io/{bucketName}/{imageName}
      &quot;euaOauthAuthConfig&quot;: { # AuthConfig defines details of a authentication type. # Optional. Additional Oauth2.0 Auth config for EUA. If the connection is configured using non-OAuth authentication but OAuth needs to be used for EUA, this field can be populated with the OAuth config. This should be a OAuth2AuthCodeFlow Auth type only.
        &quot;additionalVariables&quot;: [ # Optional. List containing additional auth configs.
          { # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
            &quot;boolValue&quot;: True or False, # Value is a bool.
            &quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
              &quot;kmsKeyName&quot;: &quot;A String&quot;, # Optional. The [KMS key name] with which the content of the Operation is encrypted. The expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`. Will be empty string if google managed.
              &quot;type&quot;: &quot;A String&quot;, # Type.
            },
            &quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
            &quot;key&quot;: &quot;A String&quot;, # Optional. Key of the config variable.
            &quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
              &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
            },
            &quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
          },
        ],
        &quot;authKey&quot;: &quot;A String&quot;, # Optional. Identifier key for auth config
        &quot;authType&quot;: &quot;A String&quot;, # Optional. The type of authentication configured.
        &quot;oauth2AuthCodeFlow&quot;: { # Parameters to support Oauth 2.0 Auth Code Grant Authentication. See https://www.rfc-editor.org/rfc/rfc6749#section-1.3.1 for more details. # Oauth2AuthCodeFlow.
          &quot;authCode&quot;: &quot;A String&quot;, # Optional. Authorization code to be exchanged for access and refresh tokens.
          &quot;authUri&quot;: &quot;A String&quot;, # Optional. Auth URL for Authorization Code Flow
          &quot;clientId&quot;: &quot;A String&quot;, # Optional. Client ID for user-provided OAuth app.
          &quot;clientSecret&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Client secret for user-provided OAuth app.
            &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
          },
          &quot;enablePkce&quot;: True or False, # Optional. Whether to enable PKCE when the user performs the auth code flow.
          &quot;pkceVerifier&quot;: &quot;A String&quot;, # Optional. PKCE verifier to be used during the auth code exchange.
          &quot;redirectUri&quot;: &quot;A String&quot;, # Optional. Redirect URI to be provided during the auth code exchange.
          &quot;scopes&quot;: [ # Optional. Scopes the connection will request when the user performs the auth code flow.
            &quot;A String&quot;,
          ],
        },
        &quot;oauth2AuthCodeFlowGoogleManaged&quot;: { # Parameters to support Oauth 2.0 Auth Code Grant Authentication using Google Provided OAuth Client. See https://tools.ietf.org/html/rfc6749#section-1.3.1 for more details. # Oauth2AuthCodeFlowGoogleManaged.
          &quot;authCode&quot;: &quot;A String&quot;, # Optional. Authorization code to be exchanged for access and refresh tokens.
          &quot;redirectUri&quot;: &quot;A String&quot;, # Optional. Redirect URI to be provided during the auth code exchange.
          &quot;scopes&quot;: [ # Required. Scopes the connection will request when the user performs the auth code flow.
            &quot;A String&quot;,
          ],
        },
        &quot;oauth2ClientCredentials&quot;: { # Parameters to support Oauth 2.0 Client Credentials Grant Authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details. # Oauth2ClientCredentials.
          &quot;clientId&quot;: &quot;A String&quot;, # Optional. The client identifier.
          &quot;clientSecret&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Secret version reference containing the client secret.
            &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
          },
        },
        &quot;oauth2JwtBearer&quot;: { # Parameters to support JSON Web Token (JWT) Profile for Oauth 2.0 Authorization Grant based authentication. See https://tools.ietf.org/html/rfc7523 for more details. # Oauth2JwtBearer.
          &quot;clientKey&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Secret version reference containing a PKCS#8 PEM-encoded private key associated with the Client Certificate. This private key will be used to sign JWTs used for the jwt-bearer authorization grant. Specified in the form as: `projects/*/secrets/*/versions/*`.
            &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
          },
          &quot;jwtClaims&quot;: { # JWT claims used for the jwt-bearer authorization grant. # Optional. JwtClaims providers fields to generate the token.
            &quot;audience&quot;: &quot;A String&quot;, # Optional. Value for the &quot;aud&quot; claim.
            &quot;issuer&quot;: &quot;A String&quot;, # Optional. Value for the &quot;iss&quot; claim.
            &quot;subject&quot;: &quot;A String&quot;, # Optional. Value for the &quot;sub&quot; claim.
          },
        },
        &quot;sshPublicKey&quot;: { # Parameters to support Ssh public key Authentication. # SSH Public Key.
          &quot;certType&quot;: &quot;A String&quot;, # Optional. Format of SSH Client cert.
          &quot;sshClientCert&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. SSH Client Cert. It should contain both public and private key.
            &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
          },
          &quot;sshClientCertPass&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Password (passphrase) for ssh client certificate if it has one.
            &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
          },
          &quot;username&quot;: &quot;A String&quot;, # Optional. The user account used to authenticate.
        },
        &quot;userPassword&quot;: { # Parameters to support Username and Password Authentication. # UserPassword.
          &quot;password&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Secret version reference containing the password.
            &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
          },
          &quot;username&quot;: &quot;A String&quot;, # Optional. Username.
        },
      },
      &quot;eventingConfig&quot;: { # Eventing Configuration of a connection next: 19 # Optional. Eventing config of a connection
        &quot;additionalVariables&quot;: [ # Optional. Additional eventing related field values
          { # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
            &quot;boolValue&quot;: True or False, # Value is a bool.
            &quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
              &quot;kmsKeyName&quot;: &quot;A String&quot;, # Optional. The [KMS key name] with which the content of the Operation is encrypted. The expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`. Will be empty string if google managed.
              &quot;type&quot;: &quot;A String&quot;, # Type.
            },
            &quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
            &quot;key&quot;: &quot;A String&quot;, # Optional. Key of the config variable.
            &quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
              &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
            },
            &quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
          },
        ],
        &quot;authConfig&quot;: { # AuthConfig defines details of a authentication type. # Optional. Auth details for the webhook adapter.
          &quot;additionalVariables&quot;: [ # Optional. List containing additional auth configs.
            { # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
              &quot;boolValue&quot;: True or False, # Value is a bool.
              &quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
                &quot;kmsKeyName&quot;: &quot;A String&quot;, # Optional. The [KMS key name] with which the content of the Operation is encrypted. The expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`. Will be empty string if google managed.
                &quot;type&quot;: &quot;A String&quot;, # Type.
              },
              &quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
              &quot;key&quot;: &quot;A String&quot;, # Optional. Key of the config variable.
              &quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
                &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
              },
              &quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
            },
          ],
          &quot;authKey&quot;: &quot;A String&quot;, # Optional. Identifier key for auth config
          &quot;authType&quot;: &quot;A String&quot;, # Optional. The type of authentication configured.
          &quot;oauth2AuthCodeFlow&quot;: { # Parameters to support Oauth 2.0 Auth Code Grant Authentication. See https://www.rfc-editor.org/rfc/rfc6749#section-1.3.1 for more details. # Oauth2AuthCodeFlow.
            &quot;authCode&quot;: &quot;A String&quot;, # Optional. Authorization code to be exchanged for access and refresh tokens.
            &quot;authUri&quot;: &quot;A String&quot;, # Optional. Auth URL for Authorization Code Flow
            &quot;clientId&quot;: &quot;A String&quot;, # Optional. Client ID for user-provided OAuth app.
            &quot;clientSecret&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Client secret for user-provided OAuth app.
              &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
            },
            &quot;enablePkce&quot;: True or False, # Optional. Whether to enable PKCE when the user performs the auth code flow.
            &quot;pkceVerifier&quot;: &quot;A String&quot;, # Optional. PKCE verifier to be used during the auth code exchange.
            &quot;redirectUri&quot;: &quot;A String&quot;, # Optional. Redirect URI to be provided during the auth code exchange.
            &quot;scopes&quot;: [ # Optional. Scopes the connection will request when the user performs the auth code flow.
              &quot;A String&quot;,
            ],
          },
          &quot;oauth2AuthCodeFlowGoogleManaged&quot;: { # Parameters to support Oauth 2.0 Auth Code Grant Authentication using Google Provided OAuth Client. See https://tools.ietf.org/html/rfc6749#section-1.3.1 for more details. # Oauth2AuthCodeFlowGoogleManaged.
            &quot;authCode&quot;: &quot;A String&quot;, # Optional. Authorization code to be exchanged for access and refresh tokens.
            &quot;redirectUri&quot;: &quot;A String&quot;, # Optional. Redirect URI to be provided during the auth code exchange.
            &quot;scopes&quot;: [ # Required. Scopes the connection will request when the user performs the auth code flow.
              &quot;A String&quot;,
            ],
          },
          &quot;oauth2ClientCredentials&quot;: { # Parameters to support Oauth 2.0 Client Credentials Grant Authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details. # Oauth2ClientCredentials.
            &quot;clientId&quot;: &quot;A String&quot;, # Optional. The client identifier.
            &quot;clientSecret&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Secret version reference containing the client secret.
              &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
            },
          },
          &quot;oauth2JwtBearer&quot;: { # Parameters to support JSON Web Token (JWT) Profile for Oauth 2.0 Authorization Grant based authentication. See https://tools.ietf.org/html/rfc7523 for more details. # Oauth2JwtBearer.
            &quot;clientKey&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Secret version reference containing a PKCS#8 PEM-encoded private key associated with the Client Certificate. This private key will be used to sign JWTs used for the jwt-bearer authorization grant. Specified in the form as: `projects/*/secrets/*/versions/*`.
              &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
            },
            &quot;jwtClaims&quot;: { # JWT claims used for the jwt-bearer authorization grant. # Optional. JwtClaims providers fields to generate the token.
              &quot;audience&quot;: &quot;A String&quot;, # Optional. Value for the &quot;aud&quot; claim.
              &quot;issuer&quot;: &quot;A String&quot;, # Optional. Value for the &quot;iss&quot; claim.
              &quot;subject&quot;: &quot;A String&quot;, # Optional. Value for the &quot;sub&quot; claim.
            },
          },
          &quot;sshPublicKey&quot;: { # Parameters to support Ssh public key Authentication. # SSH Public Key.
            &quot;certType&quot;: &quot;A String&quot;, # Optional. Format of SSH Client cert.
            &quot;sshClientCert&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. SSH Client Cert. It should contain both public and private key.
              &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
            },
            &quot;sshClientCertPass&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Password (passphrase) for ssh client certificate if it has one.
              &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
            },
            &quot;username&quot;: &quot;A String&quot;, # Optional. The user account used to authenticate.
          },
          &quot;userPassword&quot;: { # Parameters to support Username and Password Authentication. # UserPassword.
            &quot;password&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Secret version reference containing the password.
              &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
            },
            &quot;username&quot;: &quot;A String&quot;, # Optional. Username.
          },
        },
        &quot;deadLetterConfig&quot;: { # Dead Letter configuration details provided by the user. # Optional. Dead letter configuration for eventing of a connection.
          &quot;projectId&quot;: &quot;A String&quot;, # Optional. Project which has the topic given.
          &quot;topic&quot;: &quot;A String&quot;, # Optional. Topic to push events which couldn&#x27;t be processed.
        },
        &quot;enrichmentConfig&quot;: { # Data enrichment configuration. # Optional. Data enrichment configuration.
          &quot;appendAcl&quot;: True or False, # Optional. Append ACL to the event.
        },
        &quot;enrichmentEnabled&quot;: True or False, # Optional. Enrichment Enabled.
        &quot;eventsListenerIngressEndpoint&quot;: &quot;A String&quot;, # Optional. Ingress endpoint of the event listener. This is used only when private connectivity is enabled.
        &quot;listenerAuthConfig&quot;: { # AuthConfig defines details of a authentication type. # Optional. Auth details for the event listener.
          &quot;additionalVariables&quot;: [ # Optional. List containing additional auth configs.
            { # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
              &quot;boolValue&quot;: True or False, # Value is a bool.
              &quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
                &quot;kmsKeyName&quot;: &quot;A String&quot;, # Optional. The [KMS key name] with which the content of the Operation is encrypted. The expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`. Will be empty string if google managed.
                &quot;type&quot;: &quot;A String&quot;, # Type.
              },
              &quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
              &quot;key&quot;: &quot;A String&quot;, # Optional. Key of the config variable.
              &quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
                &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
              },
              &quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
            },
          ],
          &quot;authKey&quot;: &quot;A String&quot;, # Optional. Identifier key for auth config
          &quot;authType&quot;: &quot;A String&quot;, # Optional. The type of authentication configured.
          &quot;oauth2AuthCodeFlow&quot;: { # Parameters to support Oauth 2.0 Auth Code Grant Authentication. See https://www.rfc-editor.org/rfc/rfc6749#section-1.3.1 for more details. # Oauth2AuthCodeFlow.
            &quot;authCode&quot;: &quot;A String&quot;, # Optional. Authorization code to be exchanged for access and refresh tokens.
            &quot;authUri&quot;: &quot;A String&quot;, # Optional. Auth URL for Authorization Code Flow
            &quot;clientId&quot;: &quot;A String&quot;, # Optional. Client ID for user-provided OAuth app.
            &quot;clientSecret&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Client secret for user-provided OAuth app.
              &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
            },
            &quot;enablePkce&quot;: True or False, # Optional. Whether to enable PKCE when the user performs the auth code flow.
            &quot;pkceVerifier&quot;: &quot;A String&quot;, # Optional. PKCE verifier to be used during the auth code exchange.
            &quot;redirectUri&quot;: &quot;A String&quot;, # Optional. Redirect URI to be provided during the auth code exchange.
            &quot;scopes&quot;: [ # Optional. Scopes the connection will request when the user performs the auth code flow.
              &quot;A String&quot;,
            ],
          },
          &quot;oauth2AuthCodeFlowGoogleManaged&quot;: { # Parameters to support Oauth 2.0 Auth Code Grant Authentication using Google Provided OAuth Client. See https://tools.ietf.org/html/rfc6749#section-1.3.1 for more details. # Oauth2AuthCodeFlowGoogleManaged.
            &quot;authCode&quot;: &quot;A String&quot;, # Optional. Authorization code to be exchanged for access and refresh tokens.
            &quot;redirectUri&quot;: &quot;A String&quot;, # Optional. Redirect URI to be provided during the auth code exchange.
            &quot;scopes&quot;: [ # Required. Scopes the connection will request when the user performs the auth code flow.
              &quot;A String&quot;,
            ],
          },
          &quot;oauth2ClientCredentials&quot;: { # Parameters to support Oauth 2.0 Client Credentials Grant Authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details. # Oauth2ClientCredentials.
            &quot;clientId&quot;: &quot;A String&quot;, # Optional. The client identifier.
            &quot;clientSecret&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Secret version reference containing the client secret.
              &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
            },
          },
          &quot;oauth2JwtBearer&quot;: { # Parameters to support JSON Web Token (JWT) Profile for Oauth 2.0 Authorization Grant based authentication. See https://tools.ietf.org/html/rfc7523 for more details. # Oauth2JwtBearer.
            &quot;clientKey&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Secret version reference containing a PKCS#8 PEM-encoded private key associated with the Client Certificate. This private key will be used to sign JWTs used for the jwt-bearer authorization grant. Specified in the form as: `projects/*/secrets/*/versions/*`.
              &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
            },
            &quot;jwtClaims&quot;: { # JWT claims used for the jwt-bearer authorization grant. # Optional. JwtClaims providers fields to generate the token.
              &quot;audience&quot;: &quot;A String&quot;, # Optional. Value for the &quot;aud&quot; claim.
              &quot;issuer&quot;: &quot;A String&quot;, # Optional. Value for the &quot;iss&quot; claim.
              &quot;subject&quot;: &quot;A String&quot;, # Optional. Value for the &quot;sub&quot; claim.
            },
          },
          &quot;sshPublicKey&quot;: { # Parameters to support Ssh public key Authentication. # SSH Public Key.
            &quot;certType&quot;: &quot;A String&quot;, # Optional. Format of SSH Client cert.
            &quot;sshClientCert&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. SSH Client Cert. It should contain both public and private key.
              &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
            },
            &quot;sshClientCertPass&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Password (passphrase) for ssh client certificate if it has one.
              &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
            },
            &quot;username&quot;: &quot;A String&quot;, # Optional. The user account used to authenticate.
          },
          &quot;userPassword&quot;: { # Parameters to support Username and Password Authentication. # UserPassword.
            &quot;password&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Secret version reference containing the password.
              &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
            },
            &quot;username&quot;: &quot;A String&quot;, # Optional. Username.
          },
        },
        &quot;privateConnectivityAllowlistedProjects&quot;: [ # Optional. List of projects to be allowlisted for the service attachment created in the tenant project for eventing ingress.
          &quot;A String&quot;,
        ],
        &quot;privateConnectivityEnabled&quot;: True or False, # Optional. Private Connectivity Enabled.
        &quot;proxyDestinationConfig&quot;: { # Define the Connectors target endpoint. # Optional. Proxy for Eventing auto-registration.
          &quot;destinations&quot;: [ # The destinations for the key.
            {
              &quot;host&quot;: &quot;A String&quot;, # For publicly routable host.
              &quot;port&quot;: 42, # The port is the target port number that is accepted by the destination.
              &quot;serviceAttachment&quot;: &quot;A String&quot;, # PSC service attachments. Format: projects/*/regions/*/serviceAttachments/*
            },
          ],
          &quot;key&quot;: &quot;A String&quot;, # The key is the destination identifier that is supported by the Connector.
        },
        &quot;registrationDestinationConfig&quot;: { # Define the Connectors target endpoint. # Optional. Registration endpoint for auto registration.
          &quot;destinations&quot;: [ # The destinations for the key.
            {
              &quot;host&quot;: &quot;A String&quot;, # For publicly routable host.
              &quot;port&quot;: 42, # The port is the target port number that is accepted by the destination.
              &quot;serviceAttachment&quot;: &quot;A String&quot;, # PSC service attachments. Format: projects/*/regions/*/serviceAttachments/*
            },
          ],
          &quot;key&quot;: &quot;A String&quot;, # The key is the destination identifier that is supported by the Connector.
        },
        &quot;sslConfig&quot;: { # SSL Configuration of a connection # Optional. Ssl config of a connection
          &quot;additionalVariables&quot;: [ # Optional. Additional SSL related field values
            { # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
              &quot;boolValue&quot;: True or False, # Value is a bool.
              &quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
                &quot;kmsKeyName&quot;: &quot;A String&quot;, # Optional. The [KMS key name] with which the content of the Operation is encrypted. The expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`. Will be empty string if google managed.
                &quot;type&quot;: &quot;A String&quot;, # Type.
              },
              &quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
              &quot;key&quot;: &quot;A String&quot;, # Optional. Key of the config variable.
              &quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
                &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
              },
              &quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
            },
          ],
          &quot;clientCertType&quot;: &quot;A String&quot;, # Optional. Type of Client Cert (PEM/JKS/.. etc.)
          &quot;clientCertificate&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Client Certificate
            &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
          },
          &quot;clientPrivateKey&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Client Private Key
            &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
          },
          &quot;clientPrivateKeyPass&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Secret containing the passphrase protecting the Client Private Key
            &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
          },
          &quot;privateServerCertificate&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Private Server Certificate. Needs to be specified if trust model is `PRIVATE`.
            &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
          },
          &quot;serverCertType&quot;: &quot;A String&quot;, # Optional. Type of Server Cert (PEM/JKS/.. etc.)
          &quot;trustModel&quot;: &quot;A String&quot;, # Optional. Trust Model of the SSL connection
          &quot;type&quot;: &quot;A String&quot;, # Optional. Controls the ssl type for the given connector version.
          &quot;useSsl&quot;: True or False, # Optional. Bool for enabling SSL
        },
      },
      &quot;eventingEnablementType&quot;: &quot;A String&quot;, # Optional. Eventing enablement type. Will be nil if eventing is not enabled.
      &quot;eventingRuntimeData&quot;: { # Eventing runtime data has the details related to eventing managed by the system. # Output only. Eventing Runtime Data.
        &quot;eventsListenerEndpoint&quot;: &quot;A String&quot;, # Output only. Events listener endpoint. The value will populated after provisioning the events listener.
        &quot;eventsListenerPscSa&quot;: &quot;A String&quot;, # Output only. Events listener PSC Service attachment. The value will be populated after provisioning the events listener with private connectivity enabled.
        &quot;status&quot;: { # EventingStatus indicates the state of eventing. # Output only. Current status of eventing.
          &quot;description&quot;: &quot;A String&quot;, # Output only. Description of error if State is set to &quot;ERROR&quot;.
          &quot;state&quot;: &quot;A String&quot;, # Output only. State.
        },
        &quot;webhookData&quot;: { # WebhookData has details of webhook configuration. # Output only. Webhook data.
          &quot;additionalVariables&quot;: [ # Output only. Additional webhook related field values.
            { # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
              &quot;boolValue&quot;: True or False, # Value is a bool.
              &quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
                &quot;kmsKeyName&quot;: &quot;A String&quot;, # Optional. The [KMS key name] with which the content of the Operation is encrypted. The expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`. Will be empty string if google managed.
                &quot;type&quot;: &quot;A String&quot;, # Type.
              },
              &quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
              &quot;key&quot;: &quot;A String&quot;, # Optional. Key of the config variable.
              &quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
                &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
              },
              &quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
            },
          ],
          &quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was created.
          &quot;id&quot;: &quot;A String&quot;, # Output only. ID to uniquely identify webhook.
          &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the Webhook
          &quot;nextRefreshTime&quot;: &quot;A String&quot;, # Output only. Next webhook refresh time. Will be null if refresh is not supported.
          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was last updated.
        },
        &quot;webhookSubscriptions&quot;: { # WebhookSubscriptions has details of webhook subscriptions. # Output only. Webhook subscriptions.
          &quot;webhookData&quot;: [ # Output only. Webhook data.
            { # WebhookData has details of webhook configuration.
              &quot;additionalVariables&quot;: [ # Output only. Additional webhook related field values.
                { # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
                  &quot;boolValue&quot;: True or False, # Value is a bool.
                  &quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
                    &quot;kmsKeyName&quot;: &quot;A String&quot;, # Optional. The [KMS key name] with which the content of the Operation is encrypted. The expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`. Will be empty string if google managed.
                    &quot;type&quot;: &quot;A String&quot;, # Type.
                  },
                  &quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
                  &quot;key&quot;: &quot;A String&quot;, # Optional. Key of the config variable.
                  &quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
                    &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
                  },
                  &quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
                },
              ],
              &quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was created.
              &quot;id&quot;: &quot;A String&quot;, # Output only. ID to uniquely identify webhook.
              &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the Webhook
              &quot;nextRefreshTime&quot;: &quot;A String&quot;, # Output only. Next webhook refresh time. Will be null if refresh is not supported.
              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was last updated.
            },
          ],
        },
      },
      &quot;fallbackOnAdminCredentials&quot;: True or False, # Optional. Fallback on admin credentials for the connection. If this both auth_override_enabled and fallback_on_admin_credentials are set to true, the connection will use the admin credentials if the dynamic auth header is not present during auth override.
      &quot;host&quot;: &quot;A String&quot;, # Output only. The name of the Hostname of the Service Directory service with TLS.
      &quot;imageLocation&quot;: &quot;A String&quot;, # Output only. GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}
      &quot;isTrustedTester&quot;: True or False, # Output only. Is trusted tester program enabled for the project.
      &quot;labels&quot;: { # Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
        &quot;a_key&quot;: &quot;A String&quot;,
      },
      &quot;lockConfig&quot;: { # Determines whether or no a connection is locked. If locked, a reason must be specified. # Optional. Configuration that indicates whether or not the Connection can be edited.
        &quot;locked&quot;: True or False, # Optional. Indicates whether or not the connection is locked.
        &quot;reason&quot;: &quot;A String&quot;, # Optional. Describes why a connection is locked.
      },
      &quot;logConfig&quot;: { # Log configuration for the connection. # Optional. Log configuration for the connection.
        &quot;enabled&quot;: True or False, # Optional. Enabled represents whether logging is enabled or not for a connection.
        &quot;level&quot;: &quot;A String&quot;, # Optional. Log configuration level.
      },
      &quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the Connection. Format: projects/{project}/locations/{location}/connections/{connection}
      &quot;nodeConfig&quot;: { # Node configuration for the connection. # Optional. Node configuration for the connection.
        &quot;maxNodeCount&quot;: 42, # Optional. Maximum number of nodes in the runtime nodes.
        &quot;minNodeCount&quot;: 42, # Optional. Minimum number of nodes in the runtime nodes.
      },
      &quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Service account needed for runtime plane to access Google Cloud resources.
      &quot;serviceDirectory&quot;: &quot;A String&quot;, # Output only. The name of the Service Directory service name. Used for Private Harpoon to resolve the ILB address. e.g. &quot;projects/cloud-connectors-e2e-testing/locations/us-central1/namespaces/istio-system/services/istio-ingressgateway-connectors&quot;
      &quot;sslConfig&quot;: { # SSL Configuration of a connection # Optional. Ssl config of a connection
        &quot;additionalVariables&quot;: [ # Optional. Additional SSL related field values
          { # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
            &quot;boolValue&quot;: True or False, # Value is a bool.
            &quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
              &quot;kmsKeyName&quot;: &quot;A String&quot;, # Optional. The [KMS key name] with which the content of the Operation is encrypted. The expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`. Will be empty string if google managed.
              &quot;type&quot;: &quot;A String&quot;, # Type.
            },
            &quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
            &quot;key&quot;: &quot;A String&quot;, # Optional. Key of the config variable.
            &quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
              &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
            },
            &quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
          },
        ],
        &quot;clientCertType&quot;: &quot;A String&quot;, # Optional. Type of Client Cert (PEM/JKS/.. etc.)
        &quot;clientCertificate&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Client Certificate
          &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
        },
        &quot;clientPrivateKey&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Client Private Key
          &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
        },
        &quot;clientPrivateKeyPass&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Secret containing the passphrase protecting the Client Private Key
          &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
        },
        &quot;privateServerCertificate&quot;: { # Secret provides a reference to entries in Secret Manager. # Optional. Private Server Certificate. Needs to be specified if trust model is `PRIVATE`.
          &quot;secretVersion&quot;: &quot;A String&quot;, # Optional. The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
        },
        &quot;serverCertType&quot;: &quot;A String&quot;, # Optional. Type of Server Cert (PEM/JKS/.. etc.)
        &quot;trustModel&quot;: &quot;A String&quot;, # Optional. Trust Model of the SSL connection
        &quot;type&quot;: &quot;A String&quot;, # Optional. Controls the ssl type for the given connector version.
        &quot;useSsl&quot;: True or False, # Optional. Bool for enabling SSL
      },
      &quot;status&quot;: { # ConnectionStatus indicates the state of the connection. # Output only. Current status of the connection.
        &quot;description&quot;: &quot;A String&quot;, # Description.
        &quot;state&quot;: &quot;A String&quot;, # State.
        &quot;status&quot;: &quot;A String&quot;, # Status provides detailed information for the state.
      },
      &quot;subscriptionType&quot;: &quot;A String&quot;, # Output only. This subscription type enum states the subscription type of the project.
      &quot;suspended&quot;: True or False, # Optional. Suspended indicates if a user has suspended a connection or not.
      &quot;tlsServiceDirectory&quot;: &quot;A String&quot;, # Output only. The name of the Service Directory service with TLS.
      &quot;trafficShapingConfigs&quot;: [ # Optional. Traffic shaping configuration for the connection.
        { # * TrafficShapingConfig defines the configuration for shaping API traffic by specifying a quota limit and the duration over which this limit is enforced. This configuration helps to control and manage the rate at which API calls are made on the client side, preventing service overload on the backend. For example: - if the quota limit is 100 calls per 10 seconds, then the message would be: { quota_limit: 100 duration: { seconds: 10 } } - if the quota limit is 100 calls per 5 minutes, then the message would be: { quota_limit: 100 duration: { seconds: 300 } } - if the quota limit is 10000 calls per day, then the message would be: { quota_limit: 10000 duration: { seconds: 86400 } and so on.
          &quot;duration&quot;: &quot;A String&quot;, # Required. * The duration over which the API call quota limits are calculated. This duration is used to define the time window for evaluating if the number of API calls made by a user is within the allowed quota limits. For example: - To define a quota sampled over 16 seconds, set `seconds` to 16 - To define a quota sampled over 5 minutes, set `seconds` to 300 (5 * 60) - To define a quota sampled over 1 day, set `seconds` to 86400 (24 * 60 * 60) and so on. It is important to note that this duration is not the time the quota is valid for, but rather the time window over which the quota is evaluated. For example, if the quota is 100 calls per 10 seconds, then this duration field would be set to 10 seconds.
          &quot;quotaLimit&quot;: &quot;A String&quot;, # Required. Maximum number of api calls allowed.
        },
      ],
      &quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
    },
  ],
  &quot;nextPageToken&quot;: &quot;A String&quot;, # Next page token.
}</pre>
</div>

<div class="method">
    <code class="details" id="list_next">list_next()</code>
  <pre>Retrieves the next page of results.

        Args:
          previous_request: The request for the previous page. (required)
          previous_response: The response from the request for the previous page. (required)

        Returns:
          A request object that you can call &#x27;execute()&#x27; on to request the next
          page. Returns None if there are no more items in the collection.
        </pre>
</div>

</body></html>