tencentcloud-sdk-python 3.0.1446__py2.py3-none-any.whl → 3.0.1448__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +2 -2
- tencentcloud/bi/v20220105/bi_client.py +23 -0
- tencentcloud/bi/v20220105/models.py +179 -0
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +30 -6
- tencentcloud/cdwdoris/v20211228/models.py +45 -0
- tencentcloud/cfs/v20190719/models.py +21 -2
- tencentcloud/clb/v20180317/models.py +30 -0
- tencentcloud/cls/v20201016/models.py +110 -26
- tencentcloud/common/abstract_client.py +14 -12
- tencentcloud/common/credential.py +61 -26
- tencentcloud/csip/v20221121/models.py +4 -4
- tencentcloud/ctem/v20231128/models.py +30 -0
- tencentcloud/cwp/v20180228/models.py +53 -14
- tencentcloud/cynosdb/v20190107/models.py +6 -0
- tencentcloud/dc/v20180410/models.py +30 -0
- tencentcloud/dlc/v20210125/errorcodes.py +12 -0
- tencentcloud/dlc/v20210125/models.py +30 -0
- tencentcloud/dts/v20211206/dts_client.py +23 -0
- tencentcloud/dts/v20211206/models.py +64 -0
- tencentcloud/ess/v20201111/ess_client.py +56 -0
- tencentcloud/ess/v20201111/models.py +496 -22
- tencentcloud/essbasic/v20210526/models.py +10 -16
- tencentcloud/faceid/v20180301/models.py +2 -2
- tencentcloud/ioa/v20220601/errorcodes.py +6 -0
- tencentcloud/ioa/v20220601/ioa_client.py +46 -0
- tencentcloud/ioa/v20220601/models.py +934 -17
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +465 -0
- tencentcloud/iss/v20230517/errorcodes.py +3 -0
- tencentcloud/iss/v20230517/iss_client.py +23 -0
- tencentcloud/iss/v20230517/models.py +122 -0
- tencentcloud/live/v20180801/models.py +2 -2
- tencentcloud/lkeap/v20240522/errorcodes.py +16 -10
- tencentcloud/lkeap/v20240522/lkeap_client.py +4 -0
- tencentcloud/lkeap/v20240522/models.py +15 -0
- tencentcloud/mna/v20210119/models.py +2 -2
- tencentcloud/mongodb/v20190725/models.py +19 -0
- tencentcloud/mps/v20190612/models.py +174 -0
- tencentcloud/mqtt/v20240516/errorcodes.py +3 -0
- tencentcloud/mqtt/v20240516/models.py +880 -22
- tencentcloud/mqtt/v20240516/mqtt_client.py +115 -0
- tencentcloud/ocr/v20181119/models.py +4 -4
- tencentcloud/ocr/v20181119/ocr_client.py +7 -23
- tencentcloud/organization/v20210331/models.py +393 -0
- tencentcloud/organization/v20210331/organization_client.py +23 -0
- tencentcloud/partners/v20180321/models.py +16 -12
- tencentcloud/partners/v20180321/partners_client.py +2 -2
- tencentcloud/rce/v20201103/rce_client.py +1 -1
- tencentcloud/smh/v20210712/models.py +19 -4
- tencentcloud/tdmq/v20200217/errorcodes.py +3 -0
- tencentcloud/tdmq/v20200217/models.py +315 -0
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -1
- tencentcloud/tione/v20211111/models.py +333 -10
- tencentcloud/tke/v20180525/models.py +15 -0
- tencentcloud/tke/v20220501/models.py +32 -2
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +17 -0
- tencentcloud/trtc/v20190722/trtc_client.py +9 -3
- tencentcloud/tsf/v20180326/errorcodes.py +3 -0
- tencentcloud/tsf/v20180326/models.py +10 -12
- tencentcloud/vclm/v20240523/models.py +15 -0
- tencentcloud/vpc/v20170312/errorcodes.py +18 -0
- tencentcloud/vpc/v20170312/models.py +15 -0
- {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1448.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1448.dist-info}/RECORD +71 -71
- {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1448.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1448.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1448.dist-info}/top_level.txt +0 -0
|
@@ -6557,6 +6557,169 @@ class DescribeOrganizationMemberPoliciesResponse(AbstractModel):
|
|
|
6557
6557
|
self._RequestId = params.get("RequestId")
|
|
6558
6558
|
|
|
6559
6559
|
|
|
6560
|
+
class DescribeOrganizationMembersAuthPolicyRequest(AbstractModel):
|
|
6561
|
+
"""DescribeOrganizationMembersAuthPolicy请求参数结构体
|
|
6562
|
+
|
|
6563
|
+
"""
|
|
6564
|
+
|
|
6565
|
+
def __init__(self):
|
|
6566
|
+
r"""
|
|
6567
|
+
:param _Offset: 偏移量。取值是limit的整数倍。默认值 : 0。
|
|
6568
|
+
:type Offset: int
|
|
6569
|
+
:param _Limit: 限制数目。取值范围:1~50。默认值:10。
|
|
6570
|
+
:type Limit: int
|
|
6571
|
+
:param _MemberUin: 成员uin。
|
|
6572
|
+
:type MemberUin: int
|
|
6573
|
+
:param _OrgSubAccountUin: 集团管理员子账号uin。
|
|
6574
|
+
:type OrgSubAccountUin: int
|
|
6575
|
+
:param _PolicyId: 成员访问策略Id。
|
|
6576
|
+
:type PolicyId: int
|
|
6577
|
+
"""
|
|
6578
|
+
self._Offset = None
|
|
6579
|
+
self._Limit = None
|
|
6580
|
+
self._MemberUin = None
|
|
6581
|
+
self._OrgSubAccountUin = None
|
|
6582
|
+
self._PolicyId = None
|
|
6583
|
+
|
|
6584
|
+
@property
|
|
6585
|
+
def Offset(self):
|
|
6586
|
+
"""偏移量。取值是limit的整数倍。默认值 : 0。
|
|
6587
|
+
:rtype: int
|
|
6588
|
+
"""
|
|
6589
|
+
return self._Offset
|
|
6590
|
+
|
|
6591
|
+
@Offset.setter
|
|
6592
|
+
def Offset(self, Offset):
|
|
6593
|
+
self._Offset = Offset
|
|
6594
|
+
|
|
6595
|
+
@property
|
|
6596
|
+
def Limit(self):
|
|
6597
|
+
"""限制数目。取值范围:1~50。默认值:10。
|
|
6598
|
+
:rtype: int
|
|
6599
|
+
"""
|
|
6600
|
+
return self._Limit
|
|
6601
|
+
|
|
6602
|
+
@Limit.setter
|
|
6603
|
+
def Limit(self, Limit):
|
|
6604
|
+
self._Limit = Limit
|
|
6605
|
+
|
|
6606
|
+
@property
|
|
6607
|
+
def MemberUin(self):
|
|
6608
|
+
"""成员uin。
|
|
6609
|
+
:rtype: int
|
|
6610
|
+
"""
|
|
6611
|
+
return self._MemberUin
|
|
6612
|
+
|
|
6613
|
+
@MemberUin.setter
|
|
6614
|
+
def MemberUin(self, MemberUin):
|
|
6615
|
+
self._MemberUin = MemberUin
|
|
6616
|
+
|
|
6617
|
+
@property
|
|
6618
|
+
def OrgSubAccountUin(self):
|
|
6619
|
+
"""集团管理员子账号uin。
|
|
6620
|
+
:rtype: int
|
|
6621
|
+
"""
|
|
6622
|
+
return self._OrgSubAccountUin
|
|
6623
|
+
|
|
6624
|
+
@OrgSubAccountUin.setter
|
|
6625
|
+
def OrgSubAccountUin(self, OrgSubAccountUin):
|
|
6626
|
+
self._OrgSubAccountUin = OrgSubAccountUin
|
|
6627
|
+
|
|
6628
|
+
@property
|
|
6629
|
+
def PolicyId(self):
|
|
6630
|
+
"""成员访问策略Id。
|
|
6631
|
+
:rtype: int
|
|
6632
|
+
"""
|
|
6633
|
+
return self._PolicyId
|
|
6634
|
+
|
|
6635
|
+
@PolicyId.setter
|
|
6636
|
+
def PolicyId(self, PolicyId):
|
|
6637
|
+
self._PolicyId = PolicyId
|
|
6638
|
+
|
|
6639
|
+
|
|
6640
|
+
def _deserialize(self, params):
|
|
6641
|
+
self._Offset = params.get("Offset")
|
|
6642
|
+
self._Limit = params.get("Limit")
|
|
6643
|
+
self._MemberUin = params.get("MemberUin")
|
|
6644
|
+
self._OrgSubAccountUin = params.get("OrgSubAccountUin")
|
|
6645
|
+
self._PolicyId = params.get("PolicyId")
|
|
6646
|
+
memeber_set = set(params.keys())
|
|
6647
|
+
for name, value in vars(self).items():
|
|
6648
|
+
property_name = name[1:]
|
|
6649
|
+
if property_name in memeber_set:
|
|
6650
|
+
memeber_set.remove(property_name)
|
|
6651
|
+
if len(memeber_set) > 0:
|
|
6652
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
6653
|
+
|
|
6654
|
+
|
|
6655
|
+
|
|
6656
|
+
class DescribeOrganizationMembersAuthPolicyResponse(AbstractModel):
|
|
6657
|
+
"""DescribeOrganizationMembersAuthPolicy返回参数结构体
|
|
6658
|
+
|
|
6659
|
+
"""
|
|
6660
|
+
|
|
6661
|
+
def __init__(self):
|
|
6662
|
+
r"""
|
|
6663
|
+
:param _Items: 访问授权策略列表。
|
|
6664
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6665
|
+
:type Items: list of OrgMembersAuthPolicy
|
|
6666
|
+
:param _Total: 总数目。
|
|
6667
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6668
|
+
:type Total: int
|
|
6669
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6670
|
+
:type RequestId: str
|
|
6671
|
+
"""
|
|
6672
|
+
self._Items = None
|
|
6673
|
+
self._Total = None
|
|
6674
|
+
self._RequestId = None
|
|
6675
|
+
|
|
6676
|
+
@property
|
|
6677
|
+
def Items(self):
|
|
6678
|
+
"""访问授权策略列表。
|
|
6679
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6680
|
+
:rtype: list of OrgMembersAuthPolicy
|
|
6681
|
+
"""
|
|
6682
|
+
return self._Items
|
|
6683
|
+
|
|
6684
|
+
@Items.setter
|
|
6685
|
+
def Items(self, Items):
|
|
6686
|
+
self._Items = Items
|
|
6687
|
+
|
|
6688
|
+
@property
|
|
6689
|
+
def Total(self):
|
|
6690
|
+
"""总数目。
|
|
6691
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6692
|
+
:rtype: int
|
|
6693
|
+
"""
|
|
6694
|
+
return self._Total
|
|
6695
|
+
|
|
6696
|
+
@Total.setter
|
|
6697
|
+
def Total(self, Total):
|
|
6698
|
+
self._Total = Total
|
|
6699
|
+
|
|
6700
|
+
@property
|
|
6701
|
+
def RequestId(self):
|
|
6702
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6703
|
+
:rtype: str
|
|
6704
|
+
"""
|
|
6705
|
+
return self._RequestId
|
|
6706
|
+
|
|
6707
|
+
@RequestId.setter
|
|
6708
|
+
def RequestId(self, RequestId):
|
|
6709
|
+
self._RequestId = RequestId
|
|
6710
|
+
|
|
6711
|
+
|
|
6712
|
+
def _deserialize(self, params):
|
|
6713
|
+
if params.get("Items") is not None:
|
|
6714
|
+
self._Items = []
|
|
6715
|
+
for item in params.get("Items"):
|
|
6716
|
+
obj = OrgMembersAuthPolicy()
|
|
6717
|
+
obj._deserialize(item)
|
|
6718
|
+
self._Items.append(obj)
|
|
6719
|
+
self._Total = params.get("Total")
|
|
6720
|
+
self._RequestId = params.get("RequestId")
|
|
6721
|
+
|
|
6722
|
+
|
|
6560
6723
|
class DescribeOrganizationMembersRequest(AbstractModel):
|
|
6561
6724
|
"""DescribeOrganizationMembers请求参数结构体
|
|
6562
6725
|
|
|
@@ -16008,6 +16171,236 @@ class OrgMemberPolicy(AbstractModel):
|
|
|
16008
16171
|
|
|
16009
16172
|
|
|
16010
16173
|
|
|
16174
|
+
class OrgMembersAuthPolicy(AbstractModel):
|
|
16175
|
+
"""组织成员访问授权策略
|
|
16176
|
+
|
|
16177
|
+
"""
|
|
16178
|
+
|
|
16179
|
+
def __init__(self):
|
|
16180
|
+
r"""
|
|
16181
|
+
:param _IdentityId: 身份Id。
|
|
16182
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16183
|
+
:type IdentityId: int
|
|
16184
|
+
:param _IdentityRoleName: 身份的角色名。
|
|
16185
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16186
|
+
:type IdentityRoleName: str
|
|
16187
|
+
:param _IdentityRoleAliasName: 身份的角色别名。
|
|
16188
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16189
|
+
:type IdentityRoleAliasName: str
|
|
16190
|
+
:param _CreateTime: 创建时间。
|
|
16191
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16192
|
+
:type CreateTime: str
|
|
16193
|
+
:param _PolicyId: 成员访问策略Id。
|
|
16194
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16195
|
+
:type PolicyId: int
|
|
16196
|
+
:param _PolicyName: 成员访问策略名称。
|
|
16197
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16198
|
+
:type PolicyName: str
|
|
16199
|
+
:param _MemberUin: 成员uin。
|
|
16200
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16201
|
+
:type MemberUin: int
|
|
16202
|
+
:param _MemberName: 成员名称。
|
|
16203
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16204
|
+
:type MemberName: str
|
|
16205
|
+
:param _OrgSubAccountUin: 子账号uin或者用户组Id。
|
|
16206
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16207
|
+
:type OrgSubAccountUin: int
|
|
16208
|
+
:param _OrgSubAccountName: 子账号名称或者用户组名称。
|
|
16209
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16210
|
+
:type OrgSubAccountName: str
|
|
16211
|
+
:param _BindType: 绑定类型。1-子账号、2-用户组
|
|
16212
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16213
|
+
:type BindType: int
|
|
16214
|
+
:param _Members: 成员信息。
|
|
16215
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16216
|
+
:type Members: list of MemberMainInfo
|
|
16217
|
+
"""
|
|
16218
|
+
self._IdentityId = None
|
|
16219
|
+
self._IdentityRoleName = None
|
|
16220
|
+
self._IdentityRoleAliasName = None
|
|
16221
|
+
self._CreateTime = None
|
|
16222
|
+
self._PolicyId = None
|
|
16223
|
+
self._PolicyName = None
|
|
16224
|
+
self._MemberUin = None
|
|
16225
|
+
self._MemberName = None
|
|
16226
|
+
self._OrgSubAccountUin = None
|
|
16227
|
+
self._OrgSubAccountName = None
|
|
16228
|
+
self._BindType = None
|
|
16229
|
+
self._Members = None
|
|
16230
|
+
|
|
16231
|
+
@property
|
|
16232
|
+
def IdentityId(self):
|
|
16233
|
+
"""身份Id。
|
|
16234
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16235
|
+
:rtype: int
|
|
16236
|
+
"""
|
|
16237
|
+
return self._IdentityId
|
|
16238
|
+
|
|
16239
|
+
@IdentityId.setter
|
|
16240
|
+
def IdentityId(self, IdentityId):
|
|
16241
|
+
self._IdentityId = IdentityId
|
|
16242
|
+
|
|
16243
|
+
@property
|
|
16244
|
+
def IdentityRoleName(self):
|
|
16245
|
+
"""身份的角色名。
|
|
16246
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16247
|
+
:rtype: str
|
|
16248
|
+
"""
|
|
16249
|
+
return self._IdentityRoleName
|
|
16250
|
+
|
|
16251
|
+
@IdentityRoleName.setter
|
|
16252
|
+
def IdentityRoleName(self, IdentityRoleName):
|
|
16253
|
+
self._IdentityRoleName = IdentityRoleName
|
|
16254
|
+
|
|
16255
|
+
@property
|
|
16256
|
+
def IdentityRoleAliasName(self):
|
|
16257
|
+
"""身份的角色别名。
|
|
16258
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16259
|
+
:rtype: str
|
|
16260
|
+
"""
|
|
16261
|
+
return self._IdentityRoleAliasName
|
|
16262
|
+
|
|
16263
|
+
@IdentityRoleAliasName.setter
|
|
16264
|
+
def IdentityRoleAliasName(self, IdentityRoleAliasName):
|
|
16265
|
+
self._IdentityRoleAliasName = IdentityRoleAliasName
|
|
16266
|
+
|
|
16267
|
+
@property
|
|
16268
|
+
def CreateTime(self):
|
|
16269
|
+
"""创建时间。
|
|
16270
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16271
|
+
:rtype: str
|
|
16272
|
+
"""
|
|
16273
|
+
return self._CreateTime
|
|
16274
|
+
|
|
16275
|
+
@CreateTime.setter
|
|
16276
|
+
def CreateTime(self, CreateTime):
|
|
16277
|
+
self._CreateTime = CreateTime
|
|
16278
|
+
|
|
16279
|
+
@property
|
|
16280
|
+
def PolicyId(self):
|
|
16281
|
+
"""成员访问策略Id。
|
|
16282
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16283
|
+
:rtype: int
|
|
16284
|
+
"""
|
|
16285
|
+
return self._PolicyId
|
|
16286
|
+
|
|
16287
|
+
@PolicyId.setter
|
|
16288
|
+
def PolicyId(self, PolicyId):
|
|
16289
|
+
self._PolicyId = PolicyId
|
|
16290
|
+
|
|
16291
|
+
@property
|
|
16292
|
+
def PolicyName(self):
|
|
16293
|
+
"""成员访问策略名称。
|
|
16294
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16295
|
+
:rtype: str
|
|
16296
|
+
"""
|
|
16297
|
+
return self._PolicyName
|
|
16298
|
+
|
|
16299
|
+
@PolicyName.setter
|
|
16300
|
+
def PolicyName(self, PolicyName):
|
|
16301
|
+
self._PolicyName = PolicyName
|
|
16302
|
+
|
|
16303
|
+
@property
|
|
16304
|
+
def MemberUin(self):
|
|
16305
|
+
"""成员uin。
|
|
16306
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16307
|
+
:rtype: int
|
|
16308
|
+
"""
|
|
16309
|
+
return self._MemberUin
|
|
16310
|
+
|
|
16311
|
+
@MemberUin.setter
|
|
16312
|
+
def MemberUin(self, MemberUin):
|
|
16313
|
+
self._MemberUin = MemberUin
|
|
16314
|
+
|
|
16315
|
+
@property
|
|
16316
|
+
def MemberName(self):
|
|
16317
|
+
"""成员名称。
|
|
16318
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16319
|
+
:rtype: str
|
|
16320
|
+
"""
|
|
16321
|
+
return self._MemberName
|
|
16322
|
+
|
|
16323
|
+
@MemberName.setter
|
|
16324
|
+
def MemberName(self, MemberName):
|
|
16325
|
+
self._MemberName = MemberName
|
|
16326
|
+
|
|
16327
|
+
@property
|
|
16328
|
+
def OrgSubAccountUin(self):
|
|
16329
|
+
"""子账号uin或者用户组Id。
|
|
16330
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16331
|
+
:rtype: int
|
|
16332
|
+
"""
|
|
16333
|
+
return self._OrgSubAccountUin
|
|
16334
|
+
|
|
16335
|
+
@OrgSubAccountUin.setter
|
|
16336
|
+
def OrgSubAccountUin(self, OrgSubAccountUin):
|
|
16337
|
+
self._OrgSubAccountUin = OrgSubAccountUin
|
|
16338
|
+
|
|
16339
|
+
@property
|
|
16340
|
+
def OrgSubAccountName(self):
|
|
16341
|
+
"""子账号名称或者用户组名称。
|
|
16342
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16343
|
+
:rtype: str
|
|
16344
|
+
"""
|
|
16345
|
+
return self._OrgSubAccountName
|
|
16346
|
+
|
|
16347
|
+
@OrgSubAccountName.setter
|
|
16348
|
+
def OrgSubAccountName(self, OrgSubAccountName):
|
|
16349
|
+
self._OrgSubAccountName = OrgSubAccountName
|
|
16350
|
+
|
|
16351
|
+
@property
|
|
16352
|
+
def BindType(self):
|
|
16353
|
+
"""绑定类型。1-子账号、2-用户组
|
|
16354
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16355
|
+
:rtype: int
|
|
16356
|
+
"""
|
|
16357
|
+
return self._BindType
|
|
16358
|
+
|
|
16359
|
+
@BindType.setter
|
|
16360
|
+
def BindType(self, BindType):
|
|
16361
|
+
self._BindType = BindType
|
|
16362
|
+
|
|
16363
|
+
@property
|
|
16364
|
+
def Members(self):
|
|
16365
|
+
"""成员信息。
|
|
16366
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16367
|
+
:rtype: list of MemberMainInfo
|
|
16368
|
+
"""
|
|
16369
|
+
return self._Members
|
|
16370
|
+
|
|
16371
|
+
@Members.setter
|
|
16372
|
+
def Members(self, Members):
|
|
16373
|
+
self._Members = Members
|
|
16374
|
+
|
|
16375
|
+
|
|
16376
|
+
def _deserialize(self, params):
|
|
16377
|
+
self._IdentityId = params.get("IdentityId")
|
|
16378
|
+
self._IdentityRoleName = params.get("IdentityRoleName")
|
|
16379
|
+
self._IdentityRoleAliasName = params.get("IdentityRoleAliasName")
|
|
16380
|
+
self._CreateTime = params.get("CreateTime")
|
|
16381
|
+
self._PolicyId = params.get("PolicyId")
|
|
16382
|
+
self._PolicyName = params.get("PolicyName")
|
|
16383
|
+
self._MemberUin = params.get("MemberUin")
|
|
16384
|
+
self._MemberName = params.get("MemberName")
|
|
16385
|
+
self._OrgSubAccountUin = params.get("OrgSubAccountUin")
|
|
16386
|
+
self._OrgSubAccountName = params.get("OrgSubAccountName")
|
|
16387
|
+
self._BindType = params.get("BindType")
|
|
16388
|
+
if params.get("Members") is not None:
|
|
16389
|
+
self._Members = []
|
|
16390
|
+
for item in params.get("Members"):
|
|
16391
|
+
obj = MemberMainInfo()
|
|
16392
|
+
obj._deserialize(item)
|
|
16393
|
+
self._Members.append(obj)
|
|
16394
|
+
memeber_set = set(params.keys())
|
|
16395
|
+
for name, value in vars(self).items():
|
|
16396
|
+
property_name = name[1:]
|
|
16397
|
+
if property_name in memeber_set:
|
|
16398
|
+
memeber_set.remove(property_name)
|
|
16399
|
+
if len(memeber_set) > 0:
|
|
16400
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
16401
|
+
|
|
16402
|
+
|
|
16403
|
+
|
|
16011
16404
|
class OrgNode(AbstractModel):
|
|
16012
16405
|
"""企业组织单元
|
|
16013
16406
|
|
|
@@ -1406,6 +1406,29 @@ class OrganizationClient(AbstractClient):
|
|
|
1406
1406
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1407
1407
|
|
|
1408
1408
|
|
|
1409
|
+
def DescribeOrganizationMembersAuthPolicy(self, request):
|
|
1410
|
+
"""查询组织成员访问策略列表
|
|
1411
|
+
|
|
1412
|
+
:param request: Request instance for DescribeOrganizationMembersAuthPolicy.
|
|
1413
|
+
:type request: :class:`tencentcloud.organization.v20210331.models.DescribeOrganizationMembersAuthPolicyRequest`
|
|
1414
|
+
:rtype: :class:`tencentcloud.organization.v20210331.models.DescribeOrganizationMembersAuthPolicyResponse`
|
|
1415
|
+
|
|
1416
|
+
"""
|
|
1417
|
+
try:
|
|
1418
|
+
params = request._serialize()
|
|
1419
|
+
headers = request.headers
|
|
1420
|
+
body = self.call("DescribeOrganizationMembersAuthPolicy", params, headers=headers)
|
|
1421
|
+
response = json.loads(body)
|
|
1422
|
+
model = models.DescribeOrganizationMembersAuthPolicyResponse()
|
|
1423
|
+
model._deserialize(response["Response"])
|
|
1424
|
+
return model
|
|
1425
|
+
except Exception as e:
|
|
1426
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1427
|
+
raise
|
|
1428
|
+
else:
|
|
1429
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1430
|
+
|
|
1431
|
+
|
|
1409
1432
|
def DescribeOrganizationNodes(self, request):
|
|
1410
1433
|
"""获取组织节点列表
|
|
1411
1434
|
|
|
@@ -718,7 +718,7 @@ class AgentDealNewElem(AbstractModel):
|
|
|
718
718
|
|
|
719
719
|
def __init__(self):
|
|
720
720
|
r"""
|
|
721
|
-
:param _DealId:
|
|
721
|
+
:param _DealId: ID【请勿依赖该字段作为唯一标识】
|
|
722
722
|
:type DealId: str
|
|
723
723
|
:param _DealName: 订单号【订单唯一键】
|
|
724
724
|
:type DealName: str
|
|
@@ -744,7 +744,9 @@ class AgentDealNewElem(AbstractModel):
|
|
|
744
744
|
:type Payer: str
|
|
745
745
|
:param _DealStatus: 订单状态,中文描述
|
|
746
746
|
:type DealStatus: str
|
|
747
|
-
:param _Status:
|
|
747
|
+
:param _Status: 子订单状态(1-待支付,2-已支付,3-发货中,4-已发货,5-发货失败,6-已退款,7-已取消,8-已过期,9-已失效,12-支付中,13-退款中,30-处理中)
|
|
748
|
+
|
|
749
|
+
控制台订单状态为大订单状态,是以上状态的聚合:未支付(1) 处理中(2,3,5,12,13,30) 已取消(7) 交易成功(4) 已过期(8) 已退款(6) 订单错误(9)
|
|
748
750
|
:type Status: str
|
|
749
751
|
:param _GoodsName: 产品名称
|
|
750
752
|
:type GoodsName: str
|
|
@@ -815,7 +817,7 @@ class AgentDealNewElem(AbstractModel):
|
|
|
815
817
|
|
|
816
818
|
@property
|
|
817
819
|
def DealId(self):
|
|
818
|
-
"""
|
|
820
|
+
""" ID【请勿依赖该字段作为唯一标识】
|
|
819
821
|
:rtype: str
|
|
820
822
|
"""
|
|
821
823
|
return self._DealId
|
|
@@ -958,7 +960,9 @@ class AgentDealNewElem(AbstractModel):
|
|
|
958
960
|
|
|
959
961
|
@property
|
|
960
962
|
def Status(self):
|
|
961
|
-
"""
|
|
963
|
+
"""子订单状态(1-待支付,2-已支付,3-发货中,4-已发货,5-发货失败,6-已退款,7-已取消,8-已过期,9-已失效,12-支付中,13-退款中,30-处理中)
|
|
964
|
+
|
|
965
|
+
控制台订单状态为大订单状态,是以上状态的聚合:未支付(1) 处理中(2,3,5,12,13,30) 已取消(7) 交易成功(4) 已过期(8) 已退款(6) 订单错误(9)
|
|
962
966
|
:rtype: str
|
|
963
967
|
"""
|
|
964
968
|
return self._Status
|
|
@@ -2076,9 +2080,9 @@ class DescribeAgentAuditedClientsRequest(AbstractModel):
|
|
|
2076
2080
|
:type HasOverdueBill: int
|
|
2077
2081
|
:param _ClientRemark: 客户备注
|
|
2078
2082
|
:type ClientRemark: str
|
|
2079
|
-
:param _Offset:
|
|
2083
|
+
:param _Offset: *偏移量 【请保持必传】
|
|
2080
2084
|
:type Offset: int
|
|
2081
|
-
:param _Limit:
|
|
2085
|
+
:param _Limit: *限制数目 【请保持必传】最大2000
|
|
2082
2086
|
:type Limit: int
|
|
2083
2087
|
:param _ClientType: 可以为new(自拓)/assign(指派)/old(官网)/direct(直销)/direct_newopp(直销(新商机))/空
|
|
2084
2088
|
:type ClientType: str
|
|
@@ -2182,7 +2186,7 @@ class DescribeAgentAuditedClientsRequest(AbstractModel):
|
|
|
2182
2186
|
|
|
2183
2187
|
@property
|
|
2184
2188
|
def Offset(self):
|
|
2185
|
-
"""
|
|
2189
|
+
"""*偏移量 【请保持必传】
|
|
2186
2190
|
:rtype: int
|
|
2187
2191
|
"""
|
|
2188
2192
|
return self._Offset
|
|
@@ -2193,7 +2197,7 @@ class DescribeAgentAuditedClientsRequest(AbstractModel):
|
|
|
2193
2197
|
|
|
2194
2198
|
@property
|
|
2195
2199
|
def Limit(self):
|
|
2196
|
-
"""
|
|
2200
|
+
"""*限制数目 【请保持必传】最大2000
|
|
2197
2201
|
:rtype: int
|
|
2198
2202
|
"""
|
|
2199
2203
|
return self._Limit
|
|
@@ -3214,7 +3218,7 @@ class DescribeAgentPayDealsV2Request(AbstractModel):
|
|
|
3214
3218
|
:type Offset: int
|
|
3215
3219
|
:param _Limit: 限制数目 最大100
|
|
3216
3220
|
:type Limit: int
|
|
3217
|
-
:param _CreatTimeRangeStart: 下单时间范围起始点(
|
|
3221
|
+
:param _CreatTimeRangeStart: 下单时间范围起始点(不传时会默认查最近15天内订单,传值时需要传最近15天内的起始时间)
|
|
3218
3222
|
:type CreatTimeRangeStart: str
|
|
3219
3223
|
:param _CreatTimeRangeEnd: 下单时间范围终止点
|
|
3220
3224
|
:type CreatTimeRangeEnd: str
|
|
@@ -3263,7 +3267,7 @@ class DescribeAgentPayDealsV2Request(AbstractModel):
|
|
|
3263
3267
|
|
|
3264
3268
|
@property
|
|
3265
3269
|
def CreatTimeRangeStart(self):
|
|
3266
|
-
"""下单时间范围起始点(
|
|
3270
|
+
"""下单时间范围起始点(不传时会默认查最近15天内订单,传值时需要传最近15天内的起始时间)
|
|
3267
3271
|
:rtype: str
|
|
3268
3272
|
"""
|
|
3269
3273
|
return self._CreatTimeRangeStart
|
|
@@ -3514,7 +3518,7 @@ class DescribeAgentSelfPayDealsV2Request(AbstractModel):
|
|
|
3514
3518
|
:type Offset: int
|
|
3515
3519
|
:param _Limit: 限制数目 最大100
|
|
3516
3520
|
:type Limit: int
|
|
3517
|
-
:param _CreatTimeRangeStart: 下单时间范围起始点(
|
|
3521
|
+
:param _CreatTimeRangeStart: 下单时间范围起始点(不传时会默认查最近15天内订单,传值时需要传最近15天内的起始时间)
|
|
3518
3522
|
:type CreatTimeRangeStart: str
|
|
3519
3523
|
:param _CreatTimeRangeEnd: 下单时间范围终止点
|
|
3520
3524
|
:type CreatTimeRangeEnd: str
|
|
@@ -3572,7 +3576,7 @@ class DescribeAgentSelfPayDealsV2Request(AbstractModel):
|
|
|
3572
3576
|
|
|
3573
3577
|
@property
|
|
3574
3578
|
def CreatTimeRangeStart(self):
|
|
3575
|
-
"""下单时间范围起始点(
|
|
3579
|
+
"""下单时间范围起始点(不传时会默认查最近15天内订单,传值时需要传最近15天内的起始时间)
|
|
3576
3580
|
:rtype: str
|
|
3577
3581
|
"""
|
|
3578
3582
|
return self._CreatTimeRangeStart
|
|
@@ -284,7 +284,7 @@ class PartnersClient(AbstractClient):
|
|
|
284
284
|
|
|
285
285
|
|
|
286
286
|
def DescribeAgentPayDealsV2(self, request):
|
|
287
|
-
"""
|
|
287
|
+
"""查询最近15天内的代理商代付订单
|
|
288
288
|
|
|
289
289
|
:param request: Request instance for DescribeAgentPayDealsV2.
|
|
290
290
|
:type request: :class:`tencentcloud.partners.v20180321.models.DescribeAgentPayDealsV2Request`
|
|
@@ -330,7 +330,7 @@ class PartnersClient(AbstractClient):
|
|
|
330
330
|
|
|
331
331
|
|
|
332
332
|
def DescribeAgentSelfPayDealsV2(self, request):
|
|
333
|
-
"""
|
|
333
|
+
"""查询代理商名下指定代客最近15天内的自付订单(预付费)
|
|
334
334
|
|
|
335
335
|
:param request: Request instance for DescribeAgentSelfPayDealsV2.
|
|
336
336
|
:type request: :class:`tencentcloud.partners.v20180321.models.DescribeAgentSelfPayDealsV2Request`
|
|
@@ -211,7 +211,7 @@ class RceClient(AbstractClient):
|
|
|
211
211
|
|
|
212
212
|
|
|
213
213
|
def ManageMarketingRisk(self, request):
|
|
214
|
-
"""
|
|
214
|
+
"""通用业务欺诈保护是基于人工智能技术和腾讯20年风控实战沉淀,依托腾讯海量业务构建的风控引擎,以轻量级的 SaaS 服务方式接入,帮助您快速解决注册、登录、营销活动等关键场景遇到的欺诈问题,实时防御黑灰产作恶。
|
|
215
215
|
|
|
216
216
|
:param request: Request instance for ManageMarketingRisk.
|
|
217
217
|
:type request: :class:`tencentcloud.rce.v20201103.models.ManageMarketingRiskRequest`
|
|
@@ -1988,6 +1988,8 @@ class Library(AbstractModel):
|
|
|
1988
1988
|
:type BucketName: str
|
|
1989
1989
|
:param _BucketRegion: 媒体库绑定的 COS 存储桶所在的地域
|
|
1990
1990
|
:type BucketRegion: str
|
|
1991
|
+
:param _AccessDomain: 该媒体库的业务 API 访问域名
|
|
1992
|
+
:type AccessDomain: str
|
|
1991
1993
|
:param _CreationTime: 媒体库创建时间
|
|
1992
1994
|
:type CreationTime: str
|
|
1993
1995
|
:param _LibraryExtension: 媒体库配置项
|
|
@@ -2004,6 +2006,7 @@ class Library(AbstractModel):
|
|
|
2004
2006
|
self._Remark = None
|
|
2005
2007
|
self._BucketName = None
|
|
2006
2008
|
self._BucketRegion = None
|
|
2009
|
+
self._AccessDomain = None
|
|
2007
2010
|
self._CreationTime = None
|
|
2008
2011
|
self._LibraryExtension = None
|
|
2009
2012
|
self._Size = None
|
|
@@ -2065,6 +2068,17 @@ class Library(AbstractModel):
|
|
|
2065
2068
|
def BucketRegion(self, BucketRegion):
|
|
2066
2069
|
self._BucketRegion = BucketRegion
|
|
2067
2070
|
|
|
2071
|
+
@property
|
|
2072
|
+
def AccessDomain(self):
|
|
2073
|
+
"""该媒体库的业务 API 访问域名
|
|
2074
|
+
:rtype: str
|
|
2075
|
+
"""
|
|
2076
|
+
return self._AccessDomain
|
|
2077
|
+
|
|
2078
|
+
@AccessDomain.setter
|
|
2079
|
+
def AccessDomain(self, AccessDomain):
|
|
2080
|
+
self._AccessDomain = AccessDomain
|
|
2081
|
+
|
|
2068
2082
|
@property
|
|
2069
2083
|
def CreationTime(self):
|
|
2070
2084
|
"""媒体库创建时间
|
|
@@ -2127,6 +2141,7 @@ class Library(AbstractModel):
|
|
|
2127
2141
|
self._Remark = params.get("Remark")
|
|
2128
2142
|
self._BucketName = params.get("BucketName")
|
|
2129
2143
|
self._BucketRegion = params.get("BucketRegion")
|
|
2144
|
+
self._AccessDomain = params.get("AccessDomain")
|
|
2130
2145
|
self._CreationTime = params.get("CreationTime")
|
|
2131
2146
|
if params.get("LibraryExtension") is not None:
|
|
2132
2147
|
self._LibraryExtension = LibraryExtension()
|
|
@@ -2168,10 +2183,10 @@ class LibraryExtension(AbstractModel):
|
|
|
2168
2183
|
:type DenyOnQuotaLessThanUsage: bool
|
|
2169
2184
|
:param _EnableFileHistory: 是否开启历史版本。默认为 false。
|
|
2170
2185
|
:type EnableFileHistory: bool
|
|
2171
|
-
:param _FileHistoryCount:
|
|
2186
|
+
:param _FileHistoryCount: 当开启历史版本时,指定单个文件保留的历史版本的数量上限,取值范围为 1 到 999。当未开启历史版本时,该属性可能为 null。
|
|
2172
2187
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2173
2188
|
:type FileHistoryCount: int
|
|
2174
|
-
:param _FileHistoryExpireDay:
|
|
2189
|
+
:param _FileHistoryExpireDay: 当开启历史版本时,指定历史版本保留的最长天数,取值范围为 0 到 999,当指定为 0 时代表永久保留。当未开启历史版本时,该属性可能为 null。
|
|
2175
2190
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2176
2191
|
:type FileHistoryExpireDay: int
|
|
2177
2192
|
:param _MaxDirFileNameLength: 目录或文件名的最长长度,不能超过 255,默认为 255。修改该参数不会影响存量目录或文件名,即如果将该字段的值改小,已经存在的长度超过目标值的目录或文件名不会发生变化。
|
|
@@ -2312,7 +2327,7 @@ class LibraryExtension(AbstractModel):
|
|
|
2312
2327
|
|
|
2313
2328
|
@property
|
|
2314
2329
|
def FileHistoryCount(self):
|
|
2315
|
-
"""
|
|
2330
|
+
"""当开启历史版本时,指定单个文件保留的历史版本的数量上限,取值范围为 1 到 999。当未开启历史版本时,该属性可能为 null。
|
|
2316
2331
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2317
2332
|
:rtype: int
|
|
2318
2333
|
"""
|
|
@@ -2324,7 +2339,7 @@ class LibraryExtension(AbstractModel):
|
|
|
2324
2339
|
|
|
2325
2340
|
@property
|
|
2326
2341
|
def FileHistoryExpireDay(self):
|
|
2327
|
-
"""
|
|
2342
|
+
"""当开启历史版本时,指定历史版本保留的最长天数,取值范围为 0 到 999,当指定为 0 时代表永久保留。当未开启历史版本时,该属性可能为 null。
|
|
2328
2343
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2329
2344
|
:rtype: int
|
|
2330
2345
|
"""
|
|
@@ -356,6 +356,9 @@ RESOURCENOTFOUND_MSGPRODUCELOG = 'ResourceNotFound.MsgProduceLog'
|
|
|
356
356
|
# 命名空间不存在。
|
|
357
357
|
RESOURCENOTFOUND_NAMESPACE = 'ResourceNotFound.Namespace'
|
|
358
358
|
|
|
359
|
+
# 命名空间不存在。
|
|
360
|
+
RESOURCENOTFOUND_NAMSPACE = 'ResourceNotFound.Namspace'
|
|
361
|
+
|
|
359
362
|
# 角色不存在。
|
|
360
363
|
RESOURCENOTFOUND_ROLE = 'ResourceNotFound.Role'
|
|
361
364
|
|