tencentcloud-sdk-nodejs-bh 4.1.186 → 4.1.197
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
|
@@ -376,7 +376,7 @@ export interface DescribeLoginEventRequest {
|
|
|
376
376
|
*/
|
|
377
377
|
Offset?: number;
|
|
378
378
|
/**
|
|
379
|
-
* 分页每页记录数,默认20
|
|
379
|
+
* 分页每页记录数,默认20,最大200
|
|
380
380
|
*/
|
|
381
381
|
Limit?: number;
|
|
382
382
|
}
|
|
@@ -1987,6 +1987,10 @@ export interface CreateAclRequest {
|
|
|
1987
1987
|
* 是否允许键盘记录
|
|
1988
1988
|
*/
|
|
1989
1989
|
AllowKeyboardLogger?: boolean;
|
|
1990
|
+
/**
|
|
1991
|
+
* 访问串有效期最大时长,秒数,允许使用访问串时需大于0且必须为86400整数倍
|
|
1992
|
+
*/
|
|
1993
|
+
MaxAccessCredentialDuration?: number;
|
|
1990
1994
|
}
|
|
1991
1995
|
/**
|
|
1992
1996
|
* DescribeLoginEvent返回参数结构体
|
|
@@ -2543,6 +2547,10 @@ export interface ModifyAclRequest {
|
|
|
2543
2547
|
* 是否允许键盘记录
|
|
2544
2548
|
*/
|
|
2545
2549
|
AllowKeyboardLogger?: boolean;
|
|
2550
|
+
/**
|
|
2551
|
+
* 访问串有效期最大时长,秒数,允许使用访问串时需大于0且必须为86400整数倍
|
|
2552
|
+
*/
|
|
2553
|
+
MaxAccessCredentialDuration?: number;
|
|
2546
2554
|
}
|
|
2547
2555
|
/**
|
|
2548
2556
|
* SearchAuditLog请求参数结构体
|
|
@@ -4231,7 +4239,7 @@ export interface DescribeOperationEventRequest {
|
|
|
4231
4239
|
*/
|
|
4232
4240
|
Offset?: number;
|
|
4233
4241
|
/**
|
|
4234
|
-
* 分页每页记录数,默认20
|
|
4242
|
+
* 分页每页记录数,默认20,最大200
|
|
4235
4243
|
*/
|
|
4236
4244
|
Limit?: number;
|
|
4237
4245
|
}
|
|
@@ -5463,6 +5471,22 @@ export interface Resource {
|
|
|
5463
5471
|
* 堡垒机实例对应的零信任实例id
|
|
5464
5472
|
*/
|
|
5465
5473
|
IOAResourceId?: string;
|
|
5474
|
+
/**
|
|
5475
|
+
* 资源类型 免费版/标准版/专业版 /国密版 free/standard/pro/gm
|
|
5476
|
+
*/
|
|
5477
|
+
ResourceEdition?: string;
|
|
5478
|
+
/**
|
|
5479
|
+
* 计费周期 年:y,月:m,日:d,时:h,分:M,秒:s,一次性购买:p
|
|
5480
|
+
*/
|
|
5481
|
+
TimeUnit?: string;
|
|
5482
|
+
/**
|
|
5483
|
+
* 计费时长
|
|
5484
|
+
*/
|
|
5485
|
+
TimeSpan?: number;
|
|
5486
|
+
/**
|
|
5487
|
+
* 计费模式 0后付费,1预付费
|
|
5488
|
+
*/
|
|
5489
|
+
PayMode?: number;
|
|
5466
5490
|
}
|
|
5467
5491
|
/**
|
|
5468
5492
|
* RunChangePwdTask返回参数结构体
|
|
@@ -5757,6 +5781,10 @@ export interface Acl {
|
|
|
5757
5781
|
* 权限所属工单名称
|
|
5758
5782
|
*/
|
|
5759
5783
|
TicketName?: string;
|
|
5784
|
+
/**
|
|
5785
|
+
* 访问串有效期最大时长,秒数,允许使用访问串时需大于0且必须为86400整数倍
|
|
5786
|
+
*/
|
|
5787
|
+
MaxAccessCredentialDuration?: number;
|
|
5760
5788
|
}
|
|
5761
5789
|
/**
|
|
5762
5790
|
* 资产标签
|