tencentcloud-sdk-nodejs 4.1.75 → 4.1.77
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/es/common/sdk_version.js +1 -1
- package/es/services/ckafka/v20190819/ckafka_client.js +0 -3
- package/es/services/ctem/v20231128/ctem_client.js +9 -0
- package/es/services/live/v20180801/live_client.js +17 -8
- package/es/services/lke/v20231130/lke_client.js +6 -30
- package/es/services/monitor/v20230616/monitor_client.js +2 -2
- package/es/services/tse/v20201207/tse_client.js +14 -11
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +6 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -5
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +0 -6
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +0 -98
- package/tencentcloud/services/ctem/v20231128/ctem_client.d.ts +13 -1
- package/tencentcloud/services/ctem/v20231128/ctem_client.js +18 -0
- package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +399 -127
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +9 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +37 -12
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +11 -8
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +16 -0
- package/tencentcloud/services/kms/v20190118/kms_client.d.ts +1 -1
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +90 -13
- package/tencentcloud/services/live/v20180801/live_client.d.ts +22 -10
- package/tencentcloud/services/live/v20180801/live_client.js +31 -13
- package/tencentcloud/services/live/v20180801/live_models.d.ts +55 -16
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +7 -46
- package/tencentcloud/services/lke/v20231130/lke_client.js +9 -64
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +4618 -5142
- package/tencentcloud/services/monitor/v20230616/monitor_client.d.ts +3 -9
- package/tencentcloud/services/monitor/v20230616/monitor_client.js +3 -9
- package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +26 -90
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -5
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +13 -3
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +13 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +17 -13
- package/tencentcloud/services/tse/v20201207/tse_client.js +24 -18
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +89 -0
@@ -44,6 +44,35 @@ export interface DisplayWechatOfficialAccount {
|
|
44
44
|
*/
|
45
45
|
Description?: string;
|
46
46
|
}
|
47
|
+
/**
|
48
|
+
* Github泄露详情
|
49
|
+
*/
|
50
|
+
export interface DisplayGithub {
|
51
|
+
/**
|
52
|
+
* 主键ID
|
53
|
+
*/
|
54
|
+
Id?: number;
|
55
|
+
/**
|
56
|
+
* 内容
|
57
|
+
*/
|
58
|
+
Content?: string;
|
59
|
+
/**
|
60
|
+
* 命中关键字
|
61
|
+
*/
|
62
|
+
MatchedKeywords?: string;
|
63
|
+
/**
|
64
|
+
* 泄露地址
|
65
|
+
*/
|
66
|
+
Url?: string;
|
67
|
+
/**
|
68
|
+
* 状态
|
69
|
+
*/
|
70
|
+
Status?: string;
|
71
|
+
/**
|
72
|
+
* 公共字段
|
73
|
+
*/
|
74
|
+
DisplayToolCommon?: DisplayToolCommon;
|
75
|
+
}
|
47
76
|
/**
|
48
77
|
* ModifyCustomer请求参数结构体
|
49
78
|
*/
|
@@ -507,37 +536,17 @@ export interface DescribeDarkWebsRequest {
|
|
507
536
|
Ignored?: boolean;
|
508
537
|
}
|
509
538
|
/**
|
510
|
-
*
|
539
|
+
* 邮箱泄露详情
|
511
540
|
*/
|
512
|
-
export interface
|
541
|
+
export interface DisplayLeakageEmail {
|
513
542
|
/**
|
514
543
|
* 主键ID
|
515
544
|
*/
|
516
545
|
Id?: number;
|
517
546
|
/**
|
518
|
-
*
|
547
|
+
* 邮箱
|
519
548
|
*/
|
520
|
-
|
521
|
-
/**
|
522
|
-
* 命中关键字
|
523
|
-
*/
|
524
|
-
MatchedKeywords?: string;
|
525
|
-
/**
|
526
|
-
* 泄露地址
|
527
|
-
*/
|
528
|
-
Url?: string;
|
529
|
-
/**
|
530
|
-
* 状态
|
531
|
-
*/
|
532
|
-
Status?: string;
|
533
|
-
/**
|
534
|
-
* 公共字段
|
535
|
-
*/
|
536
|
-
DisplayToolCommon?: DisplayToolCommon;
|
537
|
-
/**
|
538
|
-
* 泄露平台
|
539
|
-
*/
|
540
|
-
Platform?: string;
|
549
|
+
Email?: string;
|
541
550
|
}
|
542
551
|
/**
|
543
552
|
* DescribeHttps请求参数结构体
|
@@ -931,6 +940,76 @@ export interface DescribeAssetsRequest {
|
|
931
940
|
*/
|
932
941
|
Ignored?: boolean;
|
933
942
|
}
|
943
|
+
/**
|
944
|
+
* 数据泄露详情
|
945
|
+
*/
|
946
|
+
export interface DisplayLeakageData {
|
947
|
+
/**
|
948
|
+
* 主键ID
|
949
|
+
*/
|
950
|
+
Id?: number;
|
951
|
+
/**
|
952
|
+
* 链接
|
953
|
+
*/
|
954
|
+
Url?: string;
|
955
|
+
}
|
956
|
+
/**
|
957
|
+
* DescribeLeakageDatas请求参数结构体
|
958
|
+
*/
|
959
|
+
export interface DescribeLeakageDatasRequest {
|
960
|
+
/**
|
961
|
+
* 是否聚合数据
|
962
|
+
*/
|
963
|
+
IsAggregation?: boolean;
|
964
|
+
/**
|
965
|
+
* 是否新增数据
|
966
|
+
*/
|
967
|
+
IsNew?: boolean;
|
968
|
+
/**
|
969
|
+
* 企业ID
|
970
|
+
*/
|
971
|
+
CustomerId?: number;
|
972
|
+
/**
|
973
|
+
* 分页大小
|
974
|
+
*/
|
975
|
+
Limit?: number;
|
976
|
+
/**
|
977
|
+
* 分页偏移
|
978
|
+
*/
|
979
|
+
Offset?: number;
|
980
|
+
/**
|
981
|
+
* 子公司ID列表
|
982
|
+
*/
|
983
|
+
EnterpriseUidList?: Array<string>;
|
984
|
+
/**
|
985
|
+
* 数据输出格式:json、file,默认不填为json
|
986
|
+
*/
|
987
|
+
Format?: string;
|
988
|
+
/**
|
989
|
+
* 创建时间-开始
|
990
|
+
*/
|
991
|
+
CreateAtStart?: string;
|
992
|
+
/**
|
993
|
+
* 创建时间-结束
|
994
|
+
*/
|
995
|
+
CreateAtEnd?: string;
|
996
|
+
/**
|
997
|
+
* 更新时间-开始
|
998
|
+
*/
|
999
|
+
UpdateAtStart?: string;
|
1000
|
+
/**
|
1001
|
+
* 更新时间-结束
|
1002
|
+
*/
|
1003
|
+
UpdateAtEnd?: string;
|
1004
|
+
/**
|
1005
|
+
* 查询数组
|
1006
|
+
*/
|
1007
|
+
Filters?: Array<Filter>;
|
1008
|
+
/**
|
1009
|
+
* 是否显示被忽略的数据
|
1010
|
+
*/
|
1011
|
+
Ignored?: boolean;
|
1012
|
+
}
|
934
1013
|
/**
|
935
1014
|
* DescribeJobRecordDetails请求参数结构体
|
936
1015
|
*/
|
@@ -1074,33 +1153,110 @@ export interface DisplayJobRecordDetail {
|
|
1074
1153
|
Data?: Array<IdndValue>;
|
1075
1154
|
}
|
1076
1155
|
/**
|
1077
|
-
*
|
1156
|
+
* 端口详情
|
1078
1157
|
*/
|
1079
|
-
export interface
|
1158
|
+
export interface DisplayPort {
|
1080
1159
|
/**
|
1081
1160
|
* 主键ID
|
1082
1161
|
*/
|
1083
1162
|
Id?: number;
|
1084
1163
|
/**
|
1085
|
-
*
|
1164
|
+
* 公共字段
|
1086
1165
|
*/
|
1087
|
-
|
1166
|
+
DisplayToolCommon?: DisplayToolCommon;
|
1088
1167
|
/**
|
1089
|
-
*
|
1168
|
+
* IP或域名地址
|
1090
1169
|
*/
|
1091
|
-
|
1170
|
+
Asset?: string;
|
1092
1171
|
/**
|
1093
|
-
*
|
1172
|
+
* 解析的IP
|
1094
1173
|
*/
|
1095
|
-
|
1174
|
+
Ip?: string;
|
1096
1175
|
/**
|
1097
|
-
*
|
1176
|
+
* 端口
|
1177
|
+
*/
|
1178
|
+
Port?: number;
|
1179
|
+
/**
|
1180
|
+
* 是否高危
|
1181
|
+
*/
|
1182
|
+
IsHighRisk?: boolean;
|
1183
|
+
/**
|
1184
|
+
* 组件名称
|
1185
|
+
*/
|
1186
|
+
App?: string;
|
1187
|
+
/**
|
1188
|
+
* 服务名称
|
1189
|
+
*/
|
1190
|
+
Service?: string;
|
1191
|
+
/**
|
1192
|
+
* 端口响应详情
|
1193
|
+
*/
|
1194
|
+
Banner?: string;
|
1195
|
+
/**
|
1196
|
+
* 上次检测时间
|
1197
|
+
*/
|
1198
|
+
LastCheckTime?: string;
|
1199
|
+
/**
|
1200
|
+
* 状态,close:连接超时,端口可能已关闭,open:端口开放, checking:复测中, ignore:已忽略
|
1098
1201
|
*/
|
1099
1202
|
Status?: string;
|
1203
|
+
}
|
1204
|
+
/**
|
1205
|
+
* DescribeLeakageCodes请求参数结构体
|
1206
|
+
*/
|
1207
|
+
export interface DescribeLeakageCodesRequest {
|
1100
1208
|
/**
|
1101
|
-
*
|
1209
|
+
* 是否聚合数据
|
1102
1210
|
*/
|
1103
|
-
|
1211
|
+
IsAggregation?: boolean;
|
1212
|
+
/**
|
1213
|
+
* 是否新增数据
|
1214
|
+
*/
|
1215
|
+
IsNew?: boolean;
|
1216
|
+
/**
|
1217
|
+
* 企业ID
|
1218
|
+
*/
|
1219
|
+
CustomerId?: number;
|
1220
|
+
/**
|
1221
|
+
* 分页大小
|
1222
|
+
*/
|
1223
|
+
Limit?: number;
|
1224
|
+
/**
|
1225
|
+
* 分页偏移
|
1226
|
+
*/
|
1227
|
+
Offset?: number;
|
1228
|
+
/**
|
1229
|
+
* 子公司ID列表
|
1230
|
+
*/
|
1231
|
+
EnterpriseUidList?: Array<string>;
|
1232
|
+
/**
|
1233
|
+
* 数据输出格式:json、file,默认不填为json
|
1234
|
+
*/
|
1235
|
+
Format?: string;
|
1236
|
+
/**
|
1237
|
+
* 创建时间-开始
|
1238
|
+
*/
|
1239
|
+
CreateAtStart?: string;
|
1240
|
+
/**
|
1241
|
+
* 创建时间-结束
|
1242
|
+
*/
|
1243
|
+
CreateAtEnd?: string;
|
1244
|
+
/**
|
1245
|
+
* 更新时间-开始
|
1246
|
+
*/
|
1247
|
+
UpdateAtStart?: string;
|
1248
|
+
/**
|
1249
|
+
* 更新时间-结束
|
1250
|
+
*/
|
1251
|
+
UpdateAtEnd?: string;
|
1252
|
+
/**
|
1253
|
+
* 查询数组
|
1254
|
+
*/
|
1255
|
+
Filters?: Array<Filter>;
|
1256
|
+
/**
|
1257
|
+
* 是否显示被忽略的数据
|
1258
|
+
*/
|
1259
|
+
Ignored?: boolean;
|
1104
1260
|
}
|
1105
1261
|
/**
|
1106
1262
|
* 主机资产详情
|
@@ -1243,61 +1399,57 @@ export interface DisplaySubDomain {
|
|
1243
1399
|
DisplayToolCommon?: DisplayToolCommon;
|
1244
1400
|
}
|
1245
1401
|
/**
|
1246
|
-
*
|
1402
|
+
* DescribeWechatApplets请求参数结构体
|
1247
1403
|
*/
|
1248
|
-
export interface
|
1249
|
-
/**
|
1250
|
-
* 子公司ID
|
1251
|
-
*/
|
1252
|
-
EnterpriseUid?: string;
|
1404
|
+
export interface DescribeWechatAppletsRequest {
|
1253
1405
|
/**
|
1254
|
-
*
|
1406
|
+
* 企业ID
|
1255
1407
|
*/
|
1256
|
-
|
1408
|
+
CustomerId?: number;
|
1257
1409
|
/**
|
1258
|
-
*
|
1410
|
+
* 是否新增数据
|
1259
1411
|
*/
|
1260
|
-
|
1412
|
+
IsNew?: boolean;
|
1261
1413
|
/**
|
1262
|
-
*
|
1414
|
+
* 分页大小
|
1263
1415
|
*/
|
1264
|
-
|
1416
|
+
Limit?: number;
|
1265
1417
|
/**
|
1266
|
-
*
|
1418
|
+
* 分页偏移
|
1267
1419
|
*/
|
1268
|
-
|
1420
|
+
Offset?: number;
|
1269
1421
|
/**
|
1270
|
-
*
|
1422
|
+
* 子公司ID列表
|
1271
1423
|
*/
|
1272
|
-
|
1424
|
+
EnterpriseUidList?: Array<string>;
|
1273
1425
|
/**
|
1274
|
-
*
|
1426
|
+
* 数据输出格式:json、file,默认不填为json
|
1275
1427
|
*/
|
1276
|
-
|
1428
|
+
Format?: string;
|
1277
1429
|
/**
|
1278
|
-
*
|
1430
|
+
* 创建时间-开始
|
1279
1431
|
*/
|
1280
|
-
|
1432
|
+
CreateAtStart?: string;
|
1281
1433
|
/**
|
1282
|
-
*
|
1434
|
+
* 创建时间-结束
|
1283
1435
|
*/
|
1284
|
-
|
1436
|
+
CreateAtEnd?: string;
|
1285
1437
|
/**
|
1286
|
-
*
|
1438
|
+
* 更新时间-开始
|
1287
1439
|
*/
|
1288
|
-
|
1440
|
+
UpdateAtStart?: string;
|
1289
1441
|
/**
|
1290
|
-
*
|
1442
|
+
* 更新时间-结束
|
1291
1443
|
*/
|
1292
|
-
|
1444
|
+
UpdateAtEnd?: string;
|
1293
1445
|
/**
|
1294
|
-
*
|
1446
|
+
* 查询数组
|
1295
1447
|
*/
|
1296
|
-
|
1448
|
+
Filters?: Array<Filter>;
|
1297
1449
|
/**
|
1298
|
-
*
|
1450
|
+
* 是否显示被忽略的数据
|
1299
1451
|
*/
|
1300
|
-
|
1452
|
+
Ignored?: boolean;
|
1301
1453
|
}
|
1302
1454
|
/**
|
1303
1455
|
* DescribeGithubs返回参数结构体
|
@@ -1316,6 +1468,24 @@ export interface DescribeGithubsResponse {
|
|
1316
1468
|
*/
|
1317
1469
|
RequestId?: string;
|
1318
1470
|
}
|
1471
|
+
/**
|
1472
|
+
* DescribeLeakageEmails返回参数结构体
|
1473
|
+
*/
|
1474
|
+
export interface DescribeLeakageEmailsResponse {
|
1475
|
+
/**
|
1476
|
+
* 总数
|
1477
|
+
*/
|
1478
|
+
Total?: number;
|
1479
|
+
/**
|
1480
|
+
* 数组
|
1481
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1482
|
+
*/
|
1483
|
+
List?: Array<DisplayLeakageEmail>;
|
1484
|
+
/**
|
1485
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1486
|
+
*/
|
1487
|
+
RequestId?: string;
|
1488
|
+
}
|
1319
1489
|
/**
|
1320
1490
|
* DescribeAssets返回参数结构体
|
1321
1491
|
*/
|
@@ -1789,53 +1959,37 @@ export interface DescribeDomainsResponse {
|
|
1789
1959
|
RequestId?: string;
|
1790
1960
|
}
|
1791
1961
|
/**
|
1792
|
-
*
|
1962
|
+
* 网盘泄露详情
|
1793
1963
|
*/
|
1794
|
-
export interface
|
1964
|
+
export interface DisplayNetDisk {
|
1795
1965
|
/**
|
1796
1966
|
* 主键ID
|
1797
1967
|
*/
|
1798
1968
|
Id?: number;
|
1799
1969
|
/**
|
1800
|
-
*
|
1801
|
-
*/
|
1802
|
-
DisplayToolCommon?: DisplayToolCommon;
|
1803
|
-
/**
|
1804
|
-
* IP或域名地址
|
1805
|
-
*/
|
1806
|
-
Asset?: string;
|
1807
|
-
/**
|
1808
|
-
* 解析的IP
|
1809
|
-
*/
|
1810
|
-
Ip?: string;
|
1811
|
-
/**
|
1812
|
-
* 端口
|
1813
|
-
*/
|
1814
|
-
Port?: number;
|
1815
|
-
/**
|
1816
|
-
* 是否高危
|
1970
|
+
* 内容
|
1817
1971
|
*/
|
1818
|
-
|
1972
|
+
Content?: string;
|
1819
1973
|
/**
|
1820
|
-
*
|
1974
|
+
* 命中关键字
|
1821
1975
|
*/
|
1822
|
-
|
1976
|
+
MatchedKeywords?: string;
|
1823
1977
|
/**
|
1824
|
-
*
|
1978
|
+
* 泄露地址
|
1825
1979
|
*/
|
1826
|
-
|
1980
|
+
Url?: string;
|
1827
1981
|
/**
|
1828
|
-
*
|
1982
|
+
* 状态
|
1829
1983
|
*/
|
1830
|
-
|
1984
|
+
Status?: string;
|
1831
1985
|
/**
|
1832
|
-
*
|
1986
|
+
* 公共字段
|
1833
1987
|
*/
|
1834
|
-
|
1988
|
+
DisplayToolCommon?: DisplayToolCommon;
|
1835
1989
|
/**
|
1836
|
-
*
|
1990
|
+
* 泄露平台
|
1837
1991
|
*/
|
1838
|
-
|
1992
|
+
Platform?: string;
|
1839
1993
|
}
|
1840
1994
|
/**
|
1841
1995
|
* DescribeEnterprises请求参数结构体
|
@@ -1895,17 +2049,39 @@ export interface DescribeEnterprisesRequest {
|
|
1895
2049
|
IsShowStatistics?: boolean;
|
1896
2050
|
}
|
1897
2051
|
/**
|
1898
|
-
*
|
2052
|
+
* DescribeLeakageDatas返回参数结构体
|
1899
2053
|
*/
|
1900
|
-
export interface
|
2054
|
+
export interface DescribeLeakageDatasResponse {
|
1901
2055
|
/**
|
1902
|
-
*
|
2056
|
+
* 总数
|
1903
2057
|
*/
|
1904
|
-
|
2058
|
+
Total?: number;
|
2059
|
+
/**
|
2060
|
+
* 数组
|
2061
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2062
|
+
*/
|
2063
|
+
List?: Array<DisplayLeakageData>;
|
2064
|
+
/**
|
2065
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2066
|
+
*/
|
2067
|
+
RequestId?: string;
|
2068
|
+
}
|
2069
|
+
/**
|
2070
|
+
* DescribeConfigs请求参数结构体
|
2071
|
+
*/
|
2072
|
+
export interface DescribeConfigsRequest {
|
2073
|
+
/**
|
2074
|
+
* 是否聚合数据
|
2075
|
+
*/
|
2076
|
+
IsAggregation?: boolean;
|
1905
2077
|
/**
|
1906
2078
|
* 是否新增数据
|
1907
2079
|
*/
|
1908
2080
|
IsNew?: boolean;
|
2081
|
+
/**
|
2082
|
+
* 企业ID
|
2083
|
+
*/
|
2084
|
+
CustomerId?: number;
|
1909
2085
|
/**
|
1910
2086
|
* 分页大小
|
1911
2087
|
*/
|
@@ -1948,61 +2124,74 @@ export interface DescribeWechatAppletsRequest {
|
|
1948
2124
|
Ignored?: boolean;
|
1949
2125
|
}
|
1950
2126
|
/**
|
1951
|
-
*
|
2127
|
+
* 数据管理公共字段
|
1952
2128
|
*/
|
1953
|
-
export interface
|
2129
|
+
export interface DisplayToolCommon {
|
1954
2130
|
/**
|
1955
|
-
*
|
2131
|
+
* 子公司ID
|
1956
2132
|
*/
|
1957
|
-
|
2133
|
+
EnterpriseUid?: string;
|
1958
2134
|
/**
|
1959
|
-
*
|
2135
|
+
* 子公司名称
|
1960
2136
|
*/
|
1961
|
-
|
2137
|
+
EnterpriseName?: string;
|
1962
2138
|
/**
|
1963
|
-
*
|
2139
|
+
* 主任务ID
|
1964
2140
|
*/
|
1965
|
-
|
2141
|
+
JobId?: number;
|
1966
2142
|
/**
|
1967
|
-
*
|
2143
|
+
* 单任务ID
|
1968
2144
|
*/
|
1969
|
-
|
2145
|
+
JobStageId?: number;
|
1970
2146
|
/**
|
1971
|
-
*
|
2147
|
+
* 是否忽略
|
1972
2148
|
*/
|
1973
|
-
|
2149
|
+
Ignored?: boolean;
|
1974
2150
|
/**
|
1975
|
-
*
|
2151
|
+
* 子任务ID
|
1976
2152
|
*/
|
1977
|
-
|
2153
|
+
JobRecordId?: number;
|
1978
2154
|
/**
|
1979
|
-
*
|
2155
|
+
* 企业ID
|
1980
2156
|
*/
|
1981
|
-
|
2157
|
+
CustomerId?: number;
|
1982
2158
|
/**
|
1983
|
-
*
|
2159
|
+
* 企业名称
|
1984
2160
|
*/
|
1985
|
-
|
2161
|
+
CustomerName?: string;
|
1986
2162
|
/**
|
1987
|
-
*
|
2163
|
+
* 详情
|
1988
2164
|
*/
|
1989
|
-
|
2165
|
+
Detail?: string;
|
1990
2166
|
/**
|
1991
|
-
*
|
2167
|
+
* Md5值
|
1992
2168
|
*/
|
1993
|
-
|
2169
|
+
Md5?: string;
|
1994
2170
|
/**
|
1995
|
-
*
|
2171
|
+
* 创建时间
|
1996
2172
|
*/
|
1997
|
-
|
2173
|
+
CreateAt?: string;
|
1998
2174
|
/**
|
1999
|
-
*
|
2175
|
+
* 更新时间
|
2000
2176
|
*/
|
2001
|
-
|
2177
|
+
UpdateAt?: string;
|
2002
2178
|
/**
|
2003
|
-
*
|
2179
|
+
* 标签列表,json格式:{\"tag1\":[\"责任人xxx\"],\"tag2\":[\"测试站\"]}
|
2004
2180
|
*/
|
2005
|
-
|
2181
|
+
Labels?: string;
|
2182
|
+
}
|
2183
|
+
/**
|
2184
|
+
* 代码泄露详情
|
2185
|
+
*/
|
2186
|
+
export interface DisplayLeakageCode {
|
2187
|
+
/**
|
2188
|
+
* 主键ID
|
2189
|
+
*/
|
2190
|
+
Id?: number;
|
2191
|
+
/**
|
2192
|
+
* 链接
|
2193
|
+
*/
|
2194
|
+
Url?: string;
|
2006
2195
|
}
|
2007
2196
|
/**
|
2008
2197
|
* DescribeApps返回参数结构体
|
@@ -2189,6 +2378,71 @@ export interface DisplayWeakPassword {
|
|
2189
2378
|
* 截图
|
2190
2379
|
*/
|
2191
2380
|
ScreenshotUrl?: string;
|
2381
|
+
/**
|
2382
|
+
* 状态:unrepaired:未修复,repaired:已修复, offline:资产已下线, ignore:已忽略, checking:复测中
|
2383
|
+
*/
|
2384
|
+
Status?: string;
|
2385
|
+
/**
|
2386
|
+
* 上次复测时间
|
2387
|
+
*/
|
2388
|
+
LastCheckTime?: string;
|
2389
|
+
}
|
2390
|
+
/**
|
2391
|
+
* DescribeLeakageEmails请求参数结构体
|
2392
|
+
*/
|
2393
|
+
export interface DescribeLeakageEmailsRequest {
|
2394
|
+
/**
|
2395
|
+
* 是否聚合数据
|
2396
|
+
*/
|
2397
|
+
IsAggregation?: boolean;
|
2398
|
+
/**
|
2399
|
+
* 是否新增数据
|
2400
|
+
*/
|
2401
|
+
IsNew?: boolean;
|
2402
|
+
/**
|
2403
|
+
* 企业ID
|
2404
|
+
*/
|
2405
|
+
CustomerId?: number;
|
2406
|
+
/**
|
2407
|
+
* 分页大小
|
2408
|
+
*/
|
2409
|
+
Limit?: number;
|
2410
|
+
/**
|
2411
|
+
* 分页偏移
|
2412
|
+
*/
|
2413
|
+
Offset?: number;
|
2414
|
+
/**
|
2415
|
+
* 子公司ID列表
|
2416
|
+
*/
|
2417
|
+
EnterpriseUidList?: Array<string>;
|
2418
|
+
/**
|
2419
|
+
* 数据输出格式:json、file,默认不填为json
|
2420
|
+
*/
|
2421
|
+
Format?: string;
|
2422
|
+
/**
|
2423
|
+
* 创建时间-开始
|
2424
|
+
*/
|
2425
|
+
CreateAtStart?: string;
|
2426
|
+
/**
|
2427
|
+
* 创建时间-结束
|
2428
|
+
*/
|
2429
|
+
CreateAtEnd?: string;
|
2430
|
+
/**
|
2431
|
+
* 更新时间-开始
|
2432
|
+
*/
|
2433
|
+
UpdateAtStart?: string;
|
2434
|
+
/**
|
2435
|
+
* 更新时间-结束
|
2436
|
+
*/
|
2437
|
+
UpdateAtEnd?: string;
|
2438
|
+
/**
|
2439
|
+
* 查询数组
|
2440
|
+
*/
|
2441
|
+
Filters?: Array<Filter>;
|
2442
|
+
/**
|
2443
|
+
* 是否显示被忽略的数据
|
2444
|
+
*/
|
2445
|
+
Ignored?: boolean;
|
2192
2446
|
}
|
2193
2447
|
/**
|
2194
2448
|
* 链路详情扫描目标和ID
|
@@ -2377,6 +2631,24 @@ export interface DisplayDarkWeb {
|
|
2377
2631
|
*/
|
2378
2632
|
DisplayToolCommon?: DisplayToolCommon;
|
2379
2633
|
}
|
2634
|
+
/**
|
2635
|
+
* DescribeLeakageCodes返回参数结构体
|
2636
|
+
*/
|
2637
|
+
export interface DescribeLeakageCodesResponse {
|
2638
|
+
/**
|
2639
|
+
* 总数
|
2640
|
+
*/
|
2641
|
+
Total?: number;
|
2642
|
+
/**
|
2643
|
+
* 数组
|
2644
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2645
|
+
*/
|
2646
|
+
List?: Array<DisplayLeakageCode>;
|
2647
|
+
/**
|
2648
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2649
|
+
*/
|
2650
|
+
RequestId?: string;
|
2651
|
+
}
|
2380
2652
|
/**
|
2381
2653
|
* DescribeManages返回参数结构体
|
2382
2654
|
*/
|
@@ -6280,7 +6280,7 @@ export interface InternetAccessible {
|
|
6280
6280
|
|
6281
6281
|
示例值:WanIP
|
6282
6282
|
|
6283
|
-
|
6283
|
+
此功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)
|
6284
6284
|
*/
|
6285
6285
|
IPv4AddressType?: string;
|
6286
6286
|
/**
|
@@ -6291,7 +6291,7 @@ export interface InternetAccessible {
|
|
6291
6291
|
如需为资源分配IPv6地址,请指定弹性公网IPv6类型。
|
6292
6292
|
示例值:EIPv6
|
6293
6293
|
|
6294
|
-
|
6294
|
+
此功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)
|
6295
6295
|
*/
|
6296
6296
|
IPv6AddressType?: string;
|
6297
6297
|
/**
|