tencentcloud-sdk-python-intl-en 3.0.1149__py2.py3-none-any.whl → 3.0.1150__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-intl-en might be problematic. Click here for more details.

@@ -17,6 +17,9 @@
17
17
  # Operation failed.
18
18
  FAILEDOPERATION = 'FailedOperation'
19
19
 
20
+ # The account has been registered.
21
+ FAILEDOPERATION_ACCOUNTALREADYREGISTER = 'FailedOperation.AccountAlreadyRegister'
22
+
20
23
  # The application already exists.
21
24
  FAILEDOPERATION_APPLYEXIST = 'FailedOperation.ApplyExist'
22
25
 
@@ -29,9 +32,21 @@ FAILEDOPERATION_AUTHINFONOTSAME = 'FailedOperation.AuthInfoNotSame'
29
32
  # The user has not completed enterprise identity verification.
30
33
  FAILEDOPERATION_AUTHNOTENTERPRISE = 'FailedOperation.AuthNotEnterprise'
31
34
 
35
+ # The mailbox binding link has expired.
36
+ FAILEDOPERATION_BINDEMAILLINKEXPIRED = 'FailedOperation.BindEmailLinkExpired'
37
+
38
+ # The mailbox binding link is invalid.
39
+ FAILEDOPERATION_BINDEMAILLINKINVALID = 'FailedOperation.BindEmailLinkInvalid'
40
+
32
41
  # Member permission change record exists.
33
42
  FAILEDOPERATION_CHANGEPERMISSIONRECORDEXIST = 'FailedOperation.ChangePermissionRecordExist'
34
43
 
44
+ # Failed to check the mobile phone binding capacity limit.
45
+ FAILEDOPERATION_CHECKACCOUNTPHONEBINDLIMIT = 'FailedOperation.CheckAccountPhoneBindLimit'
46
+
47
+ # Failed to check the mailbox binding status.
48
+ FAILEDOPERATION_CHECKMAILACCOUNT = 'FailedOperation.CheckMailAccount'
49
+
35
50
  # Permission configurations created for a directory exceed the upper limit.
36
51
  FAILEDOPERATION_CONFIGURATIONOVERUPPERLIMIT = 'FailedOperation.ConfigurationOverUpperLimit'
37
52
 
@@ -77,6 +92,12 @@ FAILEDOPERATION_DESCRIBEORGSERVICEUSAGESTATUSERR = 'FailedOperation.DescribeOrgS
77
92
  # You cannot quit an organization created by yourself.
78
93
  FAILEDOPERATION_DISABLEQUITSELFCREATEDORGANIZATION = 'FailedOperation.DisableQuitSelfCreatedOrganization'
79
94
 
95
+ # The email has been used.
96
+ FAILEDOPERATION_EMAILALREADYUSED = 'FailedOperation.EmailAlreadyUsed'
97
+
98
+ # Mailbox binding has become invalid.
99
+ FAILEDOPERATION_EMAILBINDRECORDINVALID = 'FailedOperation.EmailBindRecordInvalid'
100
+
80
101
  # There are shared resources with other organization members or from other organization members.
81
102
  FAILEDOPERATION_EXISTOTHERORGANIZATIONMEMBERSHARED = 'FailedOperation.ExistOtherOrganizationMemberShared'
82
103
 
@@ -140,6 +161,15 @@ FAILEDOPERATION_MANUALUSERNOTDELETE = 'FailedOperation.ManualUserNotDelete'
140
161
  # Manually created users cannot be updated.
141
162
  FAILEDOPERATION_MANUALUSERNOTUPDATE = 'FailedOperation.ManualUserNotUpdate'
142
163
 
164
+ # Mailbox binding failed.
165
+ FAILEDOPERATION_MEMBERBINDEMAILERROR = 'FailedOperation.MemberBindEmailError'
166
+
167
+ # Verification mobile numbe binding failed.
168
+ FAILEDOPERATION_MEMBERBINDPHONEERROR = 'FailedOperation.MemberBindPhoneError'
169
+
170
+ # The member has a mailbox.
171
+ FAILEDOPERATION_MEMBEREMAILEXIST = 'FailedOperation.MemberEmailExist'
172
+
143
173
  # The member has a payer and cannot be deleted.
