tencentcloud-sdk-python 3.0.1257__py2.py3-none-any.whl → 3.0.1259__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 (108) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/models.py +26 -0
  3. tencentcloud/asr/v20190614/models.py +3 -2
  4. tencentcloud/autoscaling/v20180419/autoscaling_client.py +7 -1
  5. tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
  6. tencentcloud/autoscaling/v20180419/models.py +18 -2
  7. tencentcloud/bi/v20220105/models.py +44 -4
  8. tencentcloud/billing/v20180709/billing_client.py +23 -0
  9. tencentcloud/billing/v20180709/errorcodes.py +6 -0
  10. tencentcloud/billing/v20180709/models.py +424 -0
  11. tencentcloud/bsca/v20210811/models.py +306 -1
  12. tencentcloud/ccc/v20200210/ccc_client.py +23 -0
  13. tencentcloud/ccc/v20200210/errorcodes.py +6 -0
  14. tencentcloud/ccc/v20200210/models.py +237 -136
  15. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  16. tencentcloud/cdb/v20170320/models.py +13 -1
  17. tencentcloud/cdn/v20180606/models.py +1 -1
  18. tencentcloud/cdwdoris/v20211228/models.py +16 -2
  19. tencentcloud/cfw/v20190904/cfw_client.py +7 -33
  20. tencentcloud/cfw/v20190904/models.py +711 -1329
  21. tencentcloud/ciam/v20220331/models.py +13 -0
  22. tencentcloud/ckafka/v20190819/models.py +4 -4
  23. tencentcloud/clb/v20180317/models.py +2 -4
  24. tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +30 -34
  25. tencentcloud/cloudaudit/v20190319/errorcodes.py +0 -39
  26. tencentcloud/cloudaudit/v20190319/models.py +328 -254
  27. tencentcloud/cls/v20201016/cls_client.py +8 -1
  28. tencentcloud/cls/v20201016/models.py +551 -109
  29. tencentcloud/csip/v20221121/models.py +226 -136
  30. tencentcloud/cvm/v20170312/errorcodes.py +6 -0
  31. tencentcloud/cvm/v20170312/models.py +78 -0
  32. tencentcloud/cwp/v20180228/cwp_client.py +6 -2
  33. tencentcloud/cwp/v20180228/models.py +240 -114
  34. tencentcloud/cynosdb/v20190107/cynosdb_client.py +27 -27
  35. tencentcloud/cynosdb/v20190107/models.py +78 -0
  36. tencentcloud/dasb/v20191018/models.py +155 -0
  37. tencentcloud/domain/v20180808/errorcodes.py +45 -0
  38. tencentcloud/eb/v20210416/models.py +19 -19
  39. tencentcloud/es/v20180416/errorcodes.py +4 -1
  40. tencentcloud/es/v20180416/es_client.py +92 -0
  41. tencentcloud/es/v20180416/models.py +770 -12
  42. tencentcloud/ess/v20201111/ess_client.py +87 -8
  43. tencentcloud/ess/v20201111/models.py +239 -11
  44. tencentcloud/essbasic/v20210526/essbasic_client.py +135 -51
  45. tencentcloud/essbasic/v20210526/models.py +365 -19
  46. tencentcloud/gaap/v20180529/models.py +40 -3
  47. tencentcloud/hunyuan/v20230901/models.py +12 -0
  48. tencentcloud/ioa/v20220601/errorcodes.py +15 -0
  49. tencentcloud/ioa/v20220601/ioa_client.py +26 -2
  50. tencentcloud/ioa/v20220601/models.py +516 -46
  51. tencentcloud/iotexplorer/v20190423/models.py +52 -0
  52. tencentcloud/iotvideo/v20191126/iotvideo_client.py +46 -0
  53. tencentcloud/iotvideo/v20191126/models.py +379 -0
  54. tencentcloud/lighthouse/v20200324/errorcodes.py +1 -1
  55. tencentcloud/live/v20180801/models.py +51 -0
  56. tencentcloud/mongodb/v20190725/models.py +3 -7
  57. tencentcloud/mqtt/v20240516/models.py +2 -2
  58. tencentcloud/mrs/v20200910/models.py +22 -0
  59. tencentcloud/ms/v20180408/models.py +101 -62
  60. tencentcloud/ocr/v20181119/models.py +7 -16
  61. tencentcloud/ocr/v20181119/ocr_client.py +1 -0
  62. tencentcloud/organization/v20210331/errorcodes.py +30 -0
  63. tencentcloud/organization/v20210331/models.py +674 -0
  64. tencentcloud/organization/v20210331/organization_client.py +138 -0
  65. tencentcloud/privatedns/v20201028/errorcodes.py +12 -0
  66. tencentcloud/privatedns/v20201028/models.py +858 -4
  67. tencentcloud/privatedns/v20201028/privatedns_client.py +92 -0
  68. tencentcloud/redis/v20180412/models.py +14 -14
  69. tencentcloud/redis/v20180412/redis_client.py +2 -0
  70. tencentcloud/region/v20220627/models.py +0 -1
  71. tencentcloud/scf/v20180416/models.py +889 -8
  72. tencentcloud/scf/v20180416/scf_client.py +115 -0
  73. tencentcloud/smop/v20201203/models.py +17 -17
  74. tencentcloud/ssl/v20191205/models.py +1 -1
  75. tencentcloud/ssm/v20190923/models.py +84 -0
  76. tencentcloud/tat/v20201028/models.py +1 -29
  77. tencentcloud/tcss/v20201101/models.py +472 -46
  78. tencentcloud/tcss/v20201101/tcss_client.py +1 -1
  79. tencentcloud/tdmq/v20200217/models.py +7 -7
  80. tencentcloud/tem/v20210701/models.py +202 -198
  81. tencentcloud/teo/v20220901/errorcodes.py +30 -0
  82. tencentcloud/teo/v20220901/models.py +1466 -93
  83. tencentcloud/teo/v20220901/teo_client.py +115 -0
  84. tencentcloud/tke/v20180525/models.py +70 -0
  85. tencentcloud/tke/v20180525/tke_client.py +23 -0
  86. tencentcloud/tms/v20201229/models.py +0 -558
  87. tencentcloud/tms/v20201229/tms_client.py +0 -23
  88. tencentcloud/trp/v20210515/models.py +6 -6
  89. tencentcloud/trtc/v20190722/models.py +353 -4
  90. tencentcloud/tse/v20201207/models.py +94 -0
  91. tencentcloud/tse/v20201207/tse_client.py +23 -0
  92. tencentcloud/vclm/v20240523/models.py +166 -0
  93. tencentcloud/vpc/v20170312/models.py +134 -2
  94. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  95. tencentcloud/waf/v20180125/models.py +239 -531
  96. tencentcloud/waf/v20180125/waf_client.py +23 -25
  97. tencentcloud/wedata/v20210820/models.py +991 -0
  98. tencentcloud/wedata/v20210820/wedata_client.py +46 -0
  99. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/METADATA +1 -1
  100. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/RECORD +103 -108
  101. tencentcloud/cr/__init__.py +0 -0
  102. tencentcloud/cr/v20180321/__init__.py +0 -0
  103. tencentcloud/cr/v20180321/cr_client.py +0 -672
  104. tencentcloud/cr/v20180321/errorcodes.py +0 -114
  105. tencentcloud/cr/v20180321/models.py +0 -4966
  106. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/LICENSE +0 -0
  107. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/WHEEL +0 -0
  108. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/top_level.txt +0 -0
