@alicloud/sas20181203 1.1.6 → 1.1.7
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 +14 -6
- package/dist/client.js +58 -12
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +82 -18
package/dist/client.d.ts
CHANGED
|
@@ -638,6 +638,7 @@ export declare class DescribeAccesskeyLeakListResponse extends $tea.Model {
|
|
|
638
638
|
});
|
|
639
639
|
}
|
|
640
640
|
export declare class DescribeAffectedMaliciousFileImagesRequest extends $tea.Model {
|
|
641
|
+
clusterId?: string;
|
|
641
642
|
currentPage?: number;
|
|
642
643
|
imageDigest?: string;
|
|
643
644
|
imageLayer?: string;
|
|
@@ -1374,6 +1375,9 @@ export declare class DescribeCheckWarningDetailResponse extends $tea.Model {
|
|
|
1374
1375
|
});
|
|
1375
1376
|
}
|
|
1376
1377
|
export declare class DescribeCheckWarningSummaryRequest extends $tea.Model {
|
|
1378
|
+
clusterId?: string;
|
|
1379
|
+
containerFieldName?: string;
|
|
1380
|
+
containerFieldValue?: string;
|
|
1377
1381
|
currentPage?: number;
|
|
1378
1382
|
lang?: string;
|
|
1379
1383
|
pageSize?: number;
|
|
@@ -1382,6 +1386,7 @@ export declare class DescribeCheckWarningSummaryRequest extends $tea.Model {
|
|
|
1382
1386
|
sourceIp?: string;
|
|
1383
1387
|
status?: string;
|
|
1384
1388
|
strategyId?: number;
|
|
1389
|
+
targetType?: string;
|
|
1385
1390
|
typeName?: string;
|
|
1386
1391
|
uuids?: string;
|
|
1387
1392
|
static names(): {
|
|
@@ -2291,6 +2296,7 @@ export declare class DescribeGroupedInstancesResponse extends $tea.Model {
|
|
|
2291
2296
|
});
|
|
2292
2297
|
}
|
|
2293
2298
|
export declare class DescribeGroupedMaliciousFilesRequest extends $tea.Model {
|
|
2299
|
+
clusterId?: string;
|
|
2294
2300
|
currentPage?: number;
|
|
2295
2301
|
fuzzyMaliciousName?: string;
|
|
2296
2302
|
imageDigest?: string;
|
|
@@ -2510,6 +2516,7 @@ export declare class DescribeHoneyPotSuspStatisticsResponse extends $tea.Model {
|
|
|
2510
2516
|
});
|
|
2511
2517
|
}
|
|
2512
2518
|
export declare class DescribeImageBaselineCheckSummaryRequest extends $tea.Model {
|
|
2519
|
+
clusterId?: string;
|
|
2513
2520
|
criteria?: string;
|
|
2514
2521
|
criteriaType?: string;
|
|
2515
2522
|
currentPage?: number;
|
|
@@ -2602,6 +2609,7 @@ export declare class DescribeImageFixTaskResponse extends $tea.Model {
|
|
|
2602
2609
|
}
|
|
2603
2610
|
export declare class DescribeImageGroupedVulListRequest extends $tea.Model {
|
|
2604
2611
|
aliasName?: string;
|
|
2612
|
+
clusterId?: string;
|
|
2605
2613
|
currentPage?: number;
|
|
2606
2614
|
cveId?: string;
|
|
2607
2615
|
groupId?: string;
|
|
@@ -2664,6 +2672,7 @@ export declare class DescribeImageGroupedVulListResponse extends $tea.Model {
|
|
|
2664
2672
|
}
|
|
2665
2673
|
export declare class DescribeImageListWithBaselineNameRequest extends $tea.Model {
|
|
2666
2674
|
baselineNameKey?: string;
|
|
2675
|
+
clusterId?: string;
|
|
2667
2676
|
criteria?: string;
|
|
2668
2677
|
criteriaType?: string;
|
|
2669
2678
|
currentPage?: number;
|
|
@@ -2771,6 +2780,7 @@ export declare class DescribeImageStatisticsResponse extends $tea.Model {
|
|
|
2771
2780
|
}
|
|
2772
2781
|
export declare class DescribeImageVulListRequest extends $tea.Model {
|
|
2773
2782
|
aliasName?: string;
|
|
2783
|
+
clusterId?: string;
|
|
2774
2784
|
currentPage?: number;
|
|
2775
2785
|
dealed?: string;
|
|
2776
2786
|
digest?: string;
|
|
@@ -7813,8 +7823,10 @@ export declare class DescribeAccesskeyLeakListResponseBodyAccessKeyLeakList exte
|
|
|
7813
7823
|
}
|
|
7814
7824
|
export declare class DescribeAffectedMaliciousFileImagesResponseBodyAffectedMaliciousFileImagesResponse extends $tea.Model {
|
|
7815
7825
|
digest?: string;
|
|
7826
|
+
downloadUrl?: string;
|
|
7816
7827
|
filePath?: string;
|
|
7817
7828
|
firstScanTimestamp?: number;
|
|
7829
|
+
highLight?: string;
|
|
7818
7830
|
imageUuid?: string;
|
|
7819
7831
|
latestScanTimestamp?: number;
|
|
7820
7832
|
latestVerifyTimestamp?: number;
|
|
@@ -9235,7 +9247,6 @@ export declare class DescribePropertyCronDetailResponseBodyPageInfo extends $tea
|
|
|
9235
9247
|
}
|
|
9236
9248
|
export declare class DescribePropertyCronDetailResponseBodyPropertys extends $tea.Model {
|
|
9237
9249
|
cmd?: string;
|
|
9238
|
-
create?: string;
|
|
9239
9250
|
createTimestamp?: number;
|
|
9240
9251
|
instanceId?: string;
|
|
9241
9252
|
instanceName?: string;
|
|
@@ -9274,7 +9285,6 @@ export declare class DescribePropertyPortDetailResponseBodyPageInfo extends $tea
|
|
|
9274
9285
|
}
|
|
9275
9286
|
export declare class DescribePropertyPortDetailResponseBodyPropertys extends $tea.Model {
|
|
9276
9287
|
bindIp?: string;
|
|
9277
|
-
create?: string;
|
|
9278
9288
|
createTimestamp?: number;
|
|
9279
9289
|
instanceId?: string;
|
|
9280
9290
|
instanceName?: string;
|
|
@@ -9342,7 +9352,6 @@ export declare class DescribePropertyProcDetailResponseBodyPageInfo extends $tea
|
|
|
9342
9352
|
}
|
|
9343
9353
|
export declare class DescribePropertyProcDetailResponseBodyPropertys extends $tea.Model {
|
|
9344
9354
|
cmdline?: string;
|
|
9345
|
-
create?: string;
|
|
9346
9355
|
createTimestamp?: number;
|
|
9347
9356
|
euidName?: string;
|
|
9348
9357
|
instanceId?: string;
|
|
@@ -9419,7 +9428,6 @@ export declare class DescribePropertyScaDetailResponseBodyPropertys extends $tea
|
|
|
9419
9428
|
cmdline?: string;
|
|
9420
9429
|
configPath?: string;
|
|
9421
9430
|
containerName?: string;
|
|
9422
|
-
create?: string;
|
|
9423
9431
|
createTimestamp?: number;
|
|
9424
9432
|
imageName?: string;
|
|
9425
9433
|
instanceId?: string;
|
|
@@ -9438,6 +9446,7 @@ export declare class DescribePropertyScaDetailResponseBodyPropertys extends $tea
|
|
|
9438
9446
|
processStarted?: number;
|
|
9439
9447
|
processUser?: string;
|
|
9440
9448
|
proof?: string;
|
|
9449
|
+
runtimeEnvVersion?: string;
|
|
9441
9450
|
type?: string;
|
|
9442
9451
|
uuid?: string;
|
|
9443
9452
|
version?: string;
|
|
@@ -9468,7 +9477,6 @@ export declare class DescribePropertySoftwareDetailResponseBodyPageInfo extends
|
|
|
9468
9477
|
});
|
|
9469
9478
|
}
|
|
9470
9479
|
export declare class DescribePropertySoftwareDetailResponseBodyPropertys extends $tea.Model {
|
|
9471
|
-
create?: number;
|
|
9472
9480
|
createTimestamp?: number;
|
|
9473
9481
|
installTime?: string;
|
|
9474
9482
|
installTimeDt?: number;
|
|
@@ -9549,7 +9557,6 @@ export declare class DescribePropertyUserDetailResponseBodyPageInfo extends $tea
|
|
|
9549
9557
|
}
|
|
9550
9558
|
export declare class DescribePropertyUserDetailResponseBodyPropertys extends $tea.Model {
|
|
9551
9559
|
accountsExpirationDate?: string;
|
|
9552
|
-
create?: string;
|
|
9553
9560
|
createTimestamp?: number;
|
|
9554
9561
|
groupNames?: string[];
|
|
9555
9562
|
instanceId?: string;
|
|
@@ -10274,6 +10281,7 @@ export declare class DescribeSuspEventsResponseBodySuspEvents extends $tea.Model
|
|
|
10274
10281
|
lastTime?: string;
|
|
10275
10282
|
lastTimeStamp?: number;
|
|
10276
10283
|
level?: string;
|
|
10284
|
+
maliciousRuleStatus?: string;
|
|
10277
10285
|
markMisRules?: string;
|
|
10278
10286
|
name?: string;
|
|
10279
10287
|
occurrenceTime?: string;
|
package/dist/client.js
CHANGED
|
@@ -867,6 +867,7 @@ class DescribeAffectedMaliciousFileImagesRequest extends $tea.Model {
|
|
|
867
867
|
}
|
|
868
868
|
static names() {
|
|
869
869
|
return {
|
|
870
|
+
clusterId: 'ClusterId',
|
|
870
871
|
currentPage: 'CurrentPage',
|
|
871
872
|
imageDigest: 'ImageDigest',
|
|
872
873
|
imageLayer: 'ImageLayer',
|
|
@@ -883,6 +884,7 @@ class DescribeAffectedMaliciousFileImagesRequest extends $tea.Model {
|
|
|
883
884
|
}
|
|
884
885
|
static types() {
|
|
885
886
|
return {
|
|
887
|
+
clusterId: 'string',
|
|
886
888
|
currentPage: 'number',
|
|
887
889
|
imageDigest: 'string',
|
|
888
890
|
imageLayer: 'string',
|
|
@@ -1867,6 +1869,9 @@ class DescribeCheckWarningSummaryRequest extends $tea.Model {
|
|
|
1867
1869
|
}
|
|
1868
1870
|
static names() {
|
|
1869
1871
|
return {
|
|
1872
|
+
clusterId: 'ClusterId',
|
|
1873
|
+
containerFieldName: 'ContainerFieldName',
|
|
1874
|
+
containerFieldValue: 'ContainerFieldValue',
|
|
1870
1875
|
currentPage: 'CurrentPage',
|
|
1871
1876
|
lang: 'Lang',
|
|
1872
1877
|
pageSize: 'PageSize',
|
|
@@ -1875,12 +1880,16 @@ class DescribeCheckWarningSummaryRequest extends $tea.Model {
|
|
|
1875
1880
|
sourceIp: 'SourceIp',
|
|
1876
1881
|
status: 'Status',
|
|
1877
1882
|
strategyId: 'StrategyId',
|
|
1883
|
+
targetType: 'TargetType',
|
|
1878
1884
|
typeName: 'TypeName',
|
|
1879
1885
|
uuids: 'Uuids',
|
|
1880
1886
|
};
|
|
1881
1887
|
}
|
|
1882
1888
|
static types() {
|
|
1883
1889
|
return {
|
|
1890
|
+
clusterId: 'string',
|
|
1891
|
+
containerFieldName: 'string',
|
|
1892
|
+
containerFieldValue: 'string',
|
|
1884
1893
|
currentPage: 'number',
|
|
1885
1894
|
lang: 'string',
|
|
1886
1895
|
pageSize: 'number',
|
|
@@ -1889,6 +1898,7 @@ class DescribeCheckWarningSummaryRequest extends $tea.Model {
|
|
|
1889
1898
|
sourceIp: 'string',
|
|
1890
1899
|
status: 'string',
|
|
1891
1900
|
strategyId: 'number',
|
|
1901
|
+
targetType: 'string',
|
|
1892
1902
|
typeName: 'string',
|
|
1893
1903
|
uuids: 'string',
|
|
1894
1904
|
};
|
|
@@ -3129,6 +3139,7 @@ class DescribeGroupedMaliciousFilesRequest extends $tea.Model {
|
|
|
3129
3139
|
}
|
|
3130
3140
|
static names() {
|
|
3131
3141
|
return {
|
|
3142
|
+
clusterId: 'ClusterId',
|
|
3132
3143
|
currentPage: 'CurrentPage',
|
|
3133
3144
|
fuzzyMaliciousName: 'FuzzyMaliciousName',
|
|
3134
3145
|
imageDigest: 'ImageDigest',
|
|
@@ -3146,6 +3157,7 @@ class DescribeGroupedMaliciousFilesRequest extends $tea.Model {
|
|
|
3146
3157
|
}
|
|
3147
3158
|
static types() {
|
|
3148
3159
|
return {
|
|
3160
|
+
clusterId: 'string',
|
|
3149
3161
|
currentPage: 'number',
|
|
3150
3162
|
fuzzyMaliciousName: 'string',
|
|
3151
3163
|
imageDigest: 'string',
|
|
@@ -3435,6 +3447,7 @@ class DescribeImageBaselineCheckSummaryRequest extends $tea.Model {
|
|
|
3435
3447
|
}
|
|
3436
3448
|
static names() {
|
|
3437
3449
|
return {
|
|
3450
|
+
clusterId: 'ClusterId',
|
|
3438
3451
|
criteria: 'Criteria',
|
|
3439
3452
|
criteriaType: 'CriteriaType',
|
|
3440
3453
|
currentPage: 'CurrentPage',
|
|
@@ -3445,6 +3458,7 @@ class DescribeImageBaselineCheckSummaryRequest extends $tea.Model {
|
|
|
3445
3458
|
}
|
|
3446
3459
|
static types() {
|
|
3447
3460
|
return {
|
|
3461
|
+
clusterId: 'string',
|
|
3448
3462
|
criteria: 'string',
|
|
3449
3463
|
criteriaType: 'string',
|
|
3450
3464
|
currentPage: 'number',
|
|
@@ -3562,6 +3576,7 @@ class DescribeImageGroupedVulListRequest extends $tea.Model {
|
|
|
3562
3576
|
static names() {
|
|
3563
3577
|
return {
|
|
3564
3578
|
aliasName: 'AliasName',
|
|
3579
|
+
clusterId: 'ClusterId',
|
|
3565
3580
|
currentPage: 'CurrentPage',
|
|
3566
3581
|
cveId: 'CveId',
|
|
3567
3582
|
groupId: 'GroupId',
|
|
@@ -3586,6 +3601,7 @@ class DescribeImageGroupedVulListRequest extends $tea.Model {
|
|
|
3586
3601
|
static types() {
|
|
3587
3602
|
return {
|
|
3588
3603
|
aliasName: 'string',
|
|
3604
|
+
clusterId: 'string',
|
|
3589
3605
|
currentPage: 'number',
|
|
3590
3606
|
cveId: 'string',
|
|
3591
3607
|
groupId: 'string',
|
|
@@ -3658,6 +3674,7 @@ class DescribeImageListWithBaselineNameRequest extends $tea.Model {
|
|
|
3658
3674
|
static names() {
|
|
3659
3675
|
return {
|
|
3660
3676
|
baselineNameKey: 'BaselineNameKey',
|
|
3677
|
+
clusterId: 'ClusterId',
|
|
3661
3678
|
criteria: 'Criteria',
|
|
3662
3679
|
criteriaType: 'CriteriaType',
|
|
3663
3680
|
currentPage: 'CurrentPage',
|
|
@@ -3672,6 +3689,7 @@ class DescribeImageListWithBaselineNameRequest extends $tea.Model {
|
|
|
3672
3689
|
static types() {
|
|
3673
3690
|
return {
|
|
3674
3691
|
baselineNameKey: 'string',
|
|
3692
|
+
clusterId: 'string',
|
|
3675
3693
|
criteria: 'string',
|
|
3676
3694
|
criteriaType: 'string',
|
|
3677
3695
|
currentPage: 'number',
|
|
@@ -3804,6 +3822,7 @@ class DescribeImageVulListRequest extends $tea.Model {
|
|
|
3804
3822
|
static names() {
|
|
3805
3823
|
return {
|
|
3806
3824
|
aliasName: 'AliasName',
|
|
3825
|
+
clusterId: 'ClusterId',
|
|
3807
3826
|
currentPage: 'CurrentPage',
|
|
3808
3827
|
dealed: 'Dealed',
|
|
3809
3828
|
digest: 'Digest',
|
|
@@ -3827,6 +3846,7 @@ class DescribeImageVulListRequest extends $tea.Model {
|
|
|
3827
3846
|
static types() {
|
|
3828
3847
|
return {
|
|
3829
3848
|
aliasName: 'string',
|
|
3849
|
+
clusterId: 'string',
|
|
3830
3850
|
currentPage: 'number',
|
|
3831
3851
|
dealed: 'string',
|
|
3832
3852
|
digest: 'string',
|
|
@@ -10724,8 +10744,10 @@ class DescribeAffectedMaliciousFileImagesResponseBodyAffectedMaliciousFileImages
|
|
|
10724
10744
|
static names() {
|
|
10725
10745
|
return {
|
|
10726
10746
|
digest: 'Digest',
|
|
10747
|
+
downloadUrl: 'DownloadUrl',
|
|
10727
10748
|
filePath: 'FilePath',
|
|
10728
10749
|
firstScanTimestamp: 'FirstScanTimestamp',
|
|
10750
|
+
highLight: 'HighLight',
|
|
10729
10751
|
imageUuid: 'ImageUuid',
|
|
10730
10752
|
latestScanTimestamp: 'LatestScanTimestamp',
|
|
10731
10753
|
latestVerifyTimestamp: 'LatestVerifyTimestamp',
|
|
@@ -10744,8 +10766,10 @@ class DescribeAffectedMaliciousFileImagesResponseBodyAffectedMaliciousFileImages
|
|
|
10744
10766
|
static types() {
|
|
10745
10767
|
return {
|
|
10746
10768
|
digest: 'string',
|
|
10769
|
+
downloadUrl: 'string',
|
|
10747
10770
|
filePath: 'string',
|
|
10748
10771
|
firstScanTimestamp: 'number',
|
|
10772
|
+
highLight: 'string',
|
|
10749
10773
|
imageUuid: 'string',
|
|
10750
10774
|
latestScanTimestamp: 'number',
|
|
10751
10775
|
latestVerifyTimestamp: 'number',
|
|
@@ -12976,7 +13000,6 @@ class DescribePropertyCronDetailResponseBodyPropertys extends $tea.Model {
|
|
|
12976
13000
|
static names() {
|
|
12977
13001
|
return {
|
|
12978
13002
|
cmd: 'Cmd',
|
|
12979
|
-
create: 'Create',
|
|
12980
13003
|
createTimestamp: 'CreateTimestamp',
|
|
12981
13004
|
instanceId: 'InstanceId',
|
|
12982
13005
|
instanceName: 'InstanceName',
|
|
@@ -12993,7 +13016,6 @@ class DescribePropertyCronDetailResponseBodyPropertys extends $tea.Model {
|
|
|
12993
13016
|
static types() {
|
|
12994
13017
|
return {
|
|
12995
13018
|
cmd: 'string',
|
|
12996
|
-
create: 'string',
|
|
12997
13019
|
createTimestamp: 'number',
|
|
12998
13020
|
instanceId: 'string',
|
|
12999
13021
|
instanceName: 'string',
|
|
@@ -13038,7 +13060,6 @@ class DescribePropertyPortDetailResponseBodyPropertys extends $tea.Model {
|
|
|
13038
13060
|
static names() {
|
|
13039
13061
|
return {
|
|
13040
13062
|
bindIp: 'BindIp',
|
|
13041
|
-
create: 'Create',
|
|
13042
13063
|
createTimestamp: 'CreateTimestamp',
|
|
13043
13064
|
instanceId: 'InstanceId',
|
|
13044
13065
|
instanceName: 'InstanceName',
|
|
@@ -13055,7 +13076,6 @@ class DescribePropertyPortDetailResponseBodyPropertys extends $tea.Model {
|
|
|
13055
13076
|
static types() {
|
|
13056
13077
|
return {
|
|
13057
13078
|
bindIp: 'string',
|
|
13058
|
-
create: 'string',
|
|
13059
13079
|
createTimestamp: 'number',
|
|
13060
13080
|
instanceId: 'string',
|
|
13061
13081
|
instanceName: 'string',
|
|
@@ -13142,7 +13162,6 @@ class DescribePropertyProcDetailResponseBodyPropertys extends $tea.Model {
|
|
|
13142
13162
|
static names() {
|
|
13143
13163
|
return {
|
|
13144
13164
|
cmdline: 'Cmdline',
|
|
13145
|
-
create: 'Create',
|
|
13146
13165
|
createTimestamp: 'CreateTimestamp',
|
|
13147
13166
|
euidName: 'EuidName',
|
|
13148
13167
|
instanceId: 'InstanceId',
|
|
@@ -13165,7 +13184,6 @@ class DescribePropertyProcDetailResponseBodyPropertys extends $tea.Model {
|
|
|
13165
13184
|
static types() {
|
|
13166
13185
|
return {
|
|
13167
13186
|
cmdline: 'string',
|
|
13168
|
-
create: 'string',
|
|
13169
13187
|
createTimestamp: 'number',
|
|
13170
13188
|
euidName: 'string',
|
|
13171
13189
|
instanceId: 'string',
|
|
@@ -13260,7 +13278,6 @@ class DescribePropertyScaDetailResponseBodyPropertys extends $tea.Model {
|
|
|
13260
13278
|
cmdline: 'Cmdline',
|
|
13261
13279
|
configPath: 'ConfigPath',
|
|
13262
13280
|
containerName: 'ContainerName',
|
|
13263
|
-
create: 'Create',
|
|
13264
13281
|
createTimestamp: 'CreateTimestamp',
|
|
13265
13282
|
imageName: 'ImageName',
|
|
13266
13283
|
instanceId: 'InstanceId',
|
|
@@ -13279,6 +13296,7 @@ class DescribePropertyScaDetailResponseBodyPropertys extends $tea.Model {
|
|
|
13279
13296
|
processStarted: 'ProcessStarted',
|
|
13280
13297
|
processUser: 'ProcessUser',
|
|
13281
13298
|
proof: 'Proof',
|
|
13299
|
+
runtimeEnvVersion: 'RuntimeEnvVersion',
|
|
13282
13300
|
type: 'Type',
|
|
13283
13301
|
uuid: 'Uuid',
|
|
13284
13302
|
version: 'Version',
|
|
@@ -13292,7 +13310,6 @@ class DescribePropertyScaDetailResponseBodyPropertys extends $tea.Model {
|
|
|
13292
13310
|
cmdline: 'string',
|
|
13293
13311
|
configPath: 'string',
|
|
13294
13312
|
containerName: 'string',
|
|
13295
|
-
create: 'string',
|
|
13296
13313
|
createTimestamp: 'number',
|
|
13297
13314
|
imageName: 'string',
|
|
13298
13315
|
instanceId: 'string',
|
|
@@ -13311,6 +13328,7 @@ class DescribePropertyScaDetailResponseBodyPropertys extends $tea.Model {
|
|
|
13311
13328
|
processStarted: 'number',
|
|
13312
13329
|
processUser: 'string',
|
|
13313
13330
|
proof: 'string',
|
|
13331
|
+
runtimeEnvVersion: 'string',
|
|
13314
13332
|
type: 'string',
|
|
13315
13333
|
uuid: 'string',
|
|
13316
13334
|
version: 'string',
|
|
@@ -13347,7 +13365,6 @@ class DescribePropertySoftwareDetailResponseBodyPropertys extends $tea.Model {
|
|
|
13347
13365
|
}
|
|
13348
13366
|
static names() {
|
|
13349
13367
|
return {
|
|
13350
|
-
create: 'Create',
|
|
13351
13368
|
createTimestamp: 'CreateTimestamp',
|
|
13352
13369
|
installTime: 'InstallTime',
|
|
13353
13370
|
installTimeDt: 'InstallTimeDt',
|
|
@@ -13364,7 +13381,6 @@ class DescribePropertySoftwareDetailResponseBodyPropertys extends $tea.Model {
|
|
|
13364
13381
|
}
|
|
13365
13382
|
static types() {
|
|
13366
13383
|
return {
|
|
13367
|
-
create: 'number',
|
|
13368
13384
|
createTimestamp: 'number',
|
|
13369
13385
|
installTime: 'string',
|
|
13370
13386
|
installTimeDt: 'number',
|
|
@@ -13468,7 +13484,6 @@ class DescribePropertyUserDetailResponseBodyPropertys extends $tea.Model {
|
|
|
13468
13484
|
static names() {
|
|
13469
13485
|
return {
|
|
13470
13486
|
accountsExpirationDate: 'AccountsExpirationDate',
|
|
13471
|
-
create: 'Create',
|
|
13472
13487
|
createTimestamp: 'CreateTimestamp',
|
|
13473
13488
|
groupNames: 'GroupNames',
|
|
13474
13489
|
instanceId: 'InstanceId',
|
|
@@ -13495,7 +13510,6 @@ class DescribePropertyUserDetailResponseBodyPropertys extends $tea.Model {
|
|
|
13495
13510
|
static types() {
|
|
13496
13511
|
return {
|
|
13497
13512
|
accountsExpirationDate: 'string',
|
|
13498
|
-
create: 'string',
|
|
13499
13513
|
createTimestamp: 'number',
|
|
13500
13514
|
groupNames: { 'type': 'array', 'itemType': 'string' },
|
|
13501
13515
|
instanceId: 'string',
|
|
@@ -14560,6 +14574,7 @@ class DescribeSuspEventsResponseBodySuspEvents extends $tea.Model {
|
|
|
14560
14574
|
lastTime: 'LastTime',
|
|
14561
14575
|
lastTimeStamp: 'LastTimeStamp',
|
|
14562
14576
|
level: 'Level',
|
|
14577
|
+
maliciousRuleStatus: 'MaliciousRuleStatus',
|
|
14563
14578
|
markMisRules: 'MarkMisRules',
|
|
14564
14579
|
name: 'Name',
|
|
14565
14580
|
occurrenceTime: 'OccurrenceTime',
|
|
@@ -14612,6 +14627,7 @@ class DescribeSuspEventsResponseBodySuspEvents extends $tea.Model {
|
|
|
14612
14627
|
lastTime: 'string',
|
|
14613
14628
|
lastTimeStamp: 'number',
|
|
14614
14629
|
level: 'string',
|
|
14630
|
+
maliciousRuleStatus: 'string',
|
|
14615
14631
|
markMisRules: 'string',
|
|
14616
14632
|
name: 'string',
|
|
14617
14633
|
occurrenceTime: 'string',
|
|
@@ -15837,6 +15853,9 @@ class Client extends openapi_client_1.default {
|
|
|
15837
15853
|
async describeAffectedMaliciousFileImagesWithOptions(request, runtime) {
|
|
15838
15854
|
tea_util_1.default.validateModel(request);
|
|
15839
15855
|
let query = {};
|
|
15856
|
+
if (!tea_util_1.default.isUnset(request.clusterId)) {
|
|
15857
|
+
query["ClusterId"] = request.clusterId;
|
|
15858
|
+
}
|
|
15840
15859
|
if (!tea_util_1.default.isUnset(request.currentPage)) {
|
|
15841
15860
|
query["CurrentPage"] = request.currentPage;
|
|
15842
15861
|
}
|
|
@@ -16418,6 +16437,15 @@ class Client extends openapi_client_1.default {
|
|
|
16418
16437
|
async describeCheckWarningSummaryWithOptions(request, runtime) {
|
|
16419
16438
|
tea_util_1.default.validateModel(request);
|
|
16420
16439
|
let query = {};
|
|
16440
|
+
if (!tea_util_1.default.isUnset(request.clusterId)) {
|
|
16441
|
+
query["ClusterId"] = request.clusterId;
|
|
16442
|
+
}
|
|
16443
|
+
if (!tea_util_1.default.isUnset(request.containerFieldName)) {
|
|
16444
|
+
query["ContainerFieldName"] = request.containerFieldName;
|
|
16445
|
+
}
|
|
16446
|
+
if (!tea_util_1.default.isUnset(request.containerFieldValue)) {
|
|
16447
|
+
query["ContainerFieldValue"] = request.containerFieldValue;
|
|
16448
|
+
}
|
|
16421
16449
|
if (!tea_util_1.default.isUnset(request.currentPage)) {
|
|
16422
16450
|
query["CurrentPage"] = request.currentPage;
|
|
16423
16451
|
}
|
|
@@ -16442,6 +16470,9 @@ class Client extends openapi_client_1.default {
|
|
|
16442
16470
|
if (!tea_util_1.default.isUnset(request.strategyId)) {
|
|
16443
16471
|
query["StrategyId"] = request.strategyId;
|
|
16444
16472
|
}
|
|
16473
|
+
if (!tea_util_1.default.isUnset(request.targetType)) {
|
|
16474
|
+
query["TargetType"] = request.targetType;
|
|
16475
|
+
}
|
|
16445
16476
|
if (!tea_util_1.default.isUnset(request.typeName)) {
|
|
16446
16477
|
query["TypeName"] = request.typeName;
|
|
16447
16478
|
}
|
|
@@ -17133,6 +17164,9 @@ class Client extends openapi_client_1.default {
|
|
|
17133
17164
|
async describeGroupedMaliciousFilesWithOptions(request, runtime) {
|
|
17134
17165
|
tea_util_1.default.validateModel(request);
|
|
17135
17166
|
let query = {};
|
|
17167
|
+
if (!tea_util_1.default.isUnset(request.clusterId)) {
|
|
17168
|
+
query["ClusterId"] = request.clusterId;
|
|
17169
|
+
}
|
|
17136
17170
|
if (!tea_util_1.default.isUnset(request.currentPage)) {
|
|
17137
17171
|
query["CurrentPage"] = request.currentPage;
|
|
17138
17172
|
}
|
|
@@ -17325,6 +17359,9 @@ class Client extends openapi_client_1.default {
|
|
|
17325
17359
|
async describeImageBaselineCheckSummaryWithOptions(request, runtime) {
|
|
17326
17360
|
tea_util_1.default.validateModel(request);
|
|
17327
17361
|
let query = {};
|
|
17362
|
+
if (!tea_util_1.default.isUnset(request.clusterId)) {
|
|
17363
|
+
query["ClusterId"] = request.clusterId;
|
|
17364
|
+
}
|
|
17328
17365
|
if (!tea_util_1.default.isUnset(request.criteria)) {
|
|
17329
17366
|
query["Criteria"] = request.criteria;
|
|
17330
17367
|
}
|
|
@@ -17407,6 +17444,9 @@ class Client extends openapi_client_1.default {
|
|
|
17407
17444
|
if (!tea_util_1.default.isUnset(request.aliasName)) {
|
|
17408
17445
|
query["AliasName"] = request.aliasName;
|
|
17409
17446
|
}
|
|
17447
|
+
if (!tea_util_1.default.isUnset(request.clusterId)) {
|
|
17448
|
+
query["ClusterId"] = request.clusterId;
|
|
17449
|
+
}
|
|
17410
17450
|
if (!tea_util_1.default.isUnset(request.currentPage)) {
|
|
17411
17451
|
query["CurrentPage"] = request.currentPage;
|
|
17412
17452
|
}
|
|
@@ -17490,6 +17530,9 @@ class Client extends openapi_client_1.default {
|
|
|
17490
17530
|
if (!tea_util_1.default.isUnset(request.baselineNameKey)) {
|
|
17491
17531
|
query["BaselineNameKey"] = request.baselineNameKey;
|
|
17492
17532
|
}
|
|
17533
|
+
if (!tea_util_1.default.isUnset(request.clusterId)) {
|
|
17534
|
+
query["ClusterId"] = request.clusterId;
|
|
17535
|
+
}
|
|
17493
17536
|
if (!tea_util_1.default.isUnset(request.criteria)) {
|
|
17494
17537
|
query["Criteria"] = request.criteria;
|
|
17495
17538
|
}
|
|
@@ -17581,6 +17624,9 @@ class Client extends openapi_client_1.default {
|
|
|
17581
17624
|
if (!tea_util_1.default.isUnset(request.aliasName)) {
|
|
17582
17625
|
query["AliasName"] = request.aliasName;
|
|
17583
17626
|
}
|
|
17627
|
+
if (!tea_util_1.default.isUnset(request.clusterId)) {
|
|
17628
|
+
query["ClusterId"] = request.clusterId;
|
|
17629
|
+
}
|
|
17584
17630
|
if (!tea_util_1.default.isUnset(request.currentPage)) {
|
|
17585
17631
|
query["CurrentPage"] = request.currentPage;
|
|
17586
17632
|
}
|