144
174
  FAILEDOPERATION_MEMBEREXISTDELEGATEPAYERNOTALLOWDELETE = 'FailedOperation.MemberExistDelegatePayerNotAllowDelete'
145
175
 
@@ -377,6 +407,12 @@ INVALIDPARAMETER_ALLOWQUITILLEGAL = 'InvalidParameter.AllowQuitIllegal'
377
407
  # The permission configuration cannot be bound to this policy.
378
408
  INVALIDPARAMETER_BINDPOLICYNAMENOTALLOWED = 'InvalidParameter.BindPolicyNameNotAllowed'
379
409
 
410
+ # Incorrect mobile phone verification code.
411
+ INVALIDPARAMETER_CODEERROR = 'InvalidParameter.CodeError'
412
+
413
+ # The mobile phone verification code has expired.
414
+ INVALIDPARAMETER_CODEEXPIRED = 'InvalidParameter.CodeExpired'
415
+
380
416
  # The permission configuration name already exists.
381
417
  INVALIDPARAMETER_CONFIGURATIONNAMEALREADYEXISTS = 'InvalidParameter.ConfigurationNameAlreadyExists'
382
418
 
@@ -401,6 +437,9 @@ INVALIDPARAMETER_GROUPUSERALREADYEXISTS = 'InvalidParameter.GroupUserAlreadyExis
401
437
  # The user does not exist in the user group.
402
438
  INVALIDPARAMETER_GROUPUSERNOTEXIST = 'InvalidParameter.GroupUserNotExist'
403
439
 
440
+ # The mailbox is invalid.
441
+ INVALIDPARAMETER_INVALIDEMAIL = 'InvalidParameter.InvalidEmail'
442
+
404
443
  # Invalid nextToken.
405
444
  INVALIDPARAMETER_NEXTTOKENINVALID = 'InvalidParameter.NextTokenInvalid'
406
445
 
@@ -413,6 +452,9 @@ INVALIDPARAMETER_ORGANIZATIONNODENOTEXIST = 'InvalidParameter.OrganizationNodeNo
413
452
  # Parameter error.
414
453
  INVALIDPARAMETER_PARAMERROR = 'InvalidParameter.ParamError'
415
454
 
455
+ # The password is invalid.
456
+ INVALIDPARAMETER_PASSWORDILLEGAL = 'InvalidParameter.PasswordIllegal'
457
+
416
458
  # The custom policy content cannot be empty.
417
459
  INVALIDPARAMETER_POLICYDOCUMENTEMPTY = 'InvalidParameter.PolicyDocumentEmpty'
418
460
 
@@ -485,6 +527,9 @@ LIMITEXCEEDED_CREATEUSERLIMITEXCEEDED = 'LimitExceeded.CreateUserLimitExceeded'
485
527
  # Requests for creating user synchronization tasks exceed the limit.
486
528
  LIMITEXCEEDED_CREATEUSERSYNCPROVISIONINGLIMITEXCEEDED = 'LimitExceeded.CreateUserSyncProvisioningLimitExceeded'
487
529
 
530
+ # The mailbox configuration exceeds the daily capacity limit.
531
+ LIMITEXCEEDED_EMAILBINDOVERLIMIT = 'LimitExceeded.EmailBindOverLimit'
532
+
488
533
  # The number of organization identities exceeds limit.
489
534
  LIMITEXCEEDED_IDENTITYEXCEEDLIMIT = 'LimitExceeded.IdentityExceedLimit'
490
535
 
@@ -500,24 +545,39 @@ LIMITEXCEEDED_NODEEXCEEDLIMIT = 'LimitExceeded.NodeExceedLimit'
500
545
  # The number of members exceeds the upper limit.
501
546
  LIMITEXCEEDED_ORGANIZATIONMEMBEROVERLIMIT = 'LimitExceeded.OrganizationMemberOverLimit'
502
547
 
548
+ # The number of mobile phones exceeds the binding upper limit.
549
+ LIMITEXCEEDED_PHONENUMBOUND = 'LimitExceeded.PhoneNumBound'
550
+
503
551
  # Requests for removing users from the user group exceed the limit.
