KSC Open API
Kaspersky Security Center API description
|
List of attributes:
Attribute | Type | Description | Remarks |
---|---|---|---|
id | paramInt | ID 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. |
name | paramString | Name of the custom parameter. | |
is_important | paramBool | Custom parameter importance flag. | |
type | paramInt | Type of the custom parameter:
| |
select_options | paramArray | List 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.
Attribute | Type | Description | Remarks |
---|---|---|---|
id | paramInt | ID 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. |
name | paramString | Name of the select option entry. | Read-only |
priority | paramInt | Priority of the select option entry. |