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/api-ref.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -227,11 +227,12 @@ Name | Description
227
227
`datasource_name` | The name of the data source.
228
228
`id` | The identifier of the connection.
229
229
`connection_type` | The type of connection.
230
-
`username` | The username for the connection.
231
-
`password` | The password used for the connection.
232
-
`embed_password` | (Boolean) Determines whether to embed the password (`True`) for the workbook or data source connection or not (`False`).
230
+
`username` | The username for the connection. (see ConnectionCredentials)
231
+
`password` | The password used for the connection. (see ConnectionCredentials)
232
+
`embed_password` | (Boolean) Determines whether to embed the password (`True`) for the workbook or data source connection or not (`False`). (see ConnectionCredentials)
233
233
`server_address` | The server address for the connection.
234
234
`server_port` | The port used for the connection.
235
+
`connection_credentials` | The Connection Credentials object containing authentication details for the connection. Replaces username/password/embed_password when publishing a flow, document or workbook file in the request body.
0 commit comments