tencentcloud-sdk-python 3.0.1236__py2.py3-none-any.whl → 3.0.1237__py2.py3-none-any.whl

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/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1236'
17
+ __version__ = '3.0.1237'
@@ -154,6 +154,7 @@ class ChatCompletionsRequest(AbstractModel):
154
154
  :param _EnableSpeedSearch: 是否开启极速版搜索,默认false,不开启;在开启且命中搜索时,会启用极速版搜索,流式输出首字返回更快。
155
155
  :type EnableSpeedSearch: bool
156
156
  :param _EnableMultimedia: 图文并茂开关。
157
+ 详细介绍请阅读 [图文并茂](https://cloud.tencent.com/document/product/1729/111178) 中的说明。
157
158
  说明:
158
159
  1. 该参数仅在功能增强(如搜索)开关开启(EnableEnhancement=true)时生效。
159
160
  2. hunyuan-lite 无图文并茂能力,该参数对 hunyuan-lite 版本不生效。
@@ -20,6 +20,9 @@ FAILEDOPERATION = 'FailedOperation'
20
20
  # 该账号已被注册。
21
21
  FAILEDOPERATION_ACCOUNTALREADYREGISTER = 'FailedOperation.AccountAlreadyRegister'
22
22
 
23
+ # 申请已存在。
24
+ FAILEDOPERATION_APPLYEXIST = 'FailedOperation.ApplyExist'
25
+
23
26
  # 用户未实名。
24
27
  FAILEDOPERATION_AUTHINFOEMPTY = 'FailedOperation.AuthInfoEmpty'
25
28
 
@@ -95,9 +98,15 @@ FAILEDOPERATION_EMAILALREADYUSED = 'FailedOperation.EmailAlreadyUsed'
95
98
  # 邮箱绑定已经失效。
96
99
  FAILEDOPERATION_EMAILBINDRECORDINVALID = 'FailedOperation.EmailBindRecordInvalid'
97
100
 
101
+ # 存在共享资源给其他组织成员或被其他组织成员共享资源。
102
+ FAILEDOPERATION_EXISTOTHERORGANIZATIONMEMBERSHARED = 'FailedOperation.ExistOtherOrganizationMemberShared'
103
+
98
104
  # 存在不在组织内的共享成员。
99
105
  FAILEDOPERATION_EXISTSHAREMEMBERNOTINORGANIZATION = 'FailedOperation.ExistShareMemberNotInOrganization'
100
106
 
107
+ # 获取账号地域属性错误。
108
+ FAILEDOPERATION_GETACCOUNTREGION = 'FailedOperation.GetAccountRegion'
109
+
101
110
  # 查询实名信息出错。
102
111
  FAILEDOPERATION_GETAUTHINFO = 'FailedOperation.GetAuthInfo'
103
112
 
@@ -131,6 +140,12 @@ FAILEDOPERATION_IDENTITYCENTERNOTORGANIZATIONMANAGER = 'FailedOperation.Identity
131
140
  # 用户没有开通集团账号,无法开通CIC服务
132
141
  FAILEDOPERATION_IDENTITYCENTERORGANIZATIONNOTOPEN = 'FailedOperation.IdentityCenterOrganizationNotOpen'
133
142
 
143
+ # 上传文件不合法。
144
+ FAILEDOPERATION_IMPORTFILEILLEGAL = 'FailedOperation.ImportFileIllegal'
145
+
146
+ # 邀请已存在。
147
+ FAILEDOPERATION_INVITATIONEXIST = 'FailedOperation.InvitationExist'
148
+
134
149
  # 邮箱绑定失败。
135
150
  FAILEDOPERATION_MEMBERBINDEMAILERROR = 'FailedOperation.MemberBindEmailError'
136
151
 
@@ -143,6 +158,9 @@ FAILEDOPERATION_MEMBEREMAILEXIST = 'FailedOperation.MemberEmailExist'
143
158
  # 成员存在代付者,不允许删除。
144
159
  FAILEDOPERATION_MEMBEREXISTDELEGATEPAYERNOTALLOWDELETE = 'FailedOperation.MemberExistDelegatePayerNotAllowDelete'
145
160
 
161
+ # 成员已存其他组织中。
162
+ FAILEDOPERATION_MEMBEREXISTINOTHERORGANIZATION = 'FailedOperation.MemberExistInOtherOrganization'
163
+
146
164
  # 成员授权在使用。
147
165
  FAILEDOPERATION_MEMBERIDENTITYAUTHUSED = 'FailedOperation.MemberIdentityAuthUsed'
148
166
 
@@ -164,6 +182,9 @@ FAILEDOPERATION_METADATACOSPARSINGFAILED = 'FailedOperation.MetadataCosParsingFa
164
182
  # 企业组织单元成员不为空。
165
183
  FAILEDOPERATION_NODENOTEMPTY = 'FailedOperation.NodeNotEmpty'
166
184
 
185
+ # 只能邀请同一个站点内的账号。
186
+ FAILEDOPERATION_NOTSAMEREGION = 'FailedOperation.NotSameRegion'
187
+
167
188
  # 操作计费侧成员权限错误。
168
189
  FAILEDOPERATION_OPERATEBILLINGPERMISSIONERR = 'FailedOperation.OperateBillingPermissionErr'
169
190
 
@@ -173,6 +194,9 @@ FAILEDOPERATION_OPERATEPOLICY = 'FailedOperation.OperatePolicy'
173
194
  # 成员是主体管理账号,不允许退出组织。
174
195
  FAILEDOPERATION_ORGANIZATIONAUTHMANAGENOTALLOWDELETE = 'FailedOperation.OrganizationAuthManageNotAllowDelete'
175
196
 
197
+ # 实名认证关系已经存在。
198
+ FAILEDOPERATION_ORGANIZATIONAUTHRELATIONEXIST = 'FailedOperation.OrganizationAuthRelationExist'
199
+
176
200
  # 解绑最后一个策略失败。
177
201
  FAILEDOPERATION_ORGANIZATIONDETACHLASTPOLICYERROR = 'FailedOperation.OrganizationDetachLastPolicyError'
178
202
 
@@ -191,6 +215,9 @@ FAILEDOPERATION_ORGANIZATIONIDENTITYNAMEUSED = 'FailedOperation.OrganizationIden
191
215
  # 组织身份策略不合法。
192
216
  FAILEDOPERATION_ORGANIZATIONIDENTITYPOLICYERROR = 'FailedOperation.OrganizationIdentityPolicyError'
193
217
 
218
+ # 成员已存在。
219
+ FAILEDOPERATION_ORGANIZATIONMEMBEREXIST = 'FailedOperation.OrganizationMemberExist'
220
+
194
221
  # 成员名已存在。
195
222
  FAILEDOPERATION_ORGANIZATIONMEMBERNAMEUSED = 'FailedOperation.OrganizationMemberNameUsed'
196
223
 
@@ -254,6 +281,9 @@ FAILEDOPERATION_QUITSHAREUINTERROR = 'FailedOperation.QuitShareUintError'
254
281
  # 退出共享单元失败。
255
282
  FAILEDOPERATION_QUITESHAREUNIT = 'FailedOperation.QuiteShareUnit'
256
283
 
284
+ # 重复发送邀请。
285
+ FAILEDOPERATION_RESENTINVITATION = 'FailedOperation.ReSentInvitation'
286
+
257
287
  # 资源超过最大上限。
258
288
  FAILEDOPERATION_RESOURCEOVERLIMIT = 'FailedOperation.ResourceOverLimit'
259
289
 
@@ -332,6 +362,9 @@ FAILEDOPERATION_SYNCHRONIZEDUSERNOTUPDATE = 'FailedOperation.SynchronizedUserNot
332
362
  # 权限配置绑定系统策略超过上限
333
363
  FAILEDOPERATION_SYSTEMPOLICYOVERUPPERLIMIT = 'FailedOperation.SystemPolicyOverUpperLimit'
334
364
 
365
+ # 打标签异常。
366
+ FAILEDOPERATION_TAGRESOURCESERROR = 'FailedOperation.TagResourcesError'
367
+
335
368
  # 上传数据文件失败。
336
369
  FAILEDOPERATION_UPLOADMETADATAFAILED = 'FailedOperation.UploadMetadataFailed'
337
370
 
@@ -494,6 +527,9 @@ INVALIDPARAMETER_POLICYNAMEEXISTED = 'InvalidParameter.PolicyNameExisted'
494
527
  # 策略名称长度超限。
495
528
  INVALIDPARAMETER_POLICYNAMESIZEOVERUPPERLIMIT = 'InvalidParameter.PolicyNameSizeOverUpperLimit'
496
529
 
530
+ # 修改策略类型错误,只允许修改自定义策略
531
+ INVALIDPARAMETER_POLICYTYPEERROR = 'InvalidParameter.PolicyTypeError'
532
+
497
533
  # 策略文档的principal字段不合法。
498
534
  INVALIDPARAMETER_PRINCIPALERROR = 'InvalidParameter.PrincipalError'
499
535
 
@@ -542,6 +578,9 @@ INVALIDPARAMETER_ROLEPOLICYNOTEXIST = 'InvalidParameter.RolePolicyNotExist'
542
578
  # 策略文档的Statement字段不合法。
543
579
  INVALIDPARAMETER_STATEMENTERROR = 'InvalidParameter.StatementError'
544
580
 
581
+ # 标签值错误。
582
+ INVALIDPARAMETER_TAGERROR = 'InvalidParameter.TagError'
583
+
545
584
  # 当前业务不支持标签操作。
546
585
  INVALIDPARAMETER_UNSUPPORTEDSERVICE = 'InvalidParameter.UnsupportedService'
547
586
 
@@ -596,6 +635,9 @@ LIMITEXCEEDED_EMAILBINDOVERLIMIT = 'LimitExceeded.EmailBindOverLimit'
596
635
  # 组织身份超过最大限制。
597
636
  LIMITEXCEEDED_IDENTITYEXCEEDLIMIT = 'LimitExceeded.IdentityExceedLimit'
598
637
 
638
+ # 邀请超过上限。
639
+ LIMITEXCEEDED_INVITATIONOVERLIMIT = 'LimitExceeded.InvitationOverLimit'
640
+
599
641
  # 企业组织单元层级太多。
600
642
  LIMITEXCEEDED_NODEDEPTHEXCEEDLIMIT = 'LimitExceeded.NodeDepthExceedLimit'
601
643
 
@@ -749,12 +791,18 @@ UNSUPPORTEDOPERATION = 'UnsupportedOperation'
749
791
  # 代付者财务状态异常,不支持代付费。
750
792
  UNSUPPORTEDOPERATION_ABNORMALFINANCIALSTATUSOFADMIN = 'UnsupportedOperation.AbnormalFinancialStatusOfAdmin'
751
793
 
794
+ # 成员财务状态异常,不支持代付费。
795
+ UNSUPPORTEDOPERATION_ABNORMALFINANCIALSTATUSOFMEMBER = 'UnsupportedOperation.AbnormalFinancialStatusOfMember'
796
+
752
797
  # 不允许添加代付关系。
753
798
  UNSUPPORTEDOPERATION_ADDDELEGATEPAYERNOTALLOW = 'UnsupportedOperation.AddDelegatePayerNotAllow'
754
799
 
755
800
  # 不允许添加优惠继承关系。
756
801
  UNSUPPORTEDOPERATION_ADDDISCOUNTINHERITNOTALLOW = 'UnsupportedOperation.AddDiscountInheritNotAllow'
757
802
 
803
+ # 管理员和成员的经销商不一致。
804
+ UNSUPPORTEDOPERATION_AGENTNOTSAME = 'UnsupportedOperation.AgentNotSame'
805
+
758
806
  # 创建的成员不允许创建组织。
759
807
  UNSUPPORTEDOPERATION_CREATEMEMBERNOTALLOWCREATEORGANIZATION = 'UnsupportedOperation.CreateMemberNotAllowCreateOrganization'
760
808
 
@@ -803,9 +851,15 @@ UNSUPPORTEDOPERATION_MEMBEREXISTOPERATEPROCESSNOTALLOWDELETE = 'UnsupportedOpera
803
851
  # 成员是集团服务委派管理员,不允许退出组织。
804
852
  UNSUPPORTEDOPERATION_MEMBEREXISTSERVICENOTALLOWDELETE = 'UnsupportedOperation.MemberExistServiceNotAllowDelete'
805
853
 
854
+ # 成员存在代金劵,不支持代付费。
855
+ UNSUPPORTEDOPERATION_MEMBERHASVOUCHER = 'UnsupportedOperation.MemberHasVoucher'
856
+
806
857
  # 账号是代理商或代客。
807
858
  UNSUPPORTEDOPERATION_MEMBERISAGENT = 'UnsupportedOperation.MemberIsAgent'
808
859
 
860
+ # 成员不是经销子客。
861
+ UNSUPPORTEDOPERATION_MEMBERISNOTCLIENT = 'UnsupportedOperation.MemberIsNotClient'
862
+
809
863
  # 成员没有绑卡。
810
864
  UNSUPPORTEDOPERATION_MEMBERNOPAYMENT = 'UnsupportedOperation.MemberNoPayment'
811
865
 
@@ -278,10 +278,13 @@ class AddOrganizationNodeRequest(AbstractModel):
278
278
  :type Name: str
279
279
  :param _Remark: 备注。
280
280
  :type Remark: str
281
+ :param _Tags: 部门标签列表。最大10个
282
+ :type Tags: list of Tag
281
283
  """
282
284
  self._ParentNodeId = None
283
285
  self._Name = None
284
286
  self._Remark = None
287
+ self._Tags = None
285
288
 
286
289
  @property
287
290
  def ParentNodeId(self):
@@ -307,11 +310,25 @@ class AddOrganizationNodeRequest(AbstractModel):
307
310
  def Remark(self, Remark):
308
311
  self._Remark = Remark
309
312
 
313
+ @property
314
+ def Tags(self):
315
+ return self._Tags
316
+
317
+ @Tags.setter
318
+ def Tags(self, Tags):
319
+ self._Tags = Tags
320
+
310
321
 
311
322
  def _deserialize(self, params):
312
323
  self._ParentNodeId = params.get("ParentNodeId")
313
324
  self._Name = params.get("Name")
314
325
  self._Remark = params.get("Remark")
326
+ if params.get("Tags") is not None:
327
+ self._Tags = []
328
+ for item in params.get("Tags"):
329
+ obj = Tag()
330
+ obj._deserialize(item)
331
+ self._Tags.append(obj)
315
332
  memeber_set = set(params.keys())
316
333
  for name, value in vars(self).items():
317
334
  property_name = name[1:]
@@ -370,11 +387,11 @@ class AddPermissionPolicyToRoleConfigurationRequest(AbstractModel):
370
387
  :type ZoneId: str
371
388
  :param _RoleConfigurationId: 权限配置 ID
372
389
  :type RoleConfigurationId: str
373
- :param _RolePolicyType: 权限策略类型。取值: System:系统策略。复用 CAM 的系统策略。 Custom: 自定义策略。按照 CAM 权限策略语法和结构编写的自定义策略。 前期只支持系统策略,自定义策略后期在支持
390
+ :param _RolePolicyType: 权限策略类型。取值: System:系统策略。复用 CAM 的系统策略。 Custom: 自定义策略。按照 CAM 权限策略语法和结构编写的自定义策略。
374
391
  :type RolePolicyType: str
375
- :param _RolePolicyNames: 权限策略名称,长度最大为 20策略,每个策略长度最大32个字符。
392
+ :param _RolePolicyNames: 权限策略名称,长度最大为 20策略,每个策略长度最大32个字符。如果要添加系统策略,建议使用RolePolicies参数。自定义策略时,数组长度最大为1。
376
393
  :type RolePolicyNames: list of str
377
- :param _RolePolicies: 策略详情。
394
+ :param _RolePolicies: 添加的系统策略详情。
378
395
  :type RolePolicies: list of PolicyDetail
379
396
  :param _CustomPolicyDocument: 自定义策略内容。长度:最大 4096 个字符。当RolePolicyType为Inline时,该参数必须配置。关于权限策略的语法和结构,请参见权限策略语法和结构。
380
397
  :type CustomPolicyDocument: str
@@ -1012,6 +1029,53 @@ class AuthNode(AbstractModel):
1012
1029
 
1013
1030
 
1014
1031
 
1032
+ class AuthRelationFile(AbstractModel):
1033
+ """野鹤实名互信申请证明文件
1034
+
1035
+ """
1036
+
1037
+ def __init__(self):
1038
+ r"""
1039
+ :param _Name: 文件名。
1040
+ 注意:此字段可能返回 null,表示取不到有效值。
1041
+ :type Name: str
1042
+ :param _Url: 文件路径。
1043
+ 注意:此字段可能返回 null,表示取不到有效值。
1044
+ :type Url: str
1045
+ """
1046
+ self._Name = None
1047
+ self._Url = None
1048
+
1049
+ @property
1050
+ def Name(self):
1051
+ return self._Name
1052
+
1053
+ @Name.setter
1054
+ def Name(self, Name):
1055
+ self._Name = Name
1056
+
1057
+ @property
1058
+ def Url(self):
1059
+ return self._Url
1060
+
1061
+ @Url.setter
1062
+ def Url(self, Url):
1063
+ self._Url = Url
1064
+
1065
+
1066
+ def _deserialize(self, params):
1067
+ self._Name = params.get("Name")
1068
+ self._Url = params.get("Url")
1069
+ memeber_set = set(params.keys())
1070
+ for name, value in vars(self).items():
1071
+ property_name = name[1:]
1072
+ if property_name in memeber_set:
1073
+ memeber_set.remove(property_name)
1074
+ if len(memeber_set) > 0:
1075
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
1076
+
1077
+
1078
+
1015
1079
  class BindOrganizationMemberAuthAccountRequest(AbstractModel):
1016
1080
  """BindOrganizationMemberAuthAccount请求参数结构体
1017
1081
 
@@ -1824,6 +1888,8 @@ class CreateOrganizationMemberRequest(AbstractModel):
1824
1888
  :type IdentityRoleID: list of int non-negative
1825
1889
  :param _AuthRelationId: 认证主体关系ID。给不同主体创建成员时需要,可以调用DescribeOrganizationAuthNode获取
1826
1890
  :type AuthRelationId: int
1891
+ :param _Tags: 成员标签列表。最大10个
1892
+ :type Tags: list of Tag
1827
1893
  """
1828
1894
  self._Name = None
1829
1895
  self._PolicyType = None
@@ -1835,6 +1901,7 @@ class CreateOrganizationMemberRequest(AbstractModel):
1835
1901
  self._PayUin = None
1836
1902
  self._IdentityRoleID = None
1837
1903
  self._AuthRelationId = None
1904
+ self._Tags = None
1838
1905
 
1839
1906
  @property
1840
1907
  def Name(self):
@@ -1916,6 +1983,14 @@ class CreateOrganizationMemberRequest(AbstractModel):
1916
1983
  def AuthRelationId(self, AuthRelationId):
1917
1984
  self._AuthRelationId = AuthRelationId
1918
1985
 
1986
+ @property
1987
+ def Tags(self):
1988
+ return self._Tags
1989
+
1990
+ @Tags.setter
1991
+ def Tags(self, Tags):
1992
+ self._Tags = Tags
1993
+
1919
1994
 
1920
1995
  def _deserialize(self, params):
1921
1996
  self._Name = params.get("Name")
@@ -1928,6 +2003,12 @@ class CreateOrganizationMemberRequest(AbstractModel):
1928
2003
  self._PayUin = params.get("PayUin")
1929
2004
  self._IdentityRoleID = params.get("IdentityRoleID")
1930
2005
  self._AuthRelationId = params.get("AuthRelationId")
2006
+ if params.get("Tags") is not None:
2007
+ self._Tags = []
2008
+ for item in params.get("Tags"):
2009
+ obj = Tag()
2010
+ obj._deserialize(item)
2011
+ self._Tags.append(obj)
1931
2012
  memeber_set = set(params.keys())
1932
2013
  for name, value in vars(self).items():
1933
2014
  property_name = name[1:]
@@ -5213,6 +5294,8 @@ class DescribeOrganizationMembersRequest(AbstractModel):
5213
5294
  :type AuthName: str
5214
5295
  :param _Product: 可信服务产品简称。可信服务管理员查询时必须指定
5215
5296
  :type Product: str
5297
+ :param _Tags: 成员标签搜索列表,最大10个
5298
+ :type Tags: list of Tag
5216
5299
  """
5217
5300
  self._Offset = None
5218
5301
  self._Limit = None
@@ -5220,6 +5303,7 @@ class DescribeOrganizationMembersRequest(AbstractModel):
5220
5303
  self._SearchKey = None
5221
5304
  self._AuthName = None
5222
5305
  self._Product = None
5306
+ self._Tags = None
5223
5307
 
5224
5308
  @property
5225
5309
  def Offset(self):
@@ -5269,6 +5353,14 @@ class DescribeOrganizationMembersRequest(AbstractModel):
5269
5353
  def Product(self, Product):
5270
5354
  self._Product = Product
5271
5355
 
5356
+ @property
5357
+ def Tags(self):
5358
+ return self._Tags
5359
+
5360
+ @Tags.setter
5361
+ def Tags(self, Tags):
5362
+ self._Tags = Tags
5363
+
5272
5364
 
5273
5365
  def _deserialize(self, params):
5274
5366
  self._Offset = params.get("Offset")
@@ -5277,6 +5369,12 @@ class DescribeOrganizationMembersRequest(AbstractModel):
5277
5369
  self._SearchKey = params.get("SearchKey")
5278
5370
  self._AuthName = params.get("AuthName")
5279
5371
  self._Product = params.get("Product")
5372
+ if params.get("Tags") is not None:
5373
+ self._Tags = []
5374
+ for item in params.get("Tags"):
5375
+ obj = Tag()
5376
+ obj._deserialize(item)
5377
+ self._Tags.append(obj)
5280
5378
  memeber_set = set(params.keys())
5281
5379
  for name, value in vars(self).items():
5282
5380
  property_name = name[1:]
@@ -5352,9 +5450,12 @@ class DescribeOrganizationNodesRequest(AbstractModel):
5352
5450
  :type Limit: int
5353
5451
  :param _Offset: 偏移量。取值是limit的整数倍。默认值 : 0。
5354
5452
  :type Offset: int
5453
+ :param _Tags: 部门标签搜索列表,最大10个
5454
+ :type Tags: list of Tag
5355
5455
  """
5356
5456
  self._Limit = None
5357
5457
  self._Offset = None
5458
+ self._Tags = None
5358
5459
 
5359
5460
  @property
5360
5461
  def Limit(self):
@@ -5372,10 +5473,24 @@ class DescribeOrganizationNodesRequest(AbstractModel):
5372
5473
  def Offset(self, Offset):
5373
5474
  self._Offset = Offset
5374
5475
 
5476
+ @property
5477
+ def Tags(self):
5478
+ return self._Tags
5479
+
5480
+ @Tags.setter
5481
+ def Tags(self, Tags):
5482
+ self._Tags = Tags
5483
+
5375
5484
 
5376
5485
  def _deserialize(self, params):
5377
5486
  self._Limit = params.get("Limit")
5378
5487
  self._Offset = params.get("Offset")
5488
+ if params.get("Tags") is not None:
5489
+ self._Tags = []
5490
+ for item in params.get("Tags"):
5491
+ obj = Tag()
5492
+ obj._deserialize(item)
5493
+ self._Tags.append(obj)
5379
5494
  memeber_set = set(params.keys())
5380
5495
  for name, value in vars(self).items():
5381
5496
  property_name = name[1:]
@@ -7889,6 +8004,194 @@ class IdentityPolicy(AbstractModel):
7889
8004
 
7890
8005
 
7891
8006
 
8007
+ class InviteOrganizationMemberRequest(AbstractModel):
8008
+ """InviteOrganizationMember请求参数结构体
8009
+
8010
+ """
8011
+
8012
+ def __init__(self):
8013
+ r"""
8014
+ :param _MemberUin: 被邀请账号Uin。
8015
+ :type MemberUin: int
8016
+ :param _Name: 成员名称。最大长度为25个字符,支持英文字母、数字、汉字、符号+@、&._[]-:,
8017
+ :type Name: str
8018
+ :param _PolicyType: 关系策略。取值:Financial
8019
+ :type PolicyType: str
8020
+ :param _PermissionIds: 成员财务权限ID列表。取值:1-查看账单、2-查看余额、3-资金划拨、4-合并出账、5-开票、6-优惠继承、7-代付费,1、2 默认必须
8021
+ :type PermissionIds: list of int non-negative
8022
+ :param _NodeId: 成员所属部门的节点ID。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取
8023
+ :type NodeId: int
8024
+ :param _Remark: 备注。
8025
+ :type Remark: str
8026
+ :param _IsAllowQuit: 是否允许成员退出。允许:Allow,不允许:Denied。
8027
+ :type IsAllowQuit: str
8028
+ :param _PayUin: 代付者Uin。成员代付费时需要
8029
+ :type PayUin: str
8030
+ :param _RelationAuthName: 互信实名主体名称。
8031
+ :type RelationAuthName: str
8032
+ :param _AuthFile: 互信主体证明文件列表。
8033
+ :type AuthFile: list of AuthRelationFile
8034
+ :param _Tags: 成员标签列表。最大10个
8035
+ :type Tags: list of Tag
8036
+ """
8037
+ self._MemberUin = None
8038
+ self._Name = None
8039
+ self._PolicyType = None
8040
+ self._PermissionIds = None
8041
+ self._NodeId = None
8042
+ self._Remark = None
8043
+ self._IsAllowQuit = None
8044
+ self._PayUin = None
8045
+ self._RelationAuthName = None
8046
+ self._AuthFile = None
8047
+ self._Tags = None
8048
+
8049
+ @property
8050
+ def MemberUin(self):
8051
+ return self._MemberUin
8052
+
8053
+ @MemberUin.setter
8054
+ def MemberUin(self, MemberUin):
8055
+ self._MemberUin = MemberUin
8056
+
8057
+ @property
8058
+ def Name(self):
8059
+ return self._Name
8060
+
8061
+ @Name.setter
8062
+ def Name(self, Name):
8063
+ self._Name = Name
8064
+
8065
+ @property
8066
+ def PolicyType(self):
8067
+ return self._PolicyType
8068
+
8069
+ @PolicyType.setter
8070
+ def PolicyType(self, PolicyType):
8071
+ self._PolicyType = PolicyType
8072
+
8073
+ @property
8074
+ def PermissionIds(self):
8075
+ return self._PermissionIds
8076
+
8077
+ @PermissionIds.setter
8078
+ def PermissionIds(self, PermissionIds):
8079
+ self._PermissionIds = PermissionIds
8080
+
8081
+ @property
8082
+ def NodeId(self):
8083
+ return self._NodeId
8084
+
8085
+ @NodeId.setter
8086
+ def NodeId(self, NodeId):
8087
+ self._NodeId = NodeId
8088
+
8089
+ @property
8090
+ def Remark(self):
8091
+ return self._Remark
8092
+
8093
+ @Remark.setter
8094
+ def Remark(self, Remark):
8095
+ self._Remark = Remark
8096
+
8097
+ @property
8098
+ def IsAllowQuit(self):
8099
+ return self._IsAllowQuit
8100
+
8101
+ @IsAllowQuit.setter
8102
+ def IsAllowQuit(self, IsAllowQuit):
8103
+ self._IsAllowQuit = IsAllowQuit
8104
+
8105
+ @property
8106
+ def PayUin(self):
8107
+ return self._PayUin
8108
+
8109
+ @PayUin.setter
8110
+ def PayUin(self, PayUin):
8111
+ self._PayUin = PayUin
8112
+
8113
+ @property
8114
+ def RelationAuthName(self):
8115
+ return self._RelationAuthName
8116
+
8117
+ @RelationAuthName.setter
8118
+ def RelationAuthName(self, RelationAuthName):
8119
+ self._RelationAuthName = RelationAuthName
8120
+
8121
+ @property
8122
+ def AuthFile(self):
8123
+ return self._AuthFile
8124
+
8125
+ @AuthFile.setter
8126
+ def AuthFile(self, AuthFile):
8127
+ self._AuthFile = AuthFile
8128
+
8129
+ @property
8130
+ def Tags(self):
8131
+ return self._Tags
8132
+
8133
+ @Tags.setter
8134
+ def Tags(self, Tags):
8135
+ self._Tags = Tags
8136
+
8137
+
8138
+ def _deserialize(self, params):
8139
+ self._MemberUin = params.get("MemberUin")
8140
+ self._Name = params.get("Name")
8141
+ self._PolicyType = params.get("PolicyType")
8142
+ self._PermissionIds = params.get("PermissionIds")
8143
+ self._NodeId = params.get("NodeId")
8144
+ self._Remark = params.get("Remark")
8145
+ self._IsAllowQuit = params.get("IsAllowQuit")
8146
+ self._PayUin = params.get("PayUin")
8147
+ self._RelationAuthName = params.get("RelationAuthName")
8148
+ if params.get("AuthFile") is not None:
8149
+ self._AuthFile = []
8150
+ for item in params.get("AuthFile"):
8151
+ obj = AuthRelationFile()
8152
+ obj._deserialize(item)
8153
+ self._AuthFile.append(obj)
8154
+ if params.get("Tags") is not None:
8155
+ self._Tags = []
8156
+ for item in params.get("Tags"):
8157
+ obj = Tag()
8158
+ obj._deserialize(item)
8159
+ self._Tags.append(obj)
8160
+ memeber_set = set(params.keys())
8161
+ for name, value in vars(self).items():
8162
+ property_name = name[1:]
8163
+ if property_name in memeber_set:
8164
+ memeber_set.remove(property_name)
8165
+ if len(memeber_set) > 0:
8166
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
8167
+
8168
+
8169
+
8170
+ class InviteOrganizationMemberResponse(AbstractModel):
8171
+ """InviteOrganizationMember返回参数结构体
8172
+
8173
+ """
8174
+
8175
+ def __init__(self):
8176
+ r"""
8177
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8178
+ :type RequestId: str
8179
+ """
8180
+ self._RequestId = None
8181
+
8182
+ @property
8183
+ def RequestId(self):
8184
+ return self._RequestId
8185
+
8186
+ @RequestId.setter
8187
+ def RequestId(self, RequestId):
8188
+ self._RequestId = RequestId
8189
+
8190
+
8191
+ def _deserialize(self, params):
8192
+ self._RequestId = params.get("RequestId")
8193
+
8194
+
7892
8195
  class JoinedGroups(AbstractModel):
7893
8196
  """用户加入的用户组
7894
8197
 
@@ -12008,6 +12311,9 @@ class OrgMember(AbstractModel):
12008
12311
  :param _PermissionStatus: 成员权限状态 已确认:Confirmed ,待确认:UnConfirmed
12009
12312
  注意:此字段可能返回 null,表示取不到有效值。
12010
12313
  :type PermissionStatus: str
12314
+ :param _Tags: 成员标签列表
12315
+ 注意:此字段可能返回 null,表示取不到有效值。
12316
+ :type Tags: list of Tag
12011
12317
  """
12012
12318
  self._MemberUin = None
12013
12319
  self._Name = None
@@ -12026,6 +12332,7 @@ class OrgMember(AbstractModel):
12026
12332
  self._OrgIdentity = None
12027
12333
  self._BindStatus = None
12028
12334
  self._PermissionStatus = None
12335
+ self._Tags = None
12029
12336
 
12030
12337
  @property
12031
12338
  def MemberUin(self):
@@ -12163,6 +12470,14 @@ class OrgMember(AbstractModel):
12163
12470
  def PermissionStatus(self, PermissionStatus):
12164
12471
  self._PermissionStatus = PermissionStatus
12165
12472
 
12473
+ @property
12474
+ def Tags(self):
12475
+ return self._Tags
12476
+
12477
+ @Tags.setter
12478
+ def Tags(self, Tags):
12479
+ self._Tags = Tags
12480
+
12166
12481
 
12167
12482
  def _deserialize(self, params):
12168
12483
  self._MemberUin = params.get("MemberUin")
@@ -12192,6 +12507,12 @@ class OrgMember(AbstractModel):
12192
12507
  self._OrgIdentity.append(obj)
12193
12508
  self._BindStatus = params.get("BindStatus")
12194
12509
  self._PermissionStatus = params.get("PermissionStatus")
12510
+ if params.get("Tags") is not None:
12511
+ self._Tags = []
12512
+ for item in params.get("Tags"):
12513
+ obj = Tag()
12514
+ obj._deserialize(item)
12515
+ self._Tags.append(obj)
12195
12516
  memeber_set = set(params.keys())
12196
12517
  for name, value in vars(self).items():
12197
12518
  property_name = name[1:]
@@ -12714,6 +13035,9 @@ class OrgNode(AbstractModel):
12714
13035
  :param _UpdateTime: 更新时间
12715
13036
  注意:此字段可能返回 null,表示取不到有效值。
12716
13037
  :type UpdateTime: str
13038
+ :param _Tags: 成员标签列表
13039
+ 注意:此字段可能返回 null,表示取不到有效值。
13040
+ :type Tags: list of Tag
12717
13041
  """
12718
13042
  self._NodeId = None
12719
13043
  self._Name = None
@@ -12721,6 +13045,7 @@ class OrgNode(AbstractModel):
12721
13045
  self._Remark = None
12722
13046
  self._CreateTime = None
12723
13047
  self._UpdateTime = None
13048
+ self._Tags = None
12724
13049
 
12725
13050
  @property
12726
13051
  def NodeId(self):
@@ -12770,6 +13095,14 @@ class OrgNode(AbstractModel):
12770
13095
  def UpdateTime(self, UpdateTime):
12771
13096
  self._UpdateTime = UpdateTime
12772
13097
 
13098
+ @property
13099
+ def Tags(self):
13100
+ return self._Tags
13101
+
13102
+ @Tags.setter
13103
+ def Tags(self, Tags):
13104
+ self._Tags = Tags
13105
+
12773
13106
 
12774
13107
  def _deserialize(self, params):
12775
13108
  self._NodeId = params.get("NodeId")
@@ -12778,6 +13111,12 @@ class OrgNode(AbstractModel):
12778
13111
  self._Remark = params.get("Remark")
12779
13112
  self._CreateTime = params.get("CreateTime")
12780
13113
  self._UpdateTime = params.get("UpdateTime")
13114
+ if params.get("Tags") is not None:
13115
+ self._Tags = []
13116
+ for item in params.get("Tags"):
13117
+ obj = Tag()
13118
+ obj._deserialize(item)
13119
+ self._Tags.append(obj)
12781
13120
  memeber_set = set(params.keys())
12782
13121
  for name, value in vars(self).items():
12783
13122
  property_name = name[1:]
@@ -15340,6 +15679,53 @@ class ShareUnitResource(AbstractModel):
15340
15679
 
15341
15680
 
15342
15681
 
15682
+ class Tag(AbstractModel):
15683
+ """标签键值对
15684
+
15685
+ """
15686
+
15687
+ def __init__(self):
15688
+ r"""
15689
+ :param _TagKey: 标签键
15690
+ 注意:此字段可能返回 null,表示取不到有效值。
15691
+ :type TagKey: str
15692
+ :param _TagValue: 标签值
15693
+ 注意:此字段可能返回 null,表示取不到有效值。
15694
+ :type TagValue: str
15695
+ """
15696
+ self._TagKey = None
15697
+ self._TagValue = None
15698
+
15699
+ @property
15700
+ def TagKey(self):
15701
+ return self._TagKey
15702
+
15703
+ @TagKey.setter
15704
+ def TagKey(self, TagKey):
15705
+ self._TagKey = TagKey
15706
+
15707
+ @property
15708
+ def TagValue(self):
15709
+ return self._TagValue
15710
+
15711
+ @TagValue.setter
15712
+ def TagValue(self, TagValue):
15713
+ self._TagValue = TagValue
15714
+
15715
+
15716
+ def _deserialize(self, params):
15717
+ self._TagKey = params.get("TagKey")
15718
+ self._TagValue = params.get("TagValue")
15719
+ memeber_set = set(params.keys())
15720
+ for name, value in vars(self).items():
15721
+ property_name = name[1:]
15722
+ if property_name in memeber_set:
15723
+ memeber_set.remove(property_name)
15724
+ if len(memeber_set) > 0:
15725
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
15726
+
15727
+
15728
+
15343
15729
  class TagComplianceDetails(AbstractModel):
15344
15730
  """标签合规信息
15345
15731
 
@@ -15664,6 +16050,100 @@ DeleteRoleAssignment:移除 成员 账号上的授权。
15664
16050
 
15665
16051
 
15666
16052
 
16053
+ class UpdateCustomPolicyForRoleConfigurationRequest(AbstractModel):
16054
+ """UpdateCustomPolicyForRoleConfiguration请求参数结构体
16055
+
16056
+ """
16057
+
16058
+ def __init__(self):
16059
+ r"""
16060
+ :param _ZoneId: 空间 ID
16061
+ :type ZoneId: str
16062
+ :param _RoleConfigurationId: 权限配置 ID
16063
+ :type RoleConfigurationId: str
16064
+ :param _CustomPolicyName: 权限策略名称,长度最大为 32 个字符。
16065
+ :type CustomPolicyName: str
16066
+ :param _NewCustomPolicyDocument: 自定义策略内容。长度:最大 4096 个字符。当RolePolicyType为Inline时,该参数必须配置。关于权限策略的语法和结构,请参见权限策略语法和结构。
16067
+ :type NewCustomPolicyDocument: str
16068
+ """
16069
+ self._ZoneId = None
16070
+ self._RoleConfigurationId = None
16071
+ self._CustomPolicyName = None
16072
+ self._NewCustomPolicyDocument = None
16073
+
16074
+ @property
16075
+ def ZoneId(self):
16076
+ return self._ZoneId
16077
+
16078
+ @ZoneId.setter
16079
+ def ZoneId(self, ZoneId):
16080
+ self._ZoneId = ZoneId
16081
+
16082
+ @property
16083
+ def RoleConfigurationId(self):
16084
+ return self._RoleConfigurationId
16085
+
16086
+ @RoleConfigurationId.setter
16087
+ def RoleConfigurationId(self, RoleConfigurationId):
16088
+ self._RoleConfigurationId = RoleConfigurationId
16089
+
16090
+ @property
16091
+ def CustomPolicyName(self):
16092
+ return self._CustomPolicyName
16093
+
16094
+ @CustomPolicyName.setter
16095
+ def CustomPolicyName(self, CustomPolicyName):
16096
+ self._CustomPolicyName = CustomPolicyName
16097
+
16098
+ @property
16099
+ def NewCustomPolicyDocument(self):
16100
+ return self._NewCustomPolicyDocument
16101
+
16102
+ @NewCustomPolicyDocument.setter
16103
+ def NewCustomPolicyDocument(self, NewCustomPolicyDocument):
16104
+ self._NewCustomPolicyDocument = NewCustomPolicyDocument
16105
+
16106
+
16107
+ def _deserialize(self, params):
16108
+ self._ZoneId = params.get("ZoneId")
16109
+ self._RoleConfigurationId = params.get("RoleConfigurationId")
16110
+ self._CustomPolicyName = params.get("CustomPolicyName")
16111
+ self._NewCustomPolicyDocument = params.get("NewCustomPolicyDocument")
16112
+ memeber_set = set(params.keys())
16113
+ for name, value in vars(self).items():
16114
+ property_name = name[1:]
16115
+ if property_name in memeber_set:
16116
+ memeber_set.remove(property_name)
16117
+ if len(memeber_set) > 0:
16118
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
16119
+
16120
+
16121
+
16122
+ class UpdateCustomPolicyForRoleConfigurationResponse(AbstractModel):
16123
+ """UpdateCustomPolicyForRoleConfiguration返回参数结构体
16124
+
16125
+ """
16126
+
16127
+ def __init__(self):
16128
+ r"""
16129
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16130
+ :type RequestId: str
16131
+ """
16132
+ self._RequestId = None
16133
+
16134
+ @property
16135
+ def RequestId(self):
16136
+ return self._RequestId
16137
+
16138
+ @RequestId.setter
16139
+ def RequestId(self, RequestId):
16140
+ self._RequestId = RequestId
16141
+
16142
+
16143
+ def _deserialize(self, params):
16144
+ self._RequestId = params.get("RequestId")
16145
+
16146
+
15667
16147
  class UpdateGroupRequest(AbstractModel):
15668
16148
  """UpdateGroup请求参数结构体
15669
16149
 
@@ -1774,6 +1774,29 @@ class OrganizationClient(AbstractClient):
1774
1774
  raise TencentCloudSDKException(type(e).__name__, str(e))
1775
1775
 
1776
1776
 
1777
+ def InviteOrganizationMember(self, request):
1778
+ """邀请组织成员
1779
+
1780
+ :param request: Request instance for InviteOrganizationMember.
1781
+ :type request: :class:`tencentcloud.organization.v20210331.models.InviteOrganizationMemberRequest`
1782
+ :rtype: :class:`tencentcloud.organization.v20210331.models.InviteOrganizationMemberResponse`
1783
+
1784
+ """
1785
+ try:
1786
+ params = request._serialize()
1787
+ headers = request.headers
1788
+ body = self.call("InviteOrganizationMember", params, headers=headers)
1789
+ response = json.loads(body)
1790
+ model = models.InviteOrganizationMemberResponse()
1791
+ model._deserialize(response["Response"])
1792
+ return model
1793
+ except Exception as e:
1794
+ if isinstance(e, TencentCloudSDKException):
1795
+ raise
1796
+ else:
1797
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1798
+
1799
+
1777
1800
  def ListExternalSAMLIdPCertificates(self, request):
1778
1801
  """查询SAML签名证书列表
1779
1802
 
@@ -2418,6 +2441,29 @@ class OrganizationClient(AbstractClient):
2418
2441
  raise TencentCloudSDKException(type(e).__name__, str(e))
2419
2442
 
2420
2443
 
2444
+ def UpdateCustomPolicyForRoleConfiguration(self, request):
2445
+ """为权限配置修改自定义策略
2446
+
2447
+ :param request: Request instance for UpdateCustomPolicyForRoleConfiguration.
2448
+ :type request: :class:`tencentcloud.organization.v20210331.models.UpdateCustomPolicyForRoleConfigurationRequest`
2449
+ :rtype: :class:`tencentcloud.organization.v20210331.models.UpdateCustomPolicyForRoleConfigurationResponse`
2450
+
2451
+ """
2452
+ try:
2453
+ params = request._serialize()
2454
+ headers = request.headers
2455
+ body = self.call("UpdateCustomPolicyForRoleConfiguration", params, headers=headers)
2456
+ response = json.loads(body)
2457
+ model = models.UpdateCustomPolicyForRoleConfigurationResponse()
2458
+ model._deserialize(response["Response"])
2459
+ return model
2460
+ except Exception as e:
2461
+ if isinstance(e, TencentCloudSDKException):
2462
+ raise
2463
+ else:
2464
+ raise TencentCloudSDKException(type(e).__name__, str(e))
2465
+
2466
+
2421
2467
  def UpdateGroup(self, request):
2422
2468
  """修改用户组信息
2423
2469
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python
3
- Version: 3.0.1236
3
+ Version: 3.0.1237
4
4
  Summary: Tencent Cloud SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -50,7 +50,7 @@ QcloudApi/modules/vod.py,sha256=l05_qYx0l5bq6LJ8mAX2YO3pRXzxY3JMdDHV1N_SRKE,679
50
50
  QcloudApi/modules/vpc.py,sha256=JBiNpcnrAwf_UJ_UdpxQybKeCTfeveJ9R1B-vO1_w_U,679
51
51
  QcloudApi/modules/wenzhi.py,sha256=hr1rRLU8TxxSfejMqV2O4alO_yXF3C0tfZMSzziu54Q,685
52
52
  QcloudApi/modules/yunsou.py,sha256=JlgzMjnJaho6axFVhSTAv6DS0HLcjl0LJL02q6qI2yY,685
53
- tencentcloud/__init__.py,sha256=o2nb0i4nY0qgJZaXkf3psNekOGWjgmdboU1utjL-akc,631
53
+ tencentcloud/__init__.py,sha256=H54gAH968PT5BuF7KXColTwPHBJVF_S4G4shVU2FFyU,631
54
54
  tencentcloud/aa/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
55
55
  tencentcloud/aa/v20200224/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
56
56
  tencentcloud/aa/v20200224/aa_client.py,sha256=L7P5zpJElo9WoLSkhvLxnfpEGCZ1q2e5Fzx3wLEioAA,2184
@@ -685,7 +685,7 @@ tencentcloud/hunyuan/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
685
685
  tencentcloud/hunyuan/v20230901/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
686
686
  tencentcloud/hunyuan/v20230901/errorcodes.py,sha256=ycUQEF2YmjZTVv7TGxyb8iQ-U0gNjMv7-Miw3MOSYBE,3935
687
687
  tencentcloud/hunyuan/v20230901/hunyuan_client.py,sha256=1TAw71Gip3HVW3pje4uyWLE9JcN1XCW_Ls93CNSv5yE,13565
688
- tencentcloud/hunyuan/v20230901/models.py,sha256=cEKhpl63XmrCaGFh1pry7JQKrBh8Kz4uv_sSTjgR5UA,79919
688
+ tencentcloud/hunyuan/v20230901/models.py,sha256=cquz2MUIxQiJjkm8lZJ70OA4pBHiQ8Bu0QieMp1l3Do,80028
689
689
  tencentcloud/iai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
690
690
  tencentcloud/iai/v20180301/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
691
691
  tencentcloud/iai/v20180301/errorcodes.py,sha256=xzb_jVEPBY2KTTJJcsktqdNxS6Bz5-wq8ufnGgMmMX8,11999
@@ -949,9 +949,9 @@ tencentcloud/organization/v20181225/errorcodes.py,sha256=JcrfFTsVOrtqOTFaKFdzNxM
949
949
  tencentcloud/organization/v20181225/models.py,sha256=iC5uq76z64PijO8rJc7QumjzYbuT63kv6rZgI4cNxhc,48728
950
950
  tencentcloud/organization/v20181225/organization_client.py,sha256=-SJphXgr5hcVBf98wUnMdtMBo-0YGJyDLjs6tiyuiAw,19700
951
951
  tencentcloud/organization/v20210331/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
952
- tencentcloud/organization/v20210331/errorcodes.py,sha256=Tt3sFJxrw4Cbq9t6_B3_xn-nD3quhTcRXa7nSrg-x7o,33016
953
- tencentcloud/organization/v20210331/models.py,sha256=rH2TySES1ce_Oj4YqFgqafS_fy4uGT5qoGRIXXbQXp0,528050
954
- tencentcloud/organization/v20210331/organization_client.py,sha256=kMmfbtbPnL0jy76vjn5gMaBAGFNj5Pb3b7jfEbBsPG0,109393
952
+ tencentcloud/organization/v20210331/errorcodes.py,sha256=0LAnA1lUChMHvkeKXnGMyhGiIOZ3jflvqEkpdmw7P1c,35079
953
+ tencentcloud/organization/v20210331/models.py,sha256=rN7wKGc6Uc26Kc6dcTUohhfMxT5sdLJgxn7EwVA0yoU,542143
954
+ tencentcloud/organization/v20210331/organization_client.py,sha256=9JW8UcztJtYV3Xnyx6YqrG1096SeaAw1VtN8nNMEuK8,111353
955
955
  tencentcloud/partners/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
956
956
  tencentcloud/partners/v20180321/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
957
957
  tencentcloud/partners/v20180321/errorcodes.py,sha256=RyvWd0w7mRvVZABn_tVqhVu5JSTCI_akA9CTQF-mwr8,885
@@ -1468,8 +1468,8 @@ tencentcloud/yunsou/v20191115/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
1468
1468
  tencentcloud/yunsou/v20191115/errorcodes.py,sha256=zB4-XPxmvEhgHoLsKlbayJVRLEagPDcs-UAheVZCoAc,1301
1469
1469
  tencentcloud/yunsou/v20191115/models.py,sha256=sNTR9ixO8CV9yKQahrhOsEJlxOK5d7aXBoIBIPxfJsQ,23137
1470
1470
  tencentcloud/yunsou/v20191115/yunsou_client.py,sha256=ly73Hr8rGamWa6AAvQjurKgd4L83PRY5WjcDv4ziQC8,2741
1471
- tencentcloud_sdk_python-3.0.1236.dist-info/LICENSE,sha256=AJyIQ6mPzTpsFn6i0cG6OPVdhJ85l_mfdoOR7J4DnRw,11351
1472
- tencentcloud_sdk_python-3.0.1236.dist-info/METADATA,sha256=QjhCpin7c5VkDJcuzCdDeQ2ikIer7D87YlAGquY-hdg,1511
1473
- tencentcloud_sdk_python-3.0.1236.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
1474
- tencentcloud_sdk_python-3.0.1236.dist-info/top_level.txt,sha256=7kItXWSGlPDkhHTt2qPSt8zrlsPHLfRofR1QJo6eV_A,23
1475
- tencentcloud_sdk_python-3.0.1236.dist-info/RECORD,,
1471
+ tencentcloud_sdk_python-3.0.1237.dist-info/LICENSE,sha256=AJyIQ6mPzTpsFn6i0cG6OPVdhJ85l_mfdoOR7J4DnRw,11351
1472
+ tencentcloud_sdk_python-3.0.1237.dist-info/METADATA,sha256=1g2ho5t7H3xP_LvZLGP0e2Qh02PrT9HeAer3_bdNTaE,1511
1473
+ tencentcloud_sdk_python-3.0.1237.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
1474
+ tencentcloud_sdk_python-3.0.1237.dist-info/top_level.txt,sha256=7kItXWSGlPDkhHTt2qPSt8zrlsPHLfRofR1QJo6eV_A,23
1475
+ tencentcloud_sdk_python-3.0.1237.dist-info/RECORD,,