tencentcloud-sdk-nodejs-ioa 4.1.58 → 4.1.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -944,6 +944,26 @@ export interface DeviceDetail {
|
|
|
944
944
|
* 未修复高危漏洞数(只支持32位)
|
|
945
945
|
*/
|
|
946
946
|
CriticalVulListCount?: number;
|
|
947
|
+
/**
|
|
948
|
+
* 操作系统名称
|
|
949
|
+
*/
|
|
950
|
+
Os?: string;
|
|
951
|
+
/**
|
|
952
|
+
* 操作系统位数
|
|
953
|
+
*/
|
|
954
|
+
OsBits?: number;
|
|
955
|
+
/**
|
|
956
|
+
* 操作系统版本
|
|
957
|
+
*/
|
|
958
|
+
OsVersion?: string;
|
|
959
|
+
/**
|
|
960
|
+
* 操作系统语言
|
|
961
|
+
*/
|
|
962
|
+
OsLanguage?: string;
|
|
963
|
+
/**
|
|
964
|
+
* 操作系统安装时间
|
|
965
|
+
*/
|
|
966
|
+
OsInstallDate?: string;
|
|
947
967
|
/**
|
|
948
968
|
* 设备名,和Name相同
|
|
949
969
|
*/
|