tencentcloud-sdk-nodejs-cloudaudit 4.1.166 → 4.1.178
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
|
@@ -47,32 +47,31 @@ export interface GetAttributeKeyRequest {
|
|
|
47
47
|
*/
|
|
48
48
|
export interface Storage {
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
* <p>存储类型(目前支持 cos、cls、ckafka)</p>
|
|
51
51
|
*/
|
|
52
52
|
StorageType: string;
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* <p>存储所在地域</p>
|
|
55
55
|
*/
|
|
56
56
|
StorageRegion: string;
|
|
57
57
|
/**
|
|
58
|
-
*
|
|
58
|
+
* <p>存储名称(cos:存储名称为用户自定义的存储桶名称,不包含"-APPID",仅支持小写字母、数字以及中划线"-"的组合,不能超过50字符,且不支持中划线"-"开头或结尾; cls:存储名称为日志主题id,字符长度为1-50个字符; ckafka: ckafka实例ID/topic. 举例:ckafka-xxxxxx/tencent_test_audit_log)</p>
|
|
59
59
|
*/
|
|
60
60
|
StorageName: string;
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
62
|
+
* <p>存储目录前缀,cos日志文件前缀仅支持字母和数字的组合,3-40个字符</p>
|
|
63
63
|
*/
|
|
64
64
|
StoragePrefix: string;
|
|
65
65
|
/**
|
|
66
|
-
*
|
|
66
|
+
* <p>被指定存储用户ID</p>
|
|
67
67
|
*/
|
|
68
68
|
StorageAccountId?: string;
|
|
69
69
|
/**
|
|
70
|
-
*
|
|
70
|
+
* <p>被指定存储用户appid</p>
|
|
71
71
|
*/
|
|
72
72
|
StorageAppId?: string;
|
|
73
73
|
/**
|
|
74
|
-
*
|
|
75
|
-
1:压缩 2:不压缩
|
|
74
|
+
* <p>是否压缩。<br>1:压缩 2:不压缩</p>
|
|
76
75
|
*/
|
|
77
76
|
Compress?: number;
|
|
78
77
|
}
|
|
@@ -266,7 +265,7 @@ export interface DescribeAuditTracksRequest {
|
|
|
266
265
|
*/
|
|
267
266
|
export interface CreateEventsAuditTrackResponse {
|
|
268
267
|
/**
|
|
269
|
-
*
|
|
268
|
+
* <p>跟踪集 ID</p>
|
|
270
269
|
*/
|
|
271
270
|
TrackId?: number;
|
|
272
271
|
/**
|
|
@@ -352,7 +351,7 @@ export interface ListKeyAliasByRegionResponse {
|
|
|
352
351
|
*/
|
|
353
352
|
export interface CreateAuditTrackResponse {
|
|
354
353
|
/**
|
|
355
|
-
*
|
|
354
|
+
* <p>跟踪集 ID</p>
|
|
356
355
|
*/
|
|
357
356
|
TrackId?: number;
|
|
358
357
|
/**
|
|
@@ -419,35 +418,35 @@ export type ListAuditsRequest = null;
|
|
|
419
418
|
*/
|
|
420
419
|
export interface ModifyAuditTrackRequest {
|
|
421
420
|
/**
|
|
422
|
-
*
|
|
421
|
+
* <p>跟踪集 ID</p>
|
|
423
422
|
*/
|
|
424
423
|
TrackId: number;
|
|
425
424
|
/**
|
|
426
|
-
*
|
|
425
|
+
* <p>跟踪集名称,仅支持大小写字母、数字、-以及_的组合,3-48个字符</p>
|
|
427
426
|
*/
|
|
428
427
|
Name?: string;
|
|
429
428
|
/**
|
|
430
|
-
*
|
|
429
|
+
* <p>跟踪事件类型(读:Read;写:Write;全部:*)</p>
|
|
431
430
|
*/
|
|
432
431
|
ActionType?: string;
|
|
433
432
|
/**
|
|
434
|
-
*
|
|
433
|
+
* <p>跟踪事件所属产品(支持全部产品或单个产品,如:cos,全部:*)</p>
|
|
435
434
|
*/
|
|
436
435
|
ResourceType?: string;
|
|
437
436
|
/**
|
|
438
|
-
*
|
|
437
|
+
* <p>跟踪集状态(未开启:0;开启:1)</p>
|
|
439
438
|
*/
|
|
440
439
|
Status?: number;
|
|
441
440
|
/**
|
|
442
|
-
*
|
|
441
|
+
* <p>跟踪事件接口名列表(ResourceType为 * 时,EventNames必须为全部:["*"];指定ResourceType时,支持全部接口:["*"];支持部分接口:["cos", "cls"],接口列表上限10个)</p>
|
|
443
442
|
*/
|
|
444
443
|
EventNames?: Array<string>;
|
|
445
444
|
/**
|
|
446
|
-
*
|
|
445
|
+
* <p>数据投递存储(目前支持 cos、cls、ckafka)</p>
|
|
447
446
|
*/
|
|
448
447
|
Storage?: Storage;
|
|
449
448
|
/**
|
|
450
|
-
*
|
|
449
|
+
* <p>是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号(0:未开启,1:开启,只能集团管理账号或者可信服务管理账号开启此项功能)</p>
|
|
451
450
|
*/
|
|
452
451
|
TrackForAllMembers?: number;
|
|
453
452
|
}
|
|
@@ -495,35 +494,35 @@ export interface ResourceField {
|
|
|
495
494
|
*/
|
|
496
495
|
export interface CreateAuditTrackRequest {
|
|
497
496
|
/**
|
|
498
|
-
*
|
|
497
|
+
* <p>跟踪集名称,仅支持大小写字母、数字、-以及_的组合,3-48个字符</p>
|
|
499
498
|
*/
|
|
500
499
|
Name: string;
|
|
501
500
|
/**
|
|
502
|
-
*
|
|
501
|
+
* <p>跟踪集状态(未开启:0;开启:1)</p>
|
|
503
502
|
*/
|
|
504
503
|
Status: number;
|
|
505
504
|
/**
|
|
506
|
-
*
|
|
505
|
+
* <p>数据投递存储(目前支持 cos、cls 、ckafka)</p>
|
|
507
506
|
*/
|
|
508
507
|
Storage: Storage;
|
|
509
508
|
/**
|
|
510
|
-
*
|
|
509
|
+
* <p>跟踪事件类型(读:Read;写:Write;全部:*)</p>
|
|
511
510
|
*/
|
|
512
511
|
ActionType: string;
|
|
513
512
|
/**
|
|
514
|
-
*
|
|
513
|
+
* <p>跟踪事件所属产品(支持全部产品或单个产品,如:cos,全部:*)</p>
|
|
515
514
|
*/
|
|
516
515
|
ResourceType: string;
|
|
517
516
|
/**
|
|
518
|
-
*
|
|
517
|
+
* <p>跟踪事件接口名列表(ResourceType为 * 时,EventNames必须为全部:["*"];指定ResourceType时,支持全部接口:["*"];支持部分接口:["cos", "cls"],接口列表上限10个)</p>
|
|
519
518
|
*/
|
|
520
519
|
EventNames: Array<string>;
|
|
521
520
|
/**
|
|
522
|
-
*
|
|
521
|
+
* <p>是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号(0:未开启,1:开启,只能集团管理账号或者可信服务管理账号开启此项功能)</p>
|
|
523
522
|
*/
|
|
524
523
|
TrackForAllMembers?: number;
|
|
525
524
|
/**
|
|
526
|
-
*
|
|
525
|
+
* <p>任务ID</p>
|
|
527
526
|
*/
|
|
528
527
|
ExportId?: string;
|
|
529
528
|
}
|
|
@@ -722,23 +721,23 @@ export interface LookUpEventsResponse {
|
|
|
722
721
|
*/
|
|
723
722
|
export interface CreateEventsAuditTrackRequest {
|
|
724
723
|
/**
|
|
725
|
-
*
|
|
724
|
+
* <p>跟踪集名称,仅支持大小写字母、数字、-以及_的组合,3-48个字符</p>
|
|
726
725
|
*/
|
|
727
726
|
Name: string;
|
|
728
727
|
/**
|
|
729
|
-
*
|
|
728
|
+
* <p>跟踪集状态(未开启:0;开启:1)</p>
|
|
730
729
|
*/
|
|
731
730
|
Status: number;
|
|
732
731
|
/**
|
|
733
|
-
*
|
|
732
|
+
* <p>数据投递存储(目前支持 cos、cls、ckafka)</p>
|
|
734
733
|
*/
|
|
735
734
|
Storage: Storage;
|
|
736
735
|
/**
|
|
737
|
-
*
|
|
736
|
+
* <p>数据过滤条件</p>
|
|
738
737
|
*/
|
|
739
738
|
Filters: Filter;
|
|
740
739
|
/**
|
|
741
|
-
*
|
|
740
|
+
* <p>是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号(0:未开启,1:开启,只能集团管理账号或者可信服务管理账号开启此项功能)</p>
|
|
742
741
|
*/
|
|
743
742
|
TrackForAllMembers?: number;
|
|
744
743
|
}
|