504
552
  LIMITEXCEEDED_REMOVEUSERFROMGROUPLIMITEXCEEDED = 'LimitExceeded.RemoveUserFromGroupLimitExceeded'
505
553
 
506
554
  # The number of SCIM keys exceeds the limit.
507
555
  LIMITEXCEEDED_SCIMCREDENTIALLIMITEXCEEDED = 'LimitExceeded.ScimCredentialLimitExceeded'
508
556
 
557
+ # The number of times to resend the activation email exceeds the limit.
558
+ LIMITEXCEEDED_SENDEMAILLIMIT = 'LimitExceeded.SendEmailLimit'
559
+
560
+ # The number of times to resend the activation email within one hour exceeds the limit.
561
+ LIMITEXCEEDED_SENDEMAILWITHINONEHOURLIMIT = 'LimitExceeded.SendEmailWithinOneHourLimit'
562
+
509
563
  # The number of shared members for this operation exceeds the upper limit.
510
564
  LIMITEXCEEDED_SHAREUNITMEMBEROVERLIMIT = 'LimitExceeded.ShareUnitMemberOverLimit'
511
565
 
512
566
  # The number of shared resources for this operation exceeds the upper limit.
513
567
  LIMITEXCEEDED_SHAREUNITRESOURCEOVERLIMIT = 'LimitExceeded.ShareUnitResourceOverLimit'
514
568
 
569
+ # The number of modifications to member binding information exceeds the limit.
570
+ LIMITEXCEEDED_UPDATEEMAILBINDOVERLIMIT = 'LimitExceeded.UpdateEmailBindOverLimit'
571
+
515
572
  # Operation denied.
516
573
  OPERATIONDENIED = 'OperationDenied'
517
574
 
518
575
  # The resource does not exist.
519
576
  RESOURCENOTFOUND = 'ResourceNotFound'
520
577
 
578
+ # The mailbox binding record does not exist.
579
+ RESOURCENOTFOUND_EMAILBINDRECORDNOTEXIST = 'ResourceNotFound.EmailBindRecordNotExist'
580
+
521
581
  # The authorizable member identity does not exist.
522
582
  RESOURCENOTFOUND_MEMBERIDENTITYNOTEXIST = 'ResourceNotFound.MemberIdentityNotExist'
523
583
 
@@ -176,6 +176,132 @@ class AddExternalSAMLIdPCertificateResponse(AbstractModel):
176
176
  self._RequestId = params.get("RequestId")
177
177
 
178
178
 