@@ -1295,7 +1295,7 @@ CSIP:云安全中心
1295
1295
  :param _Victim: 受害者
1296
1296
  注意:此字段可能返回 null,表示取不到有效值。
1297
1297
  :type Victim: :class:`tencentcloud.csip.v20221121.models.RoleInfo`
1298
- :param _EvidenceData: 证据数据(例如攻击内容等)
1298
+ :param _EvidenceData: 证据数据(例如攻击内容等,base64编码)
1299
1299
  注意:此字段可能返回 null,表示取不到有效值。
1300
1300
  :type EvidenceData: str
1301
1301
  :param _EvidenceLocation: 证据位置(例如协议端口)
@@ -2092,53 +2092,38 @@ class AssetClusterPod(AbstractModel):
2092
2092
  :param _Nick: 租户昵称
2093
2093
  :type Nick: str
2094
2094
  :param _Region: 地域
2095
- 注意:此字段可能返回 null,表示取不到有效值。
2096
2095
  :type Region: str
2097
2096
  :param _AssetId: pod id
2098
2097
  :type AssetId: str
2099
2098
  :param _AssetName: pod名称
2100
2099
  :type AssetName: str
2101
2100
  :param _InstanceCreateTime: pod创建时间
2102
- 注意:此字段可能返回 null,表示取不到有效值。
2103
2101
  :type InstanceCreateTime: str
2104
2102
  :param _Namespace: 命名空间
2105
- 注意:此字段可能返回 null,表示取不到有效值。
2106
2103
  :type Namespace: str
2107
2104
  :param _Status: 状态
2108
- 注意:此字段可能返回 null,表示取不到有效值。
2109
2105
  :type Status: str
2110
2106
  :param _ClusterId: 集群id
2111
- 注意:此字段可能返回 null,表示取不到有效值。
2112
2107
  :type ClusterId: str
2113
2108
  :param _ClusterName: 集群名称
2114
- 注意:此字段可能返回 null,表示取不到有效值。
2115
2109
  :type ClusterName: str
2116
2110
  :param _MachineId: 主机id
2117
- 注意:此字段可能返回 null,表示取不到有效值。
2118
2111
  :type MachineId: str
2119
2112
  :param _MachineName: 主机名
2120
- 注意:此字段可能返回 null,表示取不到有效值。
2121
2113
  :type MachineName: str
2122
2114
  :param _PodIp: pod ip
2123
- 注意:此字段可能返回 null,表示取不到有效值。
2124
2115
  :type PodIp: str
2125
2116
  :param _ServiceCount: 关联service数
2126
- 注意:此字段可能返回 null,表示取不到有效值。
2127
2117
  :type ServiceCount: int
2128
2118
  :param _ContainerCount: 关联容器数
2129
- 注意:此字段可能返回 null,表示取不到有效值。
2130
2119
  :type ContainerCount: int
2131
2120
  :param _PublicIp: 公网ip
2132
- 注意:此字段可能返回 null,表示取不到有效值。
2133
2121
  :type PublicIp: str
2134
2122
  :param _PrivateIp: 内网ip
2135
- 注意:此字段可能返回 null,表示取不到有效值。
2136
2123
  :type PrivateIp: str
2137
2124
  :param _IsCore: 是否核心:1:核心,2:非核心
2138
- 注意:此字段可能返回 null,表示取不到有效值。
2139
2125
  :type IsCore: int
2140
2126
  :param _IsNewAsset: 是否新资产 1新
2141
- 注意:此字段可能返回 null,表示取不到有效值。
2142
2127
  :type IsNewAsset: int
2143
2128
  """
2144
2129
  self._AppId = None
@@ -2362,34 +2347,24 @@ class AssetInfoDetail(AbstractModel):
2362
2347
  def __init__(self):
2363
2348
  r"""
2364
2349
  :param _AppID: 用户appid
2365
- 注意:此字段可能返回 null,表示取不到有效值。
2366
2350
  :type AppID: str
2367
2351
  :param _CVEId: CVE编号
2368
- 注意:此字段可能返回 null,表示取不到有效值。
2369
2352
  :type CVEId: str
2370
2353
  :param _IsScan: 是扫描,0默认未扫描,1正在扫描,2扫描完成,3扫描出错
2371
- 注意:此字段可能返回 null,表示取不到有效值。
2372
2354
  :type IsScan: int
2373
2355
  :param _InfluenceAsset: 影响资产数目
2374
- 注意:此字段可能返回 null,表示取不到有效值。
2375
2356
  :type InfluenceAsset: int
2376
2357
  :param _NotRepairAsset: 未修复资产数目
2377
- 注意:此字段可能返回 null,表示取不到有效值。
2378
2358
  :type NotRepairAsset: int
2379
2359
  :param _NotProtectAsset: 未防护资产数目
2380
- 注意:此字段可能返回 null,表示取不到有效值。
2381
2360
  :type NotProtectAsset: int
2382
2361
  :param _TaskId: 任务ID
2383
- 注意:此字段可能返回 null,表示取不到有效值。
2384
2362
  :type TaskId: str
2385
2363
  :param _TaskPercent: 任务百分比
2386
- 注意:此字段可能返回 null,表示取不到有效值。
2387
2364
  :type TaskPercent: int
2388
2365
  :param _TaskTime: 任务时间
2389
- 注意:此字段可能返回 null,表示取不到有效值。
2390
2366
  :type TaskTime: int
2391
2367
  :param _ScanTime: 扫描时间
2392
- 注意:此字段可能返回 null,表示取不到有效值。
2393
2368
  :type ScanTime: str
2394
2369
  """
2395
2370
  self._AppID = None
@@ -2578,10 +2553,8 @@ class AssetTag(AbstractModel):
2578
2553
  def __init__(self):
2579
2554
  r"""
2580
2555
  :param _TagKey: 标签的key值,可以是字母、数字、下划线
2581
- 注意:此字段可能返回 null,表示取不到有效值。
2582
2556
  :type TagKey: str
2583
2557
  :param _TagValue: 标签的vale值,可以是字母、数字、下划线
2584
- 注意:此字段可能返回 null,表示取不到有效值。
2585
2558
  :type TagValue: str
2586
2559
  """
2587
2560
  self._TagKey = None
@@ -2661,11 +2634,11 @@ class AssetViewCFGRisk(AbstractModel):
2661
2634
  :param _AppId: 用户appid
2662
2635
  :type AppId: str
2663
2636
  :param _Nick: 用户昵称
2664
- 注意:此字段可能返回 null,表示取不到有效值。
2665
2637
  :type Nick: str
2666
2638
  :param _Uin: 用户uin
2667
- 注意:此字段可能返回 null,表示取不到有效值。
2668
2639
  :type Uin: str
2640
+ :param _ClbId: 当资产类型为LBL的时候,展示该字段,方便定位具体的LB
2641
+ :type ClbId: str
2669
2642
  """
