tencentcloud-sdk-python-csip 3.1.67__tar.gz → 3.1.74__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.67 → tencentcloud_sdk_python_csip-3.1.74}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.74}/setup.py +1 -1
  3. {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.74}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.74}/tencentcloud/csip/v20221121/models.py +37 -30
  5. {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.74}/tencentcloud_sdk_python_csip.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_csip-3.1.74/tencentcloud_sdk_python_csip.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_csip-3.1.67/tencentcloud_sdk_python_csip.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.74}/README.rst +0 -0
  9. {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.74}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.74}/tencentcloud/csip/__init__.py +0 -0
  11. {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.74}/tencentcloud/csip/v20221121/__init__.py +0 -0
  12. {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.74}/tencentcloud/csip/v20221121/csip_client.py +0 -0
  13. {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.74}/tencentcloud/csip/v20221121/csip_client_async.py +0 -0
  14. {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.74}/tencentcloud/csip/v20221121/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.74}/tencentcloud_sdk_python_csip.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.74}/tencentcloud_sdk_python_csip.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.74}/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.67
3
+ Version: 3.1.74
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.67
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.74
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.67,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.74,<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.67'
17
+ __version__ = '3.1.74'
@@ -25,34 +25,36 @@ class AIAgentAsset(AbstractModel):
25
25
 
26
26
  def __init__(self):
27
27
  r"""
28
- :param _ID: ID 标识
28
+ :param _ID: <p>ID 标识</p>
29
29
  :type ID: str
30
- :param _AgentName: agent 名称
30
+ :param _AgentName: <p>agent 名称</p>
31
31
  :type AgentName: str
32
- :param _AgentModel: agent 使用模型名称
32
+ :param _AgentModel: <p>agent 使用模型名称</p>
33
33
  :type AgentModel: list of str
34
- :param _InstanceID: 实例 ID
34
+ :param _InstanceID: <p>实例 ID</p>
35
35
  :type InstanceID: str
36
- :param _MetadataRiskList: metadata 风险列表。有如下枚举值: 1. AK_TMP 2. USER_DATA
36
+ :param _InstanceName: <p>实例名称</p>
37
+ :type InstanceName: str
38
+ :param _MetadataRiskList: <p>metadata 风险列表。有如下枚举值: 1. AK_TMP 2. USER_DATA</p>
37
39
  :type MetadataRiskList: list of str
38
- :param _IdentityTimeFirst: 首次检出时间
40
+ :param _IdentityTimeFirst: <p>首次检出时间</p>
39
41
  :type IdentityTimeFirst: str
40
- :param _IdentityTimeLast: 最近检出时间
42
+ :param _IdentityTimeLast: <p>最近检出时间</p>
41
43
  :type IdentityTimeLast: str
42
- :param _IdentityMethod: 检出方式。有如下枚举值 1. FINGER 资产指纹方式检出 2. NETWORK 网络访问方式检出
44
+ :param _IdentityMethod: <p>检出方式。有如下枚举值 1. FINGER 资产指纹方式检出 2. NETWORK 网络访问方式检出</p>
43
45
  :type IdentityMethod: str
44
- :param _ExposureStatus: 暴露状态。有如下枚举值。1. EXPOSED;2.UNEXPOSED
45
- 3. UNKNOWN;
46
+ :param _ExposureStatus: <p>暴露状态。有如下枚举值。1. EXPOSED;2.UNEXPOSED;</p><ol start="3"><li>UNKNOWN;</li></ol>
46
47
  :type ExposureStatus: str
47
- :param _MetadataRiskURL: metadata 有风险时对应路径
48
+ :param _MetadataRiskURL: <p>metadata 有风险时对应路径</p>
48
49
  :type MetadataRiskURL: str
49
- :param _SkillState:
50
+ :param _SkillState: <p>无</p>
50
51
  :type SkillState: :class:`tencentcloud.csip.v20221121.models.SkillState`
51
52
  """
52
53
  self._ID = None
53
54
  self._AgentName = None
54
55
  self._AgentModel = None
55
56
  self._InstanceID = None
57
+ self._InstanceName = None
56
58
  self._MetadataRiskList = None
57
59
  self._IdentityTimeFirst = None
58
60
  self._IdentityTimeLast = None
@@ -63,7 +65,7 @@ class AIAgentAsset(AbstractModel):
63
65
 
64
66
  @property
65
67
  def ID(self):
66
- r"""ID 标识
68
+ r"""<p>ID 标识</p>
67
69
  :rtype: str
68
70
  """
69
71
  return self._ID
@@ -74,7 +76,7 @@ class AIAgentAsset(AbstractModel):
74
76
 
75
77
  @property
76
78
  def AgentName(self):
77
- r"""agent 名称
79
+ r"""<p>agent 名称</p>
78
80
  :rtype: str
79
81
  """
80
82
  return self._AgentName
@@ -85,7 +87,7 @@ class AIAgentAsset(AbstractModel):
85
87
 
86
88
  @property
87
89
  def AgentModel(self):
88
- r"""agent 使用模型名称
90
+ r"""<p>agent 使用模型名称</p>
89
91
  :rtype: list of str
90
92
  """
91
93
  return self._AgentModel
@@ -96,7 +98,7 @@ class AIAgentAsset(AbstractModel):
96
98
 
97
99
  @property
98
100
  def InstanceID(self):
99
- r"""实例 ID
101
+ r"""<p>实例 ID</p>
100
102
  :rtype: str
101
103
  """
102
104
  return self._InstanceID
@@ -105,9 +107,20 @@ class AIAgentAsset(AbstractModel):
105
107
  def InstanceID(self, InstanceID):
106
108
  self._InstanceID = InstanceID