179
+ class AddOrganizationMemberEmailRequest(AbstractModel):
180
+ """AddOrganizationMemberEmail request structure.
181
+
182
+ """
183
+
184
+ def __init__(self):
185
+ r"""
186
+ :param _MemberUin: Member uin.
187
+ :type MemberUin: int
188
+ :param _Email: Email address.
189
+ :type Email: str
190
+ :param _CountryCode: International area code.
191
+ :type CountryCode: str
192
+ :param _Phone: Mobile number.
193
+ :type Phone: str
194
+ """
195
+ self._MemberUin = None
196
+ self._Email = None
197
+ self._CountryCode = None
198
+ self._Phone = None
199
+
200
+ @property
201
+ def MemberUin(self):
202
+ """Member uin.
203
+ :rtype: int
204
+ """
205
+ return self._MemberUin
206
+
207
+ @MemberUin.setter
208
+ def MemberUin(self, MemberUin):
209
+ self._MemberUin = MemberUin
210
+
211
+ @property
212
+ def Email(self):
213
+ """Email address.
214
+ :rtype: str
215
+ """
216
+ return self._Email
217
+
218
+ @Email.setter
219
+ def Email(self, Email):
220
+ self._Email = Email
221
+
222
+ @property
223
+ def CountryCode(self):
224
+ """International area code.
225
+ :rtype: str
226
+ """
227
+ return self._CountryCode
228
+
229
+ @CountryCode.setter
230
+ def CountryCode(self, CountryCode):
231
+ self._CountryCode = CountryCode
232
+
233
+ @property
234
+ def Phone(self):
235
+ """Mobile number.
236
+ :rtype: str
237
+ """
238
+ return self._Phone
239
+
240
+ @Phone.setter
241
+ def Phone(self, Phone):
242
+ self._Phone = Phone
243
+
244
+
245
+ def _deserialize(self, params):
246
+ self._MemberUin = params.get("MemberUin")
247
+ self._Email = params.get("Email")
248
+ self._CountryCode = params.get("CountryCode")
249
+ self._Phone = params.get("Phone")
250
+ memeber_set = set(params.keys())
251
+ for name, value in vars(self).items():
252
+ property_name = name[1:]
253
+ if property_name in memeber_set:
254
+ memeber_set.remove(property_name)
255
+ if len(memeber_set) > 0:
256
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
257
+
258
+
259
+
260
+ class AddOrganizationMemberEmailResponse(AbstractModel):
261
+ """AddOrganizationMemberEmail response structure.
262
+
263
+ """
264
+
265
+ def __init__(self):
266
+ r"""
267
+ :param _BindId: Bound ID.
268
+ Note: this field may return null, indicating that no valid values can be obtained.
269
+ :type BindId: int
270
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
271
+ :type RequestId: str
272
+ """
273
+ self._BindId = None
274
+ self._RequestId = None
275
+
276
+ @property
277
+ def BindId(self):
278
+ """Bound ID.
279
+ Note: this field may return null, indicating that no valid values can be obtained.
280
+ :rtype: int
281
+ """
282
+ return self._BindId
283
+
284
+ @BindId.setter
285
+ def BindId(self, BindId):
286
+ self._BindId = BindId
287
+
288
+ @property
289
+ def RequestId(self):
290
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
291
+ :rtype: str
292
+ """
293
+ return self._RequestId
294
+
295
+ @RequestId.setter
296
+ def RequestId(self, RequestId):
297
+ self._RequestId = RequestId
298
+
299
+
300
+ def _deserialize(self, params):
301
+ self._BindId = params.get("BindId")
302
+ self._RequestId = params.get("RequestId")
303
+
304
+
179
305
  class AddOrganizationNodeRequest(AbstractModel):
180
306
  """AddOrganizationNode request structure.
181
307
 
@@ -4635,6 +4761,205 @@ Note: This field may return null, indicating that no valid values can be obtaine
4635
4761
  self._RequestId = params.get("RequestId")
4636
4762
 
4637
4763
 