2670
2643
  self._Id = None
2671
2644
  self._CFGName = None
@@ -2687,6 +2660,7 @@ class AssetViewCFGRisk(AbstractModel):
2687
2660
  self._AppId = None
2688
2661
  self._Nick = None
2689
2662
  self._Uin = None
2663
+ self._ClbId = None
2690
2664
 
2691
2665
  @property
2692
2666
  def Id(self):
@@ -2848,6 +2822,14 @@ class AssetViewCFGRisk(AbstractModel):
2848
2822
  def Uin(self, Uin):
2849
2823
  self._Uin = Uin
2850
2824
 
2825
+ @property
2826
+ def ClbId(self):
2827
+ return self._ClbId
2828
+
2829
+ @ClbId.setter
2830
+ def ClbId(self, ClbId):
2831
+ self._ClbId = ClbId
2832
+
2851
2833
 
2852
2834
  def _deserialize(self, params):
2853
2835
  self._Id = params.get("Id")
@@ -2870,6 +2852,7 @@ class AssetViewCFGRisk(AbstractModel):
2870
2852
  self._AppId = params.get("AppId")
2871
2853
  self._Nick = params.get("Nick")
2872
2854
  self._Uin = params.get("Uin")
2855
+ self._ClbId = params.get("ClbId")
2873
2856
  memeber_set = set(params.keys())
2874
2857
  for name, value in vars(self).items():
2875
2858
  property_name = name[1:]
@@ -2920,10 +2903,8 @@ class AssetViewPortRisk(AbstractModel):
2920
2903
  :param _AppId: 用户appid
2921
2904
  :type AppId: str
2922
2905
  :param _Nick: 用户昵称
2923
- 注意:此字段可能返回 null,表示取不到有效值。
2924
2906
  :type Nick: str
2925
2907
  :param _Uin: 用户uin
2926
- 注意:此字段可能返回 null,表示取不到有效值。
2927
2908
  :type Uin: str
2928
2909
  :param _From: 识别来源,详细看枚举返回。
2929
2910
  :type From: str
@@ -3166,10 +3147,8 @@ class AssetViewVULRisk(AbstractModel):
3166
3147
  :param _AppId: 用户appid
3167
3148
  :type AppId: str
3168
3149
  :param _Nick: 用户昵称
3169
- 注意:此字段可能返回 null,表示取不到有效值。
3170
3150
  :type Nick: str
3171
3151
  :param _Uin: 用户uin
3172
- 注意:此字段可能返回 null,表示取不到有效值。
3173
3152
  :type Uin: str
3174
3153
  :param _VULType: 漏洞类型
3175
3154
  :type VULType: str
@@ -3206,7 +3185,6 @@ class AssetViewVULRisk(AbstractModel):
3206
3185
  :param _Payload: 攻击载荷
3207
3186
  :type Payload: str
3208
3187
  :param _EMGCVulType: 应急漏洞类型,1-应急漏洞,0-非应急漏洞
3209
- 注意:此字段可能返回 null,表示取不到有效值。
3210
3188
  :type EMGCVulType: int
3211
3189
  """
3212
3190
  self._AffectAsset = None
@@ -4104,10 +4082,8 @@ class AssetViewWeakPassRisk(AbstractModel):
4104
4082
  :param _AppId: 用户appid
4105
4083
  :type AppId: str
4106
4084
  :param _Nick: 用户昵称
4107
- 注意:此字段可能返回 null,表示取不到有效值。
4108
4085
  :type Nick: str
4109
4086
  :param _Uin: 用户uin
4110
- 注意:此字段可能返回 null,表示取不到有效值。
4111
4087
  :type Uin: str
4112
4088
  :param _PasswordType: 弱口令类型
4113
4089
  :type PasswordType: str
@@ -6440,6 +6416,12 @@ class DataSearchBug(AbstractModel):
6440
6416
  :param _CWPFix: 0不支持,1支持
6441
6417
  注意:此字段可能返回 null,表示取不到有效值。
6442
6418
  :type CWPFix: int
6419
+ :param _DataSupport: 产品支持状态
6420
+ 注意:此字段可能返回 null,表示取不到有效值。
6421
+ :type DataSupport: list of ProductSupport
6422
+ :param _CveId: cveId
6423
+ 注意:此字段可能返回 null,表示取不到有效值。
6424
+ :type CveId: str
6443
6425
  """
6444
6426
  self._StateCode = None
6445
6427
  self._DataBug = None
@@ -6449,6 +6431,8 @@ class DataSearchBug(AbstractModel):
6449
6431
  self._CFWPatch = None
6450
6432
  self._WafPatch = None
6451
6433
  self._CWPFix = None
6434
+ self._DataSupport = None
6435
+ self._CveId = None
6452
6436
 
6453
6437
  @property
6454
6438
  def StateCode(self):
@@ -6514,6 +6498,22 @@ class DataSearchBug(AbstractModel):
6514
6498
  def CWPFix(self, CWPFix):
6515
6499
  self._CWPFix = CWPFix
6516
6500
 
6501
+ @property
6502
+ def DataSupport(self):
6503
+ return self._DataSupport
6504
+
6505
+ @DataSupport.setter
6506
+ def DataSupport(self, DataSupport):
6507
+ self._DataSupport = DataSupport
6508
+
6509
+ @property
6510
+ def CveId(self):
6511
+ return self._CveId
6512
+
6513
+ @CveId.setter
6514
+ def CveId(self, CveId):
6515
+ self._CveId = CveId
6516
+
6517
6517
 
6518
6518
  def _deserialize(self, params):
6519
6519
  self._StateCode = params.get("StateCode")
@@ -6534,6 +6534,13 @@ class DataSearchBug(AbstractModel):
6534
6534
  self._CFWPatch = params.get("CFWPatch")
6535
6535
  self._WafPatch = params.get("WafPatch")
6536
6536
  self._CWPFix = params.get("CWPFix")
6537
+ if params.get("DataSupport") is not None:
6538
+ self._DataSupport = []
6539
+ for item in params.get("DataSupport"):
6540
+ obj = ProductSupport()
6541
+ obj._deserialize(item)
6542
+ self._DataSupport.append(obj)
6543
+ self._CveId = params.get("CveId")
6537
6544
  memeber_set = set(params.keys())
6538
6545
  for name, value in vars(self).items():
6539
6546
  property_name = name[1:]
@@ -7561,7 +7568,7 @@ class DescribeCVMAssetsRequest(AbstractModel):
7561
7568
  r"""
7562
7569
  :param _MemberId: 集团账号的成员id
7563
7570
  :type MemberId: list of str
7564
- :param _Filter: -
7571
+ :param _Filter: 过滤器参数
7565
7572
  :type Filter: :class:`tencentcloud.csip.v20221121.models.Filter`
7566
7573
  """
7567
7574
  self._MemberId = None
@@ -7606,10 +7613,10 @@ class DescribeCVMAssetsResponse(AbstractModel):
7606
7613
 
7607
7614
  def __init__(self):
