tencentcloud-sdk-python-csip 3.1.133__tar.gz → 3.1.134__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.133 → tencentcloud_sdk_python_csip-3.1.134}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.134}/setup.py +1 -1
- {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.134}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.134}/tencentcloud/csip/v20221121/models.py +18 -18
- {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.134}/tencentcloud_sdk_python_csip.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_csip-3.1.134/tencentcloud_sdk_python_csip.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_csip-3.1.133/tencentcloud_sdk_python_csip.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.134}/README.rst +0 -0
- {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.134}/setup.cfg +0 -0
- {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.134}/tencentcloud/csip/__init__.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.134}/tencentcloud/csip/v20221121/__init__.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.134}/tencentcloud/csip/v20221121/csip_client.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.134}/tencentcloud/csip/v20221121/csip_client_async.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.134}/tencentcloud/csip/v20221121/errorcodes.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.134}/tencentcloud_sdk_python_csip.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.134}/tencentcloud_sdk_python_csip.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.134}/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.134
|
|
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.134
|
|
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.134,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Csip SDK for Python',
|
|
@@ -47,7 +47,7 @@ class AIAgentAsset(AbstractModel):
|
|
|
47
47
|
:type ExposureStatus: str
|
|
48
48
|
:param _MetadataRiskURL: <p>metadata 有风险时对应路径</p>
|
|
49
49
|
:type MetadataRiskURL: str
|
|
50
|
-
:param _SkillState: <p
|
|
50
|
+
:param _SkillState: <p>凭据 Skill 安装状态</p>
|
|
51
51
|
:type SkillState: :class:`tencentcloud.csip.v20221121.models.SkillState`
|
|
52
52
|
:param _TrafficPluginState: <p>流量沙箱插件状态</p>
|
|
53
53
|
:type TrafficPluginState: :class:`tencentcloud.csip.v20221121.models.TrafficPluginState`
|
|
@@ -195,7 +195,7 @@ class AIAgentAsset(AbstractModel):
|
|
|
195
195
|
|
|
196
196
|
@property
|
|
197
197
|
def SkillState(self):
|
|
198
|
-
r"""<p
|
|
198
|
+
r"""<p>凭据 Skill 安装状态</p>
|
|
199
199
|
:rtype: :class:`tencentcloud.csip.v20221121.models.SkillState`
|
|
200
200
|
"""
|
|
201
201
|
return self._SkillState
|
|
@@ -14585,11 +14585,11 @@ class CosBucketId(AbstractModel):
|
|
|
14585
14585
|
|
|
14586
14586
|
def __init__(self):
|
|
14587
14587
|
r"""
|
|
14588
|
-
:param _AppId: appid
|
|
14588
|
+
:param _AppId: <p>appid</p>
|
|
14589
14589
|
:type AppId: str
|
|
14590
|
-
:param _IsAutoMonitor:
|
|
14590
|
+
:param _IsAutoMonitor: <p>是否自动监测</p>
|
|
14591
14591
|
:type IsAutoMonitor: int
|
|
14592
|
-
:param _BucketIdSet: bucket id
|
|
14592
|
+
:param _BucketIdSet: <p>bucket id集合</p>
|
|
14593
14593
|
:type BucketIdSet: list of str
|
|
14594
14594
|
"""
|
|
14595
14595
|
self._AppId = None
|
|
@@ -14598,7 +14598,7 @@ class CosBucketId(AbstractModel):
|
|
|
14598
14598
|
|
|
14599
14599
|
@property
|
|
14600
14600
|
def AppId(self):
|
|
14601
|
-
r"""appid
|
|
14601
|
+
r"""<p>appid</p>
|
|
14602
14602
|
:rtype: str
|
|
14603
14603
|
"""
|
|
14604
14604
|
return self._AppId
|
|
@@ -14609,7 +14609,7 @@ class CosBucketId(AbstractModel):
|
|
|
14609
14609
|
|
|
14610
14610
|
@property
|
|
14611
14611
|
def IsAutoMonitor(self):
|
|
14612
|
-
r"""
|
|
14612
|
+
r"""<p>是否自动监测</p>
|
|
14613
14613
|
:rtype: int
|
|
14614
14614
|
"""
|
|
14615
14615
|
return self._IsAutoMonitor
|
|
@@ -14620,7 +14620,7 @@ class CosBucketId(AbstractModel):
|
|
|
14620
14620
|
|
|
14621
14621
|
@property
|
|
14622
14622
|
def BucketIdSet(self):
|
|
14623
|
-
r"""bucket id
|
|
14623
|
+
r"""<p>bucket id集合</p>
|
|
14624
14624
|
:rtype: list of str
|
|
14625
14625
|
"""
|
|
14626
14626
|
return self._BucketIdSet
|
|
@@ -56830,7 +56830,7 @@ class DspmIdentifyCategoryItem(AbstractModel):
|
|
|
56830
56830
|
:type Type: int
|
|
56831
56831
|
:param _UpdateTime: <p>更新时间</p>
|
|
56832
56832
|
:type UpdateTime: str
|
|
56833
|
-
:param _ComplianceRelations: <p
|
|
56833
|
+
:param _ComplianceRelations: <p>关联的识别模板信息</p>
|
|
56834
56834
|
:type ComplianceRelations: list of DspmIdentifyRefComplianceInfo
|
|
56835
56835
|
"""
|
|
56836
56836
|
self._Id = None
|
|
@@ -56885,7 +56885,7 @@ class DspmIdentifyCategoryItem(AbstractModel):
|
|
|
56885
56885
|
|
|
56886
56886
|
@property
|
|
56887
56887
|
def ComplianceRelations(self):
|
|
56888
|
-
r"""<p
|
|
56888
|
+
r"""<p>关联的识别模板信息</p>
|
|
56889
56889
|
:rtype: list of DspmIdentifyRefComplianceInfo
|
|
56890
56890
|
"""
|
|
56891
56891
|
return self._ComplianceRelations
|
|
@@ -57097,9 +57097,9 @@ class DspmIdentifyComplianceCategoryRelation(AbstractModel):
|
|
|
57097
57097
|
:type CategoryType: int
|
|
57098
57098
|
:param _CategoryGrade: <p>分类层级</p><p>单位:层</p>
|
|
57099
57099
|
:type CategoryGrade: int
|
|
57100
|
-
:param _RuleRelations: <p
|
|
57100
|
+
:param _RuleRelations: <p>关联的数据项信息</p>
|
|
57101
57101
|
:type RuleRelations: list of DspmIdentifyComplianceRuleRelation
|
|
57102
|
-
:param _Children: <p
|
|
57102
|
+
:param _Children: <p>子节点信息</p>
|
|
57103
57103
|
:type Children: list of DspmIdentifyComplianceCategoryRelation
|
|
57104
57104
|
"""
|
|
57105
57105
|
self._CategoryId = None
|
|
@@ -57179,7 +57179,7 @@ class DspmIdentifyComplianceCategoryRelation(AbstractModel):
|
|
|
57179
57179
|
|
|
57180
57180
|
@property
|
|
57181
57181
|
def RuleRelations(self):
|
|
57182
|
-
r"""<p
|
|
57182
|
+
r"""<p>关联的数据项信息</p>
|
|
57183
57183
|
:rtype: list of DspmIdentifyComplianceRuleRelation
|
|
57184
57184
|
"""
|
|
57185
57185
|
return self._RuleRelations
|
|
@@ -57190,7 +57190,7 @@ class DspmIdentifyComplianceCategoryRelation(AbstractModel):
|
|
|
57190
57190
|
|
|
57191
57191
|
@property
|
|
57192
57192
|
def Children(self):
|
|
57193
|
-
r"""<p
|
|
57193
|
+
r"""<p>子节点信息</p>
|
|
57194
57194
|
:rtype: list of DspmIdentifyComplianceCategoryRelation
|
|
57195
57195
|
"""
|
|
57196
57196
|
return self._Children
|
|
@@ -57977,7 +57977,7 @@ class DspmIdentifyLevelGroupItem(AbstractModel):
|
|
|
57977
57977
|
:type LevelItems: list of DspmIdentifyLevelItem
|
|
57978
57978
|
:param _UpdateTime: <p>更新时间</p><p>参数格式:YYYY-MM-DD hh:mm:ss</p>
|
|
57979
57979
|
:type UpdateTime: str
|
|
57980
|
-
:param _ComplianceRelations: <p
|
|
57980
|
+
:param _ComplianceRelations: <p>关联的识别模板信息</p>
|
|
57981
57981
|
:type ComplianceRelations: list of DspmIdentifyRefComplianceInfo
|
|
57982
57982
|
"""
|
|
57983
57983
|
self._Id = None
|
|
@@ -58056,7 +58056,7 @@ class DspmIdentifyLevelGroupItem(AbstractModel):
|
|
|
58056
58056
|
|
|
58057
58057
|
@property
|
|
58058
58058
|
def ComplianceRelations(self):
|
|
58059
|
-
r"""<p
|
|
58059
|
+
r"""<p>关联的识别模板信息</p>
|
|
58060
58060
|
:rtype: list of DspmIdentifyRefComplianceInfo
|
|
58061
58061
|
"""
|
|
58062
58062
|
return self._ComplianceRelations
|
|
@@ -58345,7 +58345,7 @@ class DspmIdentifyRuleItem(AbstractModel):
|
|
|
58345
58345
|
:type StructuredStatus: bool
|
|
58346
58346
|
:param _UnStructuredStatus: <p>非结构化规则配置状态</p>
|
|
58347
58347
|
:type UnStructuredStatus: bool
|
|
58348
|
-
:param _ComplianceRelations: <p
|
|
58348
|
+
:param _ComplianceRelations: <p>关联的识别模板信息</p>
|
|
58349
58349
|
:type ComplianceRelations: list of DspmIdentifyRefComplianceInfo
|
|
58350
58350
|
"""
|
|
58351
58351
|
self._Id = None
|
|
@@ -58448,7 +58448,7 @@ class DspmIdentifyRuleItem(AbstractModel):
|
|
|
58448
58448
|
|
|
58449
58449
|
@property
|
|
58450
58450
|
def ComplianceRelations(self):
|
|
58451
|
-
r"""<p
|
|
58451
|
+
r"""<p>关联的识别模板信息</p>
|
|
58452
58452
|
:rtype: list of DspmIdentifyRefComplianceInfo
|
|
58453
58453
|
"""
|
|
58454
58454
|
return self._ComplianceRelations
|
|
@@ -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.134
|
|
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.134
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.134
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.133
|
|
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
|