107
109
 
110
+ @property
111
+ def InstanceName(self):
112
+ r"""<p>实例名称</p>
113
+ :rtype: str
114
+ """
115
+ return self._InstanceName
116
+
117
+ @InstanceName.setter
118
+ def InstanceName(self, InstanceName):
119
+ self._InstanceName = InstanceName
120
+
108
121
  @property
109
122
  def MetadataRiskList(self):
110
- r"""metadata 风险列表。有如下枚举值: 1. AK_TMP 2. USER_DATA
123
+ r"""<p>metadata 风险列表。有如下枚举值: 1. AK_TMP 2. USER_DATA</p>
111
124
  :rtype: list of str
112
125
  """
113
126
  return self._MetadataRiskList
@@ -118,7 +131,7 @@ class AIAgentAsset(AbstractModel):
118
131
 
119
132
  @property
120
133
  def IdentityTimeFirst(self):
121
- r"""首次检出时间
134
+ r"""<p>首次检出时间</p>
122
135
  :rtype: str
123
136
  """
124
137
  return self._IdentityTimeFirst
@@ -129,7 +142,7 @@ class AIAgentAsset(AbstractModel):
129
142
 
130
143
  @property
131
144
  def IdentityTimeLast(self):
132
- r"""最近检出时间
145
+ r"""<p>最近检出时间</p>
133
146
  :rtype: str
134
147
  """
135
148
  return self._IdentityTimeLast
@@ -140,7 +153,7 @@ class AIAgentAsset(AbstractModel):
140
153
 
141
154
  @property
142
155
  def IdentityMethod(self):
143
- r"""检出方式。有如下枚举值 1. FINGER 资产指纹方式检出 2. NETWORK 网络访问方式检出
156
+ r"""<p>检出方式。有如下枚举值 1. FINGER 资产指纹方式检出 2. NETWORK 网络访问方式检出</p>
144
157
  :rtype: str
145
158
  """
146
159
  return self._IdentityMethod
@@ -151,8 +164,7 @@ class AIAgentAsset(AbstractModel):
151
164
 
152
165
  @property
153
166
  def ExposureStatus(self):
154
- r"""暴露状态。有如下枚举值。1. EXPOSED;2.UNEXPOSED
155
- 3. UNKNOWN;
167
+ r"""<p>暴露状态。有如下枚举值。1. EXPOSED;2.UNEXPOSED;</p><ol start="3"><li>UNKNOWN;</li></ol>
156
168
  :rtype: str
157
169
  """
158
170
  return self._ExposureStatus
@@ -163,7 +175,7 @@ class AIAgentAsset(AbstractModel):
163
175
 
164
176
  @property
165
177
  def MetadataRiskURL(self):
166
- r"""metadata 有风险时对应路径
178
+ r"""<p>metadata 有风险时对应路径</p>
167
179
  :rtype: str
168
180
  """
169
181
  return self._MetadataRiskURL
@@ -174,7 +186,7 @@ class AIAgentAsset(AbstractModel):
174
186
 
175
187
  @property
176
188
  def SkillState(self):
177
- r"""
189
+ r"""<p>无</p>
178
190
  :rtype: :class:`tencentcloud.csip.v20221121.models.SkillState`
179
191
  """
180
192
  return self._SkillState
@@ -189,6 +201,7 @@ class AIAgentAsset(AbstractModel):
189
201
  self._AgentName = params.get("AgentName")
190
202
  self._AgentModel = params.get("AgentModel")
191
203
  self._InstanceID = params.get("InstanceID")
204
+ self._InstanceName = params.get("InstanceName")
192
205
  self._MetadataRiskList = params.get("MetadataRiskList")
193
206
  self._IdentityTimeFirst = params.get("IdentityTimeFirst")
194
207
  self._IdentityTimeLast = params.get("IdentityTimeLast")
@@ -26952,13 +26965,10 @@ class Filters(AbstractModel):
26952
26965
  def __init__(self):
26953
26966
  r"""
26954
26967
  :param _Name: 实例ID
26955
- 注意:此字段可能返回 null,表示取不到有效值。
26956
26968
  :type Name: str
26957
26969
  :param _Values: 实例ID内容
26958
- 注意:此字段可能返回 null,表示取不到有效值。
26959
26970
  :type Values: list of str
26960
26971
  :param _ExactMatch: 模糊匹配
26961
- 注意:此字段可能返回 null,表示取不到有效值。
26962
26972
  :type ExactMatch: str
26963
26973
  """
26964
26974
  self._Name = None
@@ -26968,7 +26978,6 @@ class Filters(AbstractModel):
26968
26978
  @property
26969
26979
  def Name(self):
26970
26980
  r"""实例ID
26971
- 注意:此字段可能返回 null,表示取不到有效值。
26972
26981
  :rtype: str
26973
26982
  """
26974
26983
  return self._Name
@@ -26980,7 +26989,6 @@ class Filters(AbstractModel):
26980
26989
  @property
26981
26990
  def Values(self):
26982
26991
  r"""实例ID内容
26983
- 注意:此字段可能返回 null,表示取不到有效值。
26984
26992
  :rtype: list of str
26985
26993
  """
26986
26994
  return self._Values
@@ -26992,7 +27000,6 @@ class Filters(AbstractModel):
26992
27000
  @property
26993
27001
  def ExactMatch(self):
26994
27002
  r"""模糊匹配
26995
- 注意:此字段可能返回 null,表示取不到有效值。
26996
27003
  :rtype: str
26997
27004
  """
26998
27005
  return self._ExactMatch
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-csip
3
- Version: 3.1.67
3
+ Version: 3.1.74
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.67
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.74
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.74
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.67