7608
7615
  r"""
7609
- :param _Total: -
7616
+ :param _Total: 总数
7610
7617
  注意:此字段可能返回 null,表示取不到有效值。
7611
7618
  :type Total: int
7612
- :param _Data: -
7619
+ :param _Data: 机器列表
7613
7620
  注意:此字段可能返回 null,表示取不到有效值。
7614
7621
  :type Data: list of CVMAssetVO
7615
7622
  :param _RegionList: 地域列表
@@ -7878,11 +7885,22 @@ class DescribeClusterPodAssetsRequest(AbstractModel):
7878
7885
 
7879
7886
  def __init__(self):
7880
7887
  r"""
7888
+ :param _MemberId: 集团账号的成员id
7889
+ :type MemberId: list of str
7881
7890
  :param _Filter: 过滤
7882
7891
  :type Filter: :class:`tencentcloud.csip.v20221121.models.Filter`
7883
7892
  """
7893
+ self._MemberId = None
7884
7894
  self._Filter = None
7885
7895
 
7896
+ @property
7897
+ def MemberId(self):
7898
+ return self._MemberId
7899
+
7900
+ @MemberId.setter
7901
+ def MemberId(self, MemberId):
7902
+ self._MemberId = MemberId
7903
+
7886
7904
  @property
7887
7905
  def Filter(self):
7888
7906
  return self._Filter
@@ -7893,6 +7911,7 @@ class DescribeClusterPodAssetsRequest(AbstractModel):
7893
7911
 
7894
7912
 
7895
7913
  def _deserialize(self, params):
7914
+ self._MemberId = params.get("MemberId")
7896
7915
  if params.get("Filter") is not None:
7897
7916
  self._Filter = Filter()
7898
7917
  self._Filter._deserialize(params.get("Filter"))
@@ -8110,7 +8129,7 @@ class DescribeDbAssetsRequest(AbstractModel):
8110
8129
  r"""
8111
8130
  :param _MemberId: 集团账号的成员id
8112
8131
  :type MemberId: list of str
8113
- :param _Filter: -
8132
+ :param _Filter: 过滤器参数
8114
8133
  :type Filter: :class:`tencentcloud.csip.v20221121.models.Filter`
8115
8134
  :param _AssetTypes: 资产类型:MYSQL/MARIADB/REDIS/MONGODB/POSTGRES/CTS/ES/KAFKA/COS/CBS/CFS
8116
8135
  :type AssetTypes: list of str
@@ -8315,7 +8334,7 @@ class DescribeDomainAssetsRequest(AbstractModel):
8315
8334
  r"""
8316
8335
  :param _MemberId: 集团账号的成员id
8317
8336
  :type MemberId: list of str
8318
- :param _Filter: -
8337
+ :param _Filter: 过滤器参数
8319
8338
  :type Filter: :class:`tencentcloud.csip.v20221121.models.Filter`
8320
8339
  :param _Tags: 安全中心自定义标签
8321
8340
  :type Tags: list of AssetTag
@@ -8377,10 +8396,10 @@ class DescribeDomainAssetsResponse(AbstractModel):
8377
8396
 
8378
8397
  def __init__(self):
8379
8398
  r"""
8380
- :param _Total: -
8399
+ :param _Total: 总数
8381
8400
  注意:此字段可能返回 null,表示取不到有效值。
8382
8401
  :type Total: int
8383
- :param _Data: -
8402
+ :param _Data: 域名列表
8384
8403
  注意:此字段可能返回 null,表示取不到有效值。
8385
8404
  :type Data: list of DomainAssetVO
8386
8405
  :param _DefenseStatusList: 防护状态列表
@@ -8676,7 +8695,7 @@ class DescribeListenerListRequest(AbstractModel):
8676
8695
  r"""
8677
8696
  :param _MemberId: 集团账号的成员id
8678
8697
  :type MemberId: list of str
8679
- :param _Filter: -
8698
+ :param _Filter: 过滤器参数
8680
8699
  :type Filter: :class:`tencentcloud.csip.v20221121.models.Filter`
8681
8700
  """
8682
8701
  self._MemberId = None
@@ -8722,10 +8741,8 @@ class DescribeListenerListResponse(AbstractModel):
8722
8741
  def __init__(self):
8723
8742
  r"""
8724
8743
  :param _Total: 总数
8725
- 注意:此字段可能返回 null,表示取不到有效值。
8726
8744
  :type Total: int
8727
8745
  :param _Data: 监听器列表
8728
- 注意:此字段可能返回 null,表示取不到有效值。
8729
8746
  :type Data: list of ClbListenerListInfo
8730
8747
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8731
8748
  :type RequestId: str
@@ -9006,16 +9023,12 @@ class DescribeOrganizationUserInfoResponse(AbstractModel):
9006
9023
  def __init__(self):
9007
9024
  r"""
9008
9025
  :param _TotalCount: 总条数
9009
- 注意:此字段可能返回 null,表示取不到有效值。
9010
9026
  :type TotalCount: int
9011
9027
  :param _Data: 集团用户列表
9012
- 注意:此字段可能返回 null,表示取不到有效值。
9013
9028
  :type Data: list of OrganizationUserInfo
9014
9029
  :param _JoinTypeLst: 加入方式枚举
9015
- 注意:此字段可能返回 null,表示取不到有效值。
9016
9030
  :type JoinTypeLst: list of FilterDataObject
9017
9031
  :param _CloudTypeLst: 云厂商枚举
9018
- 注意:此字段可能返回 null,表示取不到有效值。
9019
9032
  :type CloudTypeLst: list of FilterDataObject
9020
9033
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9021
9034
  :type RequestId: str
@@ -9099,7 +9112,7 @@ class DescribePublicIpAssetsRequest(AbstractModel):
9099
9112
  r"""
9100
9113
  :param _MemberId: 集团账号的成员id
9101
9114
  :type MemberId: list of str
9102
- :param _Filter: filte过滤条件
9115
+ :param _Filter: 过滤器参数
9103
9116
  :type Filter: :class:`tencentcloud.csip.v20221121.models.Filter`
9104
9117
  :param _Tags: 安全中心自定义标签
9105
9118
  :type Tags: list of AssetTag
@@ -10860,10 +10873,8 @@ class DescribeScanReportListResponse(AbstractModel):
10860
10873
  def __init__(self):
10861
10874
  r"""
10862
10875
  :param _TotalCount: 总条数
10863
- 注意:此字段可能返回 null,表示取不到有效值。
10864
10876
  :type TotalCount: int
10865
10877
  :param _Data: 任务日志列表
10866
- 注意:此字段可能返回 null,表示取不到有效值。
10867
10878
  :type Data: list of ScanTaskInfo
10868
10879
  :param _UINList: 主账户ID列表
10869
10880
  :type UINList: list of str
@@ -10992,16 +11003,12 @@ class DescribeScanTaskListResponse(AbstractModel):
10992
11003
  def __init__(self):
