@alicloud/sas20181203 2.17.1 → 2.18.0
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/dist/client.d.ts +445 -0
- package/dist/client.js +859 -0
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +1080 -0
package/dist/client.d.ts
CHANGED
|
@@ -771,6 +771,50 @@ export declare class AdvanceSecurityEventOperationsResponse extends $tea.Model {
|
|
|
771
771
|
[key: string]: any;
|
|
772
772
|
});
|
|
773
773
|
}
|
|
774
|
+
export declare class BatchDeleteMaliciousFileWhitelistConfigRequest extends $tea.Model {
|
|
775
|
+
configIdList?: number[];
|
|
776
|
+
static names(): {
|
|
777
|
+
[key: string]: string;
|
|
778
|
+
};
|
|
779
|
+
static types(): {
|
|
780
|
+
[key: string]: any;
|
|
781
|
+
};
|
|
782
|
+
constructor(map?: {
|
|
783
|
+
[key: string]: any;
|
|
784
|
+
});
|
|
785
|
+
}
|
|
786
|
+
export declare class BatchDeleteMaliciousFileWhitelistConfigResponseBody extends $tea.Model {
|
|
787
|
+
code?: string;
|
|
788
|
+
httpStatusCode?: number;
|
|
789
|
+
message?: string;
|
|
790
|
+
requestId?: string;
|
|
791
|
+
success?: boolean;
|
|
792
|
+
static names(): {
|
|
793
|
+
[key: string]: string;
|
|
794
|
+
};
|
|
795
|
+
static types(): {
|
|
796
|
+
[key: string]: any;
|
|
797
|
+
};
|
|
798
|
+
constructor(map?: {
|
|
799
|
+
[key: string]: any;
|
|
800
|
+
});
|
|
801
|
+
}
|
|
802
|
+
export declare class BatchDeleteMaliciousFileWhitelistConfigResponse extends $tea.Model {
|
|
803
|
+
headers: {
|
|
804
|
+
[key: string]: string;
|
|
805
|
+
};
|
|
806
|
+
statusCode: number;
|
|
807
|
+
body: BatchDeleteMaliciousFileWhitelistConfigResponseBody;
|
|
808
|
+
static names(): {
|
|
809
|
+
[key: string]: string;
|
|
810
|
+
};
|
|
811
|
+
static types(): {
|
|
812
|
+
[key: string]: any;
|
|
813
|
+
};
|
|
814
|
+
constructor(map?: {
|
|
815
|
+
[key: string]: any;
|
|
816
|
+
});
|
|
817
|
+
}
|
|
774
818
|
export declare class BatchOperateCommonOverallConfigRequest extends $tea.Model {
|
|
775
819
|
config?: string;
|
|
776
820
|
typeList?: string[];
|
|
@@ -812,6 +856,50 @@ export declare class BatchOperateCommonOverallConfigResponse extends $tea.Model
|
|
|
812
856
|
[key: string]: any;
|
|
813
857
|
});
|
|
814
858
|
}
|
|
859
|
+
export declare class BatchUpdateMaliciousFileWhitelistConfigRequest extends $tea.Model {
|
|
860
|
+
configList?: BatchUpdateMaliciousFileWhitelistConfigRequestConfigList[];
|
|
861
|
+
static names(): {
|
|
862
|
+
[key: string]: string;
|
|
863
|
+
};
|
|
864
|
+
static types(): {
|
|
865
|
+
[key: string]: any;
|
|
866
|
+
};
|
|
867
|
+
constructor(map?: {
|
|
868
|
+
[key: string]: any;
|
|
869
|
+
});
|
|
870
|
+
}
|
|
871
|
+
export declare class BatchUpdateMaliciousFileWhitelistConfigResponseBody extends $tea.Model {
|
|
872
|
+
code?: string;
|
|
873
|
+
httpStatusCode?: number;
|
|
874
|
+
message?: string;
|
|
875
|
+
requestId?: string;
|
|
876
|
+
success?: boolean;
|
|
877
|
+
static names(): {
|
|
878
|
+
[key: string]: string;
|
|
879
|
+
};
|
|
880
|
+
static types(): {
|
|
881
|
+
[key: string]: any;
|
|
882
|
+
};
|
|
883
|
+
constructor(map?: {
|
|
884
|
+
[key: string]: any;
|
|
885
|
+
});
|
|
886
|
+
}
|
|
887
|
+
export declare class BatchUpdateMaliciousFileWhitelistConfigResponse extends $tea.Model {
|
|
888
|
+
headers: {
|
|
889
|
+
[key: string]: string;
|
|
890
|
+
};
|
|
891
|
+
statusCode: number;
|
|
892
|
+
body: BatchUpdateMaliciousFileWhitelistConfigResponseBody;
|
|
893
|
+
static names(): {
|
|
894
|
+
[key: string]: string;
|
|
895
|
+
};
|
|
896
|
+
static types(): {
|
|
897
|
+
[key: string]: any;
|
|
898
|
+
};
|
|
899
|
+
constructor(map?: {
|
|
900
|
+
[key: string]: any;
|
|
901
|
+
});
|
|
902
|
+
}
|
|
815
903
|
export declare class BindAuthToMachineRequest extends $tea.Model {
|
|
816
904
|
authVersion?: number;
|
|
817
905
|
autoBind?: number;
|
|
@@ -2339,6 +2427,57 @@ export declare class CreateJenkinsImageRegistryResponse extends $tea.Model {
|
|
|
2339
2427
|
[key: string]: any;
|
|
2340
2428
|
});
|
|
2341
2429
|
}
|
|
2430
|
+
export declare class CreateMaliciousFileWhitelistConfigRequest extends $tea.Model {
|
|
2431
|
+
eventName?: string;
|
|
2432
|
+
field?: string;
|
|
2433
|
+
fieldValue?: string;
|
|
2434
|
+
operator?: string;
|
|
2435
|
+
source?: string;
|
|
2436
|
+
targetType?: string;
|
|
2437
|
+
targetValue?: string;
|
|
2438
|
+
static names(): {
|
|
2439
|
+
[key: string]: string;
|
|
2440
|
+
};
|
|
2441
|
+
static types(): {
|
|
2442
|
+
[key: string]: any;
|
|
2443
|
+
};
|
|
2444
|
+
constructor(map?: {
|
|
2445
|
+
[key: string]: any;
|
|
2446
|
+
});
|
|
2447
|
+
}
|
|
2448
|
+
export declare class CreateMaliciousFileWhitelistConfigResponseBody extends $tea.Model {
|
|
2449
|
+
code?: string;
|
|
2450
|
+
data?: CreateMaliciousFileWhitelistConfigResponseBodyData;
|
|
2451
|
+
httpStatusCode?: number;
|
|
2452
|
+
message?: string;
|
|
2453
|
+
requestId?: string;
|
|
2454
|
+
success?: boolean;
|
|
2455
|
+
static names(): {
|
|
2456
|
+
[key: string]: string;
|
|
2457
|
+
};
|
|
2458
|
+
static types(): {
|
|
2459
|
+
[key: string]: any;
|
|
2460
|
+
};
|
|
2461
|
+
constructor(map?: {
|
|
2462
|
+
[key: string]: any;
|
|
2463
|
+
});
|
|
2464
|
+
}
|
|
2465
|
+
export declare class CreateMaliciousFileWhitelistConfigResponse extends $tea.Model {
|
|
2466
|
+
headers: {
|
|
2467
|
+
[key: string]: string;
|
|
2468
|
+
};
|
|
2469
|
+
statusCode: number;
|
|
2470
|
+
body: CreateMaliciousFileWhitelistConfigResponseBody;
|
|
2471
|
+
static names(): {
|
|
2472
|
+
[key: string]: string;
|
|
2473
|
+
};
|
|
2474
|
+
static types(): {
|
|
2475
|
+
[key: string]: any;
|
|
2476
|
+
};
|
|
2477
|
+
constructor(map?: {
|
|
2478
|
+
[key: string]: any;
|
|
2479
|
+
});
|
|
2480
|
+
}
|
|
2342
2481
|
export declare class CreateMaliciousNoteRequest extends $tea.Model {
|
|
2343
2482
|
eventId?: number;
|
|
2344
2483
|
note?: string;
|
|
@@ -4089,6 +4228,50 @@ export declare class DeleteLoginBaseConfigResponse extends $tea.Model {
|
|
|
4089
4228
|
[key: string]: any;
|
|
4090
4229
|
});
|
|
4091
4230
|
}
|
|
4231
|
+
export declare class DeleteMaliciousFileWhitelistConfigRequest extends $tea.Model {
|
|
4232
|
+
configId?: number;
|
|
4233
|
+
static names(): {
|
|
4234
|
+
[key: string]: string;
|
|
4235
|
+
};
|
|
4236
|
+
static types(): {
|
|
4237
|
+
[key: string]: any;
|
|
4238
|
+
};
|
|
4239
|
+
constructor(map?: {
|
|
4240
|
+
[key: string]: any;
|
|
4241
|
+
});
|
|
4242
|
+
}
|
|
4243
|
+
export declare class DeleteMaliciousFileWhitelistConfigResponseBody extends $tea.Model {
|
|
4244
|
+
code?: string;
|
|
4245
|
+
httpStatusCode?: number;
|
|
4246
|
+
message?: string;
|
|
4247
|
+
requestId?: string;
|
|
4248
|
+
success?: boolean;
|
|
4249
|
+
static names(): {
|
|
4250
|
+
[key: string]: string;
|
|
4251
|
+
};
|
|
4252
|
+
static types(): {
|
|
4253
|
+
[key: string]: any;
|
|
4254
|
+
};
|
|
4255
|
+
constructor(map?: {
|
|
4256
|
+
[key: string]: any;
|
|
4257
|
+
});
|
|
4258
|
+
}
|
|
4259
|
+
export declare class DeleteMaliciousFileWhitelistConfigResponse extends $tea.Model {
|
|
4260
|
+
headers: {
|
|
4261
|
+
[key: string]: string;
|
|
4262
|
+
};
|
|
4263
|
+
statusCode: number;
|
|
4264
|
+
body: DeleteMaliciousFileWhitelistConfigResponseBody;
|
|
4265
|
+
static names(): {
|
|
4266
|
+
[key: string]: string;
|
|
4267
|
+
};
|
|
4268
|
+
static types(): {
|
|
4269
|
+
[key: string]: any;
|
|
4270
|
+
};
|
|
4271
|
+
constructor(map?: {
|
|
4272
|
+
[key: string]: any;
|
|
4273
|
+
});
|
|
4274
|
+
}
|
|
4092
4275
|
export declare class DeleteMaliciousNoteRequest extends $tea.Model {
|
|
4093
4276
|
noteId?: number;
|
|
4094
4277
|
static names(): {
|
|
@@ -17837,6 +18020,51 @@ export declare class GetLogMetaResponse extends $tea.Model {
|
|
|
17837
18020
|
[key: string]: any;
|
|
17838
18021
|
});
|
|
17839
18022
|
}
|
|
18023
|
+
export declare class GetMaliciousFileWhitelistConfigRequest extends $tea.Model {
|
|
18024
|
+
configId?: number;
|
|
18025
|
+
static names(): {
|
|
18026
|
+
[key: string]: string;
|
|
18027
|
+
};
|
|
18028
|
+
static types(): {
|
|
18029
|
+
[key: string]: any;
|
|
18030
|
+
};
|
|
18031
|
+
constructor(map?: {
|
|
18032
|
+
[key: string]: any;
|
|
18033
|
+
});
|
|
18034
|
+
}
|
|
18035
|
+
export declare class GetMaliciousFileWhitelistConfigResponseBody extends $tea.Model {
|
|
18036
|
+
code?: string;
|
|
18037
|
+
data?: GetMaliciousFileWhitelistConfigResponseBodyData;
|
|
18038
|
+
httpStatusCode?: number;
|
|
18039
|
+
message?: string;
|
|
18040
|
+
requestId?: string;
|
|
18041
|
+
success?: boolean;
|
|
18042
|
+
static names(): {
|
|
18043
|
+
[key: string]: string;
|
|
18044
|
+
};
|
|
18045
|
+
static types(): {
|
|
18046
|
+
[key: string]: any;
|
|
18047
|
+
};
|
|
18048
|
+
constructor(map?: {
|
|
18049
|
+
[key: string]: any;
|
|
18050
|
+
});
|
|
18051
|
+
}
|
|
18052
|
+
export declare class GetMaliciousFileWhitelistConfigResponse extends $tea.Model {
|
|
18053
|
+
headers: {
|
|
18054
|
+
[key: string]: string;
|
|
18055
|
+
};
|
|
18056
|
+
statusCode: number;
|
|
18057
|
+
body: GetMaliciousFileWhitelistConfigResponseBody;
|
|
18058
|
+
static names(): {
|
|
18059
|
+
[key: string]: string;
|
|
18060
|
+
};
|
|
18061
|
+
static types(): {
|
|
18062
|
+
[key: string]: any;
|
|
18063
|
+
};
|
|
18064
|
+
constructor(map?: {
|
|
18065
|
+
[key: string]: any;
|
|
18066
|
+
});
|
|
18067
|
+
}
|
|
17840
18068
|
export declare class GetModuleConfigRequest extends $tea.Model {
|
|
17841
18069
|
currentPage?: string;
|
|
17842
18070
|
pageSize?: string;
|
|
@@ -21844,6 +22072,56 @@ export declare class ListK8sAccessInfoResponse extends $tea.Model {
|
|
|
21844
22072
|
[key: string]: any;
|
|
21845
22073
|
});
|
|
21846
22074
|
}
|
|
22075
|
+
export declare class ListMaliciousFileWhitelistConfigsRequest extends $tea.Model {
|
|
22076
|
+
currentPage?: number;
|
|
22077
|
+
eventName?: string;
|
|
22078
|
+
lang?: string;
|
|
22079
|
+
pageSize?: number;
|
|
22080
|
+
source?: string;
|
|
22081
|
+
static names(): {
|
|
22082
|
+
[key: string]: string;
|
|
22083
|
+
};
|
|
22084
|
+
static types(): {
|
|
22085
|
+
[key: string]: any;
|
|
22086
|
+
};
|
|
22087
|
+
constructor(map?: {
|
|
22088
|
+
[key: string]: any;
|
|
22089
|
+
});
|
|
22090
|
+
}
|
|
22091
|
+
export declare class ListMaliciousFileWhitelistConfigsResponseBody extends $tea.Model {
|
|
22092
|
+
code?: string;
|
|
22093
|
+
httpStatusCode?: number;
|
|
22094
|
+
list?: ListMaliciousFileWhitelistConfigsResponseBodyList[];
|
|
22095
|
+
message?: string;
|
|
22096
|
+
pageInfo?: ListMaliciousFileWhitelistConfigsResponseBodyPageInfo;
|
|
22097
|
+
requestId?: string;
|
|
22098
|
+
success?: boolean;
|
|
22099
|
+
static names(): {
|
|
22100
|
+
[key: string]: string;
|
|
22101
|
+
};
|
|
22102
|
+
static types(): {
|
|
22103
|
+
[key: string]: any;
|
|
22104
|
+
};
|
|
22105
|
+
constructor(map?: {
|
|
22106
|
+
[key: string]: any;
|
|
22107
|
+
});
|
|
22108
|
+
}
|
|
22109
|
+
export declare class ListMaliciousFileWhitelistConfigsResponse extends $tea.Model {
|
|
22110
|
+
headers: {
|
|
22111
|
+
[key: string]: string;
|
|
22112
|
+
};
|
|
22113
|
+
statusCode: number;
|
|
22114
|
+
body: ListMaliciousFileWhitelistConfigsResponseBody;
|
|
22115
|
+
static names(): {
|
|
22116
|
+
[key: string]: string;
|
|
22117
|
+
};
|
|
22118
|
+
static types(): {
|
|
22119
|
+
[key: string]: any;
|
|
22120
|
+
};
|
|
22121
|
+
constructor(map?: {
|
|
22122
|
+
[key: string]: any;
|
|
22123
|
+
});
|
|
22124
|
+
}
|
|
21847
22125
|
export declare class ListObjectScanEventRequest extends $tea.Model {
|
|
21848
22126
|
bucketName?: string;
|
|
21849
22127
|
currentPage?: number;
|
|
@@ -29184,6 +29462,57 @@ export declare class UpdateJenkinsImageRegistryPersistenceDayResponse extends $t
|
|
|
29184
29462
|
[key: string]: any;
|
|
29185
29463
|
});
|
|
29186
29464
|
}
|
|
29465
|
+
export declare class UpdateMaliciousFileWhitelistConfigRequest extends $tea.Model {
|
|
29466
|
+
configId?: number;
|
|
29467
|
+
eventName?: string;
|
|
29468
|
+
field?: string;
|
|
29469
|
+
fieldValue?: string;
|
|
29470
|
+
operator?: string;
|
|
29471
|
+
source?: string;
|
|
29472
|
+
targetType?: string;
|
|
29473
|
+
targetValue?: string;
|
|
29474
|
+
static names(): {
|
|
29475
|
+
[key: string]: string;
|
|
29476
|
+
};
|
|
29477
|
+
static types(): {
|
|
29478
|
+
[key: string]: any;
|
|
29479
|
+
};
|
|
29480
|
+
constructor(map?: {
|
|
29481
|
+
[key: string]: any;
|
|
29482
|
+
});
|
|
29483
|
+
}
|
|
29484
|
+
export declare class UpdateMaliciousFileWhitelistConfigResponseBody extends $tea.Model {
|
|
29485
|
+
code?: string;
|
|
29486
|
+
httpStatusCode?: number;
|
|
29487
|
+
message?: string;
|
|
29488
|
+
requestId?: string;
|
|
29489
|
+
success?: boolean;
|
|
29490
|
+
static names(): {
|
|
29491
|
+
[key: string]: string;
|
|
29492
|
+
};
|
|
29493
|
+
static types(): {
|
|
29494
|
+
[key: string]: any;
|
|
29495
|
+
};
|
|
29496
|
+
constructor(map?: {
|
|
29497
|
+
[key: string]: any;
|
|
29498
|
+
});
|
|
29499
|
+
}
|
|
29500
|
+
export declare class UpdateMaliciousFileWhitelistConfigResponse extends $tea.Model {
|
|
29501
|
+
headers: {
|
|
29502
|
+
[key: string]: string;
|
|
29503
|
+
};
|
|
29504
|
+
statusCode: number;
|
|
29505
|
+
body: UpdateMaliciousFileWhitelistConfigResponseBody;
|
|
29506
|
+
static names(): {
|
|
29507
|
+
[key: string]: string;
|
|
29508
|
+
};
|
|
29509
|
+
static types(): {
|
|
29510
|
+
[key: string]: any;
|
|
29511
|
+
};
|
|
29512
|
+
constructor(map?: {
|
|
29513
|
+
[key: string]: any;
|
|
29514
|
+
});
|
|
29515
|
+
}
|
|
29187
29516
|
export declare class UpdateOpaStrategyNewRequest extends $tea.Model {
|
|
29188
29517
|
alarmDetail?: UpdateOpaStrategyNewRequestAlarmDetail;
|
|
29189
29518
|
clusterId?: string;
|
|
@@ -29790,6 +30119,25 @@ export declare class AdvanceSecurityEventOperationsResponseBodySecurityEventOper
|
|
|
29790
30119
|
[key: string]: any;
|
|
29791
30120
|
});
|
|
29792
30121
|
}
|
|
30122
|
+
export declare class BatchUpdateMaliciousFileWhitelistConfigRequestConfigList extends $tea.Model {
|
|
30123
|
+
configId?: number;
|
|
30124
|
+
eventName?: string;
|
|
30125
|
+
field?: string;
|
|
30126
|
+
fieldValue?: string;
|
|
30127
|
+
operator?: string;
|
|
30128
|
+
source?: string;
|
|
30129
|
+
targetType?: string;
|
|
30130
|
+
targetValue?: string;
|
|
30131
|
+
static names(): {
|
|
30132
|
+
[key: string]: string;
|
|
30133
|
+
};
|
|
30134
|
+
static types(): {
|
|
30135
|
+
[key: string]: any;
|
|
30136
|
+
};
|
|
30137
|
+
constructor(map?: {
|
|
30138
|
+
[key: string]: any;
|
|
30139
|
+
});
|
|
30140
|
+
}
|
|
29793
30141
|
export declare class ChangeAssetRefreshTaskConfigRequestAssetRefreshConfigs extends $tea.Model {
|
|
29794
30142
|
refreshConfigType?: number;
|
|
29795
30143
|
schedulePeriod?: number;
|
|
@@ -30194,6 +30542,28 @@ export declare class CreateJenkinsImageRegistryResponseBodyData extends $tea.Mod
|
|
|
30194
30542
|
[key: string]: any;
|
|
30195
30543
|
});
|
|
30196
30544
|
}
|
|
30545
|
+
export declare class CreateMaliciousFileWhitelistConfigResponseBodyData extends $tea.Model {
|
|
30546
|
+
count?: string;
|
|
30547
|
+
eventName?: string;
|
|
30548
|
+
field?: string;
|
|
30549
|
+
fieldValue?: string;
|
|
30550
|
+
gmtCreate?: string;
|
|
30551
|
+
gmtModified?: string;
|
|
30552
|
+
id?: string;
|
|
30553
|
+
operator?: string;
|
|
30554
|
+
source?: string;
|
|
30555
|
+
targetType?: string;
|
|
30556
|
+
targetValue?: string;
|
|
30557
|
+
static names(): {
|
|
30558
|
+
[key: string]: string;
|
|
30559
|
+
};
|
|
30560
|
+
static types(): {
|
|
30561
|
+
[key: string]: any;
|
|
30562
|
+
};
|
|
30563
|
+
constructor(map?: {
|
|
30564
|
+
[key: string]: any;
|
|
30565
|
+
});
|
|
30566
|
+
}
|
|
30197
30567
|
export declare class CreateOpaClusterPluginResponseBodyInstallStatus extends $tea.Model {
|
|
30198
30568
|
clusterId?: string;
|
|
30199
30569
|
installStatus?: boolean;
|
|
@@ -31250,6 +31620,8 @@ export declare class DescribeCheckWarningSummaryResponseBodyWarningSummarys exte
|
|
|
31250
31620
|
export declare class DescribeCheckWarningsResponseBodyCheckWarnings extends $tea.Model {
|
|
31251
31621
|
checkId?: number;
|
|
31252
31622
|
checkWarningId?: number;
|
|
31623
|
+
containerId?: string;
|
|
31624
|
+
containerName?: string;
|
|
31253
31625
|
execErrorMessage?: string;
|
|
31254
31626
|
fixStatus?: number;
|
|
31255
31627
|
item?: string;
|
|
@@ -37551,6 +37923,28 @@ export declare class GetLogMetaResponseBodyLogMeta extends $tea.Model {
|
|
|
37551
37923
|
[key: string]: any;
|
|
37552
37924
|
});
|
|
37553
37925
|
}
|
|
37926
|
+
export declare class GetMaliciousFileWhitelistConfigResponseBodyData extends $tea.Model {
|
|
37927
|
+
count?: string;
|
|
37928
|
+
eventName?: string;
|
|
37929
|
+
field?: string;
|
|
37930
|
+
fieldValue?: string;
|
|
37931
|
+
gmtCreate?: string;
|
|
37932
|
+
gmtModified?: string;
|
|
37933
|
+
id?: number;
|
|
37934
|
+
operator?: string;
|
|
37935
|
+
source?: string;
|
|
37936
|
+
targetType?: string;
|
|
37937
|
+
targetValue?: string;
|
|
37938
|
+
static names(): {
|
|
37939
|
+
[key: string]: string;
|
|
37940
|
+
};
|
|
37941
|
+
static types(): {
|
|
37942
|
+
[key: string]: any;
|
|
37943
|
+
};
|
|
37944
|
+
constructor(map?: {
|
|
37945
|
+
[key: string]: any;
|
|
37946
|
+
});
|
|
37947
|
+
}
|
|
37554
37948
|
export declare class GetModuleConfigResponseBodyModuleConfigListItems extends $tea.Model {
|
|
37555
37949
|
groupId?: number;
|
|
37556
37950
|
instanceId?: string;
|
|
@@ -40146,6 +40540,43 @@ export declare class ListK8sAccessInfoResponseBodyK8sAccessInfos extends $tea.Mo
|
|
|
40146
40540
|
[key: string]: any;
|
|
40147
40541
|
});
|
|
40148
40542
|
}
|
|
40543
|
+
export declare class ListMaliciousFileWhitelistConfigsResponseBodyList extends $tea.Model {
|
|
40544
|
+
count?: string;
|
|
40545
|
+
eventName?: string;
|
|
40546
|
+
field?: string;
|
|
40547
|
+
fieldValue?: string;
|
|
40548
|
+
gmtCreate?: string;
|
|
40549
|
+
gmtModified?: string;
|
|
40550
|
+
id?: number;
|
|
40551
|
+
operator?: string;
|
|
40552
|
+
source?: string;
|
|
40553
|
+
targetType?: string;
|
|
40554
|
+
targetValue?: string;
|
|
40555
|
+
static names(): {
|
|
40556
|
+
[key: string]: string;
|
|
40557
|
+
};
|
|
40558
|
+
static types(): {
|
|
40559
|
+
[key: string]: any;
|
|
40560
|
+
};
|
|
40561
|
+
constructor(map?: {
|
|
40562
|
+
[key: string]: any;
|
|
40563
|
+
});
|
|
40564
|
+
}
|
|
40565
|
+
export declare class ListMaliciousFileWhitelistConfigsResponseBodyPageInfo extends $tea.Model {
|
|
40566
|
+
count?: number;
|
|
40567
|
+
currentPage?: number;
|
|
40568
|
+
pageSize?: number;
|
|
40569
|
+
totalCount?: number;
|
|
40570
|
+
static names(): {
|
|
40571
|
+
[key: string]: string;
|
|
40572
|
+
};
|
|
40573
|
+
static types(): {
|
|
40574
|
+
[key: string]: any;
|
|
40575
|
+
};
|
|
40576
|
+
constructor(map?: {
|
|
40577
|
+
[key: string]: any;
|
|
40578
|
+
});
|
|
40579
|
+
}
|
|
40149
40580
|
export declare class ListObjectScanEventResponseBodyDataDetails extends $tea.Model {
|
|
40150
40581
|
name?: string;
|
|
40151
40582
|
nameDisplay?: string;
|
|
@@ -41916,8 +42347,12 @@ export default class Client extends OpenApi {
|
|
|
41916
42347
|
addVpcHoneyPot(request: AddVpcHoneyPotRequest): Promise<AddVpcHoneyPotResponse>;
|
|
41917
42348
|
advanceSecurityEventOperationsWithOptions(request: AdvanceSecurityEventOperationsRequest, runtime: $Util.RuntimeOptions): Promise<AdvanceSecurityEventOperationsResponse>;
|
|
41918
42349
|
advanceSecurityEventOperations(request: AdvanceSecurityEventOperationsRequest): Promise<AdvanceSecurityEventOperationsResponse>;
|
|
42350
|
+
batchDeleteMaliciousFileWhitelistConfigWithOptions(request: BatchDeleteMaliciousFileWhitelistConfigRequest, runtime: $Util.RuntimeOptions): Promise<BatchDeleteMaliciousFileWhitelistConfigResponse>;
|
|
42351
|
+
batchDeleteMaliciousFileWhitelistConfig(request: BatchDeleteMaliciousFileWhitelistConfigRequest): Promise<BatchDeleteMaliciousFileWhitelistConfigResponse>;
|
|
41919
42352
|
batchOperateCommonOverallConfigWithOptions(request: BatchOperateCommonOverallConfigRequest, runtime: $Util.RuntimeOptions): Promise<BatchOperateCommonOverallConfigResponse>;
|
|
41920
42353
|
batchOperateCommonOverallConfig(request: BatchOperateCommonOverallConfigRequest): Promise<BatchOperateCommonOverallConfigResponse>;
|
|
42354
|
+
batchUpdateMaliciousFileWhitelistConfigWithOptions(request: BatchUpdateMaliciousFileWhitelistConfigRequest, runtime: $Util.RuntimeOptions): Promise<BatchUpdateMaliciousFileWhitelistConfigResponse>;
|
|
42355
|
+
batchUpdateMaliciousFileWhitelistConfig(request: BatchUpdateMaliciousFileWhitelistConfigRequest): Promise<BatchUpdateMaliciousFileWhitelistConfigResponse>;
|
|
41921
42356
|
bindAuthToMachineWithOptions(request: BindAuthToMachineRequest, runtime: $Util.RuntimeOptions): Promise<BindAuthToMachineResponse>;
|
|
41922
42357
|
bindAuthToMachine(request: BindAuthToMachineRequest): Promise<BindAuthToMachineResponse>;
|
|
41923
42358
|
bindHybridProxyWithOptions(request: BindHybridProxyRequest, runtime: $Util.RuntimeOptions): Promise<BindHybridProxyResponse>;
|
|
@@ -42020,6 +42455,8 @@ export default class Client extends OpenApi {
|
|
|
42020
42455
|
createInterceptionTarget(request: CreateInterceptionTargetRequest): Promise<CreateInterceptionTargetResponse>;
|
|
42021
42456
|
createJenkinsImageRegistryWithOptions(request: CreateJenkinsImageRegistryRequest, runtime: $Util.RuntimeOptions): Promise<CreateJenkinsImageRegistryResponse>;
|
|
42022
42457
|
createJenkinsImageRegistry(request: CreateJenkinsImageRegistryRequest): Promise<CreateJenkinsImageRegistryResponse>;
|
|
42458
|
+
createMaliciousFileWhitelistConfigWithOptions(request: CreateMaliciousFileWhitelistConfigRequest, runtime: $Util.RuntimeOptions): Promise<CreateMaliciousFileWhitelistConfigResponse>;
|
|
42459
|
+
createMaliciousFileWhitelistConfig(request: CreateMaliciousFileWhitelistConfigRequest): Promise<CreateMaliciousFileWhitelistConfigResponse>;
|
|
42023
42460
|
createMaliciousNoteWithOptions(request: CreateMaliciousNoteRequest, runtime: $Util.RuntimeOptions): Promise<CreateMaliciousNoteResponse>;
|
|
42024
42461
|
createMaliciousNote(request: CreateMaliciousNoteRequest): Promise<CreateMaliciousNoteResponse>;
|
|
42025
42462
|
createOpaClusterPluginWithOptions(request: CreateOpaClusterPluginRequest, runtime: $Util.RuntimeOptions): Promise<CreateOpaClusterPluginResponse>;
|
|
@@ -42137,6 +42574,8 @@ export default class Client extends OpenApi {
|
|
|
42137
42574
|
deleteK8sAccessInfo(request: DeleteK8sAccessInfoRequest): Promise<DeleteK8sAccessInfoResponse>;
|
|
42138
42575
|
deleteLoginBaseConfigWithOptions(request: DeleteLoginBaseConfigRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLoginBaseConfigResponse>;
|
|
42139
42576
|
deleteLoginBaseConfig(request: DeleteLoginBaseConfigRequest): Promise<DeleteLoginBaseConfigResponse>;
|
|
42577
|
+
deleteMaliciousFileWhitelistConfigWithOptions(request: DeleteMaliciousFileWhitelistConfigRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMaliciousFileWhitelistConfigResponse>;
|
|
42578
|
+
deleteMaliciousFileWhitelistConfig(request: DeleteMaliciousFileWhitelistConfigRequest): Promise<DeleteMaliciousFileWhitelistConfigResponse>;
|
|
42140
42579
|
deleteMaliciousNoteWithOptions(request: DeleteMaliciousNoteRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMaliciousNoteResponse>;
|
|
42141
42580
|
deleteMaliciousNote(request: DeleteMaliciousNoteRequest): Promise<DeleteMaliciousNoteResponse>;
|
|
42142
42581
|
deleteOpaStrategyNewWithOptions(request: DeleteOpaStrategyNewRequest, runtime: $Util.RuntimeOptions): Promise<DeleteOpaStrategyNewResponse>;
|
|
@@ -43061,6 +43500,8 @@ export default class Client extends OpenApi {
|
|
|
43061
43500
|
getLastOnceTaskInfo(request: GetLastOnceTaskInfoRequest): Promise<GetLastOnceTaskInfoResponse>;
|
|
43062
43501
|
getLogMetaWithOptions(request: GetLogMetaRequest, runtime: $Util.RuntimeOptions): Promise<GetLogMetaResponse>;
|
|
43063
43502
|
getLogMeta(request: GetLogMetaRequest): Promise<GetLogMetaResponse>;
|
|
43503
|
+
getMaliciousFileWhitelistConfigWithOptions(request: GetMaliciousFileWhitelistConfigRequest, runtime: $Util.RuntimeOptions): Promise<GetMaliciousFileWhitelistConfigResponse>;
|
|
43504
|
+
getMaliciousFileWhitelistConfig(request: GetMaliciousFileWhitelistConfigRequest): Promise<GetMaliciousFileWhitelistConfigResponse>;
|
|
43064
43505
|
getModuleConfigWithOptions(request: GetModuleConfigRequest, runtime: $Util.RuntimeOptions): Promise<GetModuleConfigResponse>;
|
|
43065
43506
|
getModuleConfig(request: GetModuleConfigRequest): Promise<GetModuleConfigResponse>;
|
|
43066
43507
|
getModuleTrialAuthInfoWithOptions(request: GetModuleTrialAuthInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetModuleTrialAuthInfoResponse>;
|
|
@@ -43256,6 +43697,8 @@ export default class Client extends OpenApi {
|
|
|
43256
43697
|
listInterceptionTargetPage(request: ListInterceptionTargetPageRequest): Promise<ListInterceptionTargetPageResponse>;
|
|
43257
43698
|
listK8sAccessInfoWithOptions(request: ListK8sAccessInfoRequest, runtime: $Util.RuntimeOptions): Promise<ListK8sAccessInfoResponse>;
|
|
43258
43699
|
listK8sAccessInfo(request: ListK8sAccessInfoRequest): Promise<ListK8sAccessInfoResponse>;
|
|
43700
|
+
listMaliciousFileWhitelistConfigsWithOptions(request: ListMaliciousFileWhitelistConfigsRequest, runtime: $Util.RuntimeOptions): Promise<ListMaliciousFileWhitelistConfigsResponse>;
|
|
43701
|
+
listMaliciousFileWhitelistConfigs(request: ListMaliciousFileWhitelistConfigsRequest): Promise<ListMaliciousFileWhitelistConfigsResponse>;
|
|
43259
43702
|
listObjectScanEventWithOptions(request: ListObjectScanEventRequest, runtime: $Util.RuntimeOptions): Promise<ListObjectScanEventResponse>;
|
|
43260
43703
|
listObjectScanEvent(request: ListObjectScanEventRequest): Promise<ListObjectScanEventResponse>;
|
|
43261
43704
|
listOpaClusterStrategyNewWithOptions(request: ListOpaClusterStrategyNewRequest, runtime: $Util.RuntimeOptions): Promise<ListOpaClusterStrategyNewResponse>;
|
|
@@ -43746,6 +44189,8 @@ export default class Client extends OpenApi {
|
|
|
43746
44189
|
updateJenkinsImageRegistryName(request: UpdateJenkinsImageRegistryNameRequest): Promise<UpdateJenkinsImageRegistryNameResponse>;
|
|
43747
44190
|
updateJenkinsImageRegistryPersistenceDayWithOptions(request: UpdateJenkinsImageRegistryPersistenceDayRequest, runtime: $Util.RuntimeOptions): Promise<UpdateJenkinsImageRegistryPersistenceDayResponse>;
|
|
43748
44191
|
updateJenkinsImageRegistryPersistenceDay(request: UpdateJenkinsImageRegistryPersistenceDayRequest): Promise<UpdateJenkinsImageRegistryPersistenceDayResponse>;
|
|
44192
|
+
updateMaliciousFileWhitelistConfigWithOptions(request: UpdateMaliciousFileWhitelistConfigRequest, runtime: $Util.RuntimeOptions): Promise<UpdateMaliciousFileWhitelistConfigResponse>;
|
|
44193
|
+
updateMaliciousFileWhitelistConfig(request: UpdateMaliciousFileWhitelistConfigRequest): Promise<UpdateMaliciousFileWhitelistConfigResponse>;
|
|
43749
44194
|
updateOpaStrategyNewWithOptions(tmpReq: UpdateOpaStrategyNewRequest, runtime: $Util.RuntimeOptions): Promise<UpdateOpaStrategyNewResponse>;
|
|
43750
44195
|
updateOpaStrategyNew(request: UpdateOpaStrategyNewRequest): Promise<UpdateOpaStrategyNewResponse>;
|
|
43751
44196
|
updateOssScanConfigWithOptions(request: UpdateOssScanConfigRequest, runtime: $Util.RuntimeOptions): Promise<UpdateOssScanConfigResponse>;
|