tencentcloud-sdk-python-intl-en 3.0.1079__py2.py3-none-any.whl → 3.0.1080__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.

@@ -77,7 +77,10 @@ class IntlpartnersmgtClient(AbstractClient):
77
77
 
78
78
 
79
79
  def CreateAccount(self, request):
80
- """This API is used to create Tencent Cloud customer accounts for first-level resellers/second-level resellers. After the account is created, it will be automatically bound to the partner account.Note:1. Create a Tencent Cloud account. The entered email address and mobile phone number need to be verified by the partner for validity.2. Customers need to add personal information when logging in for the first time.3. This interface needs to be applied for allowlist usage. Please contact the channel manager to initiate the application process.
80
+ """This API is used to create Tencent Cloud customer accounts for first-level resellers/second-level resellers.After the account is created, it will be automatically bound to the partner account.Note:
81
+ 1. Create a Tencent Cloud account. The entered email address and mobile phone number need to be verified by the partner for validity.
82
+ 2. Customers need to add personal information when logging in for the first time.
83
+ 3. This interface needs to be applied for allowlist usage. Please contact the channel manager to initiate the application process.
81
84
 
82
85
  :param request: Request instance for CreateAccount.
83
86
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.CreateAccountRequest`
@@ -1232,26 +1232,32 @@ class CreateAccountRequest(AbstractModel):
1232
1232
 
1233
1233
  def __init__(self):
1234
1234
  r"""
1235
- :param _AccountType: Account type of a new customer. Valid values: `personal`, `company`.
1235
+ :param _AccountType: Account type of a new customer.
1236
+ Valid values: `personal`, `company`.
1236
1237
  :type AccountType: str
1237
1238
  :param _Mail: Registered email address, which should be valid and correct.
1238
1239
  For example, account@qq.com.
1239
1240
  :type Mail: str
1240
- :param _Password: Account password
1241
+ :param _Password: Account password.
1241
1242
  Length limit: 8-20 characters
1242
1243
  A password must contain numbers, letters, and symbols (!@#$%^&*()). Space is not allowed.
1243
1244
  :type Password: str
1244
1245
  :param _ConfirmPassword: The confirmed password, which must be the same as that entered in the `Password` field.
1245
1246
  :type ConfirmPassword: str
1246
- :param _PhoneNum: Customer's mobile number. The caller needs to ensure the validity and correctness of the mobile number. A global mobile number within a range of 1-32 digits is allowed. Starting from October 25, 2024, the system will perform binding limit verification of the mobile number you provide, allowing a maximum of 5 accounts per mobile number.
1247
+ :param _PhoneNum: Customer's mobile number.
1248
+ The caller needs to ensure the validity and correctness of the mobile number. A global mobile number within a range of 1-32 digits is allowed.
1249
+ The system will perform binding limit verification of the mobile number you provide, allowing a maximum of 5 accounts per mobile number.
1247
1250
  :type PhoneNum: str
1248
1251
  :param _CountryCode: Customer's country/region code, which can be obtained via the `GetCountryCodes` API, such as "852".
1252
+ Parameter value is not allowed to be 7,380,86.
1249
1253
  :type CountryCode: str
1250
1254
  :param _Area: Customer's ISO2 standard country/region code, which can be obtained via the `GetCountryCodes` API. It should correspond to the `CountryCode` field, such as `HK`.
1251
1255
  :type Area: str
1252
1256
  :param _Extended: Extension field, which is left empty by default.
1253
1257
  :type Extended: str
1254
- :param _VerifyCode: Verification code. Starting from October 25, 2024, a new parameter will be used to verify the validity of the mobile number you provide. When the interface is requested for the first time, a null value can be passed in. The interface will send a 6-digit verification code by SMS to the mobile number you provide, and you need to pass it in again together with other parameters after you receive it.
1258
+ :param _VerifyCode: Verification code.
1259
+ It will be used to verify the validity of the mobile number you provide.
1260
+ When the interface is requested for the first time, a null value can be passed in. The interface will send a 6-digit verification code by SMS to the mobile number you provide, and you need to pass it in again together with other parameters after you receive it.
1255
1261
  :type VerifyCode: str
1256
1262
  """
1257
1263
  self._AccountType = None
@@ -1266,7 +1272,8 @@ A password must contain numbers, letters, and symbols (!@#$%^&*()). Space is not
1266
1272
 
1267
1273
  @property
1268
1274
  def AccountType(self):
1269
- """Account type of a new customer. Valid values: `personal`, `company`.
1275
+ """Account type of a new customer.
1276
+ Valid values: `personal`, `company`.
1270
1277
  :rtype: str
1271
1278
  """
1272
1279
  return self._AccountType
@@ -1289,7 +1296,7 @@ For example, account@qq.com.
1289
1296
 
1290
1297
  @property
1291
1298
  def Password(self):
1292
- """Account password
1299
+ """Account password.
1293
1300
  Length limit: 8-20 characters
1294
1301
  A password must contain numbers, letters, and symbols (!@#$%^&*()). Space is not allowed.
1295
1302
  :rtype: str
@@ -1313,7 +1320,9 @@ A password must contain numbers, letters, and symbols (!@#$%^&*()). Space is not
1313
1320
 
1314
1321
  @property
1315
1322
  def PhoneNum(self):
1316
- """Customer's mobile number. The caller needs to ensure the validity and correctness of the mobile number. A global mobile number within a range of 1-32 digits is allowed. Starting from October 25, 2024, the system will perform binding limit verification of the mobile number you provide, allowing a maximum of 5 accounts per mobile number.
1323
+ """Customer's mobile number.
1324
+ The caller needs to ensure the validity and correctness of the mobile number. A global mobile number within a range of 1-32 digits is allowed.
1325
+ The system will perform binding limit verification of the mobile number you provide, allowing a maximum of 5 accounts per mobile number.
1317
1326
  :rtype: str
1318
1327
  """
1319
1328
  return self._PhoneNum
@@ -1325,6 +1334,7 @@ A password must contain numbers, letters, and symbols (!@#$%^&*()). Space is not
1325
1334
  @property
1326
1335
  def CountryCode(self):
1327
1336
  """Customer's country/region code, which can be obtained via the `GetCountryCodes` API, such as "852".
1337
+ Parameter value is not allowed to be 7,380,86.
1328
1338
  :rtype: str
1329
1339
  """
1330
1340
  return self._CountryCode
@@ -1357,7 +1367,9 @@ A password must contain numbers, letters, and symbols (!@#$%^&*()). Space is not
1357
1367
 
1358
1368
  @property
1359
1369
  def VerifyCode(self):
1360
- """Verification code. Starting from October 25, 2024, a new parameter will be used to verify the validity of the mobile number you provide. When the interface is requested for the first time, a null value can be passed in. The interface will send a 6-digit verification code by SMS to the mobile number you provide, and you need to pass it in again together with other parameters after you receive it.
1370
+ """Verification code.
1371
+ It will be used to verify the validity of the mobile number you provide.
1372
+ When the interface is requested for the first time, a null value can be passed in. The interface will send a 6-digit verification code by SMS to the mobile number you provide, and you need to pass it in again together with other parameters after you receive it.
1361
1373
  :rtype: str
1362
1374
  """
1363
1375
  return self._VerifyCode
@@ -5414,6 +5426,7 @@ class SendVerifyCodeRequest(AbstractModel):
5414
5426
  def __init__(self):
5415
5427
  r"""
5416
5428
  :param _CountryCode: Country code.
5429
+ Parameter value is not allowed to be 7,380,86.
5417
5430
  :type CountryCode: str
5418
5431
  :param _PhoneNum: Mobile number.
5419
5432
  :type PhoneNum: str
@@ -5424,6 +5437,7 @@ class SendVerifyCodeRequest(AbstractModel):
5424
5437
  @property
5425
5438
  def CountryCode(self):
5426
5439
  """Country code.
5440
+ Parameter value is not allowed to be 7,380,86.
5427
5441
  :rtype: str
5428
5442
  """
5429
5443
  return self._CountryCode