Define Additional Security Options

Additional Security Options is for enabling and disabling specific features in your security model. These features are controlled with the <show-inaccessible> and <per-document-security> tags.

Child element tags

: Child element tags

Tag

Description

<show-inaccessible>

When set to true, users can see but not access documents, collections A collection is a container for storing and organising ingested files and documents. Only the textual content is stored in collections, not the original files and documents. and networks A container that stores information in nodes and links. See Nodes and Links topic for more information of which they have insufficient access privileges.

In Sintelix, the names of restricted collections are visible, but all other information such the number of documents cannot be viewed.

<per-document-security>

When set to true, the per document security feature is enabled.

In the Add Documents panel in the Configuration pane, Security Metadata configuration is visible. You can apply document security to individual documents, in addition to the security of the Collection they belong to.

Code examples

: Code examples for common implementations of additional security options

Task

Code example and Sintelix UI output

Show inaccessible documents and collections

<security-options>

<show-inaccessible>true</show-inaccessible>

</security-options>

Sintelix UI output: Collections : Collections > Collections panel

Enable per document security metadata

<security-options>

<per-document-security>true</per-document-security>

</security-options>

Sintelix UI output: Add Documents : Collections > Collection > Add Documents > Configuration pane