tencentcloud-sdk-python-csip 3.1.26__tar.gz → 3.1.41__tar.gz
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_sdk_python_csip-3.1.26 → tencentcloud_sdk_python_csip-3.1.41}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_csip-3.1.26 → tencentcloud_sdk_python_csip-3.1.41}/setup.py +1 -1
- {tencentcloud_sdk_python_csip-3.1.26 → tencentcloud_sdk_python_csip-3.1.41}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_csip-3.1.26 → tencentcloud_sdk_python_csip-3.1.41}/tencentcloud/csip/v20221121/models.py +58 -3
- {tencentcloud_sdk_python_csip-3.1.26 → tencentcloud_sdk_python_csip-3.1.41}/tencentcloud_sdk_python_csip.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_csip-3.1.41/tencentcloud_sdk_python_csip.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_csip-3.1.26/tencentcloud_sdk_python_csip.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_csip-3.1.26 → tencentcloud_sdk_python_csip-3.1.41}/README.rst +0 -0
- {tencentcloud_sdk_python_csip-3.1.26 → tencentcloud_sdk_python_csip-3.1.41}/setup.cfg +0 -0
- {tencentcloud_sdk_python_csip-3.1.26 → tencentcloud_sdk_python_csip-3.1.41}/tencentcloud/csip/__init__.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.26 → tencentcloud_sdk_python_csip-3.1.41}/tencentcloud/csip/v20221121/__init__.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.26 → tencentcloud_sdk_python_csip-3.1.41}/tencentcloud/csip/v20221121/csip_client.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.26 → tencentcloud_sdk_python_csip-3.1.41}/tencentcloud/csip/v20221121/csip_client_async.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.26 → tencentcloud_sdk_python_csip-3.1.41}/tencentcloud/csip/v20221121/errorcodes.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.26 → tencentcloud_sdk_python_csip-3.1.41}/tencentcloud_sdk_python_csip.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_csip-3.1.26 → tencentcloud_sdk_python_csip-3.1.41}/tencentcloud_sdk_python_csip.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_csip-3.1.26 → tencentcloud_sdk_python_csip-3.1.41}/tencentcloud_sdk_python_csip.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-csip
|
|
3
|
-
Version: 3.1.
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.41
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-csip',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.41,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Csip SDK for Python',
|
|
@@ -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 开启,
|
|
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 开启,
|
|
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.
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.41
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.41
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.26
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|