CloudConfluenceDataSourceReadable
CloudConfluenceDataSourceReadable =
object
Defined in: packages/cloud/src/client/types.gen.ts:1255
Properties
supports_access_control?
optional
supports_access_control:boolean
Defined in: packages/cloud/src/client/types.gen.ts:1256
server_url
server_url:
string
Defined in: packages/cloud/src/client/types.gen.ts:1260
The server URL of the Confluence instance.
authentication_mechanism
authentication_mechanism:
string
Defined in: packages/cloud/src/client/types.gen.ts:1264
Type of Authentication for connecting to Confluence APIs.
user_name?
optional
user_name:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:1268
The username to use for authentication.
api_token?
optional
api_token:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:1272
The API token to use for authentication.
space_key?
optional
space_key:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:1276
The space key to read from.
page_ids?
optional
page_ids:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:1280
The page IDs of the Confluence to read from.
cql?
optional
cql:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:1284
The CQL query to use for fetching pages.
label?
optional
label:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:1288
The label to use for fetching pages.
index_restricted_pages?
optional
index_restricted_pages:boolean
Defined in: packages/cloud/src/client/types.gen.ts:1292
Whether to index restricted pages.
keep_markdown_format?
optional
keep_markdown_format:boolean
Defined in: packages/cloud/src/client/types.gen.ts:1296
Whether to keep the markdown format.
class_name?
optional
class_name:string
Defined in: packages/cloud/src/client/types.gen.ts:1297