4764
+ class DescribeOrganizationMemberEmailBindRequest(AbstractModel):
4765
+ """DescribeOrganizationMemberEmailBind request structure.
4766
+
4767
+ """
4768
+
4769
+ def __init__(self):
4770
+ r"""
4771
+ :param _MemberUin: Member uin.
4772
+ :type MemberUin: int
4773
+ """
4774
+ self._MemberUin = None
4775
+
4776
+ @property
4777
+ def MemberUin(self):
4778
+ """Member uin.
4779
+ :rtype: int
4780
+ """
4781
+ return self._MemberUin
4782
+
4783
+ @MemberUin.setter
4784
+ def MemberUin(self, MemberUin):
4785
+ self._MemberUin = MemberUin
4786
+
4787
+
4788
+ def _deserialize(self, params):
4789
+ self._MemberUin = params.get("MemberUin")
4790
+ memeber_set = set(params.keys())
4791
+ for name, value in vars(self).items():
4792
+ property_name = name[1:]
4793
+ if property_name in memeber_set:
4794
+ memeber_set.remove(property_name)
4795
+ if len(memeber_set) > 0:
4796
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
4797
+
4798
+
4799
+
4800
+ class DescribeOrganizationMemberEmailBindResponse(AbstractModel):
4801
+ """DescribeOrganizationMemberEmailBind response structure.
4802
+
4803
+ """
4804
+
4805
+ def __init__(self):
4806
+ r"""
4807
+ :param _BindId: Bound ID.
4808
+ :type BindId: int
4809
+ :param _ApplyTime: Application time.
4810
+ :type ApplyTime: str
4811
+ :param _Email: Email address.
4812
+ :type Email: str
4813
+ :param _Phone: Verification mobile number.
4814
+ :type Phone: str
4815
+ :param _BindStatus: Binding status: unbound indicates not bound; valid indicates to be activated; success indicates bound successfully; failed indicates binding failed.
4816
+ :type BindStatus: str
4817
+ :param _BindTime: Binding time.
4818
+ :type BindTime: str
4819
+ :param _Description: Failure description.
4820
+ :type Description: str
4821
+ :param _PhoneBind: Verification mobile number binding status. 0 indicates unbound and 1 indicates bound.
4822
+ :type PhoneBind: int
4823
+ :param _CountryCode: International area code.
4824
+ :type CountryCode: str
4825
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
4826
+ :type RequestId: str
4827
+ """
4828
+ self._BindId = None
4829
+ self._ApplyTime = None
4830
+ self._Email = None
4831
+ self._Phone = None
4832
+ self._BindStatus = None
4833
+ self._BindTime = None
4834
+ self._Description = None
4835
+ self._PhoneBind = None
4836
+ self._CountryCode = None
4837
+ self._RequestId = None
4838
+
4839
+ @property
4840
+ def BindId(self):
4841
+ """Bound ID.
4842
+ :rtype: int
4843
+ """
4844
+ return self._BindId
4845
+
4846
+ @BindId.setter
4847
+ def BindId(self, BindId):
4848
+ self._BindId = BindId
4849
+
4850
+ @property
4851
+ def ApplyTime(self):
4852
+ """Application time.
4853
+ :rtype: str
4854
+ """
4855
+ return self._ApplyTime
4856
+
4857
+ @ApplyTime.setter
4858
+ def ApplyTime(self, ApplyTime):
4859
+ self._ApplyTime = ApplyTime
4860
+
4861
+ @property
4862
+ def Email(self):
4863
+ """Email address.
4864
+ :rtype: str
4865
+ """
4866
+ return self._Email
4867
+
4868
+ @Email.setter
4869
+ def Email(self, Email):
4870
+ self._Email = Email
4871
+
4872
+ @property
4873
+ def Phone(self):
4874
+ """Verification mobile number.
4875
+ :rtype: str
4876
+ """
4877
+ return self._Phone
4878
+
4879
+ @Phone.setter
4880
+ def Phone(self, Phone):
4881
+ self._Phone = Phone
4882
+
4883
+ @property
4884
+ def BindStatus(self):
4885
+ """Binding status: unbound indicates not bound; valid indicates to be activated; success indicates bound successfully; failed indicates binding failed.
4886
+ :rtype: str
4887
+ """
4888
+ return self._BindStatus
4889
+
4890
+ @BindStatus.setter
4891
+ def BindStatus(self, BindStatus):
4892
+ self._BindStatus = BindStatus
4893
+
4894
+ @property
4895
+ def BindTime(self):
4896
+ """Binding time.
4897
+ :rtype: str
4898
+ """
4899
+ return self._BindTime
4900
+
4901
+ @BindTime.setter
4902
+ def BindTime(self, BindTime):
4903
+ self._BindTime = BindTime
4904
+
4905
+ @property
4906
+ def Description(self):
4907
+ """Failure description.
4908
+ :rtype: str
4909
+ """
4910
+ return self._Description
4911
+
4912
+ @Description.setter
4913
+ def Description(self, Description):
4914
+ self._Description = Description
4915
+
4916
+ @property
4917
+ def PhoneBind(self):
4918
+ """Verification mobile number binding status. 0 indicates unbound and 1 indicates bound.
4919
+ :rtype: int
4920
+ """
4921
+ return self._PhoneBind
4922
+
4923
+ @PhoneBind.setter
4924
+ def PhoneBind(self, PhoneBind):
4925
+ self._PhoneBind = PhoneBind
4926
+
4927
+ @property
4928
+ def CountryCode(self):
4929
+ """International area code.
4930
+ :rtype: str
4931
+ """
4932
+ return self._CountryCode
4933
+
4934
+ @CountryCode.setter
4935
+ def CountryCode(self, CountryCode):
4936
+ self._CountryCode = CountryCode
4937
+
4938
+ @property
4939
+ def RequestId(self):
4940
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
4941
+ :rtype: str
4942
+ """
4943
+ return self._RequestId
4944
+
4945
+ @RequestId.setter
4946
+ def RequestId(self, RequestId):
4947
+ self._RequestId = RequestId
4948
+
4949
+
4950
+ def _deserialize(self, params):
4951
+ self._BindId = params.get("BindId")
4952
+ self._ApplyTime = params.get("ApplyTime")
4953
+ self._Email = params.get("Email")
4954
+ self._Phone = params.get("Phone")
4955
+ self._BindStatus = params.get("BindStatus")
4956
+ self._BindTime = params.get("BindTime")
4957
+ self._Description = params.get("Description")
4958
+ self._PhoneBind = params.get("PhoneBind")
4959
+ self._CountryCode = params.get("CountryCode")
4960
+ self._RequestId = params.get("RequestId")
4961
+
4962
+
4638
4963
  class DescribeOrganizationMemberPoliciesRequest(AbstractModel):
4639
4964
  """DescribeOrganizationMemberPolicies request structure.
