tencentcloud-sdk-python-csip 3.1.26__py2.py3-none-any.whl → 3.1.41__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.
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.26'
17
+ __version__ = '3.1.41'
@@ -5334,7 +5334,7 @@ class AssetProcessItem(AbstractModel):
5334
5334
 
5335
5335
 
5336
5336
  class AssetRiskItem(AbstractModel):
5337
- r"""资产视角风险项
5337
+ r"""资产视角风险信息
5338
5338
 
5339
5339
  """
5340
5340
 
@@ -5372,6 +5372,8 @@ class AssetRiskItem(AbstractModel):
5372
5372
  :type Classify: str
5373
5373
  :param _StandardTerms: 等保合规
5374
5374
  :type StandardTerms: list of StandardTerm
5375
+ :param _AssetType: 资产类型
5376
+ :type AssetType: str
5375
5377
  """
5376
5378
  self._AppId = None
5377
5379
  self._Provider = None
@@ -5389,6 +5391,7 @@ class AssetRiskItem(AbstractModel):
5389
5391
  self._RiskRuleId = None
5390
5392
  self._Classify = None
5391
5393
  self._StandardTerms = None
5394
+ self._AssetType = None
5392
5395
 
5393
5396
  @property
5394
5397
  def AppId(self):
@@ -5566,6 +5569,17 @@ class AssetRiskItem(AbstractModel):
5566
5569
  def StandardTerms(self, StandardTerms):
5567
5570
  self._StandardTerms = StandardTerms
5568
5571
 
5572
+ @property
5573
+ def AssetType(self):
5574
+ r"""资产类型
5575
+ :rtype: str
5576
+ """
5577
+ return self._AssetType
5578
+
5579
+ @AssetType.setter
5580
+ def AssetType(self, AssetType):
5581
+ self._AssetType = AssetType
5582
+
5569
5583
 
5570
5584
  def _deserialize(self, params):
5571
5585
  self._AppId = params.get("AppId")
@@ -5589,6 +5603,7 @@ class AssetRiskItem(AbstractModel):
5589
5603
  obj = StandardTerm()
5590
5604
  obj._deserialize(item)
5591
5605
  self._StandardTerms.append(obj)
5606
+ self._AssetType = params.get("AssetType")
5592
5607
  memeber_set = set(params.keys())
5593
5608
  for name, value in vars(self).items():
5594
5609
  property_name = name[1:]
@@ -14112,12 +14127,15 @@ class DescribeAssetRiskListResponse(AbstractModel):
14112
14127
  :type AssetRiskList: list of AssetRiskItem
14113
14128
  :param _StandardNameList: 等保规范名称集合
14114
14129
  :type StandardNameList: list of StandardItem
14130
+ :param _AssetTypeList: 资产类型集合
14131
+ :type AssetTypeList: list of AttributeOptionSet
14115
14132
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14116
14133
  :type RequestId: str
14117
14134
  """
14118
14135
  self._TotalCount = None
14119
14136
  self._AssetRiskList = None
14120
14137
  self._StandardNameList = None
14138
+ self._AssetTypeList = None
14121
14139
  self._RequestId = None
14122
14140
 
14123
14141
  @property
@@ -14153,6 +14171,17 @@ class DescribeAssetRiskListResponse(AbstractModel):
14153
14171
  def StandardNameList(self, StandardNameList):
14154
14172
  self._StandardNameList = StandardNameList
14155
14173
 
14174
+ @property
14175
+ def AssetTypeList(self):
14176
+ r"""资产类型集合
14177
+ :rtype: list of AttributeOptionSet
14178
+ """
14179
+ return self._AssetTypeList
14180
+
14181
+ @AssetTypeList.setter
14182
+ def AssetTypeList(self, AssetTypeList):
14183
+ self._AssetTypeList = AssetTypeList
14184
+
14156
14185
  @property
14157
14186
  def RequestId(self):
14158
14187
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -14179,6 +14208,12 @@ class DescribeAssetRiskListResponse(AbstractModel):
14179
14208
  obj = StandardItem()
14180
14209
  obj._deserialize(item)
14181
14210
  self._StandardNameList.append(obj)
14211
+ if params.get("AssetTypeList") is not None:
14212
+ self._AssetTypeList = []
14213
+ for item in params.get("AssetTypeList"):
14214
+ obj = AttributeOptionSet()
14215
+ obj._deserialize(item)
14216
+ self._AssetTypeList.append(obj)
14182
14217
  self._RequestId = params.get("RequestId")
14183
14218
 
14184
14219
 
@@ -15462,12 +15497,15 @@ class DescribeCheckViewRisksResponse(AbstractModel):
15462
15497
  :type CheckViewRiskList: list of CheckViewRiskItem
15463
15498
  :param _StandardNameList: 检查视角下cspm规范标签列表
15464
15499
  :type StandardNameList: list of StandardItem
15500
+ :param _AssetTypeList: 资产类型集合
15501
+ :type AssetTypeList: list of AttributeOptionSet
15465
15502
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15466
15503
  :type RequestId: str
15467
15504
  """
15468
15505
  self._TotalCount = None
15469
15506
  self._CheckViewRiskList = None
15470
15507
  self._StandardNameList = None
15508
+ self._AssetTypeList = None
15471
15509
  self._RequestId = None