10993
11004
  r"""
10994
11005
  :param _TotalCount: 总条数
10995
- 注意:此字段可能返回 null,表示取不到有效值。
10996
11006
  :type TotalCount: int
10997
11007
  :param _Data: 任务日志列表
10998
- 注意:此字段可能返回 null,表示取不到有效值。
10999
11008
  :type Data: list of ScanTaskInfoList
11000
11009
  :param _UINList: 主账户ID列表
11001
- 注意:此字段可能返回 null,表示取不到有效值。
11002
11010
  :type UINList: list of str
11003
11011
  :param _TaskModeList: 体检模式过滤列表
11004
- 注意:此字段可能返回 null,表示取不到有效值。
11005
11012
  :type TaskModeList: list of FilterDataObject
11006
11013
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11007
11014
  :type RequestId: str
@@ -11187,11 +11194,22 @@ class DescribeSubnetAssetsRequest(AbstractModel):
11187
11194
 
11188
11195
  def __init__(self):
11189
11196
  r"""
11197
+ :param _MemberId: 集团账号的成员id
11198
+ :type MemberId: list of str
11190
11199
  :param _Filter: 过滤参数
11191
11200
  :type Filter: :class:`tencentcloud.csip.v20221121.models.Filter`
11192
11201
  """
11202
+ self._MemberId = None
11193
11203
  self._Filter = None
11194
11204
 
11205
+ @property
11206
+ def MemberId(self):
11207
+ return self._MemberId
11208
+
11209
+ @MemberId.setter
11210
+ def MemberId(self, MemberId):
11211
+ self._MemberId = MemberId
11212
+
11195
11213
  @property
11196
11214
  def Filter(self):
11197
11215
  return self._Filter
@@ -11202,6 +11220,7 @@ class DescribeSubnetAssetsRequest(AbstractModel):
11202
11220
 
11203
11221
 
11204
11222
  def _deserialize(self, params):
11223
+ self._MemberId = params.get("MemberId")
11205
11224
  if params.get("Filter") is not None:
11206
11225
  self._Filter = Filter()
11207
11226
  self._Filter._deserialize(params.get("Filter"))
@@ -11392,16 +11411,12 @@ class DescribeTaskLogListResponse(AbstractModel):
11392
11411
  def __init__(self):
11393
11412
  r"""
11394
11413
  :param _TotalCount: 总条数
11395
- 注意:此字段可能返回 null,表示取不到有效值。
11396
11414
  :type TotalCount: int
11397
11415
  :param _Data: 报告列表
11398
- 注意:此字段可能返回 null,表示取不到有效值。
11399
11416
  :type Data: list of TaskLogInfo
11400
11417
  :param _NotViewNumber: 待查看数量
11401
- 注意:此字段可能返回 null,表示取不到有效值。
11402
11418
  :type NotViewNumber: int
11403
11419
  :param _ReportTemplateNumber: 报告模板数
11404
- 注意:此字段可能返回 null,表示取不到有效值。
11405
11420
  :type ReportTemplateNumber: int
11406
11421
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11407
11422
  :type RequestId: str
@@ -11594,11 +11609,22 @@ class DescribeTopAttackInfoRequest(AbstractModel):
11594
11609
 
11595
11610
  def __init__(self):
11596
11611
  r"""
11612
+ :param _MemberId: 集团账号的成员id
11613
+ :type MemberId: list of str
11597
11614
  :param _OperatedMemberId: 被调用的集团账号的成员id
11598
11615
  :type OperatedMemberId: list of str
11599
11616
  """
11617
+ self._MemberId = None
11600
11618
  self._OperatedMemberId = None
11601
11619
 
11620
+ @property
11621
+ def MemberId(self):
11622
+ return self._MemberId
11623
+
11624
+ @MemberId.setter
11625
+ def MemberId(self, MemberId):
11626
+ self._MemberId = MemberId
11627
+
11602
11628
  @property
11603
11629
  def OperatedMemberId(self):
11604
11630
  return self._OperatedMemberId
@@ -11609,6 +11635,7 @@ class DescribeTopAttackInfoRequest(AbstractModel):
11609
11635
 
11610
11636
 
11611
11637
  def _deserialize(self, params):
11638
+ self._MemberId = params.get("MemberId")
11612
11639
  self._OperatedMemberId = params.get("OperatedMemberId")
11613
11640
  memeber_set = set(params.keys())
11614
11641
  for name, value in vars(self).items():
@@ -11729,21 +11756,16 @@ class DescribeVULRiskAdvanceCFGListResponse(AbstractModel):
11729
11756
  def __init__(self):
11730
11757
  r"""
11731
11758
  :param _Data: 配置项列表
11732
- 注意:此字段可能返回 null,表示取不到有效值。
11733
11759
  :type Data: list of VULRiskAdvanceCFGList
11734
11760
  :param _TotalCount: 总数
11735
11761
  :type TotalCount: int
11736
11762
  :param _RiskLevelLists: 风险等级过滤列表
11737
- 注意:此字段可能返回 null,表示取不到有效值。
11738
11763
  :type RiskLevelLists: list of FilterDataObject
11739
11764
  :param _VULTypeLists: 漏洞类型过滤列表
11740
- 注意:此字段可能返回 null,表示取不到有效值。
11741
11765
  :type VULTypeLists: list of FilterDataObject
11742
11766
  :param _CheckFromLists: 识别来源过滤列表
11743
- 注意:此字段可能返回 null,表示取不到有效值。
11744
11767
  :type CheckFromLists: list of FilterDataObject
11745
11768
  :param _VulTagList: 漏洞标签列表
11746
- 注意:此字段可能返回 null,表示取不到有效值。
11747
11769
  :type VulTagList: list of FilterDataObject
11748
11770
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11749
11771
  :type RequestId: str
@@ -12009,11 +12031,22 @@ class DescribeVpcAssetsRequest(AbstractModel):
12009
12031
 
12010
12032
  def __init__(self):
12011
12033
  r"""
12034
+ :param _MemberId: 集团账号的成员id
12035
+ :type MemberId: list of str
12012
12036
  :param _Filter: 过滤参数
12013
12037
  :type Filter: :class:`tencentcloud.csip.v20221121.models.Filter`
12014
12038
  """
12039
+ self._MemberId = None
12015
12040
  self._Filter = None
12016
12041
 
12042
+ @property
12043
+ def MemberId(self):
12044
+ return self._MemberId
12045
+
12046
+ @MemberId.setter
12047
+ def MemberId(self, MemberId):
12048
+ self._MemberId = MemberId
12049
+
12017
12050
  @property
12018
12051
  def Filter(self):
12019
12052
  return self._Filter
@@ -12024,6 +12057,7 @@ class DescribeVpcAssetsRequest(AbstractModel):
12024
12057
 
12025
12058
 
12026
12059
  def _deserialize(self, params):
12060
+ self._MemberId = params.get("MemberId")
12027
12061
  if params.get("Filter") is not None:
12028
12062
  self._Filter = Filter()
12029
12063
  self._Filter._deserialize(params.get("Filter"))
@@ -13983,8 +14017,11 @@ class ModifyOrganizationAccountStatusRequest(AbstractModel):
13983
14017
  r"""
13984
14018
  :param _Status: 修改集团账号状态,1 开启, 2关闭
13985
14019
  :type Status: int
