tencentcloud-sdk-python-csip 3.1.133__tar.gz → 3.1.137__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.137}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.137}/setup.py +1 -1
  3. {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.137}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.137}/tencentcloud/csip/v20221121/models.py +66 -21
  5. {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.137}/tencentcloud_sdk_python_csip.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_csip-3.1.137/tencentcloud_sdk_python_csip.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_csip-3.1.133/tencentcloud_sdk_python_csip.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.137}/README.rst +0 -0
  9. {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.137}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.137}/tencentcloud/csip/__init__.py +0 -0
  11. {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.137}/tencentcloud/csip/v20221121/__init__.py +0 -0
  12. {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.137}/tencentcloud/csip/v20221121/csip_client.py +0 -0
  13. {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.137}/tencentcloud/csip/v20221121/csip_client_async.py +0 -0
  14. {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.137}/tencentcloud/csip/v20221121/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.137}/tencentcloud_sdk_python_csip.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.137}/tencentcloud_sdk_python_csip.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_csip-3.1.133 → tencentcloud_sdk_python_csip-3.1.137}/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.133
3
+ Version: 3.1.137
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.133
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.137
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.133,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.137,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Csip SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.133'
17
+ __version__ = '3.1.137'
@@ -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>无</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>无</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>无</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>无</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>无</p>
57100
+ :param _RuleRelations: <p>关联的数据项信息</p>
57101
57101
  :type RuleRelations: list of DspmIdentifyComplianceRuleRelation
57102
- :param _Children: <p>无</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>无</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>无</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>无</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>无</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>无</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>无</p>
58451
+ r"""<p>关联的识别模板信息</p>
58452
58452
  :rtype: list of DspmIdentifyRefComplianceInfo
58453
58453
  """
58454
58454
  return self._ComplianceRelations
@@ -64106,13 +64106,13 @@ class FilterDataObject(AbstractModel):
64106
64106
 
64107
64107
 
64108
64108
  class Filters(AbstractModel):
64109
- r"""过滤条件。同一 Name 下多个 Values 为或关系;不同 Name 之间为且关系
64109
+ r"""过滤条件。同一 Name 下多个 Values 为或关系;不同 Name 之间为且关系。支持的 Name:TaskID(任务ID精确)、TaskStatus(任务状态)、TaskType(任务类型)
64110
64110
 
64111
64111
  """
64112
64112
 
64113
64113
  def __init__(self):
64114
64114
  r"""
64115
- :param _Name: 过滤条件名称
64115
+ :param _Name: 过滤条件名称。取值:TaskID(任务ID,精确匹配)、TaskStatus(任务状态,Values: INIT/SCANNING/SUCCESS/FAILED)、TaskType(任务类型,Values: PERIODIC/MANUAL)
64116
64116
  :type Name: str
64117
64117
  :param _Values: 过滤条件值列表
64118
64118
  :type Values: list of str
@@ -64125,7 +64125,7 @@ class Filters(AbstractModel):
64125
64125
 
64126
64126
  @property
64127
64127
  def Name(self):
64128
- r"""过滤条件名称
64128
+ r"""过滤条件名称。取值:TaskID(任务ID,精确匹配)、TaskStatus(任务状态,Values: INIT/SCANNING/SUCCESS/FAILED)、TaskType(任务类型,Values: PERIODIC/MANUAL)
64129
64129
  :rtype: str
64130
64130
  """
64131
64131
  return self._Name
@@ -67611,6 +67611,12 @@ class Machine(AbstractModel):
67611
67611
  :type ContainerCount: int
67612
67612
  :param _CpuCoreCount: <p>核数</p>
67613
67613
  :type CpuCoreCount: int
67614
+ :param _MigrationRequired: <p>是否支持迁移</p>
67615
+ :type MigrationRequired: bool
67616
+ :param _IsSupportXSPM: <p>是否支持暴露面扫描</p>
67617
+ :type IsSupportXSPM: bool
67618
+ :param _CanUnbind: <p>是否能解绑</p>
67619
+ :type CanUnbind: bool
67614
67620
  """
67615
67621
  self._AgentStatus = None
67616
67622
  self._AgentVersion = None
@@ -67644,6 +67650,9 @@ class Machine(AbstractModel):
67644
67650
  self._ContainerDefendStatus = None
67645
67651
  self._ContainerCount = None
67646
67652
  self._CpuCoreCount = None
67653
+ self._MigrationRequired = None
67654
+ self._IsSupportXSPM = None
67655
+ self._CanUnbind = None
67647
67656
 
67648
67657
  @property
67649
67658
  def AgentStatus(self):
@@ -67997,6 +68006,39 @@ class Machine(AbstractModel):
67997
68006
  def CpuCoreCount(self, CpuCoreCount):
67998
68007
  self._CpuCoreCount = CpuCoreCount
67999
68008
 
68009
+ @property
68010
+ def MigrationRequired(self):
68011
+ r"""<p>是否支持迁移</p>
68012
+ :rtype: bool
68013
+ """
68014
+ return self._MigrationRequired
68015
+
68016
+ @MigrationRequired.setter
68017
+ def MigrationRequired(self, MigrationRequired):
68018
+ self._MigrationRequired = MigrationRequired
68019
+
68020
+ @property
68021
+ def IsSupportXSPM(self):
68022
+ r"""<p>是否支持暴露面扫描</p>
68023
+ :rtype: bool
68024
+ """
68025
+ return self._IsSupportXSPM
68026
+
68027
+ @IsSupportXSPM.setter
68028
+ def IsSupportXSPM(self, IsSupportXSPM):
68029
+ self._IsSupportXSPM = IsSupportXSPM
68030
+
68031
+ @property
68032
+ def CanUnbind(self):
68033
+ r"""<p>是否能解绑</p>
68034
+ :rtype: bool
68035
+ """
68036
+ return self._CanUnbind
68037
+
68038
+ @CanUnbind.setter
68039
+ def CanUnbind(self, CanUnbind):
68040
+ self._CanUnbind = CanUnbind
68041
+
68000
68042
 
68001
68043
  def _deserialize(self, params):
68002
68044
  self._AgentStatus = params.get("AgentStatus")
@@ -68045,6 +68087,9 @@ class Machine(AbstractModel):
68045
68087
  self._ContainerDefendStatus = params.get("ContainerDefendStatus")
68046
68088
  self._ContainerCount = params.get("ContainerCount")
68047
68089
  self._CpuCoreCount = params.get("CpuCoreCount")
68090
+ self._MigrationRequired = params.get("MigrationRequired")
68091
+ self._IsSupportXSPM = params.get("IsSupportXSPM")
68092
+ self._CanUnbind = params.get("CanUnbind")
68048
68093
  memeber_set = set(params.keys())
68049
68094
  for name, value in vars(self).items():
68050
68095
  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.133
3
+ Version: 3.1.137
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.133
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.137
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.137
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.133