MappedSecurity
A Boolean value that specifies whether the connector adds Access Control Lists (ACLs) to documents. ACLs must be added to documents if you want to use Mapped Security.
If you do not want to index Access Control Lists (ACLs) with documents, set this parameter to false
.
ACLs are added to the AUTONOMYMETADATA
document field. The ACL contains the users and groups that can read a document’s content.
To extract an ACL for the users and groups who can browse to a document, but cannot read the document, use the configuration parameters BrowseSecurity
and BrowseSecurityField
.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | MappedSecurity=true
|
See Also: | BrowseSecurity |