14020
+ :param _MemberId: 集团账号的成员id
14021
+ :type MemberId: list of str
13986
14022
  """
13987
14023
  self._Status = None
14024
+ self._MemberId = None
13988
14025
 
13989
14026
  @property
13990
14027
  def Status(self):
@@ -13994,9 +14031,18 @@ class ModifyOrganizationAccountStatusRequest(AbstractModel):
13994
14031
  def Status(self, Status):
13995
14032
  self._Status = Status
13996
14033
 
14034
+ @property
14035
+ def MemberId(self):
14036
+ return self._MemberId
14037
+
14038
+ @MemberId.setter
14039
+ def MemberId(self, MemberId):
14040
+ self._MemberId = MemberId
14041
+
13997
14042
 
13998
14043
  def _deserialize(self, params):
13999
14044
  self._Status = params.get("Status")
14045
+ self._MemberId = params.get("MemberId")
14000
14046
  memeber_set = set(params.keys())
14001
14047
  for name, value in vars(self).items():
14002
14048
  property_name = name[1:]
@@ -15260,10 +15306,8 @@ class PortViewPortRisk(AbstractModel):
15260
15306
  :param _AppId: 用户appid
15261
15307
  :type AppId: str
15262
15308
  :param _Nick: 用户昵称
15263
- 注意:此字段可能返回 null,表示取不到有效值。
15264
15309
  :type Nick: str
15265
15310
  :param _Uin: 用户uin
15266
- 注意:此字段可能返回 null,表示取不到有效值。
15267
15311
  :type Uin: str
15268
15312
  :param _Service: 服务
15269
15313
  :type Service: str
@@ -15441,6 +15485,105 @@ class PortViewPortRisk(AbstractModel):
15441
15485
 
15442
15486
 
15443
15487
 
15488
+ class ProductSupport(AbstractModel):
15489
+ """漏洞信息产品支持状态
15490
+
15491
+ """
15492
+
15493
+ def __init__(self):
15494
+ r"""
15495
+ :param _VSSScan: true支持扫描。false不支持扫描
15496
+ 注意:此字段可能返回 null,表示取不到有效值。
15497
+ :type VSSScan: bool
15498
+ :param _CWPScan: 0不支持,1支持
15499
+ 注意:此字段可能返回 null,表示取不到有效值。
15500
+ :type CWPScan: str
15501
+ :param _CFWPatch: 1支持虚拟补丁,0或空不支持
15502
+ 注意:此字段可能返回 null,表示取不到有效值。
15503
+ :type CFWPatch: str
15504
+ :param _WafPatch: 0不支持,1支持
15505
+ 注意:此字段可能返回 null,表示取不到有效值。
15506
+ :type WafPatch: int
15507
+ :param _CWPFix: 0不支持,1支持
15508
+ 注意:此字段可能返回 null,表示取不到有效值。
15509
+ :type CWPFix: int
15510
+ :param _CveId: cveid
15511
+ 注意:此字段可能返回 null,表示取不到有效值。
15512
+ :type CveId: str
15513
+ """
15514
+ self._VSSScan = None
15515
+ self._CWPScan = None
15516
+ self._CFWPatch = None
15517
+ self._WafPatch = None
15518
+ self._CWPFix = None
15519
+ self._CveId = None
15520
+
15521
+ @property
15522
+ def VSSScan(self):
15523
+ return self._VSSScan
15524
+
15525
+ @VSSScan.setter
15526
+ def VSSScan(self, VSSScan):
15527
+ self._VSSScan = VSSScan
15528
+
15529
+ @property
15530
+ def CWPScan(self):
15531
+ return self._CWPScan
15532
+
15533
+ @CWPScan.setter
15534
+ def CWPScan(self, CWPScan):
15535
+ self._CWPScan = CWPScan
15536
+
15537
+ @property
15538
+ def CFWPatch(self):
15539
+ return self._CFWPatch
15540
+
15541
+ @CFWPatch.setter
15542
+ def CFWPatch(self, CFWPatch):
15543
+ self._CFWPatch = CFWPatch
15544
+
15545
+ @property
15546
+ def WafPatch(self):
15547
+ return self._WafPatch
15548
+
15549
+ @WafPatch.setter
15550
+ def WafPatch(self, WafPatch):
15551
+ self._WafPatch = WafPatch
15552
+
15553
+ @property
15554
+ def CWPFix(self):
15555
+ return self._CWPFix
15556
+
15557
+ @CWPFix.setter
15558
+ def CWPFix(self, CWPFix):
15559
+ self._CWPFix = CWPFix
15560
+
15561
+ @property
15562
+ def CveId(self):
15563
+ return self._CveId
15564
+
15565
+ @CveId.setter
15566
+ def CveId(self, CveId):
15567
+ self._CveId = CveId
15568
+
15569
+
15570
+ def _deserialize(self, params):
15571
+ self._VSSScan = params.get("VSSScan")
15572
+ self._CWPScan = params.get("CWPScan")
15573
+ self._CFWPatch = params.get("CFWPatch")
15574
+ self._WafPatch = params.get("WafPatch")
15575
+ self._CWPFix = params.get("CWPFix")
15576
+ self._CveId = params.get("CveId")
15577
+ memeber_set = set(params.keys())
15578
+ for name, value in vars(self).items():
15579
+ property_name = name[1:]
15580
+ if property_name in memeber_set:
15581
+ memeber_set.remove(property_name)
15582
+ if len(memeber_set) > 0:
15583
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
15584
+
15585
+
15586
+
15444
15587
  class PublicIpDomainListKey(AbstractModel):
15445
15588
  """公网IP和域名资产列表key
15446
15589
 
@@ -16014,40 +16157,28 @@ class ScanTaskInfo(AbstractModel):
16014
16157
  def __init__(self):
16015
16158
  r"""
16016
16159
  :param _TaskId: 任务Id
16017
- 注意:此字段可能返回 null,表示取不到有效值。
16018
16160
  :type TaskId: str
16019
16161
  :param _TaskName: 任务名称
16020
- 注意:此字段可能返回 null,表示取不到有效值。
16021
16162
  :type TaskName: str
16022
16163
  :param _Status: 任务状态码:1等待开始 2正在扫描 3扫描出错 4扫描完成
16023
- 注意:此字段可能返回 null,表示取不到有效值。
16024
16164
  :type Status: int
16025
16165
  :param _Progress: 任务进度
16026
- 注意:此字段可能返回 null,表示取不到有效值。
16027
16166
  :type Progress: int
16028
16167
  :param _TaskTime: 任务完成时间
16029
- 注意:此字段可能返回 null,表示取不到有效值。
16030
16168
  :type TaskTime: str
16031
16169
  :param _ReportId: 报告ID
16032
- 注意:此字段可能返回 null,表示取不到有效值。
16033
16170
  :type ReportId: str
16034
16171
  :param _ReportName: 报告名称
16035
- 注意:此字段可能返回 null,表示取不到有效值。
16036
16172
  :type ReportName: str
16037
16173
  :param _ScanPlan: 扫描计划,0-周期任务,1-立即扫描,2-定时扫描,3-自定义
16038
- 注意:此字段可能返回 null,表示取不到有效值。
16039
16174
  :type ScanPlan: int
16040
16175
  :param _AssetCount: 关联的资产数
16041
- 注意:此字段可能返回 null,表示取不到有效值。
16042
16176
  :type AssetCount: int
16043
16177
  :param _AppId: APP ID
16044
- 注意:此字段可能返回 null,表示取不到有效值。
16045
16178
  :type AppId: str
16046
16179
  :param _UIN: 用户主账户ID
16047
- 注意:此字段可能返回 null,表示取不到有效值。
16048
16180
  :type UIN: str
16049
16181
  :param _UserName: 用户名称
16050
- 注意:此字段可能返回 null,表示取不到有效值。
16051
16182
  :type UserName: str
16052
16183
  """
