Method
Get the authentication details for a given database connector.
| REQUIRED |
KEY |
TYPE |
DESCRIPTION |
| Yes |
databaseConnectorId |
str |
The unique ID associated with the database connector.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
| KEY |
TYPE |
DESCRIPTION |
| success |
Boolean |
true if the call succeeded, false if there was an error |
| result |
DatabaseConnector |
| KEY |
TYPE |
Description |
| databaseConnectorId |
str |
A unique string identifier for the connection. |
| service |
str |
An enum string indicating the service this connection connects to. |
| name |
str |
A user-friendly name for the service. |
| status |
str |
The status of the database connector. |
| auth |
dict |
Non-secret connection information for this connector. |
| createdAt |
str |
The ISO-8601 string indicating when the API key was created. |
|
| TYPE |
WHEN |
| DataNotFoundError |
`databaseConnectorId` is not found. |