Stormshield Data Share

Stormshield Data Share can be configured in the sharePolicy section of the .json file. The table below describes its parameters. In the SDMC administration console, the equivalent parameters are found in Policies > Features > Share.

For more information on configuring this feature, refer to the section Configuring Stormshield Data Share in the Administration guide.

Parameter Type Description Prescribed values SDMC
  • dropboxPolicy

  • oodrivePolicy

  • oneDrivePolicy

  • oneDriveForBusinessPolicy

  • sharepointPolicy

Indicates how SDS Enterprise must protect Dropbox, Oodrive, OneDrive, OneDrive for Business and SharePoint shared spaces.

Each of these parameters is a separate object whose individual properties are detailed in the following lines.

  • Dropbox

  • OneDrive

  • OneDrive for Business

  • SharePoint

  • OoDrive

  protect: Indicates whether the synchronized space must be automatically protected.

true,

false

Enable/Disable the button
 

subfoldersToProtect: Specifies the list of sub-folders to be protected in the shared space. Applies only if "protect" : true.

An empty list means that the entire shared space is protected.

Examples:

  • [ "Documents" ]

  • [ "Folder1", "Folder2\SubFolder" ]

List of strings Advanced