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: docs/dyn/integrations_v1alpha.projects.locations.connections.html
-3
Original file line number
Diff line number
Diff line change
@@ -178,9 +178,6 @@ <h3>Method Details</h3>
178
178
},
179
179
"sshPublicKey": { # Parameters to support Ssh public key Authentication. # SSH Public Key.
180
180
"certType": "A String", # Format of SSH Client cert.
181
-
"password": { # Secret provides a reference to entries in Secret Manager. # This is an optional field used in case client has enabled multi-factor authentication
182
-
"secretVersion": "A String", # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
183
-
},
184
181
"sshClientCert": { # Secret provides a reference to entries in Secret Manager. # SSH Client Cert. It should contain both public and private key.
185
182
"secretVersion": "A String", # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
<pre>Lists the status of the integration executions.
95
95
96
96
Args:
@@ -107,7 +107,6 @@ <h3>Method Details</h3>
107
107
filterParams_parameterValue: string, Param value. DEPRECATED. User parameter_pair_value instead.
108
108
filterParams_startTime: string, Start timestamp.
109
109
filterParams_taskStatuses: string, List of possible task statuses. (repeated)
110
-
filterParams_triggerId: string, Trigger id.
111
110
filterParams_workflowName: string, Workflow name.
112
111
orderBy: string, Optional. The results would be returned in order you specified here. Currently supporting "last_modified_time" and "create_time".
113
112
pageSize: integer, Optional. The size of entries in the response.
0 commit comments