- **`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](#definitions/apiProvider)*. Default: `"db"`.
- **`password`** *(string, format: password)*: Password for Superset.
- **`verifySSL`**: Refer to *[../../security/ssl/verifySSLConfig.json#/definitions/verifySSL](#/../security/ssl/verifySSLConfig.json#/definitions/verifySSL)*. Default: `"no-ssl"`.
- **`sslConfig`**: Refer to *[../../security/ssl/verifySSLConfig.json#/definitions/sslConfig](#/../security/ssl/verifySSLConfig.json#/definitions/sslConfig)*.
- **`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"`.