tencentcloud-sdk-python 3.0.1258__py2.py3-none-any.whl → 3.0.1260__py2.py3-none-any.whl

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.
Files changed (52) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/ca/v20230228/models.py +103 -0
  3. tencentcloud/cbs/v20170312/models.py +1 -1
  4. tencentcloud/cdb/v20170320/cdb_client.py +0 -25
  5. tencentcloud/cdb/v20170320/models.py +0 -111
  6. tencentcloud/cfs/v20190719/models.py +2 -1
  7. tencentcloud/cfw/v20190904/cfw_client.py +1 -3
  8. tencentcloud/cfw/v20190904/models.py +477 -877
  9. tencentcloud/clb/v20180317/models.py +1 -3
  10. tencentcloud/csip/v20221121/csip_client.py +1 -1
  11. tencentcloud/csip/v20221121/models.py +7 -709
  12. tencentcloud/cwp/v20180228/cwp_client.py +3 -1
  13. tencentcloud/cwp/v20180228/models.py +43 -70
  14. tencentcloud/dlc/v20210125/models.py +3 -3
  15. tencentcloud/dnspod/v20210323/dnspod_client.py +49 -0
  16. tencentcloud/dnspod/v20210323/models.py +356 -0
  17. tencentcloud/ecm/v20190719/models.py +1 -1
  18. tencentcloud/es/v20180416/models.py +13 -0
  19. tencentcloud/ess/v20201111/ess_client.py +25 -8
  20. tencentcloud/ess/v20201111/models.py +15 -4
  21. tencentcloud/essbasic/v20210526/essbasic_client.py +17 -14
  22. tencentcloud/essbasic/v20210526/models.py +9 -2
  23. tencentcloud/hunyuan/v20230901/models.py +13 -1
  24. tencentcloud/ioa/v20220601/models.py +8 -125
  25. tencentcloud/kms/v20190118/models.py +0 -25
  26. tencentcloud/lke/v20231130/lke_client.py +3 -1
  27. tencentcloud/mongodb/v20190725/models.py +4 -4
  28. tencentcloud/mps/v20190612/models.py +30 -1
  29. tencentcloud/mrs/v20200910/models.py +22 -0
  30. tencentcloud/ms/v20180408/models.py +99 -84
  31. tencentcloud/oceanus/v20190422/models.py +179 -0
  32. tencentcloud/ocr/v20181119/models.py +165 -1
  33. tencentcloud/ocr/v20181119/ocr_client.py +25 -0
  34. tencentcloud/redis/v20180412/models.py +18 -18
  35. tencentcloud/redis/v20180412/redis_client.py +2 -0
  36. tencentcloud/scf/v20180416/models.py +1 -1
  37. tencentcloud/sms/v20190711/errorcodes.py +1 -1
  38. tencentcloud/sms/v20210111/errorcodes.py +1 -1
  39. tencentcloud/tcss/v20201101/models.py +0 -13
  40. tencentcloud/tdmq/v20200217/models.py +1 -1
  41. tencentcloud/tem/v20210701/models.py +1 -1
  42. tencentcloud/teo/v20220901/errorcodes.py +3 -0
  43. tencentcloud/teo/v20220901/models.py +3 -5
  44. tencentcloud/trtc/v20190722/models.py +0 -31
  45. tencentcloud/trtc/v20190722/trtc_client.py +0 -25
  46. tencentcloud/waf/v20180125/models.py +453 -1049
  47. tencentcloud/waf/v20180125/waf_client.py +23 -75
  48. {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/METADATA +1 -1
  49. {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/RECORD +52 -52
  50. {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/LICENSE +0 -0
  51. {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/WHEEL +0 -0
  52. {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/top_level.txt +0 -0
@@ -69,276 +69,186 @@ class AlertExtraInfo(AbstractModel):
69
69
  def __init__(self):
70
70
  r"""
71
71
  :param _RelateEvent: 相关攻击事件
72
- 注意:此字段可能返回 null,表示取不到有效值。
73
72
  :type RelateEvent: :class:`tencentcloud.csip.v20221121.models.RelatedEvent`
74
73
  :param _LeakContent: 泄漏内容
75
- 注意:此字段可能返回 null,表示取不到有效值。
76
74
  :type LeakContent: str
77
75
  :param _LeakAPI: 泄漏API
78
- 注意:此字段可能返回 null,表示取不到有效值。
79
76
  :type LeakAPI: str
80
77
  :param _SecretID: secretID
81
- 注意:此字段可能返回 null,表示取不到有效值。
82
78
  :type SecretID: str
83
79
  :param _Rule: 命中规则
84
- 注意:此字段可能返回 null,表示取不到有效值。
85
80
  :type Rule: str
86
81
  :param _RuleDesc: 规则描述
87
- 注意:此字段可能返回 null,表示取不到有效值。
88
82
  :type RuleDesc: str
89
83
  :param _ProtocolPort: 协议端口
90
- 注意:此字段可能返回 null,表示取不到有效值。
91
84
  :type ProtocolPort: str
92
85
  :param _AttackContent: 攻击内容
93
- 注意:此字段可能返回 null,表示取不到有效值。
94
86
  :type AttackContent: str
95
87
  :param _AttackIPProfile: 攻击IP画像
96
- 注意:此字段可能返回 null,表示取不到有效值。
97
88
  :type AttackIPProfile: str
98
89
  :param _AttackIPTags: 攻击IP标签
99
- 注意:此字段可能返回 null,表示取不到有效值。
100
90
  :type AttackIPTags: str
101
91
  :param _RequestMethod: 请求方式
102
- 注意:此字段可能返回 null,表示取不到有效值。
103
92
  :type RequestMethod: str
104
93
  :param _HttpLog: HTTP日志
105
- 注意:此字段可能返回 null,表示取不到有效值。
106
94
  :type HttpLog: str
107
95
  :param _AttackDomain: 被攻击域名
108
- 注意:此字段可能返回 null,表示取不到有效值。
109
96
  :type AttackDomain: str
110
97
  :param _FilePath: 文件路径
111
- 注意:此字段可能返回 null,表示取不到有效值。
112
98
  :type FilePath: str
113
99
  :param _UserAgent: user_agent
114
- 注意:此字段可能返回 null,表示取不到有效值。
115
100
  :type UserAgent: str
116
101
  :param _RequestHeaders: 请求头
117
- 注意:此字段可能返回 null,表示取不到有效值。
118
102
  :type RequestHeaders: str
119
103
  :param _LoginUserName: 登录用户名
120
- 注意:此字段可能返回 null,表示取不到有效值。
121
104
  :type LoginUserName: str
122
105
  :param _VulnerabilityName: 漏洞名称
123
- 注意:此字段可能返回 null,表示取不到有效值。
124
106
  :type VulnerabilityName: str
125
107
  :param _CVE: 公共漏洞和暴露
126
- 注意:此字段可能返回 null,表示取不到有效值。
127
108
  :type CVE: str
128
109
  :param _ServiceProcess: 服务进程
129
- 注意:此字段可能返回 null,表示取不到有效值。
130
110
  :type ServiceProcess: str
131
111
  :param _FileName: 文件名
132
- 注意:此字段可能返回 null,表示取不到有效值。
133
112
  :type FileName: str
134
113
  :param _FileSize: 文件大小
135
- 注意:此字段可能返回 null,表示取不到有效值。
136
114
  :type FileSize: str
137
115
  :param _FileMD5: 文件MD5
138
- 注意:此字段可能返回 null,表示取不到有效值。
139
116
  :type FileMD5: str
140
117
  :param _FileLastAccessTime: 文件最近访问时间
141
- 注意:此字段可能返回 null,表示取不到有效值。
142
118
  :type FileLastAccessTime: str
143
119
  :param _FileModifyTime: 文件修改时间
144
- 注意:此字段可能返回 null,表示取不到有效值。
145
120
  :type FileModifyTime: str
146
121
  :param _RecentAccessTime: 最近访问时间
147
- 注意:此字段可能返回 null,表示取不到有效值。
148
122
  :type RecentAccessTime: str
149
123
  :param _RecentModifyTime: 最近修改时间
150
- 注意:此字段可能返回 null,表示取不到有效值。
151
124
  :type RecentModifyTime: str
152
125
  :param _VirusName: 病毒名
153
- 注意:此字段可能返回 null,表示取不到有效值。
154
126
  :type VirusName: str
155
127
  :param _VirusFileTags: 病毒文件标签
156
- 注意:此字段可能返回 null,表示取不到有效值。
157
128
  :type VirusFileTags: str
158
129
  :param _BehavioralCharacteristics: 行为特征
159
- 注意:此字段可能返回 null,表示取不到有效值。
160
130
  :type BehavioralCharacteristics: str
161
131
  :param _ProcessNamePID: 进程名(PID)
162
- 注意:此字段可能返回 null,表示取不到有效值。
163
132
  :type ProcessNamePID: str
164
133
  :param _ProcessPath: 进程路径
165
- 注意:此字段可能返回 null,表示取不到有效值。
166
134
  :type ProcessPath: str
167
135
  :param _ProcessCommandLine: 进程命令行
168
- 注意:此字段可能返回 null,表示取不到有效值。
169
136
  :type ProcessCommandLine: str
170
137
  :param _ProcessPermissions: 进程权限
171
- 注意:此字段可能返回 null,表示取不到有效值。
172
138
  :type ProcessPermissions: str
173
139
  :param _ExecutedCommand: 执行命令
174
- 注意:此字段可能返回 null,表示取不到有效值。
175
140
  :type ExecutedCommand: str
176
141
  :param _AffectedFileName: 受影响文件名
177
- 注意:此字段可能返回 null,表示取不到有效值。
178
142
  :type AffectedFileName: str
179
143
  :param _DecoyPath: 诱饵路径
180
- 注意:此字段可能返回 null,表示取不到有效值。
181
144
  :type DecoyPath: str
182
145
  :param _MaliciousProcessFileSize: 恶意进程文件大小
183
- 注意:此字段可能返回 null,表示取不到有效值。
184
146
  :type MaliciousProcessFileSize: str
185
147
  :param _MaliciousProcessFileMD5: 恶意进程文件MD5
186
- 注意:此字段可能返回 null,表示取不到有效值。
187
148
  :type MaliciousProcessFileMD5: str
188
149
  :param _MaliciousProcessNamePID: 恶意进程名(PID)
189
- 注意:此字段可能返回 null,表示取不到有效值。
190
150
  :type MaliciousProcessNamePID: str
191
151
  :param _MaliciousProcessPath: 恶意进程路径
192
- 注意:此字段可能返回 null,表示取不到有效值。
193
152
  :type MaliciousProcessPath: str
194
153
  :param _MaliciousProcessStartTime: 恶意进程启动时间
195
- 注意:此字段可能返回 null,表示取不到有效值。
196
154
  :type MaliciousProcessStartTime: str
197
155
  :param _CommandContent: 命令内容
198
- 注意:此字段可能返回 null,表示取不到有效值。
199
156
  :type CommandContent: str
200
157
  :param _StartupUser: 启动用户
201
- 注意:此字段可能返回 null,表示取不到有效值。
202
158
  :type StartupUser: str
203
159
  :param _UserGroup: 用户所属组
204
- 注意:此字段可能返回 null,表示取不到有效值。
205
160
  :type UserGroup: str
206
161
  :param _NewPermissions: 新增权限
207
- 注意:此字段可能返回 null,表示取不到有效值。
208
162
  :type NewPermissions: str
209
163
  :param _ParentProcess: 父进程
210
- 注意:此字段可能返回 null,表示取不到有效值。
211
164
  :type ParentProcess: str
212
165
  :param _ClassName: 类名
213
- 注意:此字段可能返回 null,表示取不到有效值。
214
166
  :type ClassName: str
215
167
  :param _ClassLoader: 所属类加载器
216
- 注意:此字段可能返回 null,表示取不到有效值。
217
168
  :type ClassLoader: str
218
169
  :param _ClassFileSize: 类文件大小
219
- 注意:此字段可能返回 null,表示取不到有效值。
220
170
  :type ClassFileSize: str
221
171
  :param _ClassFileMD5: 类文件MD5
222
- 注意:此字段可能返回 null,表示取不到有效值。
223
172
  :type ClassFileMD5: str
224
173
  :param _ParentClassName: 父类名
225
- 注意:此字段可能返回 null,表示取不到有效值。
226
174
  :type ParentClassName: str
227
175
  :param _InheritedInterface: 继承接口
228
- 注意:此字段可能返回 null,表示取不到有效值。
229
176
  :type InheritedInterface: str
230
177
  :param _Comment: 注释
231
- 注意:此字段可能返回 null,表示取不到有效值。
232
178
  :type Comment: str
233
179
  :param _PayloadContent: 载荷内容
234
- 注意:此字段可能返回 null,表示取不到有效值。
235
180
  :type PayloadContent: str
236
181
  :param _CallbackAddressPortrait: 回连地址画像
237
- 注意:此字段可能返回 null,表示取不到有效值。
238
182
  :type CallbackAddressPortrait: str
239
183
  :param _CallbackAddressTag: 回连地址标签
240
- 注意:此字段可能返回 null,表示取不到有效值。
241
184
  :type CallbackAddressTag: str
242
185
  :param _ProcessMD5: 进程MD5
243
- 注意:此字段可能返回 null,表示取不到有效值。
244
186
  :type ProcessMD5: str
245
187
  :param _FilePermission: 文件权限
246
- 注意:此字段可能返回 null,表示取不到有效值。
247
188
  :type FilePermission: str
248
189
  :param _FromLogAnalysisData: 来源于日志分析的信息字段
249
- 注意:此字段可能返回 null,表示取不到有效值。
250
190
  :type FromLogAnalysisData: list of KeyValue
251
191
  :param _HitProbe: 命中探针
252
- 注意:此字段可能返回 null,表示取不到有效值。
253
192
  :type HitProbe: str
254
193
  :param _HitHoneyPot: 命中蜜罐
255
194
 
256
- 注意:此字段可能返回 null,表示取不到有效值。
257
195
  :type HitHoneyPot: str
258
196
  :param _CommandList: 命令列表
259
- 注意:此字段可能返回 null,表示取不到有效值。
260
197
  :type CommandList: str
261
198
  :param _AttackEventDesc: 攻击事件描述
262
199
 
263
- 注意:此字段可能返回 null,表示取不到有效值。
264
200
  :type AttackEventDesc: str
265
201
  :param _ProcessInfo: 进程信息
266
- 注意:此字段可能返回 null,表示取不到有效值。
267
202
  :type ProcessInfo: str
268
203
  :param _UserNameAndPwd: 使用用户名&密码
269
- 注意:此字段可能返回 null,表示取不到有效值。
270
204
  :type UserNameAndPwd: str
271
205
  :param _StrategyID: 主机防护策略ID
272
- 注意:此字段可能返回 null,表示取不到有效值。
273
206
  :type StrategyID: str
274
207
  :param _StrategyName: 主机防护策略名称
275
- 注意:此字段可能返回 null,表示取不到有效值。
276
208
  :type StrategyName: str
277
209
  :param _HitStrategy: 主机防护命中策略,是策略ID和策略名称的组合
278
- 注意:此字段可能返回 null,表示取不到有效值。
279
210
  :type HitStrategy: str
280
211
  :param _ProcessName: 进程名
281
- 注意:此字段可能返回 null,表示取不到有效值。
282
212
  :type ProcessName: str
283
213
  :param _PID: PID
284
- 注意:此字段可能返回 null,表示取不到有效值。
285
214
  :type PID: str
286
215
  :param _PodName: 容器Pod名
287
- 注意:此字段可能返回 null,表示取不到有效值。
288
216
  :type PodName: str
289
217
  :param _PodID: 容器PodID
290
- 注意:此字段可能返回 null,表示取不到有效值。
291
218
  :type PodID: str
292
219
  :param _Response: Http响应
293
- 注意:此字段可能返回 null,表示取不到有效值。
294
220
  :type Response: str
295
221
  :param _SystemCall: 系统调用
296
- 注意:此字段可能返回 null,表示取不到有效值。
297
222
  :type SystemCall: str
298
223
  :param _Verb: 操作类型verb
299
- 注意:此字段可能返回 null,表示取不到有效值。
300
224
  :type Verb: str
301
225
  :param _LogID: 日志ID
302
- 注意:此字段可能返回 null,表示取不到有效值。
303
226
  :type LogID: str
304
227
  :param _Different: 变更内容
305
- 注意:此字段可能返回 null,表示取不到有效值。
306
228
  :type Different: str
307
229
  :param _EventType: 事件类型
308
- 注意:此字段可能返回 null,表示取不到有效值。
309
230
  :type EventType: str
310
231
  :param _Description: 事件描述
311
- 注意:此字段可能返回 null,表示取不到有效值。
312
232
  :type Description: str
313
233
  :param _TargetAddress: 目标地址(容器反弹shell)
314
- 注意:此字段可能返回 null,表示取不到有效值。
315
234
  :type TargetAddress: str
316
235
  :param _MaliciousRequestDomain: 恶意请求域名(容器恶意外联)
317
- 注意:此字段可能返回 null,表示取不到有效值。
318
236
  :type MaliciousRequestDomain: str
319
237
  :param _RuleType: 规则类型(容器K8sAPI异常请求)
320
- 注意:此字段可能返回 null,表示取不到有效值。
321
238
  :type RuleType: str
322
239
  :param _RequestURI: 请求资源(容器K8sAPI异常请求)
323
- 注意:此字段可能返回 null,表示取不到有效值。
324
240
  :type RequestURI: str
325
241
  :param _RequestUser: 发起请求用户(容器K8sAPI异常请求)
326
- 注意:此字段可能返回 null,表示取不到有效值。
327
242
  :type RequestUser: str
328
243
  :param _RequestObject: 请求对象(容器K8sAPI异常请求)
329
- 注意:此字段可能返回 null,表示取不到有效值。
330
244
  :type RequestObject: str
331
245
  :param _ResponseObject: 响应对象(容器K8sAPI异常请求)
332
- 注意:此字段可能返回 null,表示取不到有效值。
333
246
  :type ResponseObject: str
334
247
  :param _FileType: 文件类型(容器文件篡改)
335
- 注意:此字段可能返回 null,表示取不到有效值。
336
248
  :type FileType: str
337
249
  :param _TIType: 标签特征(容器恶意外联)
338
- 注意:此字段可能返回 null,表示取不到有效值。
339
250
  :type TIType: str
340
251
  :param _SourceIP: 来源IP(容器K8sAPI异常请求)
341
- 注意:此字段可能返回 null,表示取不到有效值。
342
252
  :type SourceIP: str
343
253
  """
344
254
  self._RelateEvent = None
@@ -1269,17 +1179,14 @@ class AlertInfo(AbstractModel):
1269
1179
  def __init__(self):
1270
1180
  r"""
1271
1181
  :param _ID: 告警ID
1272
- 注意:此字段可能返回 null,表示取不到有效值。
1273
1182
  :type ID: str
1274
1183
  :param _Name: 告警名称
1275
- 注意:此字段可能返回 null,表示取不到有效值。
1276
1184
  :type Name: str
1277
1185
  :param _Source: 告警来源
1278
1186
  CFW:云防火墙
1279
1187
  WAF:Web应用防火墙
1280
1188
  CWP:主机安全
1281
1189
  CSIP:云安全中心
1282
- 注意:此字段可能返回 null,表示取不到有效值。
1283
1190
  :type Source: str
1284
1191
  :param _Level: 告警等级
1285
1192
  1:提示
@@ -1287,83 +1194,57 @@ CSIP:云安全中心
1287
1194
  3:中危
1288
1195
  4:高危
1289
1196
  5:严重
1290
- 注意:此字段可能返回 null,表示取不到有效值。
1291
1197
  :type Level: int
1292
1198
  :param _Attacker: 攻击者
1293
- 注意:此字段可能返回 null,表示取不到有效值。
1294
1199
  :type Attacker: :class:`tencentcloud.csip.v20221121.models.RoleInfo`
1295
1200
  :param _Victim: 受害者
1296
- 注意:此字段可能返回 null,表示取不到有效值。
1297
1201
  :type Victim: :class:`tencentcloud.csip.v20221121.models.RoleInfo`
1298
1202
  :param _EvidenceData: 证据数据(例如攻击内容等,base64编码)
1299
- 注意:此字段可能返回 null,表示取不到有效值。
1300
1203
  :type EvidenceData: str
1301
1204
  :param _EvidenceLocation: 证据位置(例如协议端口)
1302
- 注意:此字段可能返回 null,表示取不到有效值。
1303
1205
  :type EvidenceLocation: str
1304
1206
  :param _EvidencePath: 证据路径
1305
- 注意:此字段可能返回 null,表示取不到有效值。
1306
1207
  :type EvidencePath: str
1307
1208
  :param _CreateTime: 首次告警时间
1308
- 注意:此字段可能返回 null,表示取不到有效值。
1309
1209
  :type CreateTime: str
1310
1210
  :param _UpdateTime: 最近告警时间
1311
- 注意:此字段可能返回 null,表示取不到有效值。
1312
1211
  :type UpdateTime: str
1313
1212
  :param _Count: 告警次数
1314
- 注意:此字段可能返回 null,表示取不到有效值。
1315
1213
  :type Count: int
1316
1214
  :param _UrgentSuggestion: 紧急缓解建议
1317
- 注意:此字段可能返回 null,表示取不到有效值。
1318
1215
  :type UrgentSuggestion: str
1319
1216
  :param _RemediationSuggestion: 根治建议
1320
- 注意:此字段可能返回 null,表示取不到有效值。
1321
1217
  :type RemediationSuggestion: str
1322
1218
  :param _Status: 处理状态
1323
1219
  0:未处置,1:已忽略,2:已处置
1324
- 注意:此字段可能返回 null,表示取不到有效值。
1325
1220
  :type Status: int
1326
1221
  :param _ProcessType: 告警处理类型
1327
- 注意:此字段可能返回 null,表示取不到有效值。
1328
1222
  :type ProcessType: str
1329
1223
  :param _Type: 告警大类
1330
- 注意:此字段可能返回 null,表示取不到有效值。
1331
1224
  :type Type: str
1332
1225
  :param _SubType: 告警小类
1333
- 注意:此字段可能返回 null,表示取不到有效值。
1334
1226
  :type SubType: str
1335
1227
  :param _ExtraInfo: 下拉字段
1336
- 注意:此字段可能返回 null,表示取不到有效值。
1337
1228
  :type ExtraInfo: :class:`tencentcloud.csip.v20221121.models.AlertExtraInfo`
1338
1229
  :param _Key: 聚合字段
1339
- 注意:此字段可能返回 null,表示取不到有效值。
1340
1230
  :type Key: str
1341
1231
  :param _Date: 告警日期
1342
- 注意:此字段可能返回 null,表示取不到有效值。
1343
1232
  :type Date: str
1344
1233
  :param _AppID: appid
1345
- 注意:此字段可能返回 null,表示取不到有效值。
1346
1234
  :type AppID: str
1347
1235
  :param _NickName: 账户名称
1348
- 注意:此字段可能返回 null,表示取不到有效值。
1349
1236
  :type NickName: str
1350
1237
  :param _Uin: 账户ID
1351
- 注意:此字段可能返回 null,表示取不到有效值。
1352
1238
  :type Uin: str
1353
1239
  :param _Action: 行为
1354
- 注意:此字段可能返回 null,表示取不到有效值。
1355
1240
  :type Action: int
1356
1241
  :param _RiskInvestigation: 风险排查
1357
- 注意:此字段可能返回 null,表示取不到有效值。
1358
1242
  :type RiskInvestigation: str
1359
1243
  :param _RiskTreatment: 风险处置
1360
- 注意:此字段可能返回 null,表示取不到有效值。
1361
1244
  :type RiskTreatment: str
1362
1245
  :param _LogType: 日志类型
1363
- 注意:此字段可能返回 null,表示取不到有效值。
1364
1246
  :type LogType: str
1365
1247
  :param _LogSearch: 语句检索
1366
- 注意:此字段可能返回 null,表示取不到有效值。
1367
1248
  :type LogSearch: str
1368
1249
  """
1369
1250
  self._ID = None
@@ -1683,91 +1564,62 @@ class AssetBaseInfoResponse(AbstractModel):
1683
1564
  def __init__(self):
1684
1565
  r"""
1685
1566
  :param _VpcId: vpc-id
1686
- 注意:此字段可能返回 null,表示取不到有效值。
1687
1567
  :type VpcId: str
1688
1568
  :param _VpcName: vpc-name
1689
- 注意:此字段可能返回 null,表示取不到有效值。
1690
1569
  :type VpcName: str
1691
1570
  :param _AssetName: 资产名
1692
- 注意:此字段可能返回 null,表示取不到有效值。
1693
1571
  :type AssetName: str
1694
1572
  :param _Os: 操作系统
1695
- 注意:此字段可能返回 null,表示取不到有效值。
1696
1573
  :type Os: str
1697
1574
  :param _PublicIp: 公网ip
1698
- 注意:此字段可能返回 null,表示取不到有效值。
1699
1575
  :type PublicIp: str
1700
1576
  :param _PrivateIp: 内网ip
1701
- 注意:此字段可能返回 null,表示取不到有效值。
1702
1577
  :type PrivateIp: str
1703
1578
  :param _Region: 地域
1704
- 注意:此字段可能返回 null,表示取不到有效值。
1705
1579
  :type Region: str
1706
1580
  :param _AssetType: 资产类型
1707
- 注意:此字段可能返回 null,表示取不到有效值。
1708
1581
  :type AssetType: str
1709
1582
  :param _AssetId: 资产id
1710
- 注意:此字段可能返回 null,表示取不到有效值。
1711
1583
  :type AssetId: str
1712
1584
  :param _AccountNum: 账号数量
1713
- 注意:此字段可能返回 null,表示取不到有效值。
1714
1585
  :type AccountNum: int
1715
1586
  :param _PortNum: 端口数量
1716
- 注意:此字段可能返回 null,表示取不到有效值。
1717
1587
  :type PortNum: int
1718
1588
  :param _ProcessNum: 进程数量
1719
- 注意:此字段可能返回 null,表示取不到有效值。
1720
1589
  :type ProcessNum: int
1721
1590
  :param _SoftApplicationNum: 软件应用数量
1722
- 注意:此字段可能返回 null,表示取不到有效值。
1723
1591
  :type SoftApplicationNum: int
1724
1592
  :param _DatabaseNum: 数据库数量
1725
- 注意:此字段可能返回 null,表示取不到有效值。
1726
1593
  :type DatabaseNum: int
1727
1594
  :param _WebApplicationNum: Web应用数量
1728
- 注意:此字段可能返回 null,表示取不到有效值。
1729
1595
  :type WebApplicationNum: int
1730
1596
  :param _ServiceNum: 服务数量
1731
- 注意:此字段可能返回 null,表示取不到有效值。
1732
1597
  :type ServiceNum: int
1733
1598
  :param _WebFrameworkNum: web框架数量
1734
- 注意:此字段可能返回 null,表示取不到有效值。
1735
1599
  :type WebFrameworkNum: int
1736
1600
  :param _WebSiteNum: Web站点数量
1737
- 注意:此字段可能返回 null,表示取不到有效值。
1738
1601
  :type WebSiteNum: int
1739
1602
  :param _JarPackageNum: Jar包数量
1740
- 注意:此字段可能返回 null,表示取不到有效值。
1741
1603
  :type JarPackageNum: int
1742
1604
  :param _StartServiceNum: 启动服务数量
1743
- 注意:此字段可能返回 null,表示取不到有效值。
1744
1605
  :type StartServiceNum: int
1745
1606
  :param _ScheduledTaskNum: 计划任务数量
1746
- 注意:此字段可能返回 null,表示取不到有效值。
1747
1607
  :type ScheduledTaskNum: int
1748
1608
  :param _EnvironmentVariableNum: 环境变量数量
1749
- 注意:此字段可能返回 null,表示取不到有效值。
1750
1609
  :type EnvironmentVariableNum: int
1751
1610
  :param _KernelModuleNum: 内核模块数量
1752
- 注意:此字段可能返回 null,表示取不到有效值。
1753
1611
  :type KernelModuleNum: int
1754
1612
  :param _SystemInstallationPackageNum: 系统安装包数量
1755
- 注意:此字段可能返回 null,表示取不到有效值。
1756
1613
  :type SystemInstallationPackageNum: int
1757
1614
  :param _SurplusProtectDay: 剩余防护时长
1758
- 注意:此字段可能返回 null,表示取不到有效值。
1759
1615
  :type SurplusProtectDay: int
1760
1616
  :param _CWPStatus: 客户端是否安装 1 已安装 0 未安装
1761
- 注意:此字段可能返回 null,表示取不到有效值。
1762
1617
  :type CWPStatus: int
1763
1618
  :param _Tag: 标签
1764
- 注意:此字段可能返回 null,表示取不到有效值。
1765
1619
  :type Tag: list of Tag
1766
1620
  :param _ProtectLevel: 防护等级
1767
- 注意:此字段可能返回 null,表示取不到有效值。
1768
1621
  :type ProtectLevel: str
1769
1622
  :param _ProtectedDay: 防护时长
1770
- 注意:此字段可能返回 null,表示取不到有效值。
1771
1623
  :type ProtectedDay: int
1772
1624
  """
1773
1625
  self._VpcId = None
@@ -2092,53 +1944,38 @@ class AssetClusterPod(AbstractModel):
2092
1944
  :param _Nick: 租户昵称
2093
1945
  :type Nick: str
2094
1946
  :param _Region: 地域
2095
- 注意:此字段可能返回 null,表示取不到有效值。
2096
1947
  :type Region: str
2097
1948
  :param _AssetId: pod id
2098
1949
  :type AssetId: str
2099
1950
  :param _AssetName: pod名称
2100
1951
  :type AssetName: str
2101
1952
  :param _InstanceCreateTime: pod创建时间
2102
- 注意:此字段可能返回 null,表示取不到有效值。
2103
1953
  :type InstanceCreateTime: str
2104
1954
  :param _Namespace: 命名空间
2105
- 注意:此字段可能返回 null,表示取不到有效值。
2106
1955
  :type Namespace: str
2107
1956
  :param _Status: 状态
2108
- 注意:此字段可能返回 null,表示取不到有效值。
2109
1957
  :type Status: str
2110
1958
  :param _ClusterId: 集群id
2111
- 注意:此字段可能返回 null,表示取不到有效值。
2112
1959
  :type ClusterId: str
2113
1960
  :param _ClusterName: 集群名称
2114
- 注意:此字段可能返回 null,表示取不到有效值。
2115
1961
  :type ClusterName: str
2116
1962
  :param _MachineId: 主机id
2117
- 注意:此字段可能返回 null,表示取不到有效值。
2118
1963
  :type MachineId: str
2119
1964
  :param _MachineName: 主机名
2120
- 注意:此字段可能返回 null,表示取不到有效值。
2121
1965
  :type MachineName: str
2122
1966
  :param _PodIp: pod ip
2123
- 注意:此字段可能返回 null,表示取不到有效值。
2124
1967
  :type PodIp: str
2125
1968
  :param _ServiceCount: 关联service数
2126
- 注意:此字段可能返回 null,表示取不到有效值。
2127
1969
  :type ServiceCount: int
2128
1970
  :param _ContainerCount: 关联容器数
2129
- 注意:此字段可能返回 null,表示取不到有效值。
2130
1971
  :type ContainerCount: int
2131
1972
  :param _PublicIp: 公网ip
2132
- 注意:此字段可能返回 null,表示取不到有效值。
2133
1973
  :type PublicIp: str
2134
1974
  :param _PrivateIp: 内网ip
2135
- 注意:此字段可能返回 null,表示取不到有效值。
2136
1975
  :type PrivateIp: str
2137
1976
  :param _IsCore: 是否核心:1:核心,2:非核心
2138
- 注意:此字段可能返回 null,表示取不到有效值。
2139
1977
  :type IsCore: int
2140
1978
  :param _IsNewAsset: 是否新资产 1新
2141
- 注意:此字段可能返回 null,表示取不到有效值。
2142
1979
  :type IsNewAsset: int
2143
1980
  """
2144
1981
  self._AppId = None
@@ -2362,34 +2199,24 @@ class AssetInfoDetail(AbstractModel):
2362
2199
  def __init__(self):
2363
2200
  r"""
2364
2201
  :param _AppID: 用户appid
2365
- 注意:此字段可能返回 null,表示取不到有效值。
2366
2202
  :type AppID: str
2367
2203
  :param _CVEId: CVE编号
2368
- 注意:此字段可能返回 null,表示取不到有效值。
2369
2204
  :type CVEId: str
2370
2205
  :param _IsScan: 是扫描,0默认未扫描,1正在扫描,2扫描完成,3扫描出错
2371
- 注意:此字段可能返回 null,表示取不到有效值。
2372
2206
  :type IsScan: int
2373
2207
  :param _InfluenceAsset: 影响资产数目
2374
- 注意:此字段可能返回 null,表示取不到有效值。
2375
2208
  :type InfluenceAsset: int
2376
2209
  :param _NotRepairAsset: 未修复资产数目
2377
- 注意:此字段可能返回 null,表示取不到有效值。
2378
2210
  :type NotRepairAsset: int
2379
2211
  :param _NotProtectAsset: 未防护资产数目
2380
- 注意:此字段可能返回 null,表示取不到有效值。
2381
2212
  :type NotProtectAsset: int
2382
2213
  :param _TaskId: 任务ID
2383
- 注意:此字段可能返回 null,表示取不到有效值。
2384
2214
  :type TaskId: str
2385
2215
  :param _TaskPercent: 任务百分比
2386
- 注意:此字段可能返回 null,表示取不到有效值。
2387
2216
  :type TaskPercent: int
2388
2217
  :param _TaskTime: 任务时间
2389
- 注意:此字段可能返回 null,表示取不到有效值。
2390
2218
  :type TaskTime: int
2391
2219
  :param _ScanTime: 扫描时间
2392
- 注意:此字段可能返回 null,表示取不到有效值。
2393
2220
  :type ScanTime: str
2394
2221
  """
2395
2222
  self._AppID = None
@@ -2513,13 +2340,10 @@ class AssetInstanceTypeMap(AbstractModel):
2513
2340
  def __init__(self):
2514
2341
  r"""
2515
2342
  :param _Text: 资产类型
2516
- 注意:此字段可能返回 null,表示取不到有效值。
2517
2343
  :type Text: str
2518
2344
  :param _Value: 资产类型
2519
- 注意:此字段可能返回 null,表示取不到有效值。
2520
2345
  :type Value: str
2521
2346
  :param _InstanceTypeList: 资产类型和实例类型映射关系
2522
- 注意:此字段可能返回 null,表示取不到有效值。
2523
2347
  :type InstanceTypeList: list of FilterDataObject
2524
2348
  """
2525
2349
  self._Text = None
@@ -2578,10 +2402,8 @@ class AssetTag(AbstractModel):
2578
2402
  def __init__(self):
2579
2403
  r"""
2580
2404
  :param _TagKey: 标签的key值,可以是字母、数字、下划线
2581
- 注意:此字段可能返回 null,表示取不到有效值。
2582
2405
  :type TagKey: str
2583
2406
  :param _TagValue: 标签的vale值,可以是字母、数字、下划线
2584
- 注意:此字段可能返回 null,表示取不到有效值。
2585
2407
  :type TagValue: str
2586
2408
  """
2587
2409
  self._TagKey = None
@@ -2661,13 +2483,10 @@ class AssetViewCFGRisk(AbstractModel):
2661
2483
  :param _AppId: 用户appid
2662
2484
  :type AppId: str
2663
2485
  :param _Nick: 用户昵称
2664
- 注意:此字段可能返回 null,表示取不到有效值。
2665
2486
  :type Nick: str
2666
2487
  :param _Uin: 用户uin
2667
- 注意:此字段可能返回 null,表示取不到有效值。
2668
2488
  :type Uin: str
2669
2489
  :param _ClbId: 当资产类型为LBL的时候,展示该字段,方便定位具体的LB
2670
- 注意:此字段可能返回 null,表示取不到有效值。
2671
2490
  :type ClbId: str
2672
2491
  """
2673
2492
  self._Id = None
@@ -2933,10 +2752,8 @@ class AssetViewPortRisk(AbstractModel):
2933
2752
  :param _AppId: 用户appid
2934
2753
  :type AppId: str
2935
2754
  :param _Nick: 用户昵称
2936
- 注意:此字段可能返回 null,表示取不到有效值。
2937
2755
  :type Nick: str
2938
2756
  :param _Uin: 用户uin
2939
- 注意:此字段可能返回 null,表示取不到有效值。
2940
2757
  :type Uin: str
2941
2758
  :param _From: 识别来源,详细看枚举返回。
2942
2759
  :type From: str
@@ -3179,10 +2996,8 @@ class AssetViewVULRisk(AbstractModel):
3179
2996
  :param _AppId: 用户appid
3180
2997
  :type AppId: str
3181
2998
  :param _Nick: 用户昵称
3182
- 注意:此字段可能返回 null,表示取不到有效值。
3183
2999
  :type Nick: str
3184
3000
  :param _Uin: 用户uin
3185
- 注意:此字段可能返回 null,表示取不到有效值。
3186
3001
  :type Uin: str
3187
3002
  :param _VULType: 漏洞类型
3188
3003
  :type VULType: str
@@ -3219,7 +3034,6 @@ class AssetViewVULRisk(AbstractModel):
3219
3034
  :param _Payload: 攻击载荷
3220
3035
  :type Payload: str
3221
3036
  :param _EMGCVulType: 应急漏洞类型,1-应急漏洞,0-非应急漏洞
3222
- 注意:此字段可能返回 null,表示取不到有效值。
3223
3037
  :type EMGCVulType: int
3224
3038
  """
3225
3039
  self._AffectAsset = None
@@ -3595,10 +3409,8 @@ class AssetViewVULRiskData(AbstractModel):
3595
3409
  :param _AppId: 用户appid
3596
3410
  :type AppId: str
3597
3411
  :param _Nick: 用户昵称
3598
- 注意:此字段可能返回 null,表示取不到有效值。
3599
3412
  :type Nick: str
3600
3413
  :param _Uin: 用户uin
3601
- 注意:此字段可能返回 null,表示取不到有效值。
3602
3414
  :type Uin: str
3603
3415
  :param _VULType: 漏洞类型
3604
3416
  :type VULType: str
@@ -3625,49 +3437,34 @@ class AssetViewVULRiskData(AbstractModel):
3625
3437
  :param _Payload: 攻击载荷
3626
3438
  :type Payload: str
3627
3439
  :param _EMGCVulType: 应急漏洞类型,1-应急漏洞,0-非应急漏洞
3628
- 注意:此字段可能返回 null,表示取不到有效值。
3629
3440
  :type EMGCVulType: int
3630
3441
  :param _CVSS: CVSS评分
3631
- 注意:此字段可能返回 null,表示取不到有效值。
3632
3442
  :type CVSS: float
3633
3443
  :param _Index: 前端索引id
3634
- 注意:此字段可能返回 null,表示取不到有效值。
3635
3444
  :type Index: str
3636
3445
  :param _PCMGRId: pcmgrId
3637
- 注意:此字段可能返回 null,表示取不到有效值。
3638
3446
  :type PCMGRId: str
3639
3447
  :param _LogId: 报告id
3640
- 注意:此字段可能返回 null,表示取不到有效值。
3641
3448
  :type LogId: str
3642
3449
  :param _TaskId: 任务id
3643
- 注意:此字段可能返回 null,表示取不到有效值。
3644
3450
  :type TaskId: str
3645
3451
  :param _VulTag: 漏洞标签
3646
- 注意:此字段可能返回 null,表示取不到有效值。
3647
3452
  :type VulTag: list of str
3648
3453
  :param _DisclosureTime: 漏洞披露时间
3649
- 注意:此字段可能返回 null,表示取不到有效值。
3650
3454
  :type DisclosureTime: str
3651
3455
  :param _AttackHeat: 攻击热度
3652
- 注意:此字段可能返回 null,表示取不到有效值。
3653
3456
  :type AttackHeat: int
3654
3457
  :param _IsSuggest: 是否必修漏洞1是,0不是
3655
- 注意:此字段可能返回 null,表示取不到有效值。
3656
3458
  :type IsSuggest: int
3657
3459
  :param _HandleTaskId: 处置任务ID
3658
- 注意:此字段可能返回 null,表示取不到有效值。
3659
3460
  :type HandleTaskId: str
3660
3461
  :param _EngineSource: 引擎来源
3661
- 注意:此字段可能返回 null,表示取不到有效值。
3662
3462
  :type EngineSource: str
3663
3463
  :param _VulRiskId: 新的漏洞风险id(同全网漏洞表的riskid)
3664
- 注意:此字段可能返回 null,表示取不到有效值。
3665
3464
  :type VulRiskId: str
3666
3465
  :param _TvdID: 新版漏洞id
3667
- 注意:此字段可能返回 null,表示取不到有效值。
3668
3466
  :type TvdID: str
3669
3467
  :param _IsOneClick: 是否可以一键体检,1-可以,0-不可以
3670
- 注意:此字段可能返回 null,表示取不到有效值。
3671
3468
  :type IsOneClick: int
3672
3469
  """
3673
3470
  self._AffectAsset = None
@@ -4117,10 +3914,8 @@ class AssetViewWeakPassRisk(AbstractModel):
4117
3914
  :param _AppId: 用户appid
4118
3915
  :type AppId: str
4119
3916
  :param _Nick: 用户昵称
4120
- 注意:此字段可能返回 null,表示取不到有效值。
4121
3917
  :type Nick: str
4122
3918
  :param _Uin: 用户uin
4123
- 注意:此字段可能返回 null,表示取不到有效值。
4124
3919
  :type Uin: str
4125
3920
  :param _PasswordType: 弱口令类型
4126
3921
  :type PasswordType: str
@@ -4366,64 +4161,44 @@ class BugInfoDetail(AbstractModel):
4366
4161
  def __init__(self):
4367
4162
  r"""
4368
4163
  :param _Id: 漏洞编号
4369
- 注意:此字段可能返回 null,表示取不到有效值。
4370
4164
  :type Id: int
4371
4165
  :param _PatchId: 漏洞对应pocId
4372
- 注意:此字段可能返回 null,表示取不到有效值。
4373
4166
  :type PatchId: str
4374
4167
  :param _VULName: 漏洞名称
4375
- 注意:此字段可能返回 null,表示取不到有效值。
4376
4168
  :type VULName: str
4377
4169
  :param _Level: 漏洞严重性:high,middle,low,info
4378
- 注意:此字段可能返回 null,表示取不到有效值。
4379
4170
  :type Level: str
4380
4171
  :param _CVSSScore: cvss评分
4381
- 注意:此字段可能返回 null,表示取不到有效值。
4382
4172
  :type CVSSScore: str
4383
4173
  :param _CVEId: cve编号
4384
- 注意:此字段可能返回 null,表示取不到有效值。
4385
4174
  :type CVEId: str
4386
4175
  :param _Tag: 漏洞标签
4387
- 注意:此字段可能返回 null,表示取不到有效值。
4388
4176
  :type Tag: str
4389
4177
  :param _VULCategory: 漏洞种类,1:web应用,2:系统组件漏洞,3:配置风险
4390
- 注意:此字段可能返回 null,表示取不到有效值。
4391
4178
  :type VULCategory: int
4392
4179
  :param _ImpactOs: 漏洞影响系统
4393
- 注意:此字段可能返回 null,表示取不到有效值。
4394
4180
  :type ImpactOs: str
4395
4181
  :param _ImpactCOMPENT: 漏洞影响组件
4396
- 注意:此字段可能返回 null,表示取不到有效值。
4397
4182
  :type ImpactCOMPENT: str
4398
4183
  :param _ImpactVersion: 漏洞影响版本
4399
- 注意:此字段可能返回 null,表示取不到有效值。
4400
4184
  :type ImpactVersion: str
4401
4185
  :param _Reference: 链接
4402
- 注意:此字段可能返回 null,表示取不到有效值。
4403
4186
  :type Reference: str
4404
4187
  :param _VULDescribe: 漏洞描述
4405
- 注意:此字段可能返回 null,表示取不到有效值。
4406
4188
  :type VULDescribe: str
4407
4189
  :param _Fix: 修复建议
4408
- 注意:此字段可能返回 null,表示取不到有效值。
4409
4190
  :type Fix: str
4410
4191
  :param _ProSupport: 产品支持状态,实时返回
4411
- 注意:此字段可能返回 null,表示取不到有效值。
4412
4192
  :type ProSupport: int
4413
4193
  :param _IsPublish: 是否公开,0为未发布,1为发布
4414
- 注意:此字段可能返回 null,表示取不到有效值。
4415
4194
  :type IsPublish: int
4416
4195
  :param _ReleaseTime: 释放时间
4417
- 注意:此字段可能返回 null,表示取不到有效值。
4418
4196
  :type ReleaseTime: str
4419
4197
  :param _CreateTime: 创建时间
4420
- 注意:此字段可能返回 null,表示取不到有效值。
4421
4198
  :type CreateTime: str
4422
4199
  :param _UpdateTime: 更新时间
4423
- 注意:此字段可能返回 null,表示取不到有效值。
4424
4200
  :type UpdateTime: str
4425
4201
  :param _SubCategory: 漏洞子类别
4426
- 注意:此字段可能返回 null,表示取不到有效值。
4427
4202
  :type SubCategory: str
4428
4203
  """
4429
4204
  self._Id = None
@@ -4656,199 +4431,134 @@ class CVMAssetVO(AbstractModel):
4656
4431
  def __init__(self):
4657
4432
  r"""
4658
4433
  :param _AssetId: 资产id
4659
- 注意:此字段可能返回 null,表示取不到有效值。
4660
4434
  :type AssetId: str
4661
4435
  :param _AssetName: 资产名
4662
- 注意:此字段可能返回 null,表示取不到有效值。
4663
4436
  :type AssetName: str
4664
4437
  :param _AssetType: 资产类型
4665
- 注意:此字段可能返回 null,表示取不到有效值。
4666
4438
  :type AssetType: str
4667
4439
  :param _Region: 地域
4668
- 注意:此字段可能返回 null,表示取不到有效值。
4669
4440
  :type Region: str
4670
4441
  :param _CWPStatus: 防护状态
4671
- 注意:此字段可能返回 null,表示取不到有效值。
4672
4442
  :type CWPStatus: int
4673
4443
  :param _AssetCreateTime: 资产创建时间
4674
- 注意:此字段可能返回 null,表示取不到有效值。
4675
4444
  :type AssetCreateTime: str
4676
4445
  :param _PublicIp: 公网ip
4677
- 注意:此字段可能返回 null,表示取不到有效值。
4678
4446
  :type PublicIp: str
4679
4447
  :param _PrivateIp: 私网ip
4680
- 注意:此字段可能返回 null,表示取不到有效值。
4681
4448
  :type PrivateIp: str
4682
4449
  :param _VpcId: vpc id
4683
- 注意:此字段可能返回 null,表示取不到有效值。
4684
4450
  :type VpcId: str
4685
4451
  :param _VpcName: vpc 名
4686
- 注意:此字段可能返回 null,表示取不到有效值。
4687
4452
  :type VpcName: str
4688
4453
  :param _AppId: appid信息
4689
- 注意:此字段可能返回 null,表示取不到有效值。
4690
4454
  :type AppId: int
4691
4455
  :param _Uin: 用户uin
4692
- 注意:此字段可能返回 null,表示取不到有效值。
4693
4456
  :type Uin: str
4694
4457
  :param _NickName: 昵称
4695
- 注意:此字段可能返回 null,表示取不到有效值。
4696
4458
  :type NickName: str
4697
4459
  :param _AvailableArea: 可用区
4698
- 注意:此字段可能返回 null,表示取不到有效值。
4699
4460
  :type AvailableArea: str
4700
4461
  :param _IsCore: 是否核心
4701
- 注意:此字段可能返回 null,表示取不到有效值。
4702
4462
  :type IsCore: int
4703
4463
  :param _SubnetId: 子网id
4704
- 注意:此字段可能返回 null,表示取不到有效值。
4705
4464
  :type SubnetId: str
4706
4465
  :param _SubnetName: 子网名
4707
- 注意:此字段可能返回 null,表示取不到有效值。
4708
4466
  :type SubnetName: str
4709
4467
  :param _InstanceUuid: uuid
4710
- 注意:此字段可能返回 null,表示取不到有效值。
4711
4468
  :type InstanceUuid: str
4712
4469
  :param _InstanceQUuid: qquid
4713
- 注意:此字段可能返回 null,表示取不到有效值。
4714
4470
  :type InstanceQUuid: str
4715
4471
  :param _OsName: os名
4716
- 注意:此字段可能返回 null,表示取不到有效值。
4717
4472
  :type OsName: str
4718
4473
  :param _PartitionCount: 分区
4719
- 注意:此字段可能返回 null,表示取不到有效值。
4720
4474
  :type PartitionCount: int
4721
4475
  :param _CPUInfo: cpu信息
4722
- 注意:此字段可能返回 null,表示取不到有效值。
4723
4476
  :type CPUInfo: str
4724
4477
  :param _CPUSize: cpu大小
4725
- 注意:此字段可能返回 null,表示取不到有效值。
4726
4478
  :type CPUSize: int
4727
4479
  :param _CPULoad: cpu负载
4728
- 注意:此字段可能返回 null,表示取不到有效值。
4729
4480
  :type CPULoad: str
4730
4481
  :param _MemorySize: 内存大小
4731
- 注意:此字段可能返回 null,表示取不到有效值。
4732
4482
  :type MemorySize: str
4733
4483
  :param _MemoryLoad: 内存负载
4734
- 注意:此字段可能返回 null,表示取不到有效值。
4735
4484
  :type MemoryLoad: str
4736
4485
  :param _DiskSize: 硬盘大小
4737
- 注意:此字段可能返回 null,表示取不到有效值。
4738
4486
  :type DiskSize: str
4739
4487
  :param _DiskLoad: 硬盘负载
4740
- 注意:此字段可能返回 null,表示取不到有效值。
4741
4488
  :type DiskLoad: str
4742
4489
  :param _AccountCount: 账号数
4743
- 注意:此字段可能返回 null,表示取不到有效值。
4744
4490
  :type AccountCount: str
4745
4491
  :param _ProcessCount: 进程数
4746
- 注意:此字段可能返回 null,表示取不到有效值。
4747
4492
  :type ProcessCount: str
4748
4493
  :param _AppCount: 软件应用
4749
- 注意:此字段可能返回 null,表示取不到有效值。
4750
4494
  :type AppCount: str
4751
4495
  :param _PortCount: 监听端口
4752
- 注意:此字段可能返回 null,表示取不到有效值。
4753
4496
  :type PortCount: int
4754
4497
  :param _Attack: 网络攻击
4755
- 注意:此字段可能返回 null,表示取不到有效值。
4756
4498
  :type Attack: int
4757
4499
  :param _Access: 网络访问
4758
- 注意:此字段可能返回 null,表示取不到有效值。
4759
4500
  :type Access: int
4760
4501
  :param _Intercept: 网络拦截
4761
- 注意:此字段可能返回 null,表示取不到有效值。
4762
4502
  :type Intercept: int
4763
4503
  :param _InBandwidth: 入向峰值带宽
4764
- 注意:此字段可能返回 null,表示取不到有效值。
4765
4504
  :type InBandwidth: str
4766
4505
  :param _OutBandwidth: 出向峰值带宽
4767
- 注意:此字段可能返回 null,表示取不到有效值。
4768
4506
  :type OutBandwidth: str
4769
4507
  :param _InFlow: 入向累计流量
4770
- 注意:此字段可能返回 null,表示取不到有效值。
4771
4508
  :type InFlow: str
4772
4509
  :param _OutFlow: 出向累计流量
4773
- 注意:此字段可能返回 null,表示取不到有效值。
4774
4510
  :type OutFlow: str
4775
4511
  :param _LastScanTime: 最近扫描时间
4776
- 注意:此字段可能返回 null,表示取不到有效值。
4777
4512
  :type LastScanTime: str
4778
4513
  :param _NetWorkOut: 恶意主动外联
4779
- 注意:此字段可能返回 null,表示取不到有效值。
4780
4514
  :type NetWorkOut: int
4781
4515
  :param _PortRisk: 端口风险
4782
- 注意:此字段可能返回 null,表示取不到有效值。
4783
4516
  :type PortRisk: int
4784
4517
  :param _VulnerabilityRisk: 漏洞风险
4785
- 注意:此字段可能返回 null,表示取不到有效值。
4786
4518
  :type VulnerabilityRisk: int
4787
4519
  :param _ConfigurationRisk: 配置风险
4788
- 注意:此字段可能返回 null,表示取不到有效值。
4789
4520
  :type ConfigurationRisk: int
4790
4521
  :param _ScanTask: 扫描任务数
4791
- 注意:此字段可能返回 null,表示取不到有效值。
4792
4522
  :type ScanTask: int
4793
4523
  :param _Tag: 标签
4794
- 注意:此字段可能返回 null,表示取不到有效值。
4795
4524
  :type Tag: list of Tag
4796
4525
  :param _MemberId: memberId
4797
- 注意:此字段可能返回 null,表示取不到有效值。
4798
4526
  :type MemberId: str
4799
4527
  :param _Os: os全称
4800
- 注意:此字段可能返回 null,表示取不到有效值。
4801
4528
  :type Os: str
4802
4529
  :param _RiskExposure: 风险服务暴露
4803
- 注意:此字段可能返回 null,表示取不到有效值。
4804
4530
  :type RiskExposure: int
4805
4531
  :param _BASAgentStatus: 模拟攻击工具状态。0代表未安装,1代表已安装,2代表已离线
4806
- 注意:此字段可能返回 null,表示取不到有效值。
4807
4532
  :type BASAgentStatus: int
4808
4533
  :param _IsNewAsset: 1新资产;0 非新资产
4809
- 注意:此字段可能返回 null,表示取不到有效值。
4810
4534
  :type IsNewAsset: int
4811
4535
  :param _CVMAgentStatus: 0 未安装 1安装 2:安装中
4812
- 注意:此字段可能返回 null,表示取不到有效值。
4813
4536
  :type CVMAgentStatus: int
4814
4537
  :param _CVMStatus: 1:开启 0:未开启
4815
- 注意:此字段可能返回 null,表示取不到有效值。
4816
4538
  :type CVMStatus: int
4817
4539
  :param _DefenseModel: 1:客户端已安装 0:未安装 2: Agentless
4818
- 注意:此字段可能返回 null,表示取不到有效值。
4819
4540
  :type DefenseModel: int
4820
4541
  :param _TatStatus: 1:已安装 0:未安装
4821
- 注意:此字段可能返回 null,表示取不到有效值。
4822
4542
  :type TatStatus: int
4823
4543
  :param _CpuTrend: cpu趋势图
4824
- 注意:此字段可能返回 null,表示取不到有效值。
4825
4544
  :type CpuTrend: list of Element
4826
4545
  :param _MemoryTrend: 内存趋势图
4827
- 注意:此字段可能返回 null,表示取不到有效值。
4828
4546
  :type MemoryTrend: list of Element
4829
4547
  :param _AgentStatus: 1:agent在线 0:agent离线 2:主机离线
4830
- 注意:此字段可能返回 null,表示取不到有效值。
4831
4548
  :type AgentStatus: int
4832
4549
  :param _CloseDefenseCount: 本月防护关闭次数
4833
- 注意:此字段可能返回 null,表示取不到有效值。
4834
4550
  :type CloseDefenseCount: int
4835
4551
  :param _InstanceState: 运行状态
4836
- 注意:此字段可能返回 null,表示取不到有效值。
4837
4552
  :type InstanceState: str
4838
4553
  :param _SecurityGroupIds: 安全组数据
4839
- 注意:此字段可能返回 null,表示取不到有效值。
4840
4554
  :type SecurityGroupIds: list of str
4841
4555
  :param _AgentMemRss: 物理内存占用KB
4842
- 注意:此字段可能返回 null,表示取不到有效值。
4843
4556
  :type AgentMemRss: int
4844
4557
  :param _AgentCpuPer: CPU使用率百分比
4845
- 注意:此字段可能返回 null,表示取不到有效值。
4846
4558
  :type AgentCpuPer: float
4847
4559
  :param _RealAppid: cvm真正所属的appid
4848
- 注意:此字段可能返回 null,表示取不到有效值。
4849
4560
  :type RealAppid: int
4850
4561
  :param _CloudType: 云资产类型:0:腾讯云,1:aws,2:azure
4851
- 注意:此字段可能返回 null,表示取不到有效值。
4852
4562
  :type CloudType: int
4853
4563
  :param _ProtectStatus: 主机防护状态枚举
4854
4564
  0:未安装
@@ -4858,10 +4568,8 @@ class CVMAssetVO(AbstractModel):
4858
4568
  4:旗舰版防护中
4859
4569
  5:已离线
4860
4570
  6:已关机
4861
- 注意:此字段可能返回 null,表示取不到有效值。
4862
4571
  :type ProtectStatus: int
4863
4572
  :param _OfflineTime: 最后离线时间
4864
- 注意:此字段可能返回 null,表示取不到有效值。
4865
4573
  :type OfflineTime: str
4866
4574
  """
4867
4575
  self._AssetId = None
@@ -5570,43 +5278,30 @@ class ClbListenerListInfo(AbstractModel):
5570
5278
  def __init__(self):
5571
5279
  r"""
5572
5280
  :param _ListenerId: 监听器id
5573
- 注意:此字段可能返回 null,表示取不到有效值。
5574
5281
  :type ListenerId: str
5575
5282
  :param _ListenerName: 监听器名称
5576
- 注意:此字段可能返回 null,表示取不到有效值。
5577
5283
  :type ListenerName: str
5578
5284
  :param _LoadBalancerId: 负载均衡Id
5579
- 注意:此字段可能返回 null,表示取不到有效值。
5580
5285
  :type LoadBalancerId: str
5581
5286
  :param _LoadBalancerName: 负载均衡名称
5582
- 注意:此字段可能返回 null,表示取不到有效值。
5583
5287
  :type LoadBalancerName: str
5584
5288
  :param _Protocol: 协议
5585
- 注意:此字段可能返回 null,表示取不到有效值。
5586
5289
  :type Protocol: str
5587
5290
  :param _Region: 地域
5588
- 注意:此字段可能返回 null,表示取不到有效值。
5589
5291
  :type Region: str
5590
5292
  :param _Vip: 负载均衡ip
5591
- 注意:此字段可能返回 null,表示取不到有效值。
5592
5293
  :type Vip: str
5593
5294
  :param _VPort: 端口
5594
- 注意:此字段可能返回 null,表示取不到有效值。
5595
5295
  :type VPort: int
5596
5296
  :param _Zone: 区域
5597
- 注意:此字段可能返回 null,表示取不到有效值。
5598
5297
  :type Zone: str
5599
5298
  :param _NumericalVpcId: 私有网络id
5600
- 注意:此字段可能返回 null,表示取不到有效值。
5601
5299
  :type NumericalVpcId: int
5602
5300
  :param _LoadBalancerType: 负载均衡类型
5603
- 注意:此字段可能返回 null,表示取不到有效值。
5604
5301
  :type LoadBalancerType: str
5605
5302
  :param _Domain: 监听器域名
5606
- 注意:此字段可能返回 null,表示取不到有效值。
5607
5303
  :type Domain: str
5608
5304
  :param _LoadBalancerDomain: 负载均衡域名
5609
- 注意:此字段可能返回 null,表示取不到有效值。
5610
5305
  :type LoadBalancerDomain: str
5611
5306
  """
5612
5307
  self._ListenerId = None
@@ -6106,73 +5801,50 @@ class DBAssetVO(AbstractModel):
6106
5801
  def __init__(self):
6107
5802
  r"""
6108
5803
  :param _AssetId: 资产id
6109
- 注意:此字段可能返回 null,表示取不到有效值。
6110
5804
  :type AssetId: str
6111
5805
  :param _AssetName: 资产名
6112
- 注意:此字段可能返回 null,表示取不到有效值。
6113
5806
  :type AssetName: str
6114
5807
  :param _AssetType: 资产类型
6115
- 注意:此字段可能返回 null,表示取不到有效值。
6116
5808
  :type AssetType: str
6117
5809
  :param _VpcId: vpcid
6118
- 注意:此字段可能返回 null,表示取不到有效值。
6119
5810
  :type VpcId: str
6120
5811
  :param _VpcName: vpc标签
6121
- 注意:此字段可能返回 null,表示取不到有效值。
6122
5812
  :type VpcName: str
6123
5813
  :param _Region: 地域
6124
- 注意:此字段可能返回 null,表示取不到有效值。
6125
5814
  :type Region: str
6126
5815
  :param _Domain: 域名
6127
- 注意:此字段可能返回 null,表示取不到有效值。
6128
5816
  :type Domain: str
6129
5817
  :param _AssetCreateTime: 资产创建时间
6130
- 注意:此字段可能返回 null,表示取不到有效值。
6131
5818
  :type AssetCreateTime: str
6132
5819
  :param _LastScanTime: 最近扫描时间
6133
- 注意:此字段可能返回 null,表示取不到有效值。
6134
5820
  :type LastScanTime: str
6135
5821
  :param _ConfigurationRisk: 配置风险
6136
- 注意:此字段可能返回 null,表示取不到有效值。
6137
5822
  :type ConfigurationRisk: int
6138
5823
  :param _Attack: 网络攻击
6139
- 注意:此字段可能返回 null,表示取不到有效值。
6140
5824
  :type Attack: int
6141
5825
  :param _Access: 网络访问
6142
- 注意:此字段可能返回 null,表示取不到有效值。
6143
5826
  :type Access: int
6144
5827
  :param _ScanTask: 扫描任务
6145
- 注意:此字段可能返回 null,表示取不到有效值。
6146
5828
  :type ScanTask: int
6147
5829
  :param _AppId: 用户appid
6148
- 注意:此字段可能返回 null,表示取不到有效值。
6149
5830
  :type AppId: int
6150
5831
  :param _Uin: 用户uin
6151
- 注意:此字段可能返回 null,表示取不到有效值。
6152
5832
  :type Uin: str
6153
5833
  :param _NickName: 昵称别名
6154
- 注意:此字段可能返回 null,表示取不到有效值。
6155
5834
  :type NickName: str
6156
5835
  :param _Port: 端口
6157
- 注意:此字段可能返回 null,表示取不到有效值。
6158
5836
  :type Port: int
6159
5837
  :param _Tag: 标签
6160
- 注意:此字段可能返回 null,表示取不到有效值。
6161
5838
  :type Tag: list of Tag
6162
5839
  :param _PrivateIp: 内网ip
6163
- 注意:此字段可能返回 null,表示取不到有效值。
6164
5840
  :type PrivateIp: str
6165
5841
  :param _PublicIp: 公网ip
6166
- 注意:此字段可能返回 null,表示取不到有效值。
6167
5842
  :type PublicIp: str
6168
5843
  :param _Status: 状态
6169
- 注意:此字段可能返回 null,表示取不到有效值。
6170
5844
  :type Status: int
6171
5845
  :param _IsCore: 是否核心
6172
- 注意:此字段可能返回 null,表示取不到有效值。
6173
5846
  :type IsCore: int
6174
5847
  :param _IsNewAsset: 是否新资产: 1新
6175
- 注意:此字段可能返回 null,表示取不到有效值。
6176
5848
  :type IsNewAsset: int
6177
5849
  """
6178
5850
  self._AssetId = None
@@ -6432,32 +6104,23 @@ class DataSearchBug(AbstractModel):
6432
6104
  r"""
6433
6105
  :param _StateCode: 返回查询状态
6434
6106
  :type StateCode: str
6435
- :param _DataBug:
6436
- 注意:此字段可能返回 null,表示取不到有效值。
6107
+ :param _DataBug: 漏洞详情
6437
6108
  :type DataBug: list of BugInfoDetail
6438
- :param _DataAsset:
6439
- 注意:此字段可能返回 null,表示取不到有效值。
6109
+ :param _DataAsset: 漏洞影响资产详情
6440
6110
  :type DataAsset: list of AssetInfoDetail
6441
6111
  :param _VSSScan: true支持扫描。false不支持扫描
6442
- 注意:此字段可能返回 null,表示取不到有效值。
6443
6112
  :type VSSScan: bool
6444
6113
  :param _CWPScan: 0不支持,1支持
6445
- 注意:此字段可能返回 null,表示取不到有效值。
6446
6114
  :type CWPScan: str
6447
6115
  :param _CFWPatch: 1支持虚拟补丁,0或空不支持
6448
- 注意:此字段可能返回 null,表示取不到有效值。
6449
6116
  :type CFWPatch: str
6450
6117
  :param _WafPatch: 0不支持,1支持
6451
- 注意:此字段可能返回 null,表示取不到有效值。
6452
6118
  :type WafPatch: int
6453
6119
  :param _CWPFix: 0不支持,1支持
6454
- 注意:此字段可能返回 null,表示取不到有效值。
6455
6120
  :type CWPFix: int
6456
6121
  :param _DataSupport: 产品支持状态
6457
- 注意:此字段可能返回 null,表示取不到有效值。
6458
6122
  :type DataSupport: list of ProductSupport
6459
6123
  :param _CveId: cveId
6460
- 注意:此字段可能返回 null,表示取不到有效值。
6461
6124
  :type CveId: str
6462
6125
  """
6463
6126
  self._StateCode = None
@@ -6596,37 +6259,26 @@ class DbAssetInfo(AbstractModel):
6596
6259
  def __init__(self):
6597
6260
  r"""
6598
6261
  :param _CFWStatus: 云防状态
6599
- 注意:此字段可能返回 null,表示取不到有效值。
6600
6262
  :type CFWStatus: int
6601
6263
  :param _AssetId: 资产id
6602
- 注意:此字段可能返回 null,表示取不到有效值。
6603
6264
  :type AssetId: str
6604
6265
  :param _VpcName: vpc信息
6605
- 注意:此字段可能返回 null,表示取不到有效值。
6606
6266
  :type VpcName: str
6607
6267
  :param _AssetType: 资产类型
6608
- 注意:此字段可能返回 null,表示取不到有效值。
6609
6268
  :type AssetType: str
6610
6269
  :param _PublicIp: 公网ip
6611
- 注意:此字段可能返回 null,表示取不到有效值。
6612
6270
  :type PublicIp: str
6613
6271
  :param _PrivateIp: 私网ip
6614
- 注意:此字段可能返回 null,表示取不到有效值。
6615
6272
  :type PrivateIp: str
6616
6273
  :param _Region: 地域
6617
- 注意:此字段可能返回 null,表示取不到有效值。
6618
6274
  :type Region: str
6619
6275
  :param _VpcId: vpc信息
6620
- 注意:此字段可能返回 null,表示取不到有效值。
6621
6276
  :type VpcId: str
6622
6277
  :param _AssetName: 资产名
6623
- 注意:此字段可能返回 null,表示取不到有效值。
6624
6278
  :type AssetName: str
6625
6279
  :param _CFWProtectLevel: 云防保护版本
6626
- 注意:此字段可能返回 null,表示取不到有效值。
6627
6280
  :type CFWProtectLevel: int
6628
6281
  :param _Tag: tag信息
6629
- 注意:此字段可能返回 null,表示取不到有效值。
6630
6282
  :type Tag: list of Tag
6631
6283
  """
6632
6284
  self._CFWStatus = None
@@ -7212,7 +6864,6 @@ class DescribeAssetViewVulRiskListResponse(AbstractModel):
7212
6864
  :param _TotalCount: 总条数
7213
6865
  :type TotalCount: int
7214
6866
  :param _Data: 资产视角的漏洞风险列表
7215
- 注意:此字段可能返回 null,表示取不到有效值。
7216
6867
  :type Data: list of AssetViewVULRiskData
7217
6868
  :param _StatusLists: 状态列表
7218
6869
  :type StatusLists: list of FilterDataObject
@@ -7225,7 +6876,6 @@ class DescribeAssetViewVulRiskListResponse(AbstractModel):
7225
6876
  :param _InstanceTypeLists: 资产类型列表
7226
6877
  :type InstanceTypeLists: list of FilterDataObject
7227
6878
  :param _Tags: tag枚举
7228
- 注意:此字段可能返回 null,表示取不到有效值。
7229
6879
  :type Tags: list of FilterDataObject
7230
6880
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7231
6881
  :type RequestId: str
@@ -7530,7 +7180,7 @@ class DescribeCVMAssetInfoRequest(AbstractModel):
7530
7180
 
7531
7181
  def __init__(self):
7532
7182
  r"""
7533
- :param _AssetId: -
7183
+ :param _AssetId: 资产id
7534
7184
  :type AssetId: str
7535
7185
  """
7536
7186
  self._AssetId = None
@@ -7563,8 +7213,7 @@ class DescribeCVMAssetInfoResponse(AbstractModel):
7563
7213
 
7564
7214
  def __init__(self):
7565
7215
  r"""
7566
- :param _Data: -
7567
- 注意:此字段可能返回 null,表示取不到有效值。
7216
+ :param _Data: 数据
7568
7217
  :type Data: :class:`tencentcloud.csip.v20221121.models.AssetBaseInfoResponse`
7569
7218
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7570
7219
  :type RequestId: str
@@ -7651,46 +7300,32 @@ class DescribeCVMAssetsResponse(AbstractModel):
7651
7300
  def __init__(self):
7652
7301
  r"""
7653
7302
  :param _Total: 总数
7654
- 注意:此字段可能返回 null,表示取不到有效值。
7655
7303
  :type Total: int
7656
7304
  :param _Data: 机器列表
7657
- 注意:此字段可能返回 null,表示取不到有效值。
7658
7305
  :type Data: list of CVMAssetVO
7659
7306
  :param _RegionList: 地域列表
7660
- 注意:此字段可能返回 null,表示取不到有效值。
7661
7307
  :type RegionList: list of FilterDataObject
7662
7308
  :param _DefenseStatusList: 防护状态
7663
- 注意:此字段可能返回 null,表示取不到有效值。
7664
7309
  :type DefenseStatusList: list of FilterDataObject
7665
7310
  :param _VpcList: vpc枚举
7666
- 注意:此字段可能返回 null,表示取不到有效值。
7667
7311
  :type VpcList: list of FilterDataObject
7668
7312
  :param _AssetTypeList: 资产类型枚举
7669
- 注意:此字段可能返回 null,表示取不到有效值。
7670
7313
  :type AssetTypeList: list of FilterDataObject
7671
7314
  :param _SystemTypeList: 操作系统枚举
7672
- 注意:此字段可能返回 null,表示取不到有效值。
7673
7315
  :type SystemTypeList: list of FilterDataObject
7674
7316
  :param _IpTypeList: ip列表
7675
- 注意:此字段可能返回 null,表示取不到有效值。
7676
7317
  :type IpTypeList: list of FilterDataObject
7677
7318
  :param _AppIdList: appid列表
7678
- 注意:此字段可能返回 null,表示取不到有效值。
7679
7319
  :type AppIdList: list of FilterDataObject
7680
7320
  :param _ZoneList: 可用区列表
7681
- 注意:此字段可能返回 null,表示取不到有效值。
7682
7321
  :type ZoneList: list of FilterDataObject
7683
7322
  :param _OsList: os列表
7684
- 注意:此字段可能返回 null,表示取不到有效值。
7685
7323
  :type OsList: list of FilterDataObject
7686
7324
  :param _AssetMapInstanceTypeList: 资产类型和实例类型的对应关系
7687
- 注意:此字段可能返回 null,表示取不到有效值。
7688
7325
  :type AssetMapInstanceTypeList: list of AssetInstanceTypeMap
7689
7326
  :param _PublicPrivateAttr: 公网内网枚举
7690
- 注意:此字段可能返回 null,表示取不到有效值。
7691
7327
  :type PublicPrivateAttr: list of FilterDataObject
7692
7328
  :param _ProtectStatusList: 主机防护状态
7693
- 注意:此字段可能返回 null,表示取不到有效值。
7694
7329
  :type ProtectStatusList: list of FilterDataObject
7695
7330
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7696
7331
  :type RequestId: str
@@ -8125,7 +7760,6 @@ class DescribeDbAssetInfoResponse(AbstractModel):
8125
7760
  def __init__(self):
8126
7761
  r"""
8127
7762
  :param _Data: db资产详情
8128
- 注意:此字段可能返回 null,表示取不到有效值。
8129
7763
  :type Data: :class:`tencentcloud.csip.v20221121.models.DbAssetInfo`
8130
7764
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8131
7765
  :type RequestId: str
@@ -8224,25 +7858,18 @@ class DescribeDbAssetsResponse(AbstractModel):
8224
7858
  def __init__(self):
8225
7859
  r"""
8226
7860
  :param _Total: 总数
8227
- 注意:此字段可能返回 null,表示取不到有效值。
8228
7861
  :type Total: int
8229
7862
  :param _Data: 资产总数
8230
- 注意:此字段可能返回 null,表示取不到有效值。
8231
7863
  :type Data: list of DBAssetVO
8232
7864
  :param _RegionList: 地域枚举
8233
- 注意:此字段可能返回 null,表示取不到有效值。
8234
7865
  :type RegionList: list of FilterDataObject
8235
7866
  :param _AssetTypeList: 资产类型枚举
8236
- 注意:此字段可能返回 null,表示取不到有效值。
8237
7867
  :type AssetTypeList: list of FilterDataObject
8238
7868
  :param _VpcList: Vpc枚举
8239
- 注意:此字段可能返回 null,表示取不到有效值。
8240
7869
  :type VpcList: list of FilterDataObject
8241
7870
  :param _AppIdList: Appid枚举
8242
- 注意:此字段可能返回 null,表示取不到有效值。
8243
7871
  :type AppIdList: list of FilterDataObject
8244
7872
  :param _PublicPrivateAttr: 公网内网枚举
8245
- 注意:此字段可能返回 null,表示取不到有效值。
8246
7873
  :type PublicPrivateAttr: list of FilterDataObject
8247
7874
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8248
7875
  :type RequestId: str
@@ -8434,22 +8061,16 @@ class DescribeDomainAssetsResponse(AbstractModel):
8434
8061
  def __init__(self):
8435
8062
  r"""
8436
8063
  :param _Total: 总数
8437
- 注意:此字段可能返回 null,表示取不到有效值。
8438
8064
  :type Total: int
8439
8065
  :param _Data: 域名列表
8440
- 注意:此字段可能返回 null,表示取不到有效值。
8441
8066
  :type Data: list of DomainAssetVO
8442
8067
  :param _DefenseStatusList: 防护状态列表
8443
- 注意:此字段可能返回 null,表示取不到有效值。
8444
8068
  :type DefenseStatusList: list of FilterDataObject
8445
8069
  :param _AssetLocationList: 资产归属地列表
8446
- 注意:此字段可能返回 null,表示取不到有效值。
8447
8070
  :type AssetLocationList: list of FilterDataObject
8448
8071
  :param _SourceTypeList: 资产类型列表
8449
- 注意:此字段可能返回 null,表示取不到有效值。
8450
8072
  :type SourceTypeList: list of FilterDataObject
8451
8073
  :param _RegionList: 地域列表
8452
- 注意:此字段可能返回 null,表示取不到有效值。
8453
8074
  :type RegionList: list of FilterDataObject
8454
8075
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8455
8076
  :type RequestId: str
@@ -8778,10 +8399,8 @@ class DescribeListenerListResponse(AbstractModel):
8778
8399
  def __init__(self):
8779
8400
  r"""
8780
8401
  :param _Total: 总数
8781
- 注意:此字段可能返回 null,表示取不到有效值。
8782
8402
  :type Total: int
8783
8403
  :param _Data: 监听器列表
8784
- 注意:此字段可能返回 null,表示取不到有效值。
8785
8404
  :type Data: list of ClbListenerListInfo
8786
8405
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8787
8406
  :type RequestId: str
@@ -9062,10 +8681,8 @@ class DescribeOrganizationUserInfoResponse(AbstractModel):
9062
8681
  def __init__(self):
9063
8682
  r"""
9064
8683
  :param _TotalCount: 总条数
9065
- 注意:此字段可能返回 null,表示取不到有效值。
9066
8684
  :type TotalCount: int
9067
8685
  :param _Data: 集团用户列表
9068
- 注意:此字段可能返回 null,表示取不到有效值。
9069
8686
  :type Data: list of OrganizationUserInfo
9070
8687
  :param _JoinTypeLst: 加入方式枚举
9071
8688
  :type JoinTypeLst: list of FilterDataObject
@@ -9216,27 +8833,20 @@ class DescribePublicIpAssetsResponse(AbstractModel):
9216
8833
  def __init__(self):
9217
8834
  r"""
9218
8835
  :param _Data: 列表
9219
- 注意:此字段可能返回 null,表示取不到有效值。
9220
8836
  :type Data: list of IpAssetListVO
9221
8837
  :param _Total: 总数
9222
8838
  :type Total: int
9223
8839
  :param _AssetLocationList: 资产归属地
9224
- 注意:此字段可能返回 null,表示取不到有效值。
9225
8840
  :type AssetLocationList: list of FilterDataObject
9226
8841
  :param _IpTypeList: ip列表枚举
9227
- 注意:此字段可能返回 null,表示取不到有效值。
9228
8842
  :type IpTypeList: list of FilterDataObject
9229
8843
  :param _RegionList: 地域列表枚举
9230
- 注意:此字段可能返回 null,表示取不到有效值。
9231
8844
  :type RegionList: list of FilterDataObject
9232
8845
  :param _DefenseStatusList: 防护枚举
9233
- 注意:此字段可能返回 null,表示取不到有效值。
9234
8846
  :type DefenseStatusList: list of FilterDataObject
9235
8847
  :param _AssetTypeList: 资产类型枚举
9236
- 注意:此字段可能返回 null,表示取不到有效值。
9237
8848
  :type AssetTypeList: list of FilterDataObject
9238
8849
  :param _AppIdList: AppId枚举
9239
- 注意:此字段可能返回 null,表示取不到有效值。
9240
8850
  :type AppIdList: list of FilterDataObject
9241
8851
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9242
8852
  :type RequestId: str
@@ -10914,10 +10524,8 @@ class DescribeScanReportListResponse(AbstractModel):
10914
10524
  def __init__(self):
10915
10525
  r"""
10916
10526
  :param _TotalCount: 总条数
10917
- 注意:此字段可能返回 null,表示取不到有效值。
10918
10527
  :type TotalCount: int
10919
10528
  :param _Data: 任务日志列表
10920
- 注意:此字段可能返回 null,表示取不到有效值。
10921
10529
  :type Data: list of ScanTaskInfo
10922
10530
  :param _UINList: 主账户ID列表
10923
10531
  :type UINList: list of str
@@ -11046,16 +10654,12 @@ class DescribeScanTaskListResponse(AbstractModel):
11046
10654
  def __init__(self):
11047
10655
  r"""
11048
10656
  :param _TotalCount: 总条数
11049
- 注意:此字段可能返回 null,表示取不到有效值。
11050
10657
  :type TotalCount: int
11051
10658
  :param _Data: 任务日志列表
11052
- 注意:此字段可能返回 null,表示取不到有效值。
11053
10659
  :type Data: list of ScanTaskInfoList
11054
10660
  :param _UINList: 主账户ID列表
11055
- 注意:此字段可能返回 null,表示取不到有效值。
11056
10661
  :type UINList: list of str
11057
10662
  :param _TaskModeList: 体检模式过滤列表
11058
- 注意:此字段可能返回 null,表示取不到有效值。
11059
10663
  :type TaskModeList: list of FilterDataObject
11060
10664
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11061
10665
  :type RequestId: str
@@ -11132,7 +10736,7 @@ class DescribeSearchBugInfoRequest(AbstractModel):
11132
10736
 
11133
10737
  def __init__(self):
11134
10738
  r"""
11135
- :param _Id:
10739
+ :param _Id: 1的时候返回应急漏洞,2的时候返回应急漏洞列表,3的时候搭配输入CVEId字段展示该漏洞数据
11136
10740
  :type Id: str
11137
10741
  :param _CVEId: id=3时传入该参数
11138
10742
  :type CVEId: str
@@ -11178,7 +10782,6 @@ class DescribeSearchBugInfoResponse(AbstractModel):
11178
10782
  def __init__(self):
11179
10783
  r"""
11180
10784
  :param _Data: 漏洞信息和资产信息
11181
- 注意:此字段可能返回 null,表示取不到有效值。
11182
10785
  :type Data: :class:`tencentcloud.csip.v20221121.models.DataSearchBug`
11183
10786
  :param _ReturnCode: 状态值,0:查询成功,非0:查询失败
11184
10787
  :type ReturnCode: int
@@ -11458,16 +11061,12 @@ class DescribeTaskLogListResponse(AbstractModel):
11458
11061
  def __init__(self):
11459
11062
  r"""
11460
11063
  :param _TotalCount: 总条数
11461
- 注意:此字段可能返回 null,表示取不到有效值。
11462
11064
  :type TotalCount: int
11463
11065
  :param _Data: 报告列表
11464
- 注意:此字段可能返回 null,表示取不到有效值。
11465
11066
  :type Data: list of TaskLogInfo
11466
11067
  :param _NotViewNumber: 待查看数量
11467
- 注意:此字段可能返回 null,表示取不到有效值。
11468
11068
  :type NotViewNumber: int
11469
11069
  :param _ReportTemplateNumber: 报告模板数
11470
- 注意:此字段可能返回 null,表示取不到有效值。
11471
11070
  :type ReportTemplateNumber: int
11472
11071
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11473
11072
  :type RequestId: str
@@ -11807,21 +11406,16 @@ class DescribeVULRiskAdvanceCFGListResponse(AbstractModel):
11807
11406
  def __init__(self):
11808
11407
  r"""
11809
11408
  :param _Data: 配置项列表
11810
- 注意:此字段可能返回 null,表示取不到有效值。
11811
11409
  :type Data: list of VULRiskAdvanceCFGList
11812
11410
  :param _TotalCount: 总数
11813
11411
  :type TotalCount: int
11814
11412
  :param _RiskLevelLists: 风险等级过滤列表
11815
- 注意:此字段可能返回 null,表示取不到有效值。
11816
11413
  :type RiskLevelLists: list of FilterDataObject
11817
11414
  :param _VULTypeLists: 漏洞类型过滤列表
11818
- 注意:此字段可能返回 null,表示取不到有效值。
11819
11415
  :type VULTypeLists: list of FilterDataObject
11820
11416
  :param _CheckFromLists: 识别来源过滤列表
11821
- 注意:此字段可能返回 null,表示取不到有效值。
11822
11417
  :type CheckFromLists: list of FilterDataObject
11823
11418
  :param _VulTagList: 漏洞标签列表
11824
- 注意:此字段可能返回 null,表示取不到有效值。
11825
11419
  :type VulTagList: list of FilterDataObject
11826
11420
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11827
11421
  :type RequestId: str
@@ -12306,7 +11900,6 @@ class DescribeVulViewVulRiskListResponse(AbstractModel):
12306
11900
  :param _TotalCount: 总条数
12307
11901
  :type TotalCount: int
12308
11902
  :param _Data: 漏洞产视角的漏洞风险列表
12309
- 注意:此字段可能返回 null,表示取不到有效值。
12310
11903
  :type Data: list of VULViewVULRiskData
12311
11904
  :param _LevelLists: 危险等级列表
12312
11905
  :type LevelLists: list of FilterDataObject
@@ -12315,7 +11908,6 @@ class DescribeVulViewVulRiskListResponse(AbstractModel):
12315
11908
  :param _VULTypeLists: 漏洞类型列表
12316
11909
  :type VULTypeLists: list of FilterDataObject
12317
11910
  :param _Tags: tag枚举
12318
- 注意:此字段可能返回 null,表示取不到有效值。
12319
11911
  :type Tags: list of FilterDataObject
12320
11912
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12321
11913
  :type RequestId: str
@@ -12428,121 +12020,82 @@ class DomainAssetVO(AbstractModel):
12428
12020
  def __init__(self):
12429
12021
  r"""
12430
12022
  :param _AssetId: 资产id
12431
- 注意:此字段可能返回 null,表示取不到有效值。
12432
12023
  :type AssetId: list of str
12433
12024
  :param _AssetName: 资产名
12434
- 注意:此字段可能返回 null,表示取不到有效值。
12435
12025
  :type AssetName: list of str
12436
12026
  :param _AssetType: 资产类型
12437
- 注意:此字段可能返回 null,表示取不到有效值。
12438
12027
  :type AssetType: list of str
12439
12028
  :param _Region: 地域
12440
- 注意:此字段可能返回 null,表示取不到有效值。
12441
12029
  :type Region: list of str
12442
12030
  :param _WAFStatus: Waf状态
12443
- 注意:此字段可能返回 null,表示取不到有效值。
12444
12031
  :type WAFStatus: int
12445
12032
  :param _AssetCreateTime: 资产创建时间
12446
- 注意:此字段可能返回 null,表示取不到有效值。
12447
12033
  :type AssetCreateTime: str
12448
12034
  :param _AppId: Appid
12449
- 注意:此字段可能返回 null,表示取不到有效值。
12450
12035
  :type AppId: int
12451
12036
  :param _Uin: 账号id
12452
- 注意:此字段可能返回 null,表示取不到有效值。
12453
12037
  :type Uin: str
12454
12038
  :param _NickName: 账号名称
12455
- 注意:此字段可能返回 null,表示取不到有效值。
12456
12039
  :type NickName: str
12457
12040
  :param _IsCore: 是否核心
12458
- 注意:此字段可能返回 null,表示取不到有效值。
12459
12041
  :type IsCore: int
12460
12042
  :param _IsCloud: 是否云上资产
12461
- 注意:此字段可能返回 null,表示取不到有效值。
12462
12043
  :type IsCloud: int
12463
12044
  :param _Attack: 网络攻击
12464
- 注意:此字段可能返回 null,表示取不到有效值。
12465
12045
  :type Attack: int
12466
12046
  :param _Access: 网络访问
12467
- 注意:此字段可能返回 null,表示取不到有效值。
12468
12047
  :type Access: int
12469
12048
  :param _Intercept: 网络拦截
12470
- 注意:此字段可能返回 null,表示取不到有效值。
12471
12049
  :type Intercept: int
12472
12050
  :param _InBandwidth: 入站峰值带宽
12473
- 注意:此字段可能返回 null,表示取不到有效值。
12474
12051
  :type InBandwidth: str
12475
12052
  :param _OutBandwidth: 出站峰值带宽
12476
- 注意:此字段可能返回 null,表示取不到有效值。
12477
12053
  :type OutBandwidth: str
12478
12054
  :param _InFlow: 入站累计流量
12479
- 注意:此字段可能返回 null,表示取不到有效值。
12480
12055
  :type InFlow: str
12481
12056
  :param _OutFlow: 出站累计流量
12482
- 注意:此字段可能返回 null,表示取不到有效值。
12483
12057
  :type OutFlow: str
12484
12058
  :param _LastScanTime: 最近扫描时间
12485
- 注意:此字段可能返回 null,表示取不到有效值。
12486
12059
  :type LastScanTime: str
12487
12060
  :param _PortRisk: 端口风险
12488
- 注意:此字段可能返回 null,表示取不到有效值。
12489
12061
  :type PortRisk: int
12490
12062
  :param _VulnerabilityRisk: 漏洞风险
12491
- 注意:此字段可能返回 null,表示取不到有效值。
12492
12063
  :type VulnerabilityRisk: int
12493
12064
  :param _ConfigurationRisk: 配置风险
12494
- 注意:此字段可能返回 null,表示取不到有效值。
12495
12065
  :type ConfigurationRisk: int
12496
12066
  :param _ScanTask: 扫描任务
12497
- 注意:此字段可能返回 null,表示取不到有效值。
12498
12067
  :type ScanTask: int
12499
12068
  :param _SubDomain: 域名
12500
- 注意:此字段可能返回 null,表示取不到有效值。
12501
12069
  :type SubDomain: str
12502
12070
  :param _SeverIp: 解析ip
12503
- 注意:此字段可能返回 null,表示取不到有效值。
12504
12071
  :type SeverIp: list of str
12505
12072
  :param _BotCount: bot攻击数量
12506
- 注意:此字段可能返回 null,表示取不到有效值。
12507
12073
  :type BotCount: int
12508
12074
  :param _WeakPassword: 弱口令风险
12509
- 注意:此字段可能返回 null,表示取不到有效值。
12510
12075
  :type WeakPassword: int
12511
12076
  :param _WebContentRisk: 内容风险
12512
- 注意:此字段可能返回 null,表示取不到有效值。
12513
12077
  :type WebContentRisk: int
12514
12078
  :param _Tag: tag标签
12515
- 注意:此字段可能返回 null,表示取不到有效值。
12516
12079
  :type Tag: list of Tag
12517
12080
  :param _SourceType: 关联实例类型
12518
- 注意:此字段可能返回 null,表示取不到有效值。
12519
12081
  :type SourceType: str
12520
12082
  :param _MemberId: memberiD
12521
- 注意:此字段可能返回 null,表示取不到有效值。
12522
12083
  :type MemberId: str
12523
12084
  :param _CCAttack: cc攻击
12524
- 注意:此字段可能返回 null,表示取不到有效值。
12525
12085
  :type CCAttack: int
12526
12086
  :param _WebAttack: web攻击
12527
- 注意:此字段可能返回 null,表示取不到有效值。
12528
12087
  :type WebAttack: int
12529
12088
  :param _ServiceRisk: 风险服务暴露数量
12530
- 注意:此字段可能返回 null,表示取不到有效值。
12531
12089
  :type ServiceRisk: int
12532
12090
  :param _IsNewAsset: 是否新资产 1新
12533
- 注意:此字段可能返回 null,表示取不到有效值。
12534
12091
  :type IsNewAsset: int
12535
12092
  :param _VerifyDomain: 待确认资产的随机三级域名
12536
- 注意:此字段可能返回 null,表示取不到有效值。
12537
12093
  :type VerifyDomain: str
12538
12094
  :param _VerifyTXTRecord: 待确认资产的TXT记录内容
12539
- 注意:此字段可能返回 null,表示取不到有效值。
12540
12095
  :type VerifyTXTRecord: str
12541
12096
  :param _VerifyStatus: 待确认资产的认证状态,0-待认证,1-认证成功,2-认证中,3-txt认证失败,4-人工认证失败
12542
- 注意:此字段可能返回 null,表示取不到有效值。
12543
12097
  :type VerifyStatus: int
12544
12098
  :param _BotAccessCount: bot访问数量
12545
- 注意:此字段可能返回 null,表示取不到有效值。
12546
12099
  :type BotAccessCount: int
12547
12100
  """
12548
12101
  self._AssetId = None
@@ -12961,10 +12514,8 @@ class Element(AbstractModel):
12961
12514
  def __init__(self):
12962
12515
  r"""
12963
12516
  :param _Key: 统计类型
12964
- 注意:此字段可能返回 null,表示取不到有效值。
12965
12517
  :type Key: str
12966
12518
  :param _Value: 统计对象
12967
- 注意:此字段可能返回 null,表示取不到有效值。
12968
12519
  :type Value: str
12969
12520
  """
12970
12521
  self._Key = None
@@ -13183,7 +12734,6 @@ class GateWayAsset(AbstractModel):
13183
12734
  :param _VpcName: 私有网络名
13184
12735
  :type VpcName: str
13185
12736
  :param _Tag: 标签
13186
- 注意:此字段可能返回 null,表示取不到有效值。
13187
12737
  :type Tag: list of Tag
13188
12738
  :param _OutboundPeakBandwidth: 出向峰值带宽
13189
12739
  :type OutboundPeakBandwidth: str
@@ -13210,22 +12760,16 @@ class GateWayAsset(AbstractModel):
13210
12760
  :param _Nick: 昵称
13211
12761
  :type Nick: str
13212
12762
  :param _AddressIPV6: ipv6地址
13213
- 注意:此字段可能返回 null,表示取不到有效值。
13214
12763
  :type AddressIPV6: str
13215
12764
  :param _IsCore: 是否核心
13216
- 注意:此字段可能返回 null,表示取不到有效值。
13217
12765
  :type IsCore: int
13218
12766
  :param _RiskExposure: 风险服务暴露
13219
- 注意:此字段可能返回 null,表示取不到有效值。
13220
12767
  :type RiskExposure: int
13221
12768
  :param _IsNewAsset: 是否新资产 1新
13222
- 注意:此字段可能返回 null,表示取不到有效值。
13223
12769
  :type IsNewAsset: int
13224
12770
  :param _Status: 网关状态
13225
- 注意:此字段可能返回 null,表示取不到有效值。
13226
12771
  :type Status: str
13227
12772
  :param _EngineRegion: TSE的网关真实地域
13228
- 注意:此字段可能返回 null,表示取不到有效值。
13229
12773
  :type EngineRegion: str
13230
12774
  """
13231
12775
  self._AppId = None
@@ -13544,109 +13088,74 @@ class IpAssetListVO(AbstractModel):
13544
13088
  def __init__(self):
13545
13089
  r"""
13546
13090
  :param _AssetId: 资产id
13547
- 注意:此字段可能返回 null,表示取不到有效值。
13548
13091
  :type AssetId: str
13549
13092
  :param _AssetName: 资产name
13550
- 注意:此字段可能返回 null,表示取不到有效值。
13551
13093
  :type AssetName: str
13552
13094
  :param _AssetType: 资产类型
13553
- 注意:此字段可能返回 null,表示取不到有效值。
13554
13095
  :type AssetType: str
13555
13096
  :param _Region: 地域
13556
- 注意:此字段可能返回 null,表示取不到有效值。
13557
13097
  :type Region: str
13558
13098
  :param _CFWStatus: 云防状态
13559
- 注意:此字段可能返回 null,表示取不到有效值。
13560
13099
  :type CFWStatus: int
13561
13100
  :param _AssetCreateTime: 资产创建时间
13562
- 注意:此字段可能返回 null,表示取不到有效值。
13563
13101
  :type AssetCreateTime: str
13564
13102
  :param _PublicIp: 公网ip
13565
- 注意:此字段可能返回 null,表示取不到有效值。
13566
13103
  :type PublicIp: str
13567
13104
  :param _PublicIpType: 公网ip类型
13568
- 注意:此字段可能返回 null,表示取不到有效值。
13569
13105
  :type PublicIpType: int
13570
13106
  :param _VpcId: vpc
13571
- 注意:此字段可能返回 null,表示取不到有效值。
13572
13107
  :type VpcId: str
13573
13108
  :param _VpcName: vpc名
13574
- 注意:此字段可能返回 null,表示取不到有效值。
13575
13109
  :type VpcName: str
13576
13110
  :param _AppId: appid
13577
- 注意:此字段可能返回 null,表示取不到有效值。
13578
13111
  :type AppId: int
13579
13112
  :param _Uin: 用户uin
13580
- 注意:此字段可能返回 null,表示取不到有效值。
13581
13113
  :type Uin: str
13582
13114
  :param _NickName: 名称
13583
- 注意:此字段可能返回 null,表示取不到有效值。
13584
13115
  :type NickName: str
13585
13116
  :param _IsCore: 核心
13586
- 注意:此字段可能返回 null,表示取不到有效值。
13587
13117
  :type IsCore: int
13588
13118
  :param _IsCloud: 云上
13589
- 注意:此字段可能返回 null,表示取不到有效值。
13590
13119
  :type IsCloud: int
13591
13120
  :param _Attack: 网络攻击
13592
- 注意:此字段可能返回 null,表示取不到有效值。
13593
13121
  :type Attack: int
13594
13122
  :param _Access: 网络访问
13595
- 注意:此字段可能返回 null,表示取不到有效值。
13596
13123
  :type Access: int
13597
13124
  :param _Intercept: 网络拦截
13598
- 注意:此字段可能返回 null,表示取不到有效值。
13599
13125
  :type Intercept: int
13600
13126
  :param _InBandwidth: 入向带宽
13601
- 注意:此字段可能返回 null,表示取不到有效值。
13602
13127
  :type InBandwidth: str
13603
13128
  :param _OutBandwidth: 出向带宽
13604
- 注意:此字段可能返回 null,表示取不到有效值。
13605
13129
  :type OutBandwidth: str
13606
13130
  :param _InFlow: 入向流量
13607
- 注意:此字段可能返回 null,表示取不到有效值。
13608
13131
  :type InFlow: str
13609
13132
  :param _OutFlow: 出向流量
13610
- 注意:此字段可能返回 null,表示取不到有效值。
13611
13133
  :type OutFlow: str
13612
13134
  :param _LastScanTime: 最近扫描时间
13613
- 注意:此字段可能返回 null,表示取不到有效值。
13614
13135
  :type LastScanTime: str
13615
13136
  :param _PortRisk: 端口风险
13616
- 注意:此字段可能返回 null,表示取不到有效值。
13617
13137
  :type PortRisk: int
13618
13138
  :param _VulnerabilityRisk: 漏洞风险
13619
- 注意:此字段可能返回 null,表示取不到有效值。
13620
13139
  :type VulnerabilityRisk: int
13621
13140
  :param _ConfigurationRisk: 配置风险
13622
- 注意:此字段可能返回 null,表示取不到有效值。
13623
13141
  :type ConfigurationRisk: int
13624
13142
  :param _ScanTask: 扫描任务
13625
- 注意:此字段可能返回 null,表示取不到有效值。
13626
13143
  :type ScanTask: int
13627
13144
  :param _WeakPassword: 弱口令
13628
- 注意:此字段可能返回 null,表示取不到有效值。
13629
13145
  :type WeakPassword: int
13630
13146
  :param _WebContentRisk: 内容风险
13631
- 注意:此字段可能返回 null,表示取不到有效值。
13632
13147
  :type WebContentRisk: int
13633
13148
  :param _Tag: 标签
13634
- 注意:此字段可能返回 null,表示取不到有效值。
13635
13149
  :type Tag: list of Tag
13636
13150
  :param _AddressId: eip主键
13637
- 注意:此字段可能返回 null,表示取不到有效值。
13638
13151
  :type AddressId: str
13639
13152
  :param _MemberId: memberid信息
13640
- 注意:此字段可能返回 null,表示取不到有效值。
13641
13153
  :type MemberId: str
13642
13154
  :param _RiskExposure: 风险服务暴露
13643
- 注意:此字段可能返回 null,表示取不到有效值。
13644
13155
  :type RiskExposure: int
13645
13156
  :param _IsNewAsset: 是否新资产 1新
13646
- 注意:此字段可能返回 null,表示取不到有效值。
13647
13157
  :type IsNewAsset: int
13648
13158
  :param _VerifyStatus: 资产认证状态,0-待认证,1-认证成功,2-认证中,3+-认证失败
13649
- 注意:此字段可能返回 null,表示取不到有效值。
13650
13159
  :type VerifyStatus: int
13651
13160
  """
13652
13161
  self._AssetId = None
@@ -14025,10 +13534,8 @@ class KeyValue(AbstractModel):
14025
13534
  def __init__(self):
14026
13535
  r"""
14027
13536
  :param _Key: 字段
14028
- 注意:此字段可能返回 null,表示取不到有效值。
14029
13537
  :type Key: str
14030
13538
  :param _Value: 值
14031
- 注意:此字段可能返回 null,表示取不到有效值。
14032
13539
  :type Value: str
14033
13540
  """
14034
13541
  self._Key = None
@@ -14506,7 +14013,6 @@ class NICAsset(AbstractModel):
14506
14013
  :param _VpcName: 私有网络名
14507
14014
  :type VpcName: str
14508
14015
  :param _Tag: 标签
14509
- 注意:此字段可能返回 null,表示取不到有效值。
14510
14016
  :type Tag: list of Tag
14511
14017
  :param _OutboundPeakBandwidth: 出向峰值带宽
14512
14018
  :type OutboundPeakBandwidth: str
@@ -14533,10 +14039,8 @@ class NICAsset(AbstractModel):
14533
14039
  :param _Nick: 昵称
14534
14040
  :type Nick: str
14535
14041
  :param _IsCore: 是否核心
14536
- 注意:此字段可能返回 null,表示取不到有效值。
14537
14042
  :type IsCore: int
14538
14043
  :param _IsNewAsset: 是否新资产 1新
14539
- 注意:此字段可能返回 null,表示取不到有效值。
14540
14044
  :type IsNewAsset: int
14541
14045
  """
14542
14046
  self._AppId = None
@@ -14932,78 +14436,54 @@ class OrganizationUserInfo(AbstractModel):
14932
14436
  def __init__(self):
14933
14437
  r"""
14934
14438
  :param _Uin: 成员账号Uin
14935
- 注意:此字段可能返回 null,表示取不到有效值。
14936
14439
  :type Uin: str
14937
14440
  :param _NickName: 成员账号名称
14938
- 注意:此字段可能返回 null,表示取不到有效值。
14939
14441
  :type NickName: str
14940
14442
  :param _NodeName: 部门节点名称,账号所属部门
14941
- 注意:此字段可能返回 null,表示取不到有效值。
14942
14443
  :type NodeName: str
14943
14444
  :param _AssetCount: 资产数量
14944
- 注意:此字段可能返回 null,表示取不到有效值。
14945
14445
  :type AssetCount: int
14946
14446
  :param _RiskCount: 风险数量
14947
- 注意:此字段可能返回 null,表示取不到有效值。
14948
14447
  :type RiskCount: int
14949
14448
  :param _AttackCount: 攻击数量
14950
- 注意:此字段可能返回 null,表示取不到有效值。
14951
14449
  :type AttackCount: int
14952
14450
  :param _Role: Member/Admin/;成员或者管理员
14953
- 注意:此字段可能返回 null,表示取不到有效值。
14954
14451
  :type Role: str
14955
14452
  :param _MemberId: 成员账号id
14956
- 注意:此字段可能返回 null,表示取不到有效值。
14957
14453
  :type MemberId: str
14958
14454
  :param _AppId: 成员账号Appid
14959
- 注意:此字段可能返回 null,表示取不到有效值。
14960
14455
  :type AppId: str
14961
14456
  :param _JoinType: 账号加入方式,create/invite
14962
- 注意:此字段可能返回 null,表示取不到有效值。
14963
14457
  :type JoinType: str
14964
14458
  :param _CFWProtect: 空则未开启,否则不同字符串对应不同版本,common为通用,不区分版本
14965
- 注意:此字段可能返回 null,表示取不到有效值。
14966
14459
  :type CFWProtect: str
14967
14460
  :param _WAFProtect: 空则未开启,否则不同字符串对应不同版本,common为通用,不区分版本
14968
- 注意:此字段可能返回 null,表示取不到有效值。
14969
14461
  :type WAFProtect: str
14970
14462
  :param _CWPProtect: 空则未开启,否则不同字符串对应不同版本,common为通用,不区分版本
14971
- 注意:此字段可能返回 null,表示取不到有效值。
14972
14463
  :type CWPProtect: str
14973
14464
  :param _Enable: 1启用,0未启用
14974
- 注意:此字段可能返回 null,表示取不到有效值。
14975
14465
  :type Enable: int
14976
14466
  :param _CSIPProtect: "Free" //免费版 "Advanced" //高级版 "Enterprise" //企业版 "Ultimate" //旗舰版
14977
- 注意:此字段可能返回 null,表示取不到有效值。
14978
14467
  :type CSIPProtect: str
14979
14468
  :param _QuotaConsumer: 1为配额消耗者
14980
- 注意:此字段可能返回 null,表示取不到有效值。
14981
14469
  :type QuotaConsumer: int
14982
14470
  :param _CloudType: 账户类型,0为腾讯云账户,1为AWS账户
14983
- 注意:此字段可能返回 null,表示取不到有效值。
14984
14471
  :type CloudType: int
14985
14472
  :param _SyncFrequency: 0为缺省值,1为10分钟,2为1小时,3为24小时
14986
- 注意:此字段可能返回 null,表示取不到有效值。
14987
14473
  :type SyncFrequency: int
14988
14474
  :param _IsExpired: 多云账户是否过期
14989
- 注意:此字段可能返回 null,表示取不到有效值。
14990
14475
  :type IsExpired: bool
14991
14476
  :param _PermissionList: 多云账户 权限列表
14992
- 注意:此字段可能返回 null,表示取不到有效值。
14993
14477
  :type PermissionList: list of str
14994
14478
  :param _AuthType: 1
14995
- 注意:此字段可能返回 null,表示取不到有效值。
14996
14479
  :type AuthType: int
14997
14480
  :param _TcMemberType: 0 腾讯云集团账户
14998
14481
  1 腾讯云接入账户
14999
14482
  2 非腾讯云
15000
- 注意:此字段可能返回 null,表示取不到有效值。
15001
14483
  :type TcMemberType: int
15002
14484
  :param _SubUserCount: 子账号数量
15003
- 注意:此字段可能返回 null,表示取不到有效值。
15004
14485
  :type SubUserCount: int
15005
14486
  :param _JoinTypeInfo: 加入方式详细信息
15006
- 注意:此字段可能返回 null,表示取不到有效值。
15007
14487
  :type JoinTypeInfo: str
15008
14488
  """
15009
14489
  self._Uin = None
@@ -15362,10 +14842,8 @@ class PortViewPortRisk(AbstractModel):
15362
14842
  :param _AppId: 用户appid
15363
14843
  :type AppId: str
15364
14844
  :param _Nick: 用户昵称
15365
- 注意:此字段可能返回 null,表示取不到有效值。
15366
14845
  :type Nick: str
15367
14846
  :param _Uin: 用户uin
15368
- 注意:此字段可能返回 null,表示取不到有效值。
15369
14847
  :type Uin: str
15370
14848
  :param _Service: 服务
15371
14849
  :type Service: str
@@ -15551,22 +15029,16 @@ class ProductSupport(AbstractModel):
15551
15029
  def __init__(self):
15552
15030
  r"""
15553
15031
  :param _VSSScan: true支持扫描。false不支持扫描
15554
- 注意:此字段可能返回 null,表示取不到有效值。
15555
15032
  :type VSSScan: bool
15556
15033
  :param _CWPScan: 0不支持,1支持
15557
- 注意:此字段可能返回 null,表示取不到有效值。
15558
15034
  :type CWPScan: str
15559
15035
  :param _CFWPatch: 1支持虚拟补丁,0或空不支持
15560
- 注意:此字段可能返回 null,表示取不到有效值。
15561
15036
  :type CFWPatch: str
15562
15037
  :param _WafPatch: 0不支持,1支持
15563
- 注意:此字段可能返回 null,表示取不到有效值。
15564
15038
  :type WafPatch: int
15565
15039
  :param _CWPFix: 0不支持,1支持
15566
- 注意:此字段可能返回 null,表示取不到有效值。
15567
15040
  :type CWPFix: int
15568
15041
  :param _CveId: cveid
15569
- 注意:此字段可能返回 null,表示取不到有效值。
15570
15042
  :type CveId: str
15571
15043
  """
15572
15044
  self._VSSScan = None
@@ -15683,13 +15155,10 @@ class RelatedEvent(AbstractModel):
15683
15155
  def __init__(self):
15684
15156
  r"""
15685
15157
  :param _EventID: 事件ID
15686
- 注意:此字段可能返回 null,表示取不到有效值。
15687
15158
  :type EventID: str
15688
15159
  :param _Description: 事件描述
15689
- 注意:此字段可能返回 null,表示取不到有效值。
15690
15160
  :type Description: str
15691
15161
  :param _RelatedCount: 与事件关联的告警数量
15692
- 注意:此字段可能返回 null,表示取不到有效值。
15693
15162
  :type RelatedCount: int
15694
15163
  """
15695
15164
  self._EventID = None
@@ -15890,73 +15359,50 @@ class RoleInfo(AbstractModel):
15890
15359
  def __init__(self):
15891
15360
  r"""
15892
15361
  :param _IP: IP
15893
- 注意:此字段可能返回 null,表示取不到有效值。
15894
15362
  :type IP: str
15895
15363
  :param _HostIP: HostIP
15896
- 注意:此字段可能返回 null,表示取不到有效值。
15897
15364
  :type HostIP: str
15898
15365
  :param _OriginIP: 原始IP
15899
- 注意:此字段可能返回 null,表示取不到有效值。
15900
15366
  :type OriginIP: str
15901
15367
  :param _Port: 端口
15902
- 注意:此字段可能返回 null,表示取不到有效值。
15903
15368
  :type Port: int
15904
15369
  :param _InstanceID: 资产ID
15905
- 注意:此字段可能返回 null,表示取不到有效值。
15906
15370
  :type InstanceID: str
15907
15371
  :param _City: 城市
15908
- 注意:此字段可能返回 null,表示取不到有效值。
15909
15372
  :type City: str
15910
15373
  :param _Province: 省份
15911
- 注意:此字段可能返回 null,表示取不到有效值。
15912
15374
  :type Province: str
15913
15375
  :param _Country: 国家
15914
- 注意:此字段可能返回 null,表示取不到有效值。
15915
15376
  :type Country: str
15916
15377
  :param _Address: 地址
15917
- 注意:此字段可能返回 null,表示取不到有效值。
15918
15378
  :type Address: str
15919
15379
  :param _Latitude: 纬度
15920
- 注意:此字段可能返回 null,表示取不到有效值。
15921
15380
  :type Latitude: str
15922
15381
  :param _Longitude: 经度
15923
- 注意:此字段可能返回 null,表示取不到有效值。
15924
15382
  :type Longitude: str
15925
15383
  :param _Info: 信息
15926
- 注意:此字段可能返回 null,表示取不到有效值。
15927
15384
  :type Info: str
15928
15385
  :param _Domain: 域名
15929
- 注意:此字段可能返回 null,表示取不到有效值。
15930
15386
  :type Domain: str
15931
15387
  :param _Name: 企业名称
15932
- 注意:此字段可能返回 null,表示取不到有效值。
15933
15388
  :type Name: str
15934
15389
  :param _Account: 账号
15935
- 注意:此字段可能返回 null,表示取不到有效值。
15936
15390
  :type Account: str
15937
15391
  :param _Family: 家族团伙
15938
- 注意:此字段可能返回 null,表示取不到有效值。
15939
15392
  :type Family: str
15940
15393
  :param _VirusName: 病毒名
15941
- 注意:此字段可能返回 null,表示取不到有效值。
15942
15394
  :type VirusName: str
15943
15395
  :param _MD5: MD5值
15944
- 注意:此字段可能返回 null,表示取不到有效值。
15945
15396
  :type MD5: str
15946
15397
  :param _FileName: 恶意进程文件名
15947
- 注意:此字段可能返回 null,表示取不到有效值。
15948
15398
  :type FileName: str
15949
15399
  :param _AssetType: 1:主机资产 2:域名资产 3:网络资产
15950
- 注意:此字段可能返回 null,表示取不到有效值。
15951
15400
  :type AssetType: int
15952
15401
  :param _FromLogAnalysisData: 来源日志分析的信息字段
15953
- 注意:此字段可能返回 null,表示取不到有效值。
15954
15402
  :type FromLogAnalysisData: list of KeyValue
15955
15403
  :param _ContainerName: 容器名
15956
- 注意:此字段可能返回 null,表示取不到有效值。
15957
15404
  :type ContainerName: str
15958
15405
  :param _ContainerID: 容器ID
15959
- 注意:此字段可能返回 null,表示取不到有效值。
15960
15406
  :type ContainerID: str
15961
15407
  """
15962
15408
  self._IP = None
@@ -16215,40 +15661,28 @@ class ScanTaskInfo(AbstractModel):
16215
15661
  def __init__(self):
16216
15662
  r"""
16217
15663
  :param _TaskId: 任务Id
16218
- 注意:此字段可能返回 null,表示取不到有效值。
16219
15664
  :type TaskId: str
16220
15665
  :param _TaskName: 任务名称
16221
- 注意:此字段可能返回 null,表示取不到有效值。
16222
15666
  :type TaskName: str
16223
15667
  :param _Status: 任务状态码:1等待开始 2正在扫描 3扫描出错 4扫描完成
16224
- 注意:此字段可能返回 null,表示取不到有效值。
16225
15668
  :type Status: int
16226
15669
  :param _Progress: 任务进度
16227
- 注意:此字段可能返回 null,表示取不到有效值。
16228
15670
  :type Progress: int
16229
15671
  :param _TaskTime: 任务完成时间
16230
- 注意:此字段可能返回 null,表示取不到有效值。
16231
15672
  :type TaskTime: str
16232
15673
  :param _ReportId: 报告ID
16233
- 注意:此字段可能返回 null,表示取不到有效值。
16234
15674
  :type ReportId: str
16235
15675
  :param _ReportName: 报告名称
16236
- 注意:此字段可能返回 null,表示取不到有效值。
16237
15676
  :type ReportName: str
16238
15677
  :param _ScanPlan: 扫描计划,0-周期任务,1-立即扫描,2-定时扫描,3-自定义
16239
- 注意:此字段可能返回 null,表示取不到有效值。
16240
15678
  :type ScanPlan: int
16241
15679
  :param _AssetCount: 关联的资产数
16242
- 注意:此字段可能返回 null,表示取不到有效值。
16243
15680
  :type AssetCount: int
16244
15681
  :param _AppId: APP ID
16245
- 注意:此字段可能返回 null,表示取不到有效值。
16246
15682
  :type AppId: str
16247
15683
  :param _UIN: 用户主账户ID
16248
- 注意:此字段可能返回 null,表示取不到有效值。
16249
15684
  :type UIN: str
16250
15685
  :param _UserName: 用户名称
16251
- 注意:此字段可能返回 null,表示取不到有效值。
16252
15686
  :type UserName: str
16253
15687
  """
16254
15688
  self._TaskId = None
@@ -16392,124 +15826,84 @@ class ScanTaskInfoList(AbstractModel):
16392
15826
  def __init__(self):
16393
15827
  r"""
16394
15828
  :param _TaskName: 任务名称
16395
- 注意:此字段可能返回 null,表示取不到有效值。
16396
15829
  :type TaskName: str
16397
15830
  :param _StartTime: 任务开始时间
16398
- 注意:此字段可能返回 null,表示取不到有效值。
16399
15831
  :type StartTime: str
16400
15832
  :param _EndTime: 任务结束时间
16401
- 注意:此字段可能返回 null,表示取不到有效值。
16402
15833
  :type EndTime: str
16403
15834
  :param _ScanPlanContent: cron格式
16404
- 注意:此字段可能返回 null,表示取不到有效值。
16405
15835
  :type ScanPlanContent: str
16406
15836
  :param _TaskType: 0-周期任务,1-立即扫描,2-定时扫描,3-自定义
16407
- 注意:此字段可能返回 null,表示取不到有效值。
16408
15837
  :type TaskType: int
16409
15838
  :param _InsertTime: 创建时间
16410
- 注意:此字段可能返回 null,表示取不到有效值。
16411
15839
  :type InsertTime: str
16412
15840
  :param _TaskId: 任务ID
16413
- 注意:此字段可能返回 null,表示取不到有效值。
16414
15841
  :type TaskId: str
16415
15842
  :param _SelfDefiningAssets: 自定义指定扫描资产信息
16416
- 注意:此字段可能返回 null,表示取不到有效值。
16417
15843
  :type SelfDefiningAssets: list of str
16418
15844
  :param _PredictTime: 预估时间
16419
- 注意:此字段可能返回 null,表示取不到有效值。
16420
15845
  :type PredictTime: int
16421
15846
  :param _PredictEndTime: 预估完成时间
16422
- 注意:此字段可能返回 null,表示取不到有效值。
16423
15847
  :type PredictEndTime: str
16424
15848
  :param _ReportNumber: 报告数量
16425
- 注意:此字段可能返回 null,表示取不到有效值。
16426
15849
  :type ReportNumber: int
16427
15850
  :param _AssetNumber: 资产数量
16428
- 注意:此字段可能返回 null,表示取不到有效值。
16429
15851
  :type AssetNumber: int
16430
15852
  :param _ScanStatus: 扫描状态, 0-初始值,1-正在扫描,2-扫描完成,3-扫描出错,4-停止扫描
16431
- 注意:此字段可能返回 null,表示取不到有效值。
16432
15853
  :type ScanStatus: int
16433
15854
  :param _Percent: 任务进度
16434
- 注意:此字段可能返回 null,表示取不到有效值。
16435
15855
  :type Percent: float
16436
15856
  :param _ScanItem: port/poc/weakpass/webcontent/configrisk
16437
- 注意:此字段可能返回 null,表示取不到有效值。
16438
15857
  :type ScanItem: str
16439
15858
  :param _ScanAssetType: 0-全扫,1-指定资产扫,2-排除资产扫,3-自定义指定资产扫描
16440
- 注意:此字段可能返回 null,表示取不到有效值。
16441
15859
  :type ScanAssetType: int
16442
15860
  :param _VSSTaskId: vss子任务id
16443
- 注意:此字段可能返回 null,表示取不到有效值。
16444
15861
  :type VSSTaskId: str
16445
15862
  :param _CSPMTaskId: cspm子任务id
16446
- 注意:此字段可能返回 null,表示取不到有效值。
16447
15863
  :type CSPMTaskId: str
16448
15864
  :param _CWPPOCId: 主机漏扫子任务id
16449
- 注意:此字段可能返回 null,表示取不到有效值。
16450
15865
  :type CWPPOCId: str
16451
15866
  :param _CWPBlId: 主机基线子任务id
16452
- 注意:此字段可能返回 null,表示取不到有效值。
16453
15867
  :type CWPBlId: str
16454
15868
  :param _VSSTaskProcess: vss子任务进度
16455
- 注意:此字段可能返回 null,表示取不到有效值。
16456
15869
  :type VSSTaskProcess: int
16457
15870
  :param _CSPMTaskProcess: cspm子任务进度
16458
- 注意:此字段可能返回 null,表示取不到有效值。
16459
15871
  :type CSPMTaskProcess: int
16460
15872
  :param _CWPPOCProcess: 主机漏扫子任务进度
16461
- 注意:此字段可能返回 null,表示取不到有效值。
16462
15873
  :type CWPPOCProcess: int
16463
15874
  :param _CWPBlProcess: 主机基线子任务进度
16464
- 注意:此字段可能返回 null,表示取不到有效值。
16465
15875
  :type CWPBlProcess: int
16466
15876
  :param _ErrorCode: 异常状态码
16467
- 注意:此字段可能返回 null,表示取不到有效值。
16468
15877
  :type ErrorCode: int
16469
15878
  :param _ErrorInfo: 异常信息
16470
- 注意:此字段可能返回 null,表示取不到有效值。
16471
15879
  :type ErrorInfo: str
16472
15880
  :param _StartDay: 周期任务开始的天数
16473
- 注意:此字段可能返回 null,表示取不到有效值。
16474
15881
  :type StartDay: int
16475
15882
  :param _Frequency: 扫描频率,单位天,1-每天,7-每周,30-月,0-扫描一次
16476
- 注意:此字段可能返回 null,表示取不到有效值。
16477
15883
  :type Frequency: int
16478
15884
  :param _CompleteNumber: 完成次数
16479
- 注意:此字段可能返回 null,表示取不到有效值。
16480
15885
  :type CompleteNumber: int
16481
15886
  :param _CompleteAssetNumber: 已完成资产个数
16482
- 注意:此字段可能返回 null,表示取不到有效值。
16483
15887
  :type CompleteAssetNumber: int
16484
15888
  :param _RiskCount: 风险数
16485
- 注意:此字段可能返回 null,表示取不到有效值。
16486
15889
  :type RiskCount: int
16487
15890
  :param _Assets: 资产
16488
- 注意:此字段可能返回 null,表示取不到有效值。
16489
15891
  :type Assets: list of TaskAssetObject
16490
15892
  :param _AppId: 用户Appid
16491
- 注意:此字段可能返回 null,表示取不到有效值。
16492
15893
  :type AppId: str
16493
15894
  :param _UIN: 用户主账户ID
16494
- 注意:此字段可能返回 null,表示取不到有效值。
16495
15895
  :type UIN: str
16496
15896
  :param _UserName: 用户名称
16497
- 注意:此字段可能返回 null,表示取不到有效值。
16498
15897
  :type UserName: str
16499
15898
  :param _TaskMode: 体检模式,0-标准模式,1-快速模式,2-高级模式
16500
- 注意:此字段可能返回 null,表示取不到有效值。
16501
15899
  :type TaskMode: int
16502
15900
  :param _ScanFrom: 扫描来源
16503
- 注意:此字段可能返回 null,表示取不到有效值。
16504
15901
  :type ScanFrom: str
16505
15902
  :param _IsFree: 是否限免体检0不是,1是
16506
- 注意:此字段可能返回 null,表示取不到有效值。
16507
15903
  :type IsFree: int
16508
15904
  :param _IsDelete: 是否可以删除,1-可以,0-不可以,对应多账户管理使用
16509
- 注意:此字段可能返回 null,表示取不到有效值。
16510
15905
  :type IsDelete: int
16511
15906
  :param _SourceType: 任务源类型,0-默认,1-小助手,2-体检项
16512
- 注意:此字段可能返回 null,表示取不到有效值。
16513
15907
  :type SourceType: int
16514
15908
  """
16515
15909
  self._TaskName = None
@@ -16940,7 +16334,6 @@ class ServerRisk(AbstractModel):
16940
16334
  :param _ServiceTag: 测绘标签
16941
16335
  :type ServiceTag: str
16942
16336
  :param _Port: 端口
16943
- 注意:此字段可能返回 null,表示取不到有效值。
16944
16337
  :type Port: int
16945
16338
  :param _AffectAsset: 影响资产
16946
16339
  :type AffectAsset: str
@@ -16963,7 +16356,6 @@ class ServerRisk(AbstractModel):
16963
16356
  :param _FirstTime: 首次识别时间
16964
16357
  :type FirstTime: str
16965
16358
  :param _RiskDetails: 风险详情
16966
- 注意:此字段可能返回 null,表示取不到有效值。
16967
16359
  :type RiskDetails: str
16968
16360
  :param _Suggestion: 处置建议
16969
16361
  :type Suggestion: str
@@ -16974,28 +16366,20 @@ class ServerRisk(AbstractModel):
16974
16366
  :param _AppId: 用户appid
16975
16367
  :type AppId: str
16976
16368
  :param _Nick: 用户昵称
16977
- 注意:此字段可能返回 null,表示取不到有效值。
16978
16369
  :type Nick: str
16979
16370
  :param _Uin: 用户uin
16980
- 注意:此字段可能返回 null,表示取不到有效值。
16981
16371
  :type Uin: str
16982
16372
  :param _ServiceSnapshot: 服务快照
16983
- 注意:此字段可能返回 null,表示取不到有效值。
16984
16373
  :type ServiceSnapshot: str
16985
16374
  :param _Url: 服务访问的url
16986
- 注意:此字段可能返回 null,表示取不到有效值。
16987
16375
  :type Url: str
16988
16376
  :param _Index: 列表索引值
16989
- 注意:此字段可能返回 null,表示取不到有效值。
16990
16377
  :type Index: str
16991
16378
  :param _RiskList: 风险列表
16992
- 注意:此字段可能返回 null,表示取不到有效值。
16993
16379
  :type RiskList: list of ServerRiskSuggestion
16994
16380
  :param _SuggestionList: 建议列表
16995
- 注意:此字段可能返回 null,表示取不到有效值。
16996
16381
  :type SuggestionList: list of ServerRiskSuggestion
16997
16382
  :param _StatusCode: HTTP响应状态码
16998
- 注意:此字段可能返回 null,表示取不到有效值。
16999
16383
  :type StatusCode: str
17000
16384
  """
17001
16385
  self._ServiceTag = None
@@ -17279,10 +16663,8 @@ class ServerRiskSuggestion(AbstractModel):
17279
16663
  def __init__(self):
17280
16664
  r"""
17281
16665
  :param _Title: 标题
17282
- 注意:此字段可能返回 null,表示取不到有效值。
17283
16666
  :type Title: str
17284
16667
  :param _Body: 详情
17285
- 注意:此字段可能返回 null,表示取不到有效值。
17286
16668
  :type Body: str
17287
16669
  """
17288
16670
  self._Title = None
@@ -17327,16 +16709,12 @@ class ServiceSupport(AbstractModel):
17327
16709
  r"""
17328
16710
  :param _ServiceName: 产品名称:
17329
16711
  "cfw_waf_virtual", "cwp_detect", "cwp_defense", "cwp_fix"
17330
- 注意:此字段可能返回 null,表示取不到有效值。
17331
16712
  :type ServiceName: str
17332
16713
  :param _SupportHandledCount: 已处理的资产总数
17333
- 注意:此字段可能返回 null,表示取不到有效值。
17334
16714
  :type SupportHandledCount: int
17335
16715
  :param _SupportTotalCount: 支持的资产总数
17336
- 注意:此字段可能返回 null,表示取不到有效值。
17337
16716
  :type SupportTotalCount: int
17338
16717
  :param _IsSupport: 是否支持该产品1支持;0不支持
17339
- 注意:此字段可能返回 null,表示取不到有效值。
17340
16718
  :type IsSupport: bool
17341
16719
  """
17342
16720
  self._ServiceName = None
@@ -17501,7 +16879,6 @@ class SubnetAsset(AbstractModel):
17501
16879
  :param _VpcName: 私有网络名
17502
16880
  :type VpcName: str
17503
16881
  :param _Tag: 标签
17504
- 注意:此字段可能返回 null,表示取不到有效值。
17505
16882
  :type Tag: list of Tag
17506
16883
  :param _Nick: 昵称
17507
16884
  :type Nick: str
@@ -17522,10 +16899,8 @@ class SubnetAsset(AbstractModel):
17522
16899
  :param _LastScanTime: 最后扫描时间
17523
16900
  :type LastScanTime: str
17524
16901
  :param _IsCore: 是否核心
17525
- 注意:此字段可能返回 null,表示取不到有效值。
17526
16902
  :type IsCore: int
17527
16903
  :param _IsNewAsset: 是否新资产 1新
17528
- 注意:此字段可能返回 null,表示取不到有效值。
17529
16904
  :type IsNewAsset: int
17530
16905
  """
17531
16906
  self._AppId = None
@@ -17789,10 +17164,8 @@ class TagCount(AbstractModel):
17789
17164
  def __init__(self):
17790
17165
  r"""
17791
17166
  :param _Name: 产品名
17792
- 注意:此字段可能返回 null,表示取不到有效值。
17793
17167
  :type Name: str
17794
17168
  :param _Count: 日志条数
17795
- 注意:此字段可能返回 null,表示取不到有效值。
17796
17169
  :type Count: int
17797
17170
  """
17798
17171
  self._Name = None
@@ -17835,11 +17208,9 @@ class Tags(AbstractModel):
17835
17208
 
17836
17209
  def __init__(self):
17837
17210
  r"""
17838
- :param _TagKey:
17839
- 注意:此字段可能返回 null,表示取不到有效值。
17211
+ :param _TagKey: 主机标签key
17840
17212
  :type TagKey: str
17841
- :param _TagValue:
17842
- 注意:此字段可能返回 null,表示取不到有效值。
17213
+ :param _TagValue: 主机标签value
17843
17214
  :type TagValue: str
17844
17215
  """
17845
17216
  self._TagKey = None
@@ -17972,21 +17343,16 @@ class TaskAssetObject(AbstractModel):
17972
17343
  def __init__(self):
17973
17344
  r"""
17974
17345
  :param _AssetName: 资产名
17975
- 注意:此字段可能返回 null,表示取不到有效值。
17976
17346
  :type AssetName: str
17977
17347
  :param _InstanceType: 资产类型
17978
- 注意:此字段可能返回 null,表示取不到有效值。
17979
17348
  :type InstanceType: str
17980
17349
  :param _AssetType: 资产分类
17981
- 注意:此字段可能返回 null,表示取不到有效值。
17982
17350
  :type AssetType: str
17983
17351
  :param _Asset: ip/域名/资产id,数据库id等
17984
17352
  :type Asset: str
17985
17353
  :param _Region: 地域
17986
- 注意:此字段可能返回 null,表示取不到有效值。
17987
17354
  :type Region: str
17988
17355
  :param _Arn: 多云资产唯一id
17989
- 注意:此字段可能返回 null,表示取不到有效值。
17990
17356
  :type Arn: str
17991
17357
  """
17992
17358
  self._AssetName = None
@@ -18250,45 +17616,32 @@ class TaskLogInfo(AbstractModel):
18250
17616
  def __init__(self):
18251
17617
  r"""
18252
17618
  :param _TaskLogName: 报告名称
18253
- 注意:此字段可能返回 null,表示取不到有效值。
18254
17619
  :type TaskLogName: str
18255
17620
  :param _TaskLogId: 报告ID
18256
17621
  :type TaskLogId: str
18257
17622
  :param _AssetsNumber: 关联资产个数
18258
- 注意:此字段可能返回 null,表示取不到有效值。
18259
17623
  :type AssetsNumber: int
18260
17624
  :param _RiskNumber: 安全风险数量
18261
- 注意:此字段可能返回 null,表示取不到有效值。
18262
17625
  :type RiskNumber: int
18263
17626
  :param _Time: 报告生成时间
18264
- 注意:此字段可能返回 null,表示取不到有效值。
18265
17627
  :type Time: str
18266
17628
  :param _Status: 任务状态码:0 初始值 1正在扫描 2扫描完成 3扫描出错,4停止,5暂停,6该任务已被重启过
18267
- 注意:此字段可能返回 null,表示取不到有效值。
18268
17629
  :type Status: int
18269
17630
  :param _TaskName: 关联任务名称
18270
- 注意:此字段可能返回 null,表示取不到有效值。
18271
17631
  :type TaskName: str
18272
17632
  :param _StartTime: 扫描开始时间
18273
- 注意:此字段可能返回 null,表示取不到有效值。
18274
17633
  :type StartTime: str
18275
17634
  :param _TaskCenterTaskId: 任务中心扫描任务ID
18276
- 注意:此字段可能返回 null,表示取不到有效值。
18277
17635
  :type TaskCenterTaskId: str
18278
17636
  :param _AppId: 租户ID
18279
- 注意:此字段可能返回 null,表示取不到有效值。
18280
17637
  :type AppId: str
18281
17638
  :param _UIN: 主账户ID
18282
- 注意:此字段可能返回 null,表示取不到有效值。
18283
17639
  :type UIN: str
18284
17640
  :param _UserName: 用户名称
18285
- 注意:此字段可能返回 null,表示取不到有效值。
18286
17641
  :type UserName: str
18287
17642
  :param _ReportType: 报告类型: 1安全体检 2日报 3周报 4月报
18288
- 注意:此字段可能返回 null,表示取不到有效值。
18289
17643
  :type ReportType: int
18290
17644
  :param _TemplateId: 报告模板id
18291
- 注意:此字段可能返回 null,表示取不到有效值。
18292
17645
  :type TemplateId: int
18293
17646
  """
18294
17647
  self._TaskLogName = None
@@ -18452,16 +17805,12 @@ class TaskLogURL(AbstractModel):
18452
17805
  def __init__(self):
18453
17806
  r"""
18454
17807
  :param _URL: 报告下载临时链接
18455
- 注意:此字段可能返回 null,表示取不到有效值。
18456
17808
  :type URL: str
18457
17809
  :param _LogId: 任务报告id
18458
- 注意:此字段可能返回 null,表示取不到有效值。
18459
17810
  :type LogId: str
18460
17811
  :param _TaskLogName: 任务报告名称
18461
- 注意:此字段可能返回 null,表示取不到有效值。
18462
17812
  :type TaskLogName: str
18463
17813
  :param _AppId: APP ID
18464
- 注意:此字段可能返回 null,表示取不到有效值。
18465
17814
  :type AppId: str
18466
17815
  """
18467
17816
  self._URL = None
@@ -18604,7 +17953,6 @@ class UpdateAlertStatusListResponse(AbstractModel):
18604
17953
  def __init__(self):
18605
17954
  r"""
18606
17955
  :param _Msg: 结果信息
18607
- 注意:此字段可能返回 null,表示取不到有效值。
18608
17956
  :type Msg: str
18609
17957
  :param _Code: 结果代码
18610
17958
  :type Code: str
@@ -18662,49 +18010,36 @@ class VULRiskAdvanceCFGList(AbstractModel):
18662
18010
  :param _CheckFrom: 识别来源
18663
18011
  :type CheckFrom: str
18664
18012
  :param _Enable: 是否启用,1-启用,0-禁用
18665
- 注意:此字段可能返回 null,表示取不到有效值。
18666
18013
  :type Enable: int
18667
18014
  :param _VULType: 风险类型
18668
18015
  :type VULType: str
18669
18016
  :param _ImpactVersion: 影响版本
18670
18017
  :type ImpactVersion: str
18671
18018
  :param _CVE: CVE
18672
- 注意:此字段可能返回 null,表示取不到有效值。
18673
18019
  :type CVE: str
18674
18020
  :param _VULTag: 漏洞标签
18675
18021
  :type VULTag: list of str
18676
18022
  :param _FixMethod: 修复方式
18677
- 注意:此字段可能返回 null,表示取不到有效值。
18678
18023
  :type FixMethod: list of str
18679
18024
  :param _ReleaseTime: 披露时间
18680
- 注意:此字段可能返回 null,表示取不到有效值。
18681
18025
  :type ReleaseTime: str
18682
18026
  :param _EMGCVulType: 应急漏洞类型,1-应急漏洞,0-非应急漏洞
18683
- 注意:此字段可能返回 null,表示取不到有效值。
18684
18027
  :type EMGCVulType: int
18685
18028
  :param _VULDescribe: 漏洞描述
18686
- 注意:此字段可能返回 null,表示取不到有效值。
18687
18029
  :type VULDescribe: str
18688
18030
  :param _ImpactComponent: 影响组件
18689
- 注意:此字段可能返回 null,表示取不到有效值。
18690
18031
  :type ImpactComponent: str
18691
18032
  :param _Payload: 漏洞Payload
18692
- 注意:此字段可能返回 null,表示取不到有效值。
18693
18033
  :type Payload: str
18694
18034
  :param _References: 技术参考
18695
- 注意:此字段可能返回 null,表示取不到有效值。
18696
18035
  :type References: str
18697
18036
  :param _CVSS: cvss评分
18698
- 注意:此字段可能返回 null,表示取不到有效值。
18699
18037
  :type CVSS: str
18700
18038
  :param _AttackHeat: 攻击热度
18701
- 注意:此字段可能返回 null,表示取不到有效值。
18702
18039
  :type AttackHeat: str
18703
18040
  :param _ServiceSupport: 安全产品支持情况
18704
- 注意:此字段可能返回 null,表示取不到有效值。
18705
18041
  :type ServiceSupport: list of ServiceSupport
18706
18042
  :param _RecentScanTime: 最新检测时间
18707
- 注意:此字段可能返回 null,表示取不到有效值。
18708
18043
  :type RecentScanTime: str
18709
18044
  """
18710
18045
  self._RiskId = None
@@ -18933,16 +18268,12 @@ class VULRiskInfo(AbstractModel):
18933
18268
  def __init__(self):
18934
18269
  r"""
18935
18270
  :param _Fix: 修复建议
18936
- 注意:此字段可能返回 null,表示取不到有效值。
18937
18271
  :type Fix: str
18938
18272
  :param _References: 技术参考/参考链接
18939
- 注意:此字段可能返回 null,表示取不到有效值。
18940
18273
  :type References: str
18941
18274
  :param _Describe: 漏洞描述
18942
- 注意:此字段可能返回 null,表示取不到有效值。
18943
18275
  :type Describe: str
18944
18276
  :param _ImpactComponent: 受影响组件
18945
- 注意:此字段可能返回 null,表示取不到有效值。
18946
18277
  :type ImpactComponent: list of VulImpactComponentInfo
18947
18278
  """
18948
18279
  self._Fix = None
@@ -19049,18 +18380,14 @@ class VULViewVULRisk(AbstractModel):
19049
18380
  :param _VULURL: 风险点
19050
18381
  :type VULURL: str
19051
18382
  :param _Nick: 用户昵称
19052
- 注意:此字段可能返回 null,表示取不到有效值。
19053
18383
  :type Nick: str
19054
18384
  :param _AppId: 用户appid
19055
18385
  :type AppId: str
19056
18386
  :param _Uin: 用户uin
19057
- 注意:此字段可能返回 null,表示取不到有效值。
19058
18387
  :type Uin: str
19059
18388
  :param _Fix: 修复建议
19060
- 注意:此字段可能返回 null,表示取不到有效值。
19061
18389
  :type Fix: str
19062
18390
  :param _EMGCVulType: 应急漏洞类型,1-应急漏洞,0-非应急漏洞
19063
- 注意:此字段可能返回 null,表示取不到有效值。
19064
18391
  :type EMGCVulType: int
19065
18392
  """
19066
18393
  self._Port = None
@@ -19358,48 +18685,34 @@ class VULViewVULRiskData(AbstractModel):
19358
18685
  :param _VULURL: 风险点
19359
18686
  :type VULURL: str
19360
18687
  :param _Nick: 用户昵称
19361
- 注意:此字段可能返回 null,表示取不到有效值。
19362
18688
  :type Nick: str
19363
18689
  :param _AppId: 用户appid
19364
18690
  :type AppId: str
19365
18691
  :param _Uin: 用户uin
19366
- 注意:此字段可能返回 null,表示取不到有效值。
19367
18692
  :type Uin: str
19368
18693
  :param _EMGCVulType: 应急漏洞类型,1-应急漏洞,0-非应急漏洞
19369
- 注意:此字段可能返回 null,表示取不到有效值。
19370
18694
  :type EMGCVulType: int
19371
18695
  :param _CVSS: CVSS评分
19372
- 注意:此字段可能返回 null,表示取不到有效值。
19373
18696
  :type CVSS: float
19374
18697
  :param _PCMGRId: PCMGRId
19375
- 注意:此字段可能返回 null,表示取不到有效值。
19376
18698
  :type PCMGRId: str
19377
18699
  :param _VulTag: 漏洞标签。搜索时应急 必修传参VulTag=SuggestRepair/EMGCVul
19378
- 注意:此字段可能返回 null,表示取不到有效值。
19379
18700
  :type VulTag: list of str
19380
18701
  :param _DisclosureTime: 漏洞披露时间
19381
- 注意:此字段可能返回 null,表示取不到有效值。
19382
18702
  :type DisclosureTime: str
19383
18703
  :param _AttackHeat: 攻击热度
19384
- 注意:此字段可能返回 null,表示取不到有效值。
19385
18704
  :type AttackHeat: int
19386
18705
  :param _IsSuggest: 是否必修漏洞,1-是,0-不是
19387
- 注意:此字段可能返回 null,表示取不到有效值。
19388
18706
  :type IsSuggest: int
19389
18707
  :param _HandleTaskId: 处置任务id
19390
- 注意:此字段可能返回 null,表示取不到有效值。
19391
18708
  :type HandleTaskId: str
19392
18709
  :param _EngineSource: 引擎来源
19393
- 注意:此字段可能返回 null,表示取不到有效值。
19394
18710
  :type EngineSource: str
19395
18711
  :param _VulRiskId: 新的漏洞风险id
19396
- 注意:此字段可能返回 null,表示取不到有效值。
19397
18712
  :type VulRiskId: str
19398
18713
  :param _TvdID: 新版漏洞id
19399
- 注意:此字段可能返回 null,表示取不到有效值。
19400
18714
  :type TvdID: str
19401
18715
  :param _IsOneClick: 是否可以一键体检,1-可以,0-不可以
19402
- 注意:此字段可能返回 null,表示取不到有效值。
19403
18716
  :type IsOneClick: int
19404
18717
  """
19405
18718
  self._Port = None
@@ -19753,10 +19066,8 @@ class Vpc(AbstractModel):
19753
19066
  :param _CVM: 云服务器(只支持32位)
19754
19067
  :type CVM: int
19755
19068
  :param _Tag: 标签
19756
- 注意:此字段可能返回 null,表示取不到有效值。
19757
19069
  :type Tag: list of Tag
19758
19070
  :param _DNS: dns域名
19759
- 注意:此字段可能返回 null,表示取不到有效值。
19760
19071
  :type DNS: list of str
19761
19072
  :param _AssetName: 资产名称
19762
19073
  :type AssetName: str
@@ -19771,10 +19082,8 @@ class Vpc(AbstractModel):
19771
19082
  :param _Nick: 昵称
19772
19083
  :type Nick: str
19773
19084
  :param _IsNewAsset: 是否新资产 1新
19774
- 注意:此字段可能返回 null,表示取不到有效值。
19775
19085
  :type IsNewAsset: int
19776
19086
  :param _IsCore: 是否核心资产1是 2不是
19777
- 注意:此字段可能返回 null,表示取不到有效值。
19778
19087
  :type IsCore: int
19779
19088
  """
19780
19089
  self._Subnet = None
@@ -19953,10 +19262,8 @@ class VulImpactComponentInfo(AbstractModel):
19953
19262
  def __init__(self):
19954
19263
  r"""
19955
19264
  :param _Component: 组件名称
19956
- 注意:此字段可能返回 null,表示取不到有效值。
19957
19265
  :type Component: str
19958
19266
  :param _Version: 版本名称
19959
- 注意:此字段可能返回 null,表示取不到有效值。
19960
19267
  :type Version: str
19961
19268
  """
19962
19269
  self._Component = None
@@ -20000,16 +19307,12 @@ class VulTrend(AbstractModel):
20000
19307
  def __init__(self):
20001
19308
  r"""
20002
19309
  :param _AffectAssetCount: 影响的资产数
20003
- 注意:此字段可能返回 null,表示取不到有效值。
20004
19310
  :type AffectAssetCount: int
20005
19311
  :param _AffectUserCount: 影响的用户数
20006
- 注意:此字段可能返回 null,表示取不到有效值。
20007
19312
  :type AffectUserCount: int
20008
19313
  :param _AttackCount: 攻击数
20009
- 注意:此字段可能返回 null,表示取不到有效值。
20010
19314
  :type AttackCount: int
20011
19315
  :param _Date: 时间
20012
- 注意:此字段可能返回 null,表示取不到有效值。
20013
19316
  :type Date: str
20014
19317
  """
20015
19318
  self._AffectAssetCount = None
@@ -20093,10 +19396,8 @@ class WebsiteRisk(AbstractModel):
20093
19396
  :param _AppId: 用户appid
20094
19397
  :type AppId: str
20095
19398
  :param _Nick: 用户昵称
20096
- 注意:此字段可能返回 null,表示取不到有效值。
20097
19399
  :type Nick: str
20098
19400
  :param _Uin: 用户uin
20099
- 注意:此字段可能返回 null,表示取不到有效值。
20100
19401
  :type Uin: str
20101
19402
  :param _URL: 风险链接
20102
19403
  :type URL: str
@@ -20324,16 +19625,13 @@ class WhereFilter(AbstractModel):
20324
19625
  def __init__(self):
20325
19626
  r"""
20326
19627
  :param _Name: 过滤的项
20327
- 注意:此字段可能返回 null,表示取不到有效值。
20328
19628
  :type Name: str
20329
19629
  :param _Values: 过滤的值
20330
- 注意:此字段可能返回 null,表示取不到有效值。
20331
19630
  :type Values: list of str
20332
19631
  :param _OperatorType: 中台定义:
20333
19632
  1等于 2大于 3小于 4大于等于 5小于等于 6不等于 9模糊匹配 13非模糊匹配 14按位与
20334
19633
  精确匹配填 7 模糊匹配填9
20335
19634
 
20336
- 注意:此字段可能返回 null,表示取不到有效值。
20337
19635
  :type OperatorType: int
20338
19636
  """
20339
19637
  self._Name = None