tencentcloud-sdk-nodejs-bh 4.1.258 → 4.1.278

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-bh",
3
- "version": "4.1.258",
3
+ "version": "4.1.278",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3509,21 +3509,25 @@ export interface DescribeOperationTaskRequest {
3509
3509
  */
3510
3510
  export interface LoginSetting {
3511
3511
  /**
3512
- * 登录会话超时,10分钟,20分钟,30分钟,默认20分钟
3512
+ * <p>登录会话超时,10分钟,20分钟,30分钟,默认20分钟</p>
3513
3513
  */
3514
3514
  TimeOut: number;
3515
3515
  /**
3516
- * 连续密码错误次数,超过锁定账号,3-5
3516
+ * <p>连续密码错误次数,超过锁定账号,3-5</p>
3517
3517
  */
3518
3518
  LockThreshold: number;
3519
3519
  /**
3520
- * 账号锁定时长,10分钟,20分钟,30分钟
3520
+ * <p>账号锁定时长,10分钟,20分钟,30分钟</p>
3521
3521
  */
3522
3522
  LockTime: number;
3523
3523
  /**
3524
- * 用户多少天不活跃,账号自动锁定
3524
+ * <p>用户多少天不活跃,账号自动锁定</p>
3525
3525
  */
3526
3526
  InactiveUserLock?: number;
3527
+ /**
3528
+ * <p>运维账号单点登录开关:0-关闭,1-开启</p>
3529
+ */
3530
+ EnableSingleLogin?: number;
3527
3531
  }
3528
3532
  /**
3529
3533
  * DescribeLDAPUnitSet返回参数结构体