tencentcloud-sdk-nodejs-cdb 4.1.257 → 4.1.258
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.
package/package.json
CHANGED
|
@@ -7538,36 +7538,36 @@ export interface CreateBackupRequest {
|
|
|
7538
7538
|
*/
|
|
7539
7539
|
export interface AccountInfo {
|
|
7540
7540
|
/**
|
|
7541
|
-
*
|
|
7541
|
+
* <p>账号备注信息</p>
|
|
7542
7542
|
*/
|
|
7543
7543
|
Notes?: string;
|
|
7544
7544
|
/**
|
|
7545
|
-
*
|
|
7545
|
+
* <p>账号的域名</p>
|
|
7546
7546
|
*/
|
|
7547
7547
|
Host?: string;
|
|
7548
7548
|
/**
|
|
7549
|
-
*
|
|
7549
|
+
* <p>账号的名称</p>
|
|
7550
7550
|
*/
|
|
7551
7551
|
User?: string;
|
|
7552
7552
|
/**
|
|
7553
|
-
*
|
|
7553
|
+
* <p>账号信息修改时间</p>
|
|
7554
7554
|
*/
|
|
7555
7555
|
ModifyTime?: string;
|
|
7556
7556
|
/**
|
|
7557
|
-
*
|
|
7557
|
+
* <p>修改密码的时间</p>
|
|
7558
7558
|
*/
|
|
7559
7559
|
ModifyPasswordTime?: string;
|
|
7560
7560
|
/**
|
|
7561
|
-
*
|
|
7561
|
+
* <p>该值已废弃</p>
|
|
7562
7562
|
* @deprecated
|
|
7563
7563
|
*/
|
|
7564
7564
|
CreateTime?: string;
|
|
7565
7565
|
/**
|
|
7566
|
-
*
|
|
7566
|
+
* <p>用户最大可用实例连接数</p>
|
|
7567
7567
|
*/
|
|
7568
7568
|
MaxUserConnections?: number;
|
|
7569
7569
|
/**
|
|
7570
|
-
*
|
|
7570
|
+
* <p>用户账号是否开启了密码轮转</p>
|
|
7571
7571
|
*/
|
|
7572
7572
|
OpenCam?: boolean;
|
|
7573
7573
|
}
|