8000 Add connection-credentials element to connection · tableau/server-client-python@f7de53a · GitHub
[go: up one dir, main page]

Skip to content

Commit f7de53a

Browse files
authored
Add connection-credentials element to connection
Addressing part of #1139 (comment)
1 parent ce18d24 commit f7de53a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/api-ref.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,12 @@ Name | Description
227227
`datasource_name` | The name of the data source.
228228
`id` | The identifier of the connection.
229229
`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)
233233
`server_address` | The server address for the connection.
234234
`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.
235236

236237
Source file: models/connection_item.py
237238

0 commit comments

Comments
 (0)
0