16053
16184
  self._TaskId = None
@@ -17126,16 +17257,12 @@ class ServiceSupport(AbstractModel):
17126
17257
  r"""
17127
17258
  :param _ServiceName: 产品名称:
17128
17259
  "cfw_waf_virtual", "cwp_detect", "cwp_defense", "cwp_fix"
17129
- 注意:此字段可能返回 null,表示取不到有效值。
17130
17260
  :type ServiceName: str
17131
17261
  :param _SupportHandledCount: 已处理的资产总数
17132
- 注意:此字段可能返回 null,表示取不到有效值。
17133
17262
  :type SupportHandledCount: int
17134
17263
  :param _SupportTotalCount: 支持的资产总数
17135
- 注意:此字段可能返回 null,表示取不到有效值。
17136
17264
  :type SupportTotalCount: int
17137
17265
  :param _IsSupport: 是否支持该产品1支持;0不支持
17138
- 注意:此字段可能返回 null,表示取不到有效值。
17139
17266
  :type IsSupport: bool
17140
17267
  """
17141
17268
  self._ServiceName = None
@@ -17634,11 +17761,9 @@ class Tags(AbstractModel):
17634
17761
 
17635
17762
  def __init__(self):
17636
17763
  r"""
17637
- :param _TagKey:
17638
- 注意:此字段可能返回 null,表示取不到有效值。
17764
+ :param _TagKey: 主机标签key
17639
17765
  :type TagKey: str
17640
- :param _TagValue:
17641
- 注意:此字段可能返回 null,表示取不到有效值。
17766
+ :param _TagValue: 主机标签value
17642
17767
  :type TagValue: str
17643
17768
  """
17644
17769
  self._TagKey = None
@@ -17771,21 +17896,16 @@ class TaskAssetObject(AbstractModel):
17771
17896
  def __init__(self):
17772
17897
  r"""
17773
17898
  :param _AssetName: 资产名
17774
- 注意:此字段可能返回 null,表示取不到有效值。
17775
17899
  :type AssetName: str
17776
17900
  :param _InstanceType: 资产类型
17777
- 注意:此字段可能返回 null,表示取不到有效值。
17778
17901
  :type InstanceType: str
17779
17902
  :param _AssetType: 资产分类
17780
- 注意:此字段可能返回 null,表示取不到有效值。
17781
17903
  :type AssetType: str
17782
17904
  :param _Asset: ip/域名/资产id,数据库id等
17783
17905
  :type Asset: str
17784
17906
  :param _Region: 地域
17785
- 注意:此字段可能返回 null,表示取不到有效值。
17786
17907
  :type Region: str
17787
17908
  :param _Arn: 多云资产唯一id
17788
- 注意:此字段可能返回 null,表示取不到有效值。
17789
17909
  :type Arn: str
17790
17910
  """
17791
17911
  self._AssetName = None
@@ -18049,45 +18169,32 @@ class TaskLogInfo(AbstractModel):
18049
18169
  def __init__(self):
18050
18170
  r"""
18051
18171
  :param _TaskLogName: 报告名称
18052
- 注意:此字段可能返回 null,表示取不到有效值。
18053
18172
  :type TaskLogName: str
18054
18173
  :param _TaskLogId: 报告ID
18055
18174
  :type TaskLogId: str
18056
18175
  :param _AssetsNumber: 关联资产个数
18057
- 注意:此字段可能返回 null,表示取不到有效值。
18058
18176
  :type AssetsNumber: int
18059
18177
  :param _RiskNumber: 安全风险数量
18060
- 注意:此字段可能返回 null,表示取不到有效值。
18061
18178
  :type RiskNumber: int
18062
18179
  :param _Time: 报告生成时间
18063
- 注意:此字段可能返回 null,表示取不到有效值。
18064
18180
  :type Time: str
18065
18181
  :param _Status: 任务状态码:0 初始值 1正在扫描 2扫描完成 3扫描出错,4停止,5暂停,6该任务已被重启过
18066
- 注意:此字段可能返回 null,表示取不到有效值。
18067
18182
  :type Status: int
18068
18183
  :param _TaskName: 关联任务名称
18069
- 注意:此字段可能返回 null,表示取不到有效值。
18070
18184
  :type TaskName: str
18071
18185
  :param _StartTime: 扫描开始时间
18072
- 注意:此字段可能返回 null,表示取不到有效值。
18073
18186
  :type StartTime: str
18074
18187
  :param _TaskCenterTaskId: 任务中心扫描任务ID
18075
- 注意:此字段可能返回 null,表示取不到有效值。
18076
18188
  :type TaskCenterTaskId: str
18077
18189
  :param _AppId: 租户ID
18078
- 注意:此字段可能返回 null,表示取不到有效值。
18079
18190
  :type AppId: str
18080
18191
  :param _UIN: 主账户ID
18081
- 注意:此字段可能返回 null,表示取不到有效值。
18082
18192
  :type UIN: str
18083
18193
  :param _UserName: 用户名称
18084
- 注意:此字段可能返回 null,表示取不到有效值。
18085
18194
  :type UserName: str
18086
18195
  :param _ReportType: 报告类型: 1安全体检 2日报 3周报 4月报
18087
- 注意:此字段可能返回 null,表示取不到有效值。
18088
18196
  :type ReportType: int
18089
18197
  :param _TemplateId: 报告模板id
18090
- 注意:此字段可能返回 null,表示取不到有效值。
18091
18198
  :type TemplateId: int
18092
18199
  """
18093
18200
  self._TaskLogName = None
@@ -18251,16 +18358,12 @@ class TaskLogURL(AbstractModel):
18251
18358
  def __init__(self):
18252
18359
  r"""
18253
18360
  :param _URL: 报告下载临时链接
18254
- 注意:此字段可能返回 null,表示取不到有效值。
18255
18361
  :type URL: str
18256
18362
  :param _LogId: 任务报告id
18257
- 注意:此字段可能返回 null,表示取不到有效值。
18258
18363
  :type LogId: str
18259
18364
  :param _TaskLogName: 任务报告名称
18260
- 注意:此字段可能返回 null,表示取不到有效值。
18261
18365
  :type TaskLogName: str
18262
18366
  :param _AppId: APP ID
18263
- 注意:此字段可能返回 null,表示取不到有效值。
18264
18367
  :type AppId: str
18265
18368
  """
18266
18369
  self._URL = None
@@ -18332,11 +18435,14 @@ class UpdateAlertStatusListRequest(AbstractModel):
18332
18435
  4:取消标记处置
18333
18436
  5:取消标记忽略
18334
18437
  :type OperateType: int
18438
+ :param _MemberId: 集团账号的成员id
18439
+ :type MemberId: list of str
18335
18440
  :param _OperatedMemberId: 被调用的集团账号的成员id
18336
18441
  :type OperatedMemberId: list of str
