tencentcloud-sdk-nodejs-cls 4.1.207 → 4.1.214
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
|
@@ -9536,7 +9536,7 @@ export interface ModifyConsoleRequest {
|
|
|
9536
9536
|
*/
|
|
9537
9537
|
AccessMode?: Array<string>;
|
|
9538
9538
|
/**
|
|
9539
|
-
* <p
|
|
9539
|
+
* <p>登录方式</p><p>枚举值:</p><ul><li>0: 账号密码鉴权</li><li>1: 匿名登录</li><li>2: 第三方认证登录</li></ul>
|
|
9540
9540
|
*/
|
|
9541
9541
|
LoginMode?: number;
|
|
9542
9542
|
/**
|
|
@@ -9544,7 +9544,7 @@ export interface ModifyConsoleRequest {
|
|
|
9544
9544
|
*/
|
|
9545
9545
|
DomainPrefix?: string;
|
|
9546
9546
|
/**
|
|
9547
|
-
* <p>用户账号信息</p><p
|
|
9547
|
+
* <p>用户账号信息</p><p>“账号密码鉴权”登录方式必传</p>
|
|
9548
9548
|
*/
|
|
9549
9549
|
Accounts?: Array<ConsoleAccount>;
|
|
9550
9550
|
/**
|
|
@@ -10731,7 +10731,7 @@ export interface CreateConsoleRequest {
|
|
|
10731
10731
|
*/
|
|
10732
10732
|
AccessMode: Array<string>;
|
|
10733
10733
|
/**
|
|
10734
|
-
* <p
|
|
10734
|
+
* <p>登录方式</p><p>枚举值:</p><ul><li>0: 账号密码鉴权</li><li>1: 匿名登录</li><li>2: 第三方认证登录</li></ul>
|
|
10735
10735
|
*/
|
|
10736
10736
|
LoginMode: number;
|
|
10737
10737
|
/**
|
|
@@ -10739,7 +10739,7 @@ export interface CreateConsoleRequest {
|
|
|
10739
10739
|
*/
|
|
10740
10740
|
DomainPrefix: string;
|
|
10741
10741
|
/**
|
|
10742
|
-
* <p>用户账号信息</p><p
|
|
10742
|
+
* <p>用户账号信息</p><p>“账号密码鉴权”登录方式必传</p>
|
|
10743
10743
|
*/
|
|
10744
10744
|
Accounts?: Array<ConsoleAccount>;
|
|
10745
10745
|
/**
|