SecurityFields
The fields that contain the security type of the document.
NOTE: Micro Focus recommends that you use field configuration to set SecurityType fields, instead of setting this parameter for a single index action.
Separate multiple fields with commas. There must be no space before or after a comma. You can use wildcards.
When identifying fields use the formats:
-
/FieldNameto match root-level fields -
*/FieldNameto match all fields except root-level -
/Path/FieldNameto match fields that the specified path points to.
If you specify only the field name, IDOL Server automatically adds a */ to it.
| Actions: | DREADD
DREADDDATA |
| Type: | String |
| Default: | |
| Example: | SecurityFields=Document/DRESecurity,*/mySecurity
In this example, IDOL Server reads the security type of documents from any DRESecurity field below the Document level and any mySecurity fields. |
| See Also: | SecurityType configuration parameter |