@wildix/wim-knowledge-base-client > ConfluenceConfig
ConfluenceConfig interface
Signature:
export interface ConfluenceConfig
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | The API token or password for Confluence authentication. For Cloud instances, use an API token; for Server instances, use the account password | ||
string | The base URL of your Confluence Cloud or Server instance. Must be a valid HTTPS URL. Example: https://your-company.atlassian.net | ||
ConfluencePagesConfig | undefined | (Optional) Optional configuration for including or excluding specific pages within the space. If not specified, all pages in the space are included | ||
string | The Confluence space key or ID to synchronize. All pages within this space will be included unless explicitly excluded | ||
string | The email address or username associated with the Confluence account used for authentication |