4640
4965
 
@@ -14794,6 +15119,85 @@ class SCIMCredential(AbstractModel):
14794
15119
 
14795
15120
 
14796
15121
 
15122
+ class SendOrgMemberAccountBindEmailRequest(AbstractModel):
15123
+ """SendOrgMemberAccountBindEmail request structure.
15124
+
15125
+ """
15126
+
15127
+ def __init__(self):
15128
+ r"""
15129
+ :param _MemberUin: Member uin.
15130
+ :type MemberUin: int
15131
+ :param _BindId: Bound ID, which can be obtained through describeorganizationmemberemailbind (https://intl.cloud.tencent.com/document/product/850/93332?from_cn_redirect=1).
15132
+ :type BindId: int
15133
+ """
15134
+ self._MemberUin = None
15135
+ self._BindId = None
15136
+
15137
+ @property
15138
+ def MemberUin(self):
15139
+ """Member uin.
15140
+ :rtype: int
15141
+ """
15142
+ return self._MemberUin
15143
+
15144
+ @MemberUin.setter
15145
+ def MemberUin(self, MemberUin):
15146
+ self._MemberUin = MemberUin
15147
+
15148
+ @property
15149
+ def BindId(self):
15150
+ """Bound ID, which can be obtained through describeorganizationmemberemailbind (https://intl.cloud.tencent.com/document/product/850/93332?from_cn_redirect=1).
15151
+ :rtype: int
15152
+ """
15153
+ return self._BindId
15154
+
15155
+ @BindId.setter
15156
+ def BindId(self, BindId):
15157
+ self._BindId = BindId
15158
+
15159
+
15160
+ def _deserialize(self, params):
15161
+ self._MemberUin = params.get("MemberUin")
15162
+ self._BindId = params.get("BindId")
15163
+ memeber_set = set(params.keys())
15164
+ for name, value in vars(self).items():
15165
+ property_name = name[1:]
15166
+ if property_name in memeber_set:
15167
+ memeber_set.remove(property_name)
15168
+ if len(memeber_set) > 0:
15169
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
15170
+
15171
+
15172
+
15173
+ class SendOrgMemberAccountBindEmailResponse(AbstractModel):
15174
+ """SendOrgMemberAccountBindEmail response structure.
15175
+
15176
+ """
15177
+
15178
+ def __init__(self):
15179
+ r"""
15180
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
15181
+ :type RequestId: str
15182
+ """
15183
+ self._RequestId = None
15184
+
15185
+ @property
15186
+ def RequestId(self):
15187
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
15188
+ :rtype: str
15189
+ """
15190
+ return self._RequestId
15191
+
15192
+ @RequestId.setter
15193
+ def RequestId(self, RequestId):
15194
+ self._RequestId = RequestId
15195
+
15196
+
15197
+ def _deserialize(self, params):
15198
+ self._RequestId = params.get("RequestId")
15199
+
15200
+
14797
15201
  class SetExternalSAMLIdentityProviderRequest(AbstractModel):
14798
15202
  """SetExternalSAMLIdentityProvider request structure.
14799
15203
 
@@ -15938,6 +16342,130 @@ class UpdateOrganizationIdentityResponse(AbstractModel):
15938
16342
  self._RequestId = params.get("RequestId")
15939
16343
 
15940
16344
 
