KSC Open API
Kaspersky Security Center API description
Custom parameter attributes

List of attributes:

AttributeTypeDescriptionRemarks
idparamIntID of the custom parameter.This attribute should not be set for new entries added via CustomParams::SetSettingsAndParams. This attribute should not be modified for entries updated via CustomParams::SetSettingsAndParams.
nameparamStringName of the custom parameter.
is_importantparamBoolCustom parameter importance flag.
typeparamIntType of the custom parameter:
  • 0 - Text
  • 1 - Select
select_optionsparamArrayList of select options. Each entry of the array is a (paramParams) container that contains attributes (see the table below). Used only if "type" == 1.


Attributes of the select option entry (paramParams) container are presented below.

AttributeTypeDescriptionRemarks
idparamIntID of the select option entry.This attribute should not be set for new entries added via CustomParams::SetSettingsAndParams. This attribute should not be modified for entries updated via CustomParams::SetSettingsAndParams.
nameparamStringName of the select option entry.Read-only
priorityparamIntPriority of the select option entry.
See also: