SSIS Components for Confluence

Build 25.0.9545

GroupsContentRestrictions

Retrieves restrictions applied to specific content items that limit access to certain user groups. Requires ContentId and supports up to 200 restrictions per operation.

View-Specific Information

Select

The component uses the Confluence API to process WHERE clause conditions built with the following column and operator:

  • ContentId supports the = operator.

For example, the following query is processed server-side:

SELECT * FROM GroupsContentRestrictions WHERE ContentId = '123456789'

Note: ContentId must be included in the WHERE clause to retrieve data from the GroupsContentRestrictions view.

The component processes other filters client-side.

Columns

Name Type References SupportedOperators Description
Operation String Specifies the type of operation that the restriction governs, such as read or update access.
Name String The name of the group to which the content restriction applies, defining which members are affected.
Type String Indicates the type of group, such as internal or external, based on how it is managed or synchronized.
ContentId String = The unique identifier of the content item (such as a page or blog post) where the restriction is applied.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9545