permissions_data
field, which is within the
data_source
field under the element’s metadata
field. This information lists the users or groups, if any, that have
permissions to read, update, or delete the element’s associated source document.
The following example shows what the output looks like. Ellipses indicate content that has been omitted from this example for brevity.
<name>
(required) - A unique name for this connector.<url>
(required) - The URL to the target Confluence Cloud instance.<max-num-of-spaces>
- The maximum number of Confluence spaces to access within the Confluence Cloud instance. The default is 500
unless otherwise specified.<max-num-of-docs-from-each-space>
- The maximum number of documents to access within each space. The default is 150
unless otherwise specified.spaces
is an array of strings, with each <space-name>
specifying the name of a space to access, for example: ["luke","paul"]
. By default, if no space names are specified, and the <max-num-of-spaces>
is exceeded for the instance, be aware that you might get unexpected results.extract_images
- Set to true
to download images and replace the HTML content with Base64-encoded images. The default is false
if not otherwise specified.extract_files
- Set to true
to download any embedded files in pages. The default is false
if not otherwise specified.<username>
- The name or email address of the target user.<api-token>
- The user’s API token value.cloud
, true
if you are using Confluence Cloud. The default is false
if not otherwise specified.<personal-access-token>
- The target user’s PAT value.cloud
should always be false
.<username>
- The name or email address of the target user.<password>
- The user’s password.cloud
, true
if you are using Confluence Cloud. The default is false
if not otherwise specified.