tencentcloud-sdk-python-csip 3.1.79__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.79 → tencentcloud_sdk_python_csip-3.1.81}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_csip-3.1.79 → tencentcloud_sdk_python_csip-3.1.81}/setup.py +1 -1
- {tencentcloud_sdk_python_csip-3.1.79 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_csip-3.1.79 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud/csip/v20221121/models.py +28 -28
- {tencentcloud_sdk_python_csip-3.1.79 → 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.79/tencentcloud_sdk_python_csip.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_csip-3.1.79 → tencentcloud_sdk_python_csip-3.1.81}/README.rst +0 -0
- {tencentcloud_sdk_python_csip-3.1.79 → tencentcloud_sdk_python_csip-3.1.81}/setup.cfg +0 -0
- {tencentcloud_sdk_python_csip-3.1.79 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud/csip/__init__.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.79 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud/csip/v20221121/__init__.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.79 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud/csip/v20221121/csip_client.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.79 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud/csip/v20221121/csip_client_async.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.79 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud/csip/v20221121/errorcodes.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.79 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud_sdk_python_csip.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_csip-3.1.79 → tencentcloud_sdk_python_csip-3.1.81}/tencentcloud_sdk_python_csip.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_csip-3.1.79 → 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,33 +31603,33 @@ 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:
|
|
31632
|
+
:param _AppID: <p>用户AppID</p>
|
|
31633
31633
|
:type AppID: int
|
|
31634
31634
|
"""
|
|
31635
31635
|
self._CreateTime = None
|
|
@@ -31649,7 +31649,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31649
31649
|
|
|
31650
31650
|
@property
|
|
31651
31651
|
def CreateTime(self):
|
|
31652
|
-
r"""
|
|
31652
|
+
r"""<p>首次发现时间</p>
|
|
31653
31653
|
:rtype: str
|
|
31654
31654
|
"""
|
|
31655
31655
|
return self._CreateTime
|
|
@@ -31660,7 +31660,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31660
31660
|
|
|
31661
31661
|
@property
|
|
31662
31662
|
def UpdateTime(self):
|
|
31663
|
-
r"""
|
|
31663
|
+
r"""<p>更新时间</p>
|
|
31664
31664
|
:rtype: str
|
|
31665
31665
|
"""
|
|
31666
31666
|
return self._UpdateTime
|
|
@@ -31671,7 +31671,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31671
31671
|
|
|
31672
31672
|
@property
|
|
31673
31673
|
def RiskStatus(self):
|
|
31674
|
-
r"""
|
|
31674
|
+
r"""<p>风险状态</p>
|
|
31675
31675
|
:rtype: int
|
|
31676
31676
|
"""
|
|
31677
31677
|
return self._RiskStatus
|
|
@@ -31682,7 +31682,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31682
31682
|
|
|
31683
31683
|
@property
|
|
31684
31684
|
def RiskContent(self):
|
|
31685
|
-
r"""
|
|
31685
|
+
r"""<p>风险内容</p>
|
|
31686
31686
|
:rtype: str
|
|
31687
31687
|
"""
|
|
31688
31688
|
return self._RiskContent
|
|
@@ -31693,7 +31693,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31693
31693
|
|
|
31694
31694
|
@property
|
|
31695
31695
|
def Provider(self):
|
|
31696
|
-
r"""
|
|
31696
|
+
r"""<p>云厂商</p>
|
|
31697
31697
|
:rtype: str
|
|
31698
31698
|
"""
|
|
31699
31699
|
return self._Provider
|
|
@@ -31704,7 +31704,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31704
31704
|
|
|
31705
31705
|
@property
|
|
31706
31706
|
def ProviderName(self):
|
|
31707
|
-
r"""
|
|
31707
|
+
r"""<p>云厂商名称</p>
|
|
31708
31708
|
:rtype: str
|
|
31709
31709
|
"""
|
|
31710
31710
|
return self._ProviderName
|
|
@@ -31715,7 +31715,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31715
31715
|
|
|
31716
31716
|
@property
|
|
31717
31717
|
def CloudAccountId(self):
|
|
31718
|
-
r"""
|
|
31718
|
+
r"""<p>云账号</p>
|
|
31719
31719
|
:rtype: str
|
|
31720
31720
|
"""
|
|
31721
31721
|
return self._CloudAccountId
|
|
@@ -31726,7 +31726,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31726
31726
|
|
|
31727
31727
|
@property
|
|
31728
31728
|
def CloudAccountName(self):
|
|
31729
|
-
r"""
|
|
31729
|
+
r"""<p>云账号名称</p>
|
|
31730
31730
|
:rtype: str
|
|
31731
31731
|
"""
|
|
31732
31732
|
return self._CloudAccountName
|
|
@@ -31737,7 +31737,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31737
31737
|
|
|
31738
31738
|
@property
|
|
31739
31739
|
def InstanceId(self):
|
|
31740
|
-
r"""
|
|
31740
|
+
r"""<p>实例ID</p>
|
|
31741
31741
|
:rtype: str
|
|
31742
31742
|
"""
|
|
31743
31743
|
return self._InstanceId
|
|
@@ -31748,7 +31748,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31748
31748
|
|
|
31749
31749
|
@property
|
|
31750
31750
|
def InstanceName(self):
|
|
31751
|
-
r"""
|
|
31751
|
+
r"""<p>实例名称</p>
|
|
31752
31752
|
:rtype: str
|
|
31753
31753
|
"""
|
|
31754
31754
|
return self._InstanceName
|
|
@@ -31759,7 +31759,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31759
31759
|
|
|
31760
31760
|
@property
|
|
31761
31761
|
def RiskId(self):
|
|
31762
|
-
r"""
|
|
31762
|
+
r"""<p>风险ID</p>
|
|
31763
31763
|
:rtype: int
|
|
31764
31764
|
"""
|
|
31765
31765
|
return self._RiskId
|
|
@@ -31770,7 +31770,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31770
31770
|
|
|
31771
31771
|
@property
|
|
31772
31772
|
def RiskRuleId(self):
|
|
31773
|
-
r"""
|
|
31773
|
+
r"""<p>风险规则ID</p>
|
|
31774
31774
|
:rtype: str
|
|
31775
31775
|
"""
|
|
31776
31776
|
return self._RiskRuleId
|
|
@@ -31781,7 +31781,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31781
31781
|
|
|
31782
31782
|
@property
|
|
31783
31783
|
def CheckStatus(self):
|
|
31784
|
-
r"""
|
|
31784
|
+
r"""<p>风险验证状态</p>
|
|
31785
31785
|
:rtype: str
|
|
31786
31786
|
"""
|
|
31787
31787
|
return self._CheckStatus
|
|
@@ -31792,7 +31792,7 @@ class RiskDetailItem(AbstractModel):
|
|
|
31792
31792
|
|
|
31793
31793
|
@property
|
|
31794
31794
|
def AppID(self):
|
|
31795
|
-
r"""
|
|
31795
|
+
r"""<p>用户AppID</p>
|
|
31796
31796
|
:rtype: int
|
|
31797
31797
|
"""
|
|
31798
31798
|
return self._AppID
|
|
@@ -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.79
|
|
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
|