Configure Deep Security Manager System Settings
The API provides access to many of the Deep Security Manager system settings. It is useful to automate configurations immediately after deployment.
You use the following SDK classes to interact with system settings:
SystemSettings
: Defines properties for all of the available system settings. The properties are named after the system setting with which they correspond. For a list of system settings, see System Settings in the Settings Reference.SettingValue
: Stores a single string value. UseSettingValue
objects to store the values ofSystemSettings
properties, which are of type SettingValue.SystemSettingsApi
:Enables you to list and modify system settings on Deep Security Manager (using aSystemSettings
object), and to get, modify, and reset the value of a specific system setting.