tencentcloud-sdk-nodejs-bh 4.1.247 → 4.1.257

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.247",
3
+ "version": "4.1.257",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -12,7 +12,7 @@ export interface ResetDeviceAccountPasswordResponse {
12
12
  */
13
13
  export interface CreateUserDirectoryResponse {
14
14
  /**
15
- * 目录Id
15
+ * <p>目录Id</p>
16
16
  */
17
17
  Id?: number;
18
18
  /**
@@ -219,25 +219,29 @@ export interface DescribeDeviceGroupsResponse {
219
219
  */
220
220
  export interface UserOrg {
221
221
  /**
222
- * ioa用户组织id
222
+ * <p>ioa用户组织id</p>
223
223
  */
224
224
  OrgId: number;
225
225
  /**
226
- * ioa用户组织名称
226
+ * <p>ioa用户组织名称</p>
227
227
  */
228
228
  OrgName: string;
229
229
  /**
230
- * ioa用户组织id路径
230
+ * <p>ioa用户组织id路径</p>
231
231
  */
232
232
  OrgIdPath: string;
233
233
  /**
234
- * ioa用户组织名称路径
234
+ * <p>ioa用户组织名称路径</p>
235
235
  */
236
236
  OrgNamePath: string;
237
237
  /**
238
- * ioa用户组织id下的用户数
238
+ * <p>ioa用户组织id下的用户数</p>
239
239
  */
240
240
  UserTotal?: number;
241
+ /**
242
+ * <p>组织绑定的用户组 id 列表</p>
243
+ */
244
+ BindGroupIds?: Array<number | bigint>;
241
245
  }
242
246
  /**
243
247
  * DeleteCmdTemplates返回参数结构体
@@ -1103,29 +1107,37 @@ export interface BindDeviceResourceResponse {
1103
1107
  */
1104
1108
  export interface CreateUserDirectoryRequest {
1105
1109
  /**
1106
- * 目录id
1110
+ * <p>目录id</p>
1107
1111
  */
1108
1112
  DirId: number;
1109
1113
  /**
1110
- * 目录名称
1114
+ * <p>目录名称</p>
1111
1115
  */
1112
1116
  DirName: string;
1113
1117
  /**
1114
- * ioa分组信息
1118
+ * <p>ioa分组信息</p>
1115
1119
  */
1116
1120
  UserOrgSet: Array<UserOrg>;
1117
1121
  /**
1118
- * ioa关联用户源类型
1122
+ * <p>ioa关联用户源类型</p>
1119
1123
  */
1120
1124
  Source: number;
1121
1125
  /**
1122
- * ioa关联用户源名称
1126
+ * <p>ioa关联用户源名称</p>
1123
1127
  */
1124
1128
  SourceName: string;
1125
1129
  /**
1126
- * 目录包含用户数
1130
+ * <p>目录包含用户数</p>
1127
1131
  */
1128
1132
  UserCount?: number;
1133
+ /**
1134
+ * <p>是否开启自动同步</p>
1135
+ */
1136
+ AutoSync?: boolean;
1137
+ /**
1138
+ * <p>同步周期(5段式 crontab 表达式)</p>
1139
+ */
1140
+ SyncCron?: string;
1129
1141
  }
1130
1142
  /**
1131
1143
  * EnableExternalAccess请求参数结构体
@@ -1451,25 +1463,29 @@ export interface BindDeviceAccountPrivateKeyResponse {
1451
1463
  */
1452
1464
  export interface IOAUserGroup {
1453
1465
  /**
1454
- * ioa用户组织id
1466
+ * <p>ioa用户组织id</p>
1455
1467
  */
1456
1468
  OrgId?: number;
1457
1469
  /**
1458
- * ioa用户组织名称
1470
+ * <p>ioa用户组织名称</p>
1459
1471
  */
1460
1472
  OrgName?: string;
1461
1473
  /**
1462
- * ioa用户组织id路径
1474
+ * <p>ioa用户组织id路径</p>
1463
1475
  */
1464
1476
  OrgIdPath?: string;
1465
1477
  /**
1466
- * ioa用户组织名称路径
1478
+ * <p>ioa用户组织名称路径</p>
1467
1479
  */
1468
1480
  OrgNamePath?: string;
1469
1481
  /**
1470
- * ioa关联用户源类型
1482
+ * <p>ioa关联用户源类型</p>
1471
1483
  */
1472
1484
  Source?: number;
1485
+ /**
1486
+ * <p>用户所属目录</p>
1487
+ */
1488
+ UserDirName?: string;
1473
1489
  }
1474
1490
  /**
1475
1491
  * SearchCommandBySid请求参数结构体
@@ -1988,11 +2004,11 @@ export interface DisableClientTcpAccessRequest {
1988
2004
  */
1989
2005
  export interface DescribeUserDirectoryResponse {
1990
2006
  /**
1991
- * 用户目录集
2007
+ * <p>用户目录集</p>
1992
2008
  */
1993
2009
  UserDirSet?: Array<UserDirectory>;
1994
2010
  /**
1995
- * 用户目录集总数
2011
+ * <p>用户目录集总数</p>
1996
2012
  */
1997
2013
  TotalCount?: number;
1998
2014
  /**
@@ -3544,37 +3560,49 @@ export interface DescribeUserGroupMembersResponse {
3544
3560
  */
3545
3561
  export interface UserDirectory {
3546
3562
  /**
3547
- * 目录id
3563
+ * <p>目录id</p>
3548
3564
  */
3549
3565
  Id?: number;
3550
3566
  /**
3551
- * ioa目录id
3567
+ * <p>ioa目录id</p>
3552
3568
  */
3553
3569
  DirId?: number;
3554
3570
  /**
3555
- * ioa目录名称
3571
+ * <p>ioa目录名称</p>
3556
3572
  */
3557
3573
  DirName?: string;
3558
3574
  /**
3559
- * ioa关联用户源类型
3575
+ * <p>ioa关联用户源类型</p>
3560
3576
  */
3561
3577
  Source?: number;
3562
3578
  /**
3563
- * ioa关联用户源名称
3579
+ * <p>ioa关联用户源名称</p>
3564
3580
  */
3565
3581
  SourceName?: string;
3566
3582
  /**
3567
- * 目录包含用户数
3583
+ * <p>目录包含用户数</p>
3568
3584
  */
3569
3585
  UserTotal?: number;
3570
3586
  /**
3571
- * 目录接入时间
3587
+ * <p>目录接入时间</p>
3572
3588
  */
3573
3589
  CreateTime?: string;
3574
3590
  /**
3575
- * 目录下的组织细节信息
3591
+ * <p>目录下的组织细节信息</p>
3576
3592
  */
3577
3593
  UserOrgSet?: Array<UserOrg>;
3594
+ /**
3595
+ * <p>是否开启自动同步</p>
3596
+ */
3597
+ AutoSync?: boolean;
3598
+ /**
3599
+ * <p>同步周期(5段式 crontab 表达式)</p>
3600
+ */
3601
+ SyncCron?: string;
3602
+ /**
3603
+ * <p>下次同步时间</p><p>参数格式:2026-06-05T11:30:00+08:00</p>
3604
+ */
3605
+ NextSyncTime?: string;
3578
3606
  }
3579
3607
  /**
3580
3608
  * DescribeSecuritySetting返回参数结构体
@@ -4851,11 +4879,11 @@ export interface DescribeUserGroupsResponse {
4851
4879
  */
4852
4880
  export interface DescribeUserDirectoryRequest {
4853
4881
  /**
4854
- * 分页大小
4882
+ * <p>分页大小</p>
4855
4883
  */
4856
4884
  Limit?: number;
4857
4885
  /**
4858
- * 分页偏移
4886
+ * <p>分页偏移</p>
4859
4887
  */
4860
4888
  Offset?: number;
4861
4889
  }
@@ -6333,13 +6361,21 @@ export interface EnableIntranetAccessResponse {
6333
6361
  */
6334
6362
  export interface ModifyUserDirectoryRequest {
6335
6363
  /**
6336
- * 目录id
6364
+ * <p>目录id</p>
6337
6365
  */
6338
6366
  Id: number;
6339
6367
  /**
6340
- * ioa分组信息
6368
+ * <p>ioa分组信息</p>
6341
6369
  */
6342
6370
  UserOrgSet: Array<UserOrg>;
6371
+ /**
6372
+ * <p>是否开启自动同步</p>
6373
+ */
6374
+ AutoSync?: boolean;
6375
+ /**
6376
+ * <p>同步周期(5段式 crontab 表达式)</p>
6377
+ */
6378
+ SyncCron?: string;
6343
6379
  }
6344
6380
  /**
6345
6381
  * DisableWebAccess返回参数结构体