16345
+ class UpdateOrganizationMemberEmailBindRequest(AbstractModel):
16346
+ """UpdateOrganizationMemberEmailBind request structure.
16347
+
16348
+ """
16349
+
16350
+ def __init__(self):
16351
+ r"""
16352
+ :param _MemberUin: Member uin.
16353
+ :type MemberUin: int
16354
+ :param _BindId: Bound ID, which can be obtained through describeorganizationmemberemailbind (https://intl.cloud.tencent.com/document/product/850/93332?from_cn_redirect=1).
16355
+ :type BindId: int
16356
+ :param _Email: Email address.
16357
+ :type Email: str
16358
+ :param _CountryCode: International area code.
16359
+ :type CountryCode: str
16360
+ :param _Phone: Mobile number.
16361
+ :type Phone: str
16362
+ """
16363
+ self._MemberUin = None
16364
+ self._BindId = None
16365
+ self._Email = None
16366
+ self._CountryCode = None
16367
+ self._Phone = None
16368
+
16369
+ @property
16370
+ def MemberUin(self):
16371
+ """Member uin.
16372
+ :rtype: int
16373
+ """
16374
+ return self._MemberUin
16375
+
16376
+ @MemberUin.setter
16377
+ def MemberUin(self, MemberUin):
16378
+ self._MemberUin = MemberUin
16379
+
16380
+ @property
16381
+ def BindId(self):
16382
+ """Bound ID, which can be obtained through describeorganizationmemberemailbind (https://intl.cloud.tencent.com/document/product/850/93332?from_cn_redirect=1).
16383
+ :rtype: int
16384
+ """
16385
+ return self._BindId
16386
+
16387
+ @BindId.setter
16388
+ def BindId(self, BindId):
16389
+ self._BindId = BindId
16390
+
16391
+ @property
16392
+ def Email(self):
16393
+ """Email address.
16394
+ :rtype: str
16395
+ """
16396
+ return self._Email
16397
+
16398
+ @Email.setter
16399
+ def Email(self, Email):
16400
+ self._Email = Email
16401
+
16402
+ @property
16403
+ def CountryCode(self):
16404
+ """International area code.
16405
+ :rtype: str
16406
+ """
16407
+ return self._CountryCode
16408
+
16409
+ @CountryCode.setter
16410
+ def CountryCode(self, CountryCode):
16411
+ self._CountryCode = CountryCode
16412
+
16413
+ @property
16414
+ def Phone(self):
16415
+ """Mobile number.
16416
+ :rtype: str
16417
+ """
16418
+ return self._Phone
16419
+
16420
+ @Phone.setter
16421
+ def Phone(self, Phone):
16422
+ self._Phone = Phone
16423
+
16424
+
16425
+ def _deserialize(self, params):
16426
+ self._MemberUin = params.get("MemberUin")
16427
+ self._BindId = params.get("BindId")
16428
+ self._Email = params.get("Email")
16429
+ self._CountryCode = params.get("CountryCode")
16430
+ self._Phone = params.get("Phone")
16431
+ memeber_set = set(params.keys())
16432
+ for name, value in vars(self).items():
16433
+ property_name = name[1:]
16434
+ if property_name in memeber_set:
16435
+ memeber_set.remove(property_name)
16436
+ if len(memeber_set) > 0:
16437
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
16438
+
16439
+
16440
+
16441
+ class UpdateOrganizationMemberEmailBindResponse(AbstractModel):
16442
+ """UpdateOrganizationMemberEmailBind response structure.
16443
+
16444
+ """
16445
+
16446
+ def __init__(self):
16447
+ r"""
16448
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
16449
+ :type RequestId: str
16450
+ """
16451
+ self._RequestId = None
16452
+
16453
+ @property
16454
+ def RequestId(self):
16455
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
16456
+ :rtype: str
16457
+ """
16458
+ return self._RequestId
16459
+
16460
+ @RequestId.setter
16461
+ def RequestId(self, RequestId):
16462
+ self._RequestId = RequestId
16463
+
16464
+
16465
+ def _deserialize(self, params):
16466
+ self._RequestId = params.get("RequestId")
16467
+
16468
+
15941
16469
  class UpdateOrganizationMemberRequest(AbstractModel):
15942
16470
  """UpdateOrganizationMember request structure.
15943
16471