18337
18442
  """
18338
18443
  self._ID = None
18339
18444
  self._OperateType = None
18445
+ self._MemberId = None
18340
18446
  self._OperatedMemberId = None
18341
18447
 
18342
18448
  @property
@@ -18355,6 +18461,14 @@ class UpdateAlertStatusListRequest(AbstractModel):
18355
18461
  def OperateType(self, OperateType):
18356
18462
  self._OperateType = OperateType
18357
18463
 
18464
+ @property
18465
+ def MemberId(self):
18466
+ return self._MemberId
18467
+
18468
+ @MemberId.setter
18469
+ def MemberId(self, MemberId):
18470
+ self._MemberId = MemberId
18471
+
18358
18472
  @property
18359
18473
  def OperatedMemberId(self):
18360
18474
  return self._OperatedMemberId
@@ -18372,6 +18486,7 @@ class UpdateAlertStatusListRequest(AbstractModel):
18372
18486
  obj._deserialize(item)
18373
18487
  self._ID.append(obj)
18374
18488
  self._OperateType = params.get("OperateType")
18489
+ self._MemberId = params.get("MemberId")
18375
18490
  self._OperatedMemberId = params.get("OperatedMemberId")
18376
18491
  memeber_set = set(params.keys())
18377
18492
  for name, value in vars(self).items():
@@ -18449,49 +18564,36 @@ class VULRiskAdvanceCFGList(AbstractModel):
18449
18564
  :param _CheckFrom: 识别来源
18450
18565
  :type CheckFrom: str
18451
18566
  :param _Enable: 是否启用,1-启用,0-禁用
18452
- 注意:此字段可能返回 null,表示取不到有效值。
18453
18567
  :type Enable: int
18454
18568
  :param _VULType: 风险类型
18455
18569
  :type VULType: str
18456
18570
  :param _ImpactVersion: 影响版本
18457
18571
  :type ImpactVersion: str
18458
18572
  :param _CVE: CVE
18459
- 注意:此字段可能返回 null,表示取不到有效值。
18460
18573
  :type CVE: str
18461
18574
  :param _VULTag: 漏洞标签
18462
18575
  :type VULTag: list of str
18463
18576
  :param _FixMethod: 修复方式
18464
- 注意:此字段可能返回 null,表示取不到有效值。
18465
18577
  :type FixMethod: list of str
18466
18578
  :param _ReleaseTime: 披露时间
18467
- 注意:此字段可能返回 null,表示取不到有效值。
18468
18579
  :type ReleaseTime: str
18469
18580
  :param _EMGCVulType: 应急漏洞类型,1-应急漏洞,0-非应急漏洞
18470
- 注意:此字段可能返回 null,表示取不到有效值。
18471
18581
  :type EMGCVulType: int
18472
18582
  :param _VULDescribe: 漏洞描述
18473
- 注意:此字段可能返回 null,表示取不到有效值。
18474
18583
  :type VULDescribe: str
18475
18584
  :param _ImpactComponent: 影响组件
18476
- 注意:此字段可能返回 null,表示取不到有效值。
18477
18585
  :type ImpactComponent: str
18478
18586
  :param _Payload: 漏洞Payload
18479
- 注意:此字段可能返回 null,表示取不到有效值。
18480
18587
  :type Payload: str
18481
18588
  :param _References: 技术参考
18482
- 注意:此字段可能返回 null,表示取不到有效值。
18483
18589
  :type References: str
18484
18590
  :param _CVSS: cvss评分
18485
- 注意:此字段可能返回 null,表示取不到有效值。
18486
18591
  :type CVSS: str
18487
18592
  :param _AttackHeat: 攻击热度
18488
- 注意:此字段可能返回 null,表示取不到有效值。
18489
18593
  :type AttackHeat: str
18490
18594
  :param _ServiceSupport: 安全产品支持情况
18491
- 注意:此字段可能返回 null,表示取不到有效值。
18492
18595
  :type ServiceSupport: list of ServiceSupport
18493
18596
  :param _RecentScanTime: 最新检测时间
18494
- 注意:此字段可能返回 null,表示取不到有效值。
18495
18597
  :type RecentScanTime: str
18496
18598
  """
18497
18599
  self._RiskId = None
@@ -18836,18 +18938,14 @@ class VULViewVULRisk(AbstractModel):
18836
18938
  :param _VULURL: 风险点
18837
18939
  :type VULURL: str
18838
18940
  :param _Nick: 用户昵称
18839
- 注意:此字段可能返回 null,表示取不到有效值。
18840
18941
  :type Nick: str
18841
18942
  :param _AppId: 用户appid
18842
18943
  :type AppId: str
18843
18944
  :param _Uin: 用户uin
18844
- 注意:此字段可能返回 null,表示取不到有效值。
18845
18945
  :type Uin: str
18846
18946
  :param _Fix: 修复建议
18847
- 注意:此字段可能返回 null,表示取不到有效值。
18848
18947
  :type Fix: str
18849
18948
  :param _EMGCVulType: 应急漏洞类型,1-应急漏洞,0-非应急漏洞
18850
- 注意:此字段可能返回 null,表示取不到有效值。
18851
18949
  :type EMGCVulType: int
18852
18950
  """
18853
18951
  self._Port = None
@@ -19740,10 +19838,8 @@ class VulImpactComponentInfo(AbstractModel):
19740
19838
  def __init__(self):
19741
19839
  r"""
19742
19840
  :param _Component: 组件名称
19743
- 注意:此字段可能返回 null,表示取不到有效值。
19744
19841
  :type Component: str
19745
19842
  :param _Version: 版本名称
19746
- 注意:此字段可能返回 null,表示取不到有效值。
19747
19843
  :type Version: str
19748
19844
  """
19749
19845
  self._Component = None
@@ -19787,16 +19883,12 @@ class VulTrend(AbstractModel):
19787
19883
  def __init__(self):
19788
19884
  r"""
19789
19885
  :param _AffectAssetCount: 影响的资产数
19790
- 注意:此字段可能返回 null,表示取不到有效值。
19791
19886
  :type AffectAssetCount: int
19792
19887
  :param _AffectUserCount: 影响的用户数
19793
- 注意:此字段可能返回 null,表示取不到有效值。
19794
19888
  :type AffectUserCount: int
19795
19889
  :param _AttackCount: 攻击数
19796
- 注意:此字段可能返回 null,表示取不到有效值。
19797
19890
  :type AttackCount: int
19798
19891
  :param _Date: 时间
19799
- 注意:此字段可能返回 null,表示取不到有效值。
19800
19892
  :type Date: str
19801
19893
  """
19802
19894
  self._AffectAssetCount = None
@@ -19880,10 +19972,8 @@ class WebsiteRisk(AbstractModel):
19880
19972
  :param _AppId: 用户appid
19881
19973
  :type AppId: str
19882
19974
  :param _Nick: 用户昵称
19883
- 注意:此字段可能返回 null,表示取不到有效值。
19884
19975
  :type Nick: str
19885
19976
  :param _Uin: 用户uin
19886
- 注意:此字段可能返回 null,表示取不到有效值。
19887
19977
  :type Uin: str
19888
19978
  :param _URL: 风险链接
19889
19979
  :type URL: str