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 Description Possible 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
ruleCreation

Optional. When creating an automatic folder protection rule, allows you to force the creation of a shared or local rule or to leave the choice to the user. The possible values are:

  • "forceSharedRule" to always create protection rules as shared rules.

  • “forceLocalRule” to always create protection rules as local rules.

  • “userChoice” to allow the user to choose whether or not to share the rule.

forceSharedRule,

 

 

 

 

forceLocalRule,

 

 

 

 

 

 

userChoice

Always create protection rules as shared rules

 

Always create protection rules as not shared rules

 

Allow choosing the type of protection rules during creation