Connector Configuration Reference
visibility
field while indexing permission metadata on content. This data is stored in the acl_ss
field for each document.
The value of the visibility
field determines the permissions assigned to a document. The following table describes how the types of permissions found in the visibility
field of a document are used.
Permission type | Notes |
---|---|
All | The value stored in the acl_ss field is “all”. |
People | The document includes a list of users who are authorized to view the content. This list is stored in the acl_ss field as user email addresses. |
Place | A request is made to determine the type of group. The group type determines the permissions stored. |
Open or Members Only | The value stored in the acl_ss field is “all”. |
Private or Secret | The value stored in the acl_ss field is the name of the group. |
\t
for the tab character. When entering configuration values in the API, use escaped characters, such as \\t
for the tab character.