15472
15510
 
15473
15511
  @property
@@ -15503,6 +15541,17 @@ class DescribeCheckViewRisksResponse(AbstractModel):
15503
15541
  def StandardNameList(self, StandardNameList):
15504
15542
  self._StandardNameList = StandardNameList
15505
15543
 
15544
+ @property
15545
+ def AssetTypeList(self):
15546
+ r"""资产类型集合
15547
+ :rtype: list of AttributeOptionSet
15548
+ """
15549
+ return self._AssetTypeList
15550
+
15551
+ @AssetTypeList.setter
15552
+ def AssetTypeList(self, AssetTypeList):
15553
+ self._AssetTypeList = AssetTypeList
15554
+
15506
15555
  @property
15507
15556
  def RequestId(self):
15508
15557
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -15529,6 +15578,12 @@ class DescribeCheckViewRisksResponse(AbstractModel):
15529
15578
  obj = StandardItem()
15530
15579
  obj._deserialize(item)
15531
15580
  self._StandardNameList.append(obj)
15581
+ if params.get("AssetTypeList") is not None:
15582
+ self._AssetTypeList = []
15583
+ for item in params.get("AssetTypeList"):
15584
+ obj = AttributeOptionSet()
15585
+ obj._deserialize(item)
15586
+ self._AssetTypeList.append(obj)
15532
15587
  self._RequestId = params.get("RequestId")
15533
15588
 
15534
15589
 
@@ -27359,7 +27414,7 @@ class ModifyOrganizationAccountStatusRequest(AbstractModel):
27359
27414
 
27360
27415
  def __init__(self):
27361
27416
  r"""
27362
- :param _Status: 修改集团账号状态,1 开启, 2关闭
27417
+ :param _Status: 修改集团账号状态,1 开启, 0关闭
27363
27418
  :type Status: int
27364
27419
  :param _MemberId: 集团账号的成员id
27365
27420
  :type MemberId: list of str
@@ -27369,7 +27424,7 @@ class ModifyOrganizationAccountStatusRequest(AbstractModel):
27369
27424
 
27370
27425
  @property
27371
27426
  def Status(self):
27372
- r"""修改集团账号状态,1 开启, 2关闭
27427
+ r"""修改集团账号状态,1 开启, 0关闭
27373
27428
  :rtype: int
27374
27429
  """
27375
27430
  return self._Status
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-csip
3
- Version: 3.1.26
3
+ Version: 3.1.41
4
4
  Summary: Tencent Cloud Csip SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common <4.0.0,>=3.1.26
18
+ Requires-Dist: tencentcloud-sdk-python-common <4.0.0,>=3.1.41
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -1,11 +1,11 @@
1
- tencentcloud/__init__.py,sha256=qEd9ULZ7Tq_UrXe4ERx68YHfaUTUjrCHJjS4hMEjvBI,629
1
+ tencentcloud/__init__.py,sha256=IlwYxhuLa2P56zk4o70wSMLvVfP76b042Cm-DPh6mCs,629
2
2
  tencentcloud/csip/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  tencentcloud/csip/v20221121/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  tencentcloud/csip/v20221121/csip_client.py,sha256=TePNovcD8MV5ra-9ijpm_BoD5ddfl5f82Z7bAUxUrRw,76706
5
5
  tencentcloud/csip/v20221121/csip_client_async.py,sha256=EsnpFYnwPyQVRENVNO7_9b9omJv7mn_aYzOAUFrJF3Q,51403
6
6
  tencentcloud/csip/v20221121/errorcodes.py,sha256=tQq2byfzCpkRMLmW2QNKwIYBoudFePHil-JJw8TnPFE,2200
7
- tencentcloud/csip/v20221121/models.py,sha256=Hq0YbEDs4c8WIIFYlgXFGM4jisczeGo1C2XRaorCWbA,1055850
8
- tencentcloud_sdk_python_csip-3.1.26.dist-info/METADATA,sha256=DAi8LAkemRy3apL4yr2cJ7WNQXTiSaGCtaIzHrD5aHg,1500
9
- tencentcloud_sdk_python_csip-3.1.26.dist-info/WHEEL,sha256=Ll72iyqtt6Rbxp-Q7FSafYA1LeRv98X15xcZWRsFEmY,109
10
- tencentcloud_sdk_python_csip-3.1.26.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
11
- tencentcloud_sdk_python_csip-3.1.26.dist-info/RECORD,,
7
+ tencentcloud/csip/v20221121/models.py,sha256=rBVtEbXUQ1gIbvYgNSPcujaG4axEBoFQ50rykhBHHPE,1057612
8
+ tencentcloud_sdk_python_csip-3.1.41.dist-info/METADATA,sha256=ADUTJgMK_t2RNmyuT8eA5msJDrHysxufL_DtA9GRZb0,1500
9
+ tencentcloud_sdk_python_csip-3.1.41.dist-info/WHEEL,sha256=I3glN-nznogni2CWkAvi6vPRkBhTbVeYvJZnIsln6uc,109
10
+ tencentcloud_sdk_python_csip-3.1.41.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
11
+ tencentcloud_sdk_python_csip-3.1.41.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.3.2)
2
+ Generator: setuptools (75.3.3)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any