tencentcloud-sdk-nodejs 4.1.146 → 4.1.148
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/es/common/sdk_version.js +1 -1
- package/es/services/bh/v20230418/bh_client.js +34 -4
- package/es/services/bma/index.js +2 -2
- package/es/services/chdfs/index.js +2 -2
- package/es/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/es/services/ctem/v20231128/ctem_client.js +94 -10
- package/es/services/dbbrain/index.js +2 -2
- package/es/services/dbbrain/v20210527/dbbrain_client.js +3 -0
- package/es/services/es/index.js +2 -2
- package/es/services/essbasic/index.js +2 -2
- package/es/services/facefusion/index.js +2 -2
- package/es/services/gs/v20191118/gs_client.js +12 -6
- package/es/services/iai/v20200303/iai_client.js +0 -3
- package/es/services/iotvideo/index.js +2 -2
- package/es/services/mongodb/v20190725/mongodb_client.js +8 -2
- package/es/services/privatedns/v20201028/privatedns_client.js +16 -4
- package/es/services/sms/index.js +2 -2
- package/es/services/thpc/index.js +2 -2
- package/es/services/tke/index.js +2 -2
- package/es/services/tsw/index.js +2 -2
- package/es/services/vclm/v20240523/vclm_client.js +6 -0
- package/es/services/vcube/v20220410/vcube_client.js +10 -4
- package/es/services/vm/index.js +2 -2
- package/es/services/vod/index.js +2 -2
- package/es/services/waf/v20180125/waf_client.js +30 -9
- package/es/services/wedata/index.js +2 -2
- package/es/services/yunsou/index.js +2 -2
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -0
- package/tencentcloud/services/as/v20180419/as_client.js +1 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +7 -0
- package/tencentcloud/services/bh/v20230418/bh_client.d.ts +45 -5
- package/tencentcloud/services/bh/v20230418/bh_client.js +66 -6
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +441 -50
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +8 -0
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +9 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +12 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +76 -0
- package/tencentcloud/services/ctem/v20231128/ctem_client.d.ts +123 -11
- package/tencentcloud/services/ctem/v20231128/ctem_client.js +183 -15
- package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +1290 -127
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -7
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +133 -6
- package/tencentcloud/services/es/index.d.ts +4 -4
- package/tencentcloud/services/es/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +39 -3
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +112 -14
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/gs/v20191118/gs_client.d.ts +15 -7
- package/tencentcloud/services/gs/v20191118/gs_client.js +21 -9
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +62 -10
- package/tencentcloud/services/iai/v20200303/iai_client.d.ts +1 -16
- package/tencentcloud/services/iai/v20200303/iai_client.js +0 -17
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +0 -56
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +4 -0
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +26 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +11 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +15 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +78 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +38 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +278 -222
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +22 -6
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +31 -7
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +241 -36
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +36 -0
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +6 -2
- package/tencentcloud/services/tke/index.d.ts +4 -4
- package/tencentcloud/services/tke/index.js +2 -2
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +10 -1
- package/tencentcloud/services/vclm/v20240523/vclm_client.js +13 -0
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +139 -24
- package/tencentcloud/services/vcube/v20220410/vcube_client.d.ts +13 -5
- package/tencentcloud/services/vcube/v20220410/vcube_client.js +18 -6
- package/tencentcloud/services/vcube/v20220410/vcube_models.d.ts +1036 -1005
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +1 -1
- package/tencentcloud/services/vod/index.d.ts +4 -4
- package/tencentcloud/services/vod/index.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +3 -1
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +39 -11
- package/tencentcloud/services/waf/v20180125/waf_client.js +57 -15
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1309 -327
- package/tencentcloud/services/wedata/index.d.ts +4 -4
- package/tencentcloud/services/wedata/index.js +2 -2
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
|
@@ -8,17 +8,13 @@ export interface ResetDeviceAccountPasswordResponse {
|
|
|
8
8
|
RequestId?: string;
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* CreateUserDirectory返回参数结构体
|
|
12
12
|
*/
|
|
13
|
-
export interface
|
|
14
|
-
/**
|
|
15
|
-
* 运维任务列表
|
|
16
|
-
*/
|
|
17
|
-
OperationTasks?: Array<OperationTask>;
|
|
13
|
+
export interface CreateUserDirectoryResponse {
|
|
18
14
|
/**
|
|
19
|
-
*
|
|
15
|
+
* 目录Id
|
|
20
16
|
*/
|
|
21
|
-
|
|
17
|
+
Id?: number;
|
|
22
18
|
/**
|
|
23
19
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
24
20
|
*/
|
|
@@ -80,6 +76,23 @@ export interface BindDeviceAccountPasswordRequest {
|
|
|
80
76
|
*/
|
|
81
77
|
Password: string;
|
|
82
78
|
}
|
|
79
|
+
/**
|
|
80
|
+
* DescribeOperationTask返回参数结构体
|
|
81
|
+
*/
|
|
82
|
+
export interface DescribeOperationTaskResponse {
|
|
83
|
+
/**
|
|
84
|
+
* 运维任务列表
|
|
85
|
+
*/
|
|
86
|
+
OperationTasks?: Array<OperationTask>;
|
|
87
|
+
/**
|
|
88
|
+
* 任务总数
|
|
89
|
+
*/
|
|
90
|
+
TotalCount?: number;
|
|
91
|
+
/**
|
|
92
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
93
|
+
*/
|
|
94
|
+
RequestId?: string;
|
|
95
|
+
}
|
|
83
96
|
/**
|
|
84
97
|
* DeleteAcls请求参数结构体
|
|
85
98
|
*/
|
|
@@ -169,6 +182,31 @@ export interface DescribeDeviceGroupsResponse {
|
|
|
169
182
|
*/
|
|
170
183
|
RequestId?: string;
|
|
171
184
|
}
|
|
185
|
+
/**
|
|
186
|
+
* 同步的ioa用户组织信息
|
|
187
|
+
*/
|
|
188
|
+
export interface UserOrg {
|
|
189
|
+
/**
|
|
190
|
+
* ioa用户组织id
|
|
191
|
+
*/
|
|
192
|
+
OrgId: number;
|
|
193
|
+
/**
|
|
194
|
+
* ioa用户组织名称
|
|
195
|
+
*/
|
|
196
|
+
OrgName: string;
|
|
197
|
+
/**
|
|
198
|
+
* ioa用户组织id路径
|
|
199
|
+
*/
|
|
200
|
+
OrgIdPath: string;
|
|
201
|
+
/**
|
|
202
|
+
* ioa用户组织名称路径
|
|
203
|
+
*/
|
|
204
|
+
OrgNamePath: string;
|
|
205
|
+
/**
|
|
206
|
+
* ioa用户组织id下的用户数
|
|
207
|
+
*/
|
|
208
|
+
UserTotal?: number;
|
|
209
|
+
}
|
|
172
210
|
/**
|
|
173
211
|
* DeleteCmdTemplates返回参数结构体
|
|
174
212
|
*/
|
|
@@ -179,13 +217,13 @@ export interface DeleteCmdTemplatesResponse {
|
|
|
179
217
|
RequestId?: string;
|
|
180
218
|
}
|
|
181
219
|
/**
|
|
182
|
-
*
|
|
220
|
+
* DeleteUserDirectory请求参数结构体
|
|
183
221
|
*/
|
|
184
|
-
export interface
|
|
222
|
+
export interface DeleteUserDirectoryRequest {
|
|
185
223
|
/**
|
|
186
|
-
*
|
|
224
|
+
* 目录id集合
|
|
187
225
|
*/
|
|
188
|
-
|
|
226
|
+
IdSet: Array<number | bigint>;
|
|
189
227
|
}
|
|
190
228
|
/**
|
|
191
229
|
* 修改密码任务信息
|
|
@@ -535,6 +573,15 @@ export interface DescribeDevicesResponse {
|
|
|
535
573
|
*/
|
|
536
574
|
RequestId?: string;
|
|
537
575
|
}
|
|
576
|
+
/**
|
|
577
|
+
* ResetDeviceAccountPrivateKey返回参数结构体
|
|
578
|
+
*/
|
|
579
|
+
export interface ResetDeviceAccountPrivateKeyResponse {
|
|
580
|
+
/**
|
|
581
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
582
|
+
*/
|
|
583
|
+
RequestId?: string;
|
|
584
|
+
}
|
|
538
585
|
/**
|
|
539
586
|
* ResetUser返回参数结构体
|
|
540
587
|
*/
|
|
@@ -557,6 +604,19 @@ export interface CreateAccessWhiteListRuleResponse {
|
|
|
557
604
|
*/
|
|
558
605
|
RequestId?: string;
|
|
559
606
|
}
|
|
607
|
+
/**
|
|
608
|
+
* ImportExternalDevice返回参数结构体
|
|
609
|
+
*/
|
|
610
|
+
export interface ImportExternalDeviceResponse {
|
|
611
|
+
/**
|
|
612
|
+
* 资产ID列表
|
|
613
|
+
*/
|
|
614
|
+
DeviceIdSet?: Array<number | bigint>;
|
|
615
|
+
/**
|
|
616
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
617
|
+
*/
|
|
618
|
+
RequestId?: string;
|
|
619
|
+
}
|
|
560
620
|
/**
|
|
561
621
|
* DisableExternalAccess返回参数结构体
|
|
562
622
|
*/
|
|
@@ -596,6 +656,31 @@ export interface RunChangePwdTaskRequest {
|
|
|
596
656
|
*/
|
|
597
657
|
Details?: Array<RunChangePwdTaskDetail>;
|
|
598
658
|
}
|
|
659
|
+
/**
|
|
660
|
+
* DescribeAccountGroups请求参数结构体
|
|
661
|
+
*/
|
|
662
|
+
export interface DescribeAccountGroupsRequest {
|
|
663
|
+
/**
|
|
664
|
+
* 是否递归查询,0为不递归,1为递归
|
|
665
|
+
*/
|
|
666
|
+
DeepIn?: number;
|
|
667
|
+
/**
|
|
668
|
+
* 父账号组ID, 默认0,查询根账号组下所有分组
|
|
669
|
+
*/
|
|
670
|
+
ParentId?: number;
|
|
671
|
+
/**
|
|
672
|
+
* 账号组名称,模糊查询
|
|
673
|
+
*/
|
|
674
|
+
GroupName?: string;
|
|
675
|
+
/**
|
|
676
|
+
* 分页查询,每页条数
|
|
677
|
+
*/
|
|
678
|
+
PageSize?: number;
|
|
679
|
+
/**
|
|
680
|
+
* 获取第几页的数据
|
|
681
|
+
*/
|
|
682
|
+
PageNum?: number;
|
|
683
|
+
}
|
|
599
684
|
/**
|
|
600
685
|
* ModifyAssetSyncFlag返回参数结构体
|
|
601
686
|
*/
|
|
@@ -605,6 +690,23 @@ export interface ModifyAssetSyncFlagResponse {
|
|
|
605
690
|
*/
|
|
606
691
|
RequestId?: string;
|
|
607
692
|
}
|
|
693
|
+
/**
|
|
694
|
+
* DescribeSourceTypes返回参数结构体
|
|
695
|
+
*/
|
|
696
|
+
export interface DescribeSourceTypesResponse {
|
|
697
|
+
/**
|
|
698
|
+
* 认证源总数
|
|
699
|
+
*/
|
|
700
|
+
TotalCount?: number;
|
|
701
|
+
/**
|
|
702
|
+
* 认证源信息
|
|
703
|
+
*/
|
|
704
|
+
SourceTypeSet?: Array<SourceType>;
|
|
705
|
+
/**
|
|
706
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
707
|
+
*/
|
|
708
|
+
RequestId?: string;
|
|
709
|
+
}
|
|
608
710
|
/**
|
|
609
711
|
* DescribeChangePwdTaskDetail返回参数结构体
|
|
610
712
|
*/
|
|
@@ -948,13 +1050,33 @@ export interface BindDeviceResourceResponse {
|
|
|
948
1050
|
RequestId?: string;
|
|
949
1051
|
}
|
|
950
1052
|
/**
|
|
951
|
-
*
|
|
1053
|
+
* CreateUserDirectory请求参数结构体
|
|
952
1054
|
*/
|
|
953
|
-
export interface
|
|
1055
|
+
export interface CreateUserDirectoryRequest {
|
|
954
1056
|
/**
|
|
955
|
-
*
|
|
1057
|
+
* 目录id
|
|
956
1058
|
*/
|
|
957
|
-
|
|
1059
|
+
DirId: number;
|
|
1060
|
+
/**
|
|
1061
|
+
* 目录名称
|
|
1062
|
+
*/
|
|
1063
|
+
DirName: string;
|
|
1064
|
+
/**
|
|
1065
|
+
* ioa分组信息
|
|
1066
|
+
*/
|
|
1067
|
+
UserOrgSet: Array<UserOrg>;
|
|
1068
|
+
/**
|
|
1069
|
+
* ioa关联用户源类型
|
|
1070
|
+
*/
|
|
1071
|
+
Source: number;
|
|
1072
|
+
/**
|
|
1073
|
+
* ioa关联用户源名称
|
|
1074
|
+
*/
|
|
1075
|
+
SourceName: string;
|
|
1076
|
+
/**
|
|
1077
|
+
* 目录包含用户数
|
|
1078
|
+
*/
|
|
1079
|
+
UserCount: number;
|
|
958
1080
|
}
|
|
959
1081
|
/**
|
|
960
1082
|
* SetLDAPSyncFlag返回参数结构体
|
|
@@ -1155,13 +1277,9 @@ export interface DescribeLDAPUnitSetRequest {
|
|
|
1155
1277
|
DomainId?: string;
|
|
1156
1278
|
}
|
|
1157
1279
|
/**
|
|
1158
|
-
*
|
|
1280
|
+
* CreateSyncUserTask返回参数结构体
|
|
1159
1281
|
*/
|
|
1160
|
-
export interface
|
|
1161
|
-
/**
|
|
1162
|
-
* 记录数
|
|
1163
|
-
*/
|
|
1164
|
-
TotalCount?: number;
|
|
1282
|
+
export interface CreateSyncUserTaskResponse {
|
|
1165
1283
|
/**
|
|
1166
1284
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1167
1285
|
*/
|
|
@@ -1334,6 +1452,24 @@ export interface SearchCommandBySidRequest {
|
|
|
1334
1452
|
*/
|
|
1335
1453
|
AuditAction?: Array<number | bigint>;
|
|
1336
1454
|
}
|
|
1455
|
+
/**
|
|
1456
|
+
* SyncUserToIOA返回参数结构体
|
|
1457
|
+
*/
|
|
1458
|
+
export interface SyncUserToIOAResponse {
|
|
1459
|
+
/**
|
|
1460
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1461
|
+
*/
|
|
1462
|
+
RequestId?: string;
|
|
1463
|
+
}
|
|
1464
|
+
/**
|
|
1465
|
+
* DeleteDevices返回参数结构体
|
|
1466
|
+
*/
|
|
1467
|
+
export interface DeleteDevicesResponse {
|
|
1468
|
+
/**
|
|
1469
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1470
|
+
*/
|
|
1471
|
+
RequestId?: string;
|
|
1472
|
+
}
|
|
1337
1473
|
/**
|
|
1338
1474
|
* CreateDeviceGroup返回参数结构体
|
|
1339
1475
|
*/
|
|
@@ -1519,17 +1655,13 @@ export interface DescribeAccessWhiteListRulesRequest {
|
|
|
1519
1655
|
Limit?: number;
|
|
1520
1656
|
}
|
|
1521
1657
|
/**
|
|
1522
|
-
*
|
|
1658
|
+
* DescribeUserSyncStatus请求参数结构体
|
|
1523
1659
|
*/
|
|
1524
|
-
export interface
|
|
1525
|
-
/**
|
|
1526
|
-
* 资产ID列表
|
|
1527
|
-
*/
|
|
1528
|
-
DeviceIdSet?: Array<number | bigint>;
|
|
1660
|
+
export interface DescribeUserSyncStatusRequest {
|
|
1529
1661
|
/**
|
|
1530
|
-
*
|
|
1662
|
+
* 获取用户同步状态, 1-获取ioa用户同步状态
|
|
1531
1663
|
*/
|
|
1532
|
-
|
|
1664
|
+
UserKind: number;
|
|
1533
1665
|
}
|
|
1534
1666
|
/**
|
|
1535
1667
|
* ModifyAccessWhiteListAutoStatus请求参数结构体
|
|
@@ -1562,6 +1694,10 @@ export interface CreateUserResponse {
|
|
|
1562
1694
|
*/
|
|
1563
1695
|
RequestId?: string;
|
|
1564
1696
|
}
|
|
1697
|
+
/**
|
|
1698
|
+
* DescribeSourceTypes请求参数结构体
|
|
1699
|
+
*/
|
|
1700
|
+
export type DescribeSourceTypesRequest = null;
|
|
1565
1701
|
/**
|
|
1566
1702
|
* DeleteOperationTasks请求参数结构体
|
|
1567
1703
|
*/
|
|
@@ -1699,6 +1835,23 @@ export interface DescribeUserGroupsRequest {
|
|
|
1699
1835
|
*/
|
|
1700
1836
|
DepartmentId?: string;
|
|
1701
1837
|
}
|
|
1838
|
+
/**
|
|
1839
|
+
* DescribeUserDirectory返回参数结构体
|
|
1840
|
+
*/
|
|
1841
|
+
export interface DescribeUserDirectoryResponse {
|
|
1842
|
+
/**
|
|
1843
|
+
* 用户目录集
|
|
1844
|
+
*/
|
|
1845
|
+
UserDirSet?: Array<UserDirectory>;
|
|
1846
|
+
/**
|
|
1847
|
+
* 用户目录集总数
|
|
1848
|
+
*/
|
|
1849
|
+
TotalCount?: number;
|
|
1850
|
+
/**
|
|
1851
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1852
|
+
*/
|
|
1853
|
+
RequestId?: string;
|
|
1854
|
+
}
|
|
1702
1855
|
/**
|
|
1703
1856
|
* CreateAcl请求参数结构体
|
|
1704
1857
|
*/
|
|
@@ -1839,6 +1992,19 @@ export interface DescribeLoginEventResponse {
|
|
|
1839
1992
|
*/
|
|
1840
1993
|
RequestId?: string;
|
|
1841
1994
|
}
|
|
1995
|
+
/**
|
|
1996
|
+
* SearchSubtaskResultById返回参数结构体
|
|
1997
|
+
*/
|
|
1998
|
+
export interface SearchSubtaskResultByIdResponse {
|
|
1999
|
+
/**
|
|
2000
|
+
* 记录数
|
|
2001
|
+
*/
|
|
2002
|
+
TotalCount?: number;
|
|
2003
|
+
/**
|
|
2004
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2005
|
+
*/
|
|
2006
|
+
RequestId?: string;
|
|
2007
|
+
}
|
|
1842
2008
|
/**
|
|
1843
2009
|
* SearchSubtaskResultById请求参数结构体
|
|
1844
2010
|
*/
|
|
@@ -2615,6 +2781,15 @@ export interface ModifyCmdTemplateResponse {
|
|
|
2615
2781
|
*/
|
|
2616
2782
|
RequestId?: string;
|
|
2617
2783
|
}
|
|
2784
|
+
/**
|
|
2785
|
+
* ModifyUserDirectory返回参数结构体
|
|
2786
|
+
*/
|
|
2787
|
+
export interface ModifyUserDirectoryResponse {
|
|
2788
|
+
/**
|
|
2789
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2790
|
+
*/
|
|
2791
|
+
RequestId?: string;
|
|
2792
|
+
}
|
|
2618
2793
|
/**
|
|
2619
2794
|
* ResetDeviceAccountPrivateKey请求参数结构体
|
|
2620
2795
|
*/
|
|
@@ -2625,29 +2800,13 @@ export interface ResetDeviceAccountPrivateKeyRequest {
|
|
|
2625
2800
|
IdSet: Array<number | bigint>;
|
|
2626
2801
|
}
|
|
2627
2802
|
/**
|
|
2628
|
-
*
|
|
2803
|
+
* DeleteUserDirectory返回参数结构体
|
|
2629
2804
|
*/
|
|
2630
|
-
export interface
|
|
2805
|
+
export interface DeleteUserDirectoryResponse {
|
|
2631
2806
|
/**
|
|
2632
|
-
*
|
|
2633
|
-
*/
|
|
2634
|
-
IdSet?: Array<number | bigint>;
|
|
2635
|
-
/**
|
|
2636
|
-
* 资产组名,最长64个字符,模糊查询
|
|
2637
|
-
*/
|
|
2638
|
-
Name?: string;
|
|
2639
|
-
/**
|
|
2640
|
-
* 分页偏移位置,默认值为0
|
|
2641
|
-
*/
|
|
2642
|
-
Offset?: number;
|
|
2643
|
-
/**
|
|
2644
|
-
* 每页条目数量,缺省20,最大500
|
|
2645
|
-
*/
|
|
2646
|
-
Limit?: number;
|
|
2647
|
-
/**
|
|
2648
|
-
* 部门ID,用于过滤属于某个部门的资产组
|
|
2807
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2649
2808
|
*/
|
|
2650
|
-
|
|
2809
|
+
RequestId?: string;
|
|
2651
2810
|
}
|
|
2652
2811
|
/**
|
|
2653
2812
|
* CreateAssetSyncJob返回参数结构体
|
|
@@ -3100,6 +3259,43 @@ export interface DescribeUserGroupMembersResponse {
|
|
|
3100
3259
|
*/
|
|
3101
3260
|
RequestId?: string;
|
|
3102
3261
|
}
|
|
3262
|
+
/**
|
|
3263
|
+
* 用户目录信息
|
|
3264
|
+
*/
|
|
3265
|
+
export interface UserDirectory {
|
|
3266
|
+
/**
|
|
3267
|
+
* 目录id
|
|
3268
|
+
*/
|
|
3269
|
+
Id?: number;
|
|
3270
|
+
/**
|
|
3271
|
+
* ioa目录id
|
|
3272
|
+
*/
|
|
3273
|
+
DirId?: number;
|
|
3274
|
+
/**
|
|
3275
|
+
* ioa目录名称
|
|
3276
|
+
*/
|
|
3277
|
+
DirName?: string;
|
|
3278
|
+
/**
|
|
3279
|
+
* ioa关联用户源类型
|
|
3280
|
+
*/
|
|
3281
|
+
Source?: number;
|
|
3282
|
+
/**
|
|
3283
|
+
* ioa关联用户源名称
|
|
3284
|
+
*/
|
|
3285
|
+
SourceName?: string;
|
|
3286
|
+
/**
|
|
3287
|
+
* 目录包含用户数
|
|
3288
|
+
*/
|
|
3289
|
+
UserTotal?: number;
|
|
3290
|
+
/**
|
|
3291
|
+
* 目录接入时间
|
|
3292
|
+
*/
|
|
3293
|
+
CreateTime?: string;
|
|
3294
|
+
/**
|
|
3295
|
+
* 目录下的组织细节信息
|
|
3296
|
+
*/
|
|
3297
|
+
UserOrgSet?: Array<UserOrg>;
|
|
3298
|
+
}
|
|
3103
3299
|
/**
|
|
3104
3300
|
* DescribeSecuritySetting返回参数结构体
|
|
3105
3301
|
*/
|
|
@@ -3109,6 +3305,31 @@ export interface DescribeSecuritySettingResponse {
|
|
|
3109
3305
|
*/
|
|
3110
3306
|
RequestId?: string;
|
|
3111
3307
|
}
|
|
3308
|
+
/**
|
|
3309
|
+
* DescribeDeviceGroups请求参数结构体
|
|
3310
|
+
*/
|
|
3311
|
+
export interface DescribeDeviceGroupsRequest {
|
|
3312
|
+
/**
|
|
3313
|
+
* 资产组ID集合
|
|
3314
|
+
*/
|
|
3315
|
+
IdSet?: Array<number | bigint>;
|
|
3316
|
+
/**
|
|
3317
|
+
* 资产组名,最长64个字符,模糊查询
|
|
3318
|
+
*/
|
|
3319
|
+
Name?: string;
|
|
3320
|
+
/**
|
|
3321
|
+
* 分页偏移位置,默认值为0
|
|
3322
|
+
*/
|
|
3323
|
+
Offset?: number;
|
|
3324
|
+
/**
|
|
3325
|
+
* 每页条目数量,缺省20,最大500
|
|
3326
|
+
*/
|
|
3327
|
+
Limit?: number;
|
|
3328
|
+
/**
|
|
3329
|
+
* 部门ID,用于过滤属于某个部门的资产组
|
|
3330
|
+
*/
|
|
3331
|
+
DepartmentId?: string;
|
|
3332
|
+
}
|
|
3112
3333
|
/**
|
|
3113
3334
|
* ModifyAccessWhiteListRule请求参数结构体
|
|
3114
3335
|
*/
|
|
@@ -3431,6 +3652,53 @@ export interface DeleteUserGroupsRequest {
|
|
|
3431
3652
|
*/
|
|
3432
3653
|
IdSet: Array<number | bigint>;
|
|
3433
3654
|
}
|
|
3655
|
+
/**
|
|
3656
|
+
* CreateSyncUserTask请求参数结构体
|
|
3657
|
+
*/
|
|
3658
|
+
export interface CreateSyncUserTaskRequest {
|
|
3659
|
+
/**
|
|
3660
|
+
* 同步用户类型, 1-同步ioa用户
|
|
3661
|
+
*/
|
|
3662
|
+
UserKind: number;
|
|
3663
|
+
}
|
|
3664
|
+
/**
|
|
3665
|
+
* DescribeAccountGroups返回参数结构体
|
|
3666
|
+
*/
|
|
3667
|
+
export interface DescribeAccountGroupsResponse {
|
|
3668
|
+
/**
|
|
3669
|
+
* 账号组总数
|
|
3670
|
+
*/
|
|
3671
|
+
TotalCount?: number;
|
|
3672
|
+
/**
|
|
3673
|
+
* 账号组信息
|
|
3674
|
+
*/
|
|
3675
|
+
AccountGroupSet?: Array<AccountGroup>;
|
|
3676
|
+
/**
|
|
3677
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3678
|
+
*/
|
|
3679
|
+
RequestId?: string;
|
|
3680
|
+
}
|
|
3681
|
+
/**
|
|
3682
|
+
* ioa用户源信息
|
|
3683
|
+
*/
|
|
3684
|
+
export interface SourceType {
|
|
3685
|
+
/**
|
|
3686
|
+
* 账号组来源
|
|
3687
|
+
*/
|
|
3688
|
+
Source?: number;
|
|
3689
|
+
/**
|
|
3690
|
+
* 账号组来源类型
|
|
3691
|
+
*/
|
|
3692
|
+
Type?: string;
|
|
3693
|
+
/**
|
|
3694
|
+
* 账号组来源名称
|
|
3695
|
+
*/
|
|
3696
|
+
Name?: string;
|
|
3697
|
+
/**
|
|
3698
|
+
* 区分ioa原来和iam-mini
|
|
3699
|
+
*/
|
|
3700
|
+
Target?: string;
|
|
3701
|
+
}
|
|
3434
3702
|
/**
|
|
3435
3703
|
* CreateDeviceAccount返回参数结构体
|
|
3436
3704
|
*/
|
|
@@ -3698,6 +3966,15 @@ export interface ModifyLDAPSettingResponse {
|
|
|
3698
3966
|
*/
|
|
3699
3967
|
RequestId?: string;
|
|
3700
3968
|
}
|
|
3969
|
+
/**
|
|
3970
|
+
* SyncDevicesToIOA返回参数结构体
|
|
3971
|
+
*/
|
|
3972
|
+
export interface SyncDevicesToIOAResponse {
|
|
3973
|
+
/**
|
|
3974
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3975
|
+
*/
|
|
3976
|
+
RequestId?: string;
|
|
3977
|
+
}
|
|
3701
3978
|
/**
|
|
3702
3979
|
* DescribeAssetSyncFlag请求参数结构体
|
|
3703
3980
|
*/
|
|
@@ -4076,6 +4353,28 @@ export interface DescribeUserGroupsResponse {
|
|
|
4076
4353
|
*/
|
|
4077
4354
|
RequestId?: string;
|
|
4078
4355
|
}
|
|
4356
|
+
/**
|
|
4357
|
+
* DescribeUserDirectory请求参数结构体
|
|
4358
|
+
*/
|
|
4359
|
+
export interface DescribeUserDirectoryRequest {
|
|
4360
|
+
/**
|
|
4361
|
+
* 分页大小
|
|
4362
|
+
*/
|
|
4363
|
+
Limit?: number;
|
|
4364
|
+
/**
|
|
4365
|
+
* 分页偏移
|
|
4366
|
+
*/
|
|
4367
|
+
Offset?: number;
|
|
4368
|
+
}
|
|
4369
|
+
/**
|
|
4370
|
+
* SyncUserToIOA请求参数结构体
|
|
4371
|
+
*/
|
|
4372
|
+
export interface SyncUserToIOARequest {
|
|
4373
|
+
/**
|
|
4374
|
+
* 需要同步到ioa的本地用户的id集合
|
|
4375
|
+
*/
|
|
4376
|
+
UserIdSet: Array<number | bigint>;
|
|
4377
|
+
}
|
|
4079
4378
|
/**
|
|
4080
4379
|
* AddUserGroupMembers返回参数结构体
|
|
4081
4380
|
*/
|
|
@@ -4123,6 +4422,19 @@ export interface DescribeAssetSyncFlagResponse {
|
|
|
4123
4422
|
*/
|
|
4124
4423
|
RequestId?: string;
|
|
4125
4424
|
}
|
|
4425
|
+
/**
|
|
4426
|
+
* DescribeUserSyncStatus返回参数结构体
|
|
4427
|
+
*/
|
|
4428
|
+
export interface DescribeUserSyncStatusResponse {
|
|
4429
|
+
/**
|
|
4430
|
+
* 用户同步状态
|
|
4431
|
+
*/
|
|
4432
|
+
Status?: AssetSyncStatus;
|
|
4433
|
+
/**
|
|
4434
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4435
|
+
*/
|
|
4436
|
+
RequestId?: string;
|
|
4437
|
+
}
|
|
4126
4438
|
/**
|
|
4127
4439
|
* DeleteChangePwdTask请求参数结构体
|
|
4128
4440
|
*/
|
|
@@ -4248,6 +4560,15 @@ export interface SearchTaskResultResponse {
|
|
|
4248
4560
|
*/
|
|
4249
4561
|
RequestId?: string;
|
|
4250
4562
|
}
|
|
4563
|
+
/**
|
|
4564
|
+
* SyncDevicesToIOA请求参数结构体
|
|
4565
|
+
*/
|
|
4566
|
+
export interface SyncDevicesToIOARequest {
|
|
4567
|
+
/**
|
|
4568
|
+
* 资产ID集合。资产必须已绑定支持IOA功能的堡垒机实例。每次最多同步200个资产。
|
|
4569
|
+
*/
|
|
4570
|
+
DeviceIdSet: Array<number | bigint>;
|
|
4571
|
+
}
|
|
4251
4572
|
/**
|
|
4252
4573
|
* 登录日志
|
|
4253
4574
|
*/
|
|
@@ -5287,6 +5608,19 @@ export interface EnableIntranetAccessResponse {
|
|
|
5287
5608
|
*/
|
|
5288
5609
|
RequestId?: string;
|
|
5289
5610
|
}
|
|
5611
|
+
/**
|
|
5612
|
+
* ModifyUserDirectory请求参数结构体
|
|
5613
|
+
*/
|
|
5614
|
+
export interface ModifyUserDirectoryRequest {
|
|
5615
|
+
/**
|
|
5616
|
+
* 目录id
|
|
5617
|
+
*/
|
|
5618
|
+
Id: number;
|
|
5619
|
+
/**
|
|
5620
|
+
* ioa分组信息
|
|
5621
|
+
*/
|
|
5622
|
+
UserOrgSet: Array<UserOrg>;
|
|
5623
|
+
}
|
|
5290
5624
|
/**
|
|
5291
5625
|
* 文件传输检索结果
|
|
5292
5626
|
*/
|
|
@@ -5393,6 +5727,63 @@ export interface ReplaySessionResponse {
|
|
|
5393
5727
|
*/
|
|
5394
5728
|
RequestId?: string;
|
|
5395
5729
|
}
|
|
5730
|
+
/**
|
|
5731
|
+
* ioa账号组
|
|
5732
|
+
*/
|
|
5733
|
+
export interface AccountGroup {
|
|
5734
|
+
/**
|
|
5735
|
+
* 账号组id
|
|
5736
|
+
*/
|
|
5737
|
+
Id?: number;
|
|
5738
|
+
/**
|
|
5739
|
+
* 账号组名称
|
|
5740
|
+
*/
|
|
5741
|
+
Name?: string;
|
|
5742
|
+
/**
|
|
5743
|
+
* 账号组id路径
|
|
5744
|
+
*/
|
|
5745
|
+
IdPath?: string;
|
|
5746
|
+
/**
|
|
5747
|
+
* 账号组名称路径
|
|
5748
|
+
*/
|
|
5749
|
+
NamePath?: string;
|
|
5750
|
+
/**
|
|
5751
|
+
* 父账号组id
|
|
5752
|
+
*/
|
|
5753
|
+
ParentId?: number;
|
|
5754
|
+
/**
|
|
5755
|
+
* 账号组来源
|
|
5756
|
+
*/
|
|
5757
|
+
Source?: number;
|
|
5758
|
+
/**
|
|
5759
|
+
* 账号组下用户总数
|
|
5760
|
+
*/
|
|
5761
|
+
UserTotal?: number;
|
|
5762
|
+
/**
|
|
5763
|
+
* 是否叶子节点
|
|
5764
|
+
*/
|
|
5765
|
+
IsLeaf?: boolean;
|
|
5766
|
+
/**
|
|
5767
|
+
* 账号组导入类型
|
|
5768
|
+
*/
|
|
5769
|
+
ImportType?: string;
|
|
5770
|
+
/**
|
|
5771
|
+
* 账号组描述
|
|
5772
|
+
*/
|
|
5773
|
+
Description?: string;
|
|
5774
|
+
/**
|
|
5775
|
+
* 父源账号组织ID。使用第三方导入用户源时,记录该分组在源组织架构下的分组ID
|
|
5776
|
+
*/
|
|
5777
|
+
ParentOrgId?: string;
|
|
5778
|
+
/**
|
|
5779
|
+
* 源账号组织ID。使用第三方导入用户源时,记录该分组在源组织架构下的分组ID
|
|
5780
|
+
*/
|
|
5781
|
+
OrgId?: string;
|
|
5782
|
+
/**
|
|
5783
|
+
* 账号组是否已经接入,0表示未接入,1表示接入
|
|
5784
|
+
*/
|
|
5785
|
+
Status?: number;
|
|
5786
|
+
}
|
|
5396
5787
|
/**
|
|
5397
5788
|
* DeleteAcls返回参数结构体
|
|
5398
5789
|
*/
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const bma: {
|
|
2
|
-
v20210624: {
|
|
3
|
-
Client: typeof import("./v20210624/bma_client").Client;
|
|
4
|
-
Models: typeof import("./v20210624/bma_models");
|
|
5
|
-
};
|
|
6
2
|
v20221115: {
|
|
7
3
|
Client: typeof import("./v20221115/bma_client").Client;
|
|
8
4
|
Models: typeof import("./v20221115/bma_models");
|
|
9
5
|
};
|
|
6
|
+
v20210624: {
|
|
7
|
+
Client: typeof import("./v20210624/bma_client").Client;
|
|
8
|
+
Models: typeof import("./v20210624/bma_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.bma = void 0;
|
|
4
|
-
const v20210624_1 = require("./v20210624");
|
|
5
4
|
const v20221115_1 = require("./v20221115");
|
|
5
|
+
const v20210624_1 = require("./v20210624");
|
|
6
6
|
exports.bma = {
|
|
7
|
-
v20210624: v20210624_1.v20210624,
|
|
8
7
|
v20221115: v20221115_1.v20221115,
|
|
8
|
+
v20210624: v20210624_1.v20210624,
|
|
9
9
|
};
|