tencentcloud-sdk-python-csip 3.1.74__tar.gz → 3.1.81__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.74 → tencentcloud_sdk_python_csip-3.1.81}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_csip-3.1.74 → tencentcloud_sdk_python_csip-3.1.81}/setup.py +1 -1
- {tencentcloud_sdk_python_csip-3.1.74 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_csip-3.1.74 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud/csip/v20221121/models.py +41 -26
- {tencentcloud_sdk_python_csip-3.1.74 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud_sdk_python_csip.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_csip-3.1.81/tencentcloud_sdk_python_csip.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_csip-3.1.74/tencentcloud_sdk_python_csip.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_csip-3.1.74 → tencentcloud_sdk_python_csip-3.1.81}/README.rst +0 -0
- {tencentcloud_sdk_python_csip-3.1.74 → tencentcloud_sdk_python_csip-3.1.81}/setup.cfg +0 -0
- {tencentcloud_sdk_python_csip-3.1.74 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud/csip/__init__.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.74 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud/csip/v20221121/__init__.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.74 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud/csip/v20221121/csip_client.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.74 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud/csip/v20221121/csip_client_async.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.74 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud/csip/v20221121/errorcodes.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.74 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud_sdk_python_csip.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_csip-3.1.74 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud_sdk_python_csip.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_csip-3.1.74 → tencentcloud_sdk_python_csip-3.1.81}/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.81
|
|
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.81
|
|
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.81,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Csip SDK for Python',
|
|
@@ -31603,32 +31603,34 @@ class RiskDetailItem(AbstractModel):
|
|
|
31603
31603
|
|
|
31604
31604
|
def __init__(self):
|
|
31605
31605
|
r"""
|
|
31606
|
-
:param _CreateTime:
|
|
31606
|
+
:param _CreateTime: <p>首次发现时间</p>
|
|
31607
31607
|
:type CreateTime: str
|
|
31608
|
-
:param _UpdateTime:
|
|
31608
|
+
:param _UpdateTime: <p>更新时间</p>
|
|
31609
31609
|
:type UpdateTime: str
|
|
31610
|
-
:param _RiskStatus:
|
|
31610
|
+
:param _RiskStatus: <p>风险状态</p>
|
|
31611
31611
|
:type RiskStatus: int
|
|
31612
|
-
:param _RiskContent:
|
|
31612
|
+
:param _RiskContent: <p>风险内容</p>
|
|
31613
31613
|
:type RiskContent: str
|
|
31614
|
-
:param _Provider:
|
|
31614
|
+
:param _Provider: <p>云厂商</p>
|
|
31615
31615
|
:type Provider: str
|
|
31616
|
-
:param _ProviderName:
|
|
31616
|
+
:param _ProviderName: <p>云厂商名称</p>
|
|
31617
31617
|
:type ProviderName: str
|
|
31618
|
-
:param _CloudAccountId:
|
|
31618
|
+
:param _CloudAccountId: <p>云账号</p>
|
|
31619
31619
|
:type CloudAccountId: str
|
|
31620
|
-
:param _CloudAccountName:
|
|
31620
|
+
:param _CloudAccountName: <p>云账号名称</p>
|
|
31621
31621
|
:type CloudAccountName: str
|
|
31622
|
-
:param _InstanceId:
|
|
31622
|
+
:param _InstanceId: <p>实例ID</p>
|
|
31623
31623
|
:type InstanceId: str
|
|
31624
|
-
:param _InstanceName:
|
|
31624
|
+
:param _InstanceName: <p>实例名称</p>
|
|
31625
31625
|
:type InstanceName: str
|
|
31626
|
-
:param _RiskId:
|
|
31626
|
+
:param _RiskId: <p>风险ID</p>
|
|
31627
31627
|
:type RiskId: int
|
|
31628
|
-
:param _RiskRuleId:
|
|
31628
|
+
:param _RiskRuleId: <p>风险规则ID</p>
|
|
31629
31629
|
:type RiskRuleId: str
|
|
31630
|
-
:param _CheckStatus:
|
|
31630
|
+
:param _CheckStatus: <p>风险验证状态</p>
|
|
31631
31631
|
:type CheckStatus: str
|
|
31632
|
+
:param _AppID: <p>用户AppID</p>
|
|
31633
|
+
:type AppID: int
|
|
31632
31634
|
"""
|
|
31633
31635
|
self._CreateTime = None
|
|
31634
31636
|
self._UpdateTime = None
|
|
@@ -31643,10 +31645,11 @@ class RiskDetailItem(AbstractModel):
|
|
|
31643
31645
|
self._RiskId = None
|
|
31644
31646
|
self._RiskRuleId = None
|
|
31645
31647
|
self._CheckStatus = None
|
|
31648
|
+
self._AppID = None
|
|
31646
31649
|
|
|
31647
31650
|
@property
|
|
31648
31651
|
def CreateTime(self):
|
|
31649
|
-
r"""
|
|
31652
|
+
r"""<p>首次发现时间</p>
|
|
31650
31653
|
:rtype: str
|
|
31651
31654
|
"""
|
|
31652
31655
|
return self._CreateTime
|
|
@@ -31657,7 +31660,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31657
31660
|
|
|
31658
31661
|
@property
|
|
31659
31662
|
def UpdateTime(self):
|
|
31660
|
-
r"""
|
|
31663
|
+
r"""<p>更新时间</p>
|
|
31661
31664
|
:rtype: str
|
|
31662
31665
|
"""
|
|
31663
31666
|
return self._UpdateTime
|
|
@@ -31668,7 +31671,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31668
31671
|
|
|
31669
31672
|
@property
|
|
31670
31673
|
def RiskStatus(self):
|
|
31671
|
-
r"""
|
|
31674
|
+
r"""<p>风险状态</p>
|
|
31672
31675
|
:rtype: int
|
|
31673
31676
|
"""
|
|
31674
31677
|
return self._RiskStatus
|
|
@@ -31679,7 +31682,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31679
31682
|
|
|
31680
31683
|
@property
|
|
31681
31684
|
def RiskContent(self):
|
|
31682
|
-
r"""
|
|
31685
|
+
r"""<p>风险内容</p>
|
|
31683
31686
|
:rtype: str
|
|
31684
31687
|
"""
|
|
31685
31688
|
return self._RiskContent
|
|
@@ -31690,7 +31693,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31690
31693
|
|
|
31691
31694
|
@property
|
|
31692
31695
|
def Provider(self):
|
|
31693
|
-
r"""
|
|
31696
|
+
r"""<p>云厂商</p>
|
|
31694
31697
|
:rtype: str
|
|
31695
31698
|
"""
|
|
31696
31699
|
return self._Provider
|
|
@@ -31701,7 +31704,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31701
31704
|
|
|
31702
31705
|
@property
|
|
31703
31706
|
def ProviderName(self):
|
|
31704
|
-
r"""
|
|
31707
|
+
r"""<p>云厂商名称</p>
|
|
31705
31708
|
:rtype: str
|
|
31706
31709
|
"""
|
|
31707
31710
|
return self._ProviderName
|
|
@@ -31712,7 +31715,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31712
31715
|
|
|
31713
31716
|
@property
|
|
31714
31717
|
def CloudAccountId(self):
|
|
31715
|
-
r"""
|
|
31718
|
+
r"""<p>云账号</p>
|
|
31716
31719
|
:rtype: str
|
|
31717
31720
|
"""
|
|
31718
31721
|
return self._CloudAccountId
|
|
@@ -31723,7 +31726,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31723
31726
|
|
|
31724
31727
|
@property
|
|
31725
31728
|
def CloudAccountName(self):
|
|
31726
|
-
r"""
|
|
31729
|
+
r"""<p>云账号名称</p>
|
|
31727
31730
|
:rtype: str
|
|
31728
31731
|
"""
|
|
31729
31732
|
return self._CloudAccountName
|
|
@@ -31734,7 +31737,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31734
31737
|
|
|
31735
31738
|
@property
|
|
31736
31739
|
def InstanceId(self):
|
|
31737
|
-
r"""
|
|
31740
|
+
r"""<p>实例ID</p>
|
|
31738
31741
|
:rtype: str
|
|
31739
31742
|
"""
|
|
31740
31743
|
return self._InstanceId
|
|
@@ -31745,7 +31748,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31745
31748
|
|
|
31746
31749
|
@property
|
|
31747
31750
|
def InstanceName(self):
|
|
31748
|
-
r"""
|
|
31751
|
+
r"""<p>实例名称</p>
|
|
31749
31752
|
:rtype: str
|
|
31750
31753
|
"""
|
|
31751
31754
|
return self._InstanceName
|
|
@@ -31756,7 +31759,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31756
31759
|
|
|
31757
31760
|
@property
|
|
31758
31761
|
def RiskId(self):
|
|
31759
|
-
r"""
|
|
31762
|
+
r"""<p>风险ID</p>
|
|
31760
31763
|
:rtype: int
|
|
31761
31764
|
"""
|
|
31762
31765
|
return self._RiskId
|
|
@@ -31767,7 +31770,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31767
31770
|
|
|
31768
31771
|
@property
|
|
31769
31772
|
def RiskRuleId(self):
|
|
31770
|
-
r"""
|
|
31773
|
+
r"""<p>风险规则ID</p>
|
|
31771
31774
|
:rtype: str
|
|
31772
31775
|
"""
|
|
31773
31776
|
return self._RiskRuleId
|
|
@@ -31778,7 +31781,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31778
31781
|
|
|
31779
31782
|
@property
|
|
31780
31783
|
def CheckStatus(self):
|
|
31781
|
-
r"""
|
|
31784
|
+
r"""<p>风险验证状态</p>
|
|
31782
31785
|
:rtype: str
|
|
31783
31786
|
"""
|
|
31784
31787
|
return self._CheckStatus
|
|
@@ -31787,6 +31790,17 @@ class RiskDetailItem(AbstractModel):
|
|
|
31787
31790
|
def CheckStatus(self, CheckStatus):
|
|
31788
31791
|
self._CheckStatus = CheckStatus
|
|
31789
31792
|
|
|
31793
|
+
@property
|
|
31794
|
+
def AppID(self):
|
|
31795
|
+
r"""<p>用户AppID</p>
|
|
31796
|
+
:rtype: int
|
|
31797
|
+
"""
|
|
31798
|
+
return self._AppID
|
|
31799
|
+
|
|
31800
|
+
@AppID.setter
|
|
31801
|
+
def AppID(self, AppID):
|
|
31802
|
+
self._AppID = AppID
|
|
31803
|
+
|
|
31790
31804
|
|
|
31791
31805
|
def _deserialize(self, params):
|
|
31792
31806
|
self._CreateTime = params.get("CreateTime")
|
|
@@ -31802,6 +31816,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31802
31816
|
self._RiskId = params.get("RiskId")
|
|
31803
31817
|
self._RiskRuleId = params.get("RiskRuleId")
|
|
31804
31818
|
self._CheckStatus = params.get("CheckStatus")
|
|
31819
|
+
self._AppID = params.get("AppID")
|
|
31805
31820
|
memeber_set = set(params.keys())
|
|
31806
31821
|
for name, value in vars(self).items():
|
|
31807
31822
|
property_name = name[1:]
|
|
@@ -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.81
|
|
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.81
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.81
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.74
|
|
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
|