mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-17 06:03:47 +00:00
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
![]() |
---
|
||
|
title: supersetApiConnection
|
||
|
slug: /main-concepts/metadata-standard/schemas/entity/utils/supersetapiconnection
|
||
|
---
|
||
|
|
||
|
# SupersetApiConnection
|
||
|
|
||
|
*Superset API Connection Config*
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
- **`provider`**: Authentication provider for the Superset service. For basic user/password authentication, the default value `db` can be used. This parameter is used internally to connect to Superset's REST API. Refer to *#/definitions/apiProvider*. Default: `db`.
|
||
|
- **`username`** *(string)*: Username for Superset.
|
||
|
- **`password`** *(string)*: Password for Superset.
|
||
|
- **`verifySSL`**: Refer to *../../security/ssl/verifySSLConfig.json#/definitions/verifySSL*. Default: `no-ssl`.
|
||
|
- **`sslConfig`**: Refer to *../../security/ssl/verifySSLConfig.json#/definitions/sslConfig*.
|
||
|
## Definitions
|
||
|
|
||
|
- **`apiProvider`** *(string)*: Authentication provider for the Superset service. For basic user/password authentication, the default value `db` can be used. This parameter is used internally to connect to Superset's REST API. Must be one of: `['db', 'ldap']`. Default: `db`.
|
||
|
|
||
|
|
||
|
Documentation file automatically generated at 2023-10-27 13:55:46.343512.
|