@alicloud/sas20181203 4.1.0 → 4.2.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 +869 -22
- package/dist/client.js +179 -32
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1099 -146
package/dist/client.d.ts
CHANGED
|
@@ -35970,46 +35970,124 @@ export declare class GetCheckConfigResponseBodyStandards extends $dara.Model {
|
|
|
35970
35970
|
}
|
|
35971
35971
|
export declare class GetCheckCountStatisticResponseBodyCheckCountStatisticDTOCheckCountStatisticItems extends $dara.Model {
|
|
35972
35972
|
/**
|
|
35973
|
+
* @remarks
|
|
35974
|
+
* Cloud product instance ID.
|
|
35975
|
+
*
|
|
35973
35976
|
* @example
|
|
35974
35977
|
* i-wz9bpxyu6t74qn9g****
|
|
35975
35978
|
*/
|
|
35976
35979
|
instanceId?: string;
|
|
35977
35980
|
/**
|
|
35981
|
+
* @remarks
|
|
35982
|
+
* Instance name of the asset.
|
|
35983
|
+
*
|
|
35978
35984
|
* @example
|
|
35979
35985
|
* launch-advisor-2021****
|
|
35980
35986
|
*/
|
|
35981
35987
|
instanceName?: string;
|
|
35982
35988
|
/**
|
|
35989
|
+
* @remarks
|
|
35990
|
+
* Subtype of the cloud product.
|
|
35991
|
+
*
|
|
35983
35992
|
* @example
|
|
35984
35993
|
* 0
|
|
35985
35994
|
*/
|
|
35986
35995
|
instanceSubType?: number;
|
|
35987
35996
|
/**
|
|
35997
|
+
* @remarks
|
|
35998
|
+
* The subtype of the cloud product. Values:
|
|
35999
|
+
*
|
|
36000
|
+
* - When **InstanceType** is **ECS**, this parameter can take the following values:
|
|
36001
|
+
* - **INSTANCE**
|
|
36002
|
+
* - **DISK**
|
|
36003
|
+
* - **SECURITY_GROUP**
|
|
36004
|
+
* - When **InstanceType** is **ACR**, this parameter can take the following values:
|
|
36005
|
+
* - **REPOSITORY_ENTERPRISE**
|
|
36006
|
+
* - **REPOSITORY_PERSON**
|
|
36007
|
+
* - When **InstanceType** is **RAM**, this parameter can take the following values:
|
|
36008
|
+
* - **ALIAS**
|
|
36009
|
+
* - **USER**
|
|
36010
|
+
* - **POLICY**
|
|
36011
|
+
* - **GROUP**
|
|
36012
|
+
* - When **InstanceType** is **WAF**, this parameter can take the following value:
|
|
36013
|
+
* - **DOMAIN**
|
|
36014
|
+
* - For other **InstanceType** values, this parameter takes the value:
|
|
36015
|
+
* - **INSTANCE**
|
|
36016
|
+
*
|
|
35988
36017
|
* @example
|
|
35989
36018
|
* INSTANCE
|
|
35990
36019
|
*/
|
|
35991
36020
|
instanceSubTypeName?: string;
|
|
35992
36021
|
/**
|
|
36022
|
+
* @remarks
|
|
36023
|
+
* Type of the cloud product. Values:
|
|
36024
|
+
* - **0**: ECS (Elastic Compute Service)
|
|
36025
|
+
* - **1**: SLB (Server Load Balancer)
|
|
36026
|
+
* - **2**: NAT Gateway
|
|
36027
|
+
* - **3**: RDS (Relational Database Service) Database
|
|
36028
|
+
* - **4**: MongoDB Database
|
|
36029
|
+
* - **5**: Redis Database
|
|
36030
|
+
* - **6**: Container Image
|
|
36031
|
+
* - **7**: Container
|
|
36032
|
+
*
|
|
35993
36033
|
* @example
|
|
35994
36034
|
* 0
|
|
35995
36035
|
*/
|
|
35996
36036
|
instanceType?: number;
|
|
35997
36037
|
/**
|
|
36038
|
+
* @remarks
|
|
36039
|
+
* The asset type of cloud products. Values:
|
|
36040
|
+
* - **ECS**: Elastic Compute Service
|
|
36041
|
+
* - **SLB**: Server Load Balancer
|
|
36042
|
+
* - **RDS**: Relational Database Service
|
|
36043
|
+
* - **MONGODB**: MongoDB Database
|
|
36044
|
+
* - **KVSTORE**: Redis Database
|
|
36045
|
+
* - **ACR**: Container Registry
|
|
36046
|
+
* - **CSK**: CSK
|
|
36047
|
+
* - **VPC**: Virtual Private Cloud
|
|
36048
|
+
* - **ACTIONTRAIL**: Action Trail
|
|
36049
|
+
* - **CDN**: Content Delivery Network
|
|
36050
|
+
* - **CAS**: Digital Certificate Management Service (formerly SSL Certificates)
|
|
36051
|
+
* - **RDC**: DevOps
|
|
36052
|
+
* - **RAM**: Resource Access Management
|
|
36053
|
+
* - **DDOS**: Distributed Denial of Service
|
|
36054
|
+
* - **WAF**: Web Application Firewall
|
|
36055
|
+
* - **OSS**: Object Storage Service
|
|
36056
|
+
* - **POLARDB**: POLARDB
|
|
36057
|
+
* - **POSTGRESQL**: PostgreSQL
|
|
36058
|
+
* - **MSE**: MSE
|
|
36059
|
+
* - **NAS**: Network Attached Storage
|
|
36060
|
+
* - **SDDP**: Sensitive Data Discovery and Protection
|
|
36061
|
+
* - **EIP**: Elastic IP
|
|
36062
|
+
*
|
|
35998
36063
|
* @example
|
|
35999
36064
|
* ECS
|
|
36000
36065
|
*/
|
|
36001
36066
|
instanceTypeName?: string;
|
|
36002
36067
|
/**
|
|
36068
|
+
* @remarks
|
|
36069
|
+
* Region ID.
|
|
36070
|
+
*
|
|
36003
36071
|
* @example
|
|
36004
36072
|
* cn-shanghai
|
|
36005
36073
|
*/
|
|
36006
36074
|
regionId?: string;
|
|
36007
36075
|
/**
|
|
36076
|
+
* @remarks
|
|
36077
|
+
* Number of risks.
|
|
36078
|
+
*
|
|
36008
36079
|
* @example
|
|
36009
36080
|
* 22
|
|
36010
36081
|
*/
|
|
36011
36082
|
riskCount?: number;
|
|
36012
36083
|
/**
|
|
36084
|
+
* @remarks
|
|
36085
|
+
* Cloud vendor. Values:
|
|
36086
|
+
* - **ALIYUN**: Alibaba Cloud
|
|
36087
|
+
* - **TENCENT**: Tencent Cloud
|
|
36088
|
+
* - **MICROSOFT**: Azure
|
|
36089
|
+
* - **AWS**: Amazon Web Services (AWS)
|
|
36090
|
+
*
|
|
36013
36091
|
* @example
|
|
36014
36092
|
* ALIYUN
|
|
36015
36093
|
*/
|
|
@@ -36026,8 +36104,18 @@ export declare class GetCheckCountStatisticResponseBodyCheckCountStatisticDTOChe
|
|
|
36026
36104
|
});
|
|
36027
36105
|
}
|
|
36028
36106
|
export declare class GetCheckCountStatisticResponseBodyCheckCountStatisticDTO extends $dara.Model {
|
|
36107
|
+
/**
|
|
36108
|
+
* @remarks
|
|
36109
|
+
* Risk item count statistics results.
|
|
36110
|
+
*/
|
|
36029
36111
|
checkCountStatisticItems?: GetCheckCountStatisticResponseBodyCheckCountStatisticDTOCheckCountStatisticItems[];
|
|
36030
36112
|
/**
|
|
36113
|
+
* @remarks
|
|
36114
|
+
* The type of data statistics. Values:
|
|
36115
|
+
* - **user**: Top 5 over-authorized users.
|
|
36116
|
+
* - **role**: Top 5 over-authorized roles.
|
|
36117
|
+
* - **instance**: Top 5 risky cloud products.
|
|
36118
|
+
*
|
|
36031
36119
|
* @example
|
|
36032
36120
|
* instance
|
|
36033
36121
|
*/
|
|
@@ -37281,11 +37369,17 @@ export declare class GetCheckSummaryResponseBodySummarys extends $dara.Model {
|
|
|
37281
37369
|
}
|
|
37282
37370
|
export declare class GetCheckTimeDimensionStatisticResponseBodyTimeDimensionStatisticDTOTimeDimensionStatisticItemsStatisticDatas extends $dara.Model {
|
|
37283
37371
|
/**
|
|
37372
|
+
* @remarks
|
|
37373
|
+
* Data type.
|
|
37374
|
+
*
|
|
37284
37375
|
* @example
|
|
37285
37376
|
* COMPLIANCE_Pass
|
|
37286
37377
|
*/
|
|
37287
37378
|
name?: string;
|
|
37288
37379
|
/**
|
|
37380
|
+
* @remarks
|
|
37381
|
+
* Quantity.
|
|
37382
|
+
*
|
|
37289
37383
|
* @example
|
|
37290
37384
|
* 194
|
|
37291
37385
|
*/
|
|
@@ -37303,10 +37397,17 @@ export declare class GetCheckTimeDimensionStatisticResponseBodyTimeDimensionStat
|
|
|
37303
37397
|
}
|
|
37304
37398
|
export declare class GetCheckTimeDimensionStatisticResponseBodyTimeDimensionStatisticDTOTimeDimensionStatisticItems extends $dara.Model {
|
|
37305
37399
|
/**
|
|
37400
|
+
* @remarks
|
|
37401
|
+
* Data time, in timestamp format.
|
|
37402
|
+
*
|
|
37306
37403
|
* @example
|
|
37307
37404
|
* 1712592000000
|
|
37308
37405
|
*/
|
|
37309
37406
|
dataTime?: number;
|
|
37407
|
+
/**
|
|
37408
|
+
* @remarks
|
|
37409
|
+
* List of statistical data.
|
|
37410
|
+
*/
|
|
37310
37411
|
statisticDatas?: GetCheckTimeDimensionStatisticResponseBodyTimeDimensionStatisticDTOTimeDimensionStatisticItemsStatisticDatas[];
|
|
37311
37412
|
static names(): {
|
|
37312
37413
|
[key: string]: string;
|
|
@@ -37320,12 +37421,25 @@ export declare class GetCheckTimeDimensionStatisticResponseBodyTimeDimensionStat
|
|
|
37320
37421
|
});
|
|
37321
37422
|
}
|
|
37322
37423
|
export declare class GetCheckTimeDimensionStatisticResponseBodyTimeDimensionStatisticDTO extends $dara.Model {
|
|
37424
|
+
/**
|
|
37425
|
+
* @remarks
|
|
37426
|
+
* List of data time points.
|
|
37427
|
+
*/
|
|
37323
37428
|
dates?: number[];
|
|
37324
37429
|
/**
|
|
37430
|
+
* @remarks
|
|
37431
|
+
* Type of statistical data. Values:
|
|
37432
|
+
* - **CheckPassRate**: Check item pass rate.
|
|
37433
|
+
* - **AssetPassRate**: Asset pass rate.
|
|
37434
|
+
*
|
|
37325
37435
|
* @example
|
|
37326
37436
|
* CheckPassRate
|
|
37327
37437
|
*/
|
|
37328
37438
|
statisticType?: string;
|
|
37439
|
+
/**
|
|
37440
|
+
* @remarks
|
|
37441
|
+
* Time trend statistical data results.
|
|
37442
|
+
*/
|
|
37329
37443
|
timeDimensionStatisticItems?: GetCheckTimeDimensionStatisticResponseBodyTimeDimensionStatisticDTOTimeDimensionStatisticItems[];
|
|
37330
37444
|
static names(): {
|
|
37331
37445
|
[key: string]: string;
|
|
@@ -40850,7 +40964,7 @@ export declare class GetImageEventOperationResponseBodyData extends $dara.Model
|
|
|
40850
40964
|
* @remarks
|
|
40851
40965
|
* The source of the whitelist. Valid values:
|
|
40852
40966
|
*
|
|
40853
|
-
* * **
|
|
40967
|
+
* * **default**: image
|
|
40854
40968
|
* * **agentless**: agentless detection
|
|
40855
40969
|
*
|
|
40856
40970
|
* @example
|
|
@@ -43589,51 +43703,97 @@ export declare class GetSensitiveDefineRuleConfigResponseBodyData extends $dara.
|
|
|
43589
43703
|
}
|
|
43590
43704
|
export declare class GetServerlessAppAuthDetailResponseBodyData extends $dara.Model {
|
|
43591
43705
|
/**
|
|
43706
|
+
* @remarks
|
|
43707
|
+
* Application ID.
|
|
43708
|
+
*
|
|
43592
43709
|
* @example
|
|
43593
43710
|
* c932b7a0***
|
|
43594
43711
|
*/
|
|
43595
43712
|
appId?: string;
|
|
43596
43713
|
/**
|
|
43714
|
+
* @remarks
|
|
43715
|
+
* Number of CPU cores.
|
|
43716
|
+
*
|
|
43597
43717
|
* @example
|
|
43598
43718
|
* 2
|
|
43599
43719
|
*/
|
|
43600
43720
|
coreCount?: number;
|
|
43601
43721
|
/**
|
|
43722
|
+
* @remarks
|
|
43723
|
+
* Number of instances.
|
|
43724
|
+
*
|
|
43602
43725
|
* @example
|
|
43603
43726
|
* 1
|
|
43604
43727
|
*/
|
|
43605
43728
|
instanceCount?: number;
|
|
43606
43729
|
/**
|
|
43730
|
+
* @remarks
|
|
43731
|
+
* Whether authorization is bound. Values:
|
|
43732
|
+
*
|
|
43733
|
+
* - **true**: Yes
|
|
43734
|
+
* - **false**: No
|
|
43735
|
+
*
|
|
43607
43736
|
* @example
|
|
43608
43737
|
* true
|
|
43609
43738
|
*/
|
|
43610
43739
|
isBind?: boolean;
|
|
43611
43740
|
/**
|
|
43741
|
+
* @remarks
|
|
43742
|
+
* Whether it is a post-paid instance. Values:
|
|
43743
|
+
*
|
|
43744
|
+
* - **true**: Yes
|
|
43745
|
+
* - **false**: No
|
|
43746
|
+
*
|
|
43612
43747
|
* @example
|
|
43613
43748
|
* true
|
|
43614
43749
|
*/
|
|
43615
43750
|
isPostPaid?: boolean;
|
|
43616
43751
|
/**
|
|
43752
|
+
* @remarks
|
|
43753
|
+
* Serverless post-paid status. Values:
|
|
43754
|
+
* - **true**: Active
|
|
43755
|
+
* - **false**: Expired
|
|
43756
|
+
*
|
|
43617
43757
|
* @example
|
|
43618
43758
|
* true
|
|
43619
43759
|
*/
|
|
43620
43760
|
isServerlessPostPaidValid?: boolean;
|
|
43621
43761
|
/**
|
|
43762
|
+
* @remarks
|
|
43763
|
+
* Pay-as-you-go module switch. Values:
|
|
43764
|
+
*
|
|
43765
|
+
* - **VUL**: Vulnerability repair module
|
|
43766
|
+
* - **CSPM**: Cloud Security Posture Management module
|
|
43767
|
+
* - **AGENTLESS**: Agentless detection module
|
|
43768
|
+
* - **SERVERLESS**: Serverless security module
|
|
43769
|
+
* - **CTDR**: Threat Detection and Response module
|
|
43770
|
+
*
|
|
43622
43771
|
* @example
|
|
43623
43772
|
* SERVERLESS
|
|
43624
43773
|
*/
|
|
43625
43774
|
postPaidModuleSwitch?: string;
|
|
43626
43775
|
/**
|
|
43776
|
+
* @remarks
|
|
43777
|
+
* Post-paid activation time.
|
|
43778
|
+
*
|
|
43627
43779
|
* @example
|
|
43628
43780
|
* 1655432638000
|
|
43629
43781
|
*/
|
|
43630
43782
|
postPaidOpenTime?: number;
|
|
43631
43783
|
/**
|
|
43784
|
+
* @remarks
|
|
43785
|
+
* Post-paid instance status. Values:
|
|
43786
|
+
* - **1**: Active
|
|
43787
|
+
* - **2**: Suspended due to unpaid bills
|
|
43788
|
+
*
|
|
43632
43789
|
* @example
|
|
43633
43790
|
* 1
|
|
43634
43791
|
*/
|
|
43635
43792
|
postPaidStatus?: number;
|
|
43636
43793
|
/**
|
|
43794
|
+
* @remarks
|
|
43795
|
+
* Post-paid instance ID.
|
|
43796
|
+
*
|
|
43637
43797
|
* @example
|
|
43638
43798
|
* 101
|
|
43639
43799
|
*/
|
|
@@ -43651,76 +43811,137 @@ export declare class GetServerlessAppAuthDetailResponseBodyData extends $dara.Mo
|
|
|
43651
43811
|
}
|
|
43652
43812
|
export declare class GetServerlessAuthSummaryResponseBodyData extends $dara.Model {
|
|
43653
43813
|
/**
|
|
43814
|
+
* @remarks
|
|
43815
|
+
* Enable auto-binding. Values:
|
|
43816
|
+
*
|
|
43817
|
+
* - **0**: Disabled
|
|
43818
|
+
* - **1**: Enabled
|
|
43819
|
+
*
|
|
43654
43820
|
* @example
|
|
43655
43821
|
* 1
|
|
43656
43822
|
*/
|
|
43657
43823
|
autoBind?: number;
|
|
43658
43824
|
/**
|
|
43825
|
+
* @remarks
|
|
43826
|
+
* Indicates whether there is a pre-bound asset configuration. Pre-binding refers to the asset binding configuration selected in advance at the time of purchase. The values are: - **0**: No - **1**: Yes
|
|
43827
|
+
*
|
|
43659
43828
|
* @example
|
|
43660
43829
|
* 1
|
|
43661
43830
|
*/
|
|
43662
43831
|
hasPreBindSetting?: boolean;
|
|
43663
43832
|
/**
|
|
43833
|
+
* @remarks
|
|
43834
|
+
* Whether it is a post-paid instance. Values:
|
|
43835
|
+
*
|
|
43836
|
+
* - **true**: Yes
|
|
43837
|
+
* - **false**: No
|
|
43838
|
+
*
|
|
43664
43839
|
* @example
|
|
43665
43840
|
* true
|
|
43666
43841
|
*/
|
|
43667
43842
|
isPostPaid?: boolean;
|
|
43668
43843
|
/**
|
|
43844
|
+
* @remarks
|
|
43845
|
+
* Serverless post-paid status. Values:
|
|
43846
|
+
* - **true**: Active
|
|
43847
|
+
* - **false**: Expired
|
|
43848
|
+
*
|
|
43669
43849
|
* @example
|
|
43670
43850
|
* true
|
|
43671
43851
|
*/
|
|
43672
43852
|
isServerlessPostPaidValid?: boolean;
|
|
43673
43853
|
/**
|
|
43854
|
+
* @remarks
|
|
43855
|
+
* Pay-as-you-go module switch. Values:
|
|
43856
|
+
*
|
|
43857
|
+
* - **VUL**: Vulnerability Repair Module
|
|
43858
|
+
* - **CSPM**: Cloud Security Posture Management Module
|
|
43859
|
+
* - **AGENTLESS**: Agentless Detection Module
|
|
43860
|
+
* - **SERVERLESS**: Serverless Security Module
|
|
43861
|
+
* - **CTDR**: Threat Analysis and Response Module
|
|
43862
|
+
*
|
|
43674
43863
|
* @example
|
|
43675
43864
|
* SERVERLESS
|
|
43676
43865
|
*/
|
|
43677
43866
|
postPaidModuleSwitch?: string;
|
|
43678
43867
|
/**
|
|
43868
|
+
* @remarks
|
|
43869
|
+
* Post-paid activation time. Unit: milliseconds.
|
|
43870
|
+
*
|
|
43679
43871
|
* @example
|
|
43680
43872
|
* 1655432638000
|
|
43681
43873
|
*/
|
|
43682
43874
|
postPaidOpenTime?: number;
|
|
43683
43875
|
/**
|
|
43876
|
+
* @remarks
|
|
43877
|
+
* Post-paid instance status. Values:
|
|
43878
|
+
* - **1**: Active
|
|
43879
|
+
* - **2**: Suspended due to unpaid bills
|
|
43880
|
+
*
|
|
43684
43881
|
* @example
|
|
43685
43882
|
* 1
|
|
43686
43883
|
*/
|
|
43687
43884
|
postPaidStatus?: number;
|
|
43688
43885
|
/**
|
|
43886
|
+
* @remarks
|
|
43887
|
+
* Post-paid instance ID.
|
|
43888
|
+
*
|
|
43689
43889
|
* @example
|
|
43690
43890
|
* sas-postpay-**
|
|
43691
43891
|
*/
|
|
43692
43892
|
postpaidInstanceId?: string;
|
|
43693
43893
|
/**
|
|
43894
|
+
* @remarks
|
|
43895
|
+
* Region ID.
|
|
43896
|
+
*
|
|
43694
43897
|
* @example
|
|
43695
43898
|
* cn-hangzhou
|
|
43696
43899
|
*/
|
|
43697
43900
|
regionId?: string;
|
|
43698
43901
|
/**
|
|
43902
|
+
* @remarks
|
|
43903
|
+
* Total number of bound applications.
|
|
43904
|
+
*
|
|
43699
43905
|
* @example
|
|
43700
43906
|
* 10
|
|
43701
43907
|
*/
|
|
43702
43908
|
totalBindAppCount?: number;
|
|
43703
43909
|
/**
|
|
43910
|
+
* @remarks
|
|
43911
|
+
* Total number of bound cores.
|
|
43912
|
+
*
|
|
43704
43913
|
* @example
|
|
43705
43914
|
* 1
|
|
43706
43915
|
*/
|
|
43707
43916
|
totalBindCoreCount?: number;
|
|
43708
43917
|
/**
|
|
43918
|
+
* @remarks
|
|
43919
|
+
* Total number of bound instances.
|
|
43920
|
+
*
|
|
43709
43921
|
* @example
|
|
43710
43922
|
* 1
|
|
43711
43923
|
*/
|
|
43712
43924
|
totalBindInstanceCount?: number;
|
|
43713
43925
|
/**
|
|
43926
|
+
* @remarks
|
|
43927
|
+
* Total number of unbound applications.
|
|
43928
|
+
*
|
|
43714
43929
|
* @example
|
|
43715
43930
|
* 1
|
|
43716
43931
|
*/
|
|
43717
43932
|
totalUnBindAppCount?: number;
|
|
43718
43933
|
/**
|
|
43934
|
+
* @remarks
|
|
43935
|
+
* Total number of unbound cores.
|
|
43936
|
+
*
|
|
43719
43937
|
* @example
|
|
43720
43938
|
* 1
|
|
43721
43939
|
*/
|
|
43722
43940
|
totalUnBindCoreCount?: number;
|
|
43723
43941
|
/**
|
|
43942
|
+
* @remarks
|
|
43943
|
+
* Total number of unbound instances.
|
|
43944
|
+
*
|
|
43724
43945
|
* @example
|
|
43725
43946
|
* 2
|
|
43726
43947
|
*/
|
|
@@ -48146,6 +48367,9 @@ export declare class ListCheckResultResponseBodyPageInfo extends $dara.Model {
|
|
|
48146
48367
|
}
|
|
48147
48368
|
export declare class ListCheckRuleResponseBodyCheckRulesCheckPolicies extends $dara.Model {
|
|
48148
48369
|
/**
|
|
48370
|
+
* @remarks
|
|
48371
|
+
* Display name of the item\\"s chapter.
|
|
48372
|
+
*
|
|
48149
48373
|
* @example
|
|
48150
48374
|
* Access Control
|
|
48151
48375
|
*/
|
|
@@ -48163,67 +48387,121 @@ export declare class ListCheckRuleResponseBodyCheckRulesCheckPolicies extends $d
|
|
|
48163
48387
|
}
|
|
48164
48388
|
export declare class ListCheckRuleResponseBodyCheckRules extends $dara.Model {
|
|
48165
48389
|
/**
|
|
48390
|
+
* @remarks
|
|
48391
|
+
* The UID of the current user.
|
|
48392
|
+
*
|
|
48166
48393
|
* @example
|
|
48167
48394
|
* 176316827610****
|
|
48168
48395
|
*/
|
|
48169
48396
|
aliUid?: number;
|
|
48170
48397
|
/**
|
|
48398
|
+
* @remarks
|
|
48399
|
+
* The subtype of the cloud product.
|
|
48400
|
+
*
|
|
48401
|
+
* > For specific meanings, refer to the [GetCloudAssetCriteria](~~GetCloudAssetCriteria~~) AssetSubType.
|
|
48402
|
+
*
|
|
48171
48403
|
* @example
|
|
48172
48404
|
* 0
|
|
48173
48405
|
*/
|
|
48174
48406
|
assetSubType?: number;
|
|
48175
48407
|
/**
|
|
48408
|
+
* @remarks
|
|
48409
|
+
* The type of cloud asset.
|
|
48410
|
+
* > For specific meanings, refer to the [GetCloudAssetCriteria](~~GetCloudAssetCriteria~~) AssetType.
|
|
48411
|
+
*
|
|
48176
48412
|
* @example
|
|
48177
48413
|
* 1
|
|
48178
48414
|
*/
|
|
48179
48415
|
assetType?: number;
|
|
48180
48416
|
/**
|
|
48417
|
+
* @remarks
|
|
48418
|
+
* The ID of the check item.
|
|
48419
|
+
*
|
|
48181
48420
|
* @example
|
|
48182
48421
|
* 77
|
|
48183
48422
|
*/
|
|
48184
48423
|
checkId?: number;
|
|
48424
|
+
/**
|
|
48425
|
+
* @remarks
|
|
48426
|
+
* The display name of the check item section.
|
|
48427
|
+
*/
|
|
48185
48428
|
checkPolicies?: ListCheckRuleResponseBodyCheckRulesCheckPolicies[];
|
|
48186
48429
|
/**
|
|
48430
|
+
* @remarks
|
|
48431
|
+
* The name of the check item.
|
|
48432
|
+
*
|
|
48187
48433
|
* @example
|
|
48188
48434
|
* Check for IPS Whitelist on CEN (Enterprise Edition) Tab
|
|
48189
48435
|
*/
|
|
48190
48436
|
checkShowName?: string;
|
|
48191
48437
|
/**
|
|
48438
|
+
* @remarks
|
|
48439
|
+
* The sub-asset type of the cloud product.
|
|
48440
|
+
*
|
|
48192
48441
|
* @example
|
|
48193
48442
|
* INSTANCE
|
|
48194
48443
|
*/
|
|
48195
48444
|
instanceSubType?: string;
|
|
48196
48445
|
/**
|
|
48446
|
+
* @remarks
|
|
48447
|
+
* The asset type of the cloud product.
|
|
48448
|
+
*
|
|
48197
48449
|
* @example
|
|
48198
48450
|
* ecs
|
|
48199
48451
|
*/
|
|
48200
48452
|
instanceType?: string;
|
|
48201
48453
|
/**
|
|
48454
|
+
* @remarks
|
|
48455
|
+
* Remark.
|
|
48456
|
+
*
|
|
48202
48457
|
* @example
|
|
48203
48458
|
* remark
|
|
48204
48459
|
*/
|
|
48205
48460
|
remark?: string;
|
|
48206
48461
|
/**
|
|
48462
|
+
* @remarks
|
|
48463
|
+
* The ID of the rule.
|
|
48464
|
+
*
|
|
48207
48465
|
* @example
|
|
48208
48466
|
* 8000**
|
|
48209
48467
|
*/
|
|
48210
48468
|
ruleId?: number;
|
|
48211
48469
|
/**
|
|
48470
|
+
* @remarks
|
|
48471
|
+
* The type of rule. Default is **WHITE**. Values:
|
|
48472
|
+
* - **WHITE**: Add to whitelist
|
|
48473
|
+
*
|
|
48212
48474
|
* @example
|
|
48213
48475
|
* WHITE
|
|
48214
48476
|
*/
|
|
48215
48477
|
ruleType?: string;
|
|
48216
48478
|
/**
|
|
48479
|
+
* @remarks
|
|
48480
|
+
* The scope where the rule applies. Values:
|
|
48481
|
+
* - **INSTNACE**: Instance
|
|
48482
|
+
* - **ITEM**: Check item
|
|
48483
|
+
*
|
|
48217
48484
|
* @example
|
|
48218
48485
|
* INSTANCE
|
|
48219
48486
|
*/
|
|
48220
48487
|
scopeType?: string;
|
|
48221
48488
|
/**
|
|
48489
|
+
* @remarks
|
|
48490
|
+
* The server vendor. Values:
|
|
48491
|
+
*
|
|
48492
|
+
* - **0**: Alibaba Cloud asset
|
|
48493
|
+
* - **1**: Non-cloud asset
|
|
48494
|
+
* - **2**: IDC asset
|
|
48495
|
+
* - **3**, **4**, **5**, **7**: Other cloud assets
|
|
48496
|
+
*
|
|
48222
48497
|
* @example
|
|
48223
48498
|
* 0
|
|
48224
48499
|
*/
|
|
48225
48500
|
vendor?: number;
|
|
48226
48501
|
/**
|
|
48502
|
+
* @remarks
|
|
48503
|
+
* The name of the server provider.
|
|
48504
|
+
*
|
|
48227
48505
|
* @example
|
|
48228
48506
|
* ALIYUN
|
|
48229
48507
|
*/
|
|
@@ -48241,21 +48519,33 @@ export declare class ListCheckRuleResponseBodyCheckRules extends $dara.Model {
|
|
|
48241
48519
|
}
|
|
48242
48520
|
export declare class ListCheckRuleResponseBodyPageInfo extends $dara.Model {
|
|
48243
48521
|
/**
|
|
48522
|
+
* @remarks
|
|
48523
|
+
* The number of data entries displayed on the current page.
|
|
48524
|
+
*
|
|
48244
48525
|
* @example
|
|
48245
48526
|
* 10
|
|
48246
48527
|
*/
|
|
48247
48528
|
count?: number;
|
|
48248
48529
|
/**
|
|
48530
|
+
* @remarks
|
|
48531
|
+
* The page number in a paginated query.
|
|
48532
|
+
*
|
|
48249
48533
|
* @example
|
|
48250
48534
|
* 1
|
|
48251
48535
|
*/
|
|
48252
48536
|
currentPage?: number;
|
|
48253
48537
|
/**
|
|
48538
|
+
* @remarks
|
|
48539
|
+
* The maximum number of data entries displayed per page in a paginated query.
|
|
48540
|
+
*
|
|
48254
48541
|
* @example
|
|
48255
48542
|
* 20
|
|
48256
48543
|
*/
|
|
48257
48544
|
pageSize?: number;
|
|
48258
48545
|
/**
|
|
48546
|
+
* @remarks
|
|
48547
|
+
* Total number of data entries.
|
|
48548
|
+
*
|
|
48259
48549
|
* @example
|
|
48260
48550
|
* 10
|
|
48261
48551
|
*/
|
|
@@ -48273,11 +48563,19 @@ export declare class ListCheckRuleResponseBodyPageInfo extends $dara.Model {
|
|
|
48273
48563
|
}
|
|
48274
48564
|
export declare class ListCheckRuleInstanceRequestInstanceList extends $dara.Model {
|
|
48275
48565
|
/**
|
|
48566
|
+
* @remarks
|
|
48567
|
+
* Asset instance ID.
|
|
48568
|
+
* > Call the [ListCheckInstanceResult](~~ListCheckInstanceResult~~) interface to get this parameter.
|
|
48569
|
+
*
|
|
48276
48570
|
* @example
|
|
48277
48571
|
* i-wz9fdluqx20mp2x7****
|
|
48278
48572
|
*/
|
|
48279
48573
|
instanceId?: string;
|
|
48280
48574
|
/**
|
|
48575
|
+
* @remarks
|
|
48576
|
+
* The region where the asset is located.
|
|
48577
|
+
* > Call the [ListCheckInstanceResult](~~ListCheckInstanceResult~~) interface to get this parameter.
|
|
48578
|
+
*
|
|
48281
48579
|
* @example
|
|
48282
48580
|
* cn-hongkong
|
|
48283
48581
|
*/
|
|
@@ -48295,16 +48593,25 @@ export declare class ListCheckRuleInstanceRequestInstanceList extends $dara.Mode
|
|
|
48295
48593
|
}
|
|
48296
48594
|
export declare class ListCheckRuleInstanceResponseBodyCheckRuleInstances extends $dara.Model {
|
|
48297
48595
|
/**
|
|
48596
|
+
* @remarks
|
|
48597
|
+
* The instance ID of the asset.
|
|
48598
|
+
*
|
|
48298
48599
|
* @example
|
|
48299
48600
|
* i-j6c76lh1kvrcvwl*****
|
|
48300
48601
|
*/
|
|
48301
48602
|
instanceId?: string;
|
|
48302
48603
|
/**
|
|
48604
|
+
* @remarks
|
|
48605
|
+
* The instance name of the asset.
|
|
48606
|
+
*
|
|
48303
48607
|
* @example
|
|
48304
48608
|
* testEcs
|
|
48305
48609
|
*/
|
|
48306
48610
|
instanceName?: string;
|
|
48307
48611
|
/**
|
|
48612
|
+
* @remarks
|
|
48613
|
+
* Region ID.
|
|
48614
|
+
*
|
|
48308
48615
|
* @example
|
|
48309
48616
|
* cn-shanghai
|
|
48310
48617
|
*/
|
|
@@ -54137,16 +54444,27 @@ export declare class ListOpaClusterStrategyNewResponseBodyPageInfo extends $dara
|
|
|
54137
54444
|
}
|
|
54138
54445
|
export declare class ListOperationCheckRequestOperationTaskInstances extends $dara.Model {
|
|
54139
54446
|
/**
|
|
54447
|
+
* @remarks
|
|
54448
|
+
* Cloud asset instance ID.
|
|
54449
|
+
*
|
|
54140
54450
|
* @example
|
|
54141
54451
|
* r-bp1642ib4bg2bm****
|
|
54142
54452
|
*/
|
|
54143
54453
|
instanceId?: string;
|
|
54144
54454
|
/**
|
|
54455
|
+
* @remarks
|
|
54456
|
+
* Region ID.
|
|
54457
|
+
*
|
|
54145
54458
|
* @example
|
|
54146
54459
|
* cn-hangzhou
|
|
54147
54460
|
*/
|
|
54148
54461
|
regionId?: string;
|
|
54149
54462
|
/**
|
|
54463
|
+
* @remarks
|
|
54464
|
+
* Asset vendor. Values:
|
|
54465
|
+
*
|
|
54466
|
+
* - **ALIYUN**: Alibaba Cloud
|
|
54467
|
+
*
|
|
54150
54468
|
* @example
|
|
54151
54469
|
* ALIYUN
|
|
54152
54470
|
*/
|
|
@@ -54164,26 +54482,41 @@ export declare class ListOperationCheckRequestOperationTaskInstances extends $da
|
|
|
54164
54482
|
}
|
|
54165
54483
|
export declare class ListOperationCheckResponseBodyOperationTaskInstanceDetailsRepairRepairConfigs extends $dara.Model {
|
|
54166
54484
|
/**
|
|
54485
|
+
* @remarks
|
|
54486
|
+
* ID of the repair process during the repair operation.
|
|
54487
|
+
*
|
|
54167
54488
|
* @example
|
|
54168
54489
|
* cd7c4d34c1034de08308535d6cee***
|
|
54169
54490
|
*/
|
|
54170
54491
|
flowId?: string;
|
|
54171
54492
|
/**
|
|
54493
|
+
* @remarks
|
|
54494
|
+
* Name of the repair parameter.
|
|
54495
|
+
*
|
|
54172
54496
|
* @example
|
|
54173
54497
|
* IpList
|
|
54174
54498
|
*/
|
|
54175
54499
|
name?: string;
|
|
54176
54500
|
/**
|
|
54501
|
+
* @remarks
|
|
54502
|
+
* Display name.
|
|
54503
|
+
*
|
|
54177
54504
|
* @example
|
|
54178
54505
|
* IP List
|
|
54179
54506
|
*/
|
|
54180
54507
|
showName?: string;
|
|
54181
54508
|
/**
|
|
54509
|
+
* @remarks
|
|
54510
|
+
* JSON string for the custom configuration type of the check item.
|
|
54511
|
+
*
|
|
54182
54512
|
* @example
|
|
54183
54513
|
* {\\"type\\":\\"STRING\\",\\"range\\":[0,64]}
|
|
54184
54514
|
*/
|
|
54185
54515
|
typeDefine?: string;
|
|
54186
54516
|
/**
|
|
54517
|
+
* @remarks
|
|
54518
|
+
* Real-time value of the parameter for the instance.
|
|
54519
|
+
*
|
|
54187
54520
|
* @example
|
|
54188
54521
|
* 192.168.1XX.1XX
|
|
54189
54522
|
*/
|
|
@@ -54201,22 +54534,38 @@ export declare class ListOperationCheckResponseBodyOperationTaskInstanceDetailsR
|
|
|
54201
54534
|
}
|
|
54202
54535
|
export declare class ListOperationCheckResponseBodyOperationTaskInstanceDetailsRepair extends $dara.Model {
|
|
54203
54536
|
/**
|
|
54537
|
+
* @remarks
|
|
54538
|
+
* Timestamp for processing the risk. Unit: milliseconds.
|
|
54539
|
+
*
|
|
54204
54540
|
* @example
|
|
54205
54541
|
* 1719923175000
|
|
54206
54542
|
*/
|
|
54207
54543
|
operateTime?: number;
|
|
54544
|
+
/**
|
|
54545
|
+
* @remarks
|
|
54546
|
+
* Fix the corresponding configuration information.
|
|
54547
|
+
*/
|
|
54208
54548
|
repairConfigs?: ListOperationCheckResponseBodyOperationTaskInstanceDetailsRepairRepairConfigs[];
|
|
54209
54549
|
/**
|
|
54550
|
+
* @remarks
|
|
54551
|
+
* Status of the corresponding task.
|
|
54552
|
+
*
|
|
54210
54553
|
* @example
|
|
54211
54554
|
* REPAIR_SUCCESS_VERIFIED
|
|
54212
54555
|
*/
|
|
54213
54556
|
status?: string;
|
|
54214
54557
|
/**
|
|
54558
|
+
* @remarks
|
|
54559
|
+
* Display name of the repair task status.
|
|
54560
|
+
*
|
|
54215
54561
|
* @example
|
|
54216
54562
|
* repair success verified
|
|
54217
54563
|
*/
|
|
54218
54564
|
statusShowName?: string;
|
|
54219
54565
|
/**
|
|
54566
|
+
* @remarks
|
|
54567
|
+
* TaskId of the operation task.
|
|
54568
|
+
*
|
|
54220
54569
|
* @example
|
|
54221
54570
|
* 6a829841e335b0fb6e0014463284****
|
|
54222
54571
|
*/
|
|
@@ -54234,22 +54583,40 @@ export declare class ListOperationCheckResponseBodyOperationTaskInstanceDetailsR
|
|
|
54234
54583
|
}
|
|
54235
54584
|
export declare class ListOperationCheckResponseBodyOperationTaskInstanceDetails extends $dara.Model {
|
|
54236
54585
|
/**
|
|
54586
|
+
* @remarks
|
|
54587
|
+
* Check item ID.
|
|
54588
|
+
*
|
|
54237
54589
|
* @example
|
|
54238
54590
|
* 58
|
|
54239
54591
|
*/
|
|
54240
54592
|
checkId?: number;
|
|
54241
54593
|
/**
|
|
54594
|
+
* @remarks
|
|
54595
|
+
* Instance ID.
|
|
54596
|
+
*
|
|
54242
54597
|
* @example
|
|
54243
54598
|
* lb-2zefdwrre8ey8ewr0****
|
|
54244
54599
|
*/
|
|
54245
54600
|
instanceId?: string;
|
|
54246
54601
|
/**
|
|
54602
|
+
* @remarks
|
|
54603
|
+
* Region ID.
|
|
54604
|
+
*
|
|
54247
54605
|
* @example
|
|
54248
54606
|
* cn-shanghai
|
|
54249
54607
|
*/
|
|
54250
54608
|
regionId?: string;
|
|
54609
|
+
/**
|
|
54610
|
+
* @remarks
|
|
54611
|
+
* Information about the repair task.
|
|
54612
|
+
*/
|
|
54251
54613
|
repair?: ListOperationCheckResponseBodyOperationTaskInstanceDetailsRepair[];
|
|
54252
54614
|
/**
|
|
54615
|
+
* @remarks
|
|
54616
|
+
* The operation type of the corresponding task:
|
|
54617
|
+
* - **REPAIR**: Repair task
|
|
54618
|
+
* - **ROLLBACK**: Rollback task
|
|
54619
|
+
*
|
|
54253
54620
|
* @example
|
|
54254
54621
|
* REPAIR
|
|
54255
54622
|
*/
|
|
@@ -57742,11 +58109,17 @@ export declare class ModifyAssetCleanConfigRequestAssetCleanConfigs extends $dar
|
|
|
57742
58109
|
}
|
|
57743
58110
|
export declare class ModifyCheckRuleRequestAddInstanceList extends $dara.Model {
|
|
57744
58111
|
/**
|
|
58112
|
+
* @remarks
|
|
58113
|
+
* The instance ID of the asset.
|
|
58114
|
+
*
|
|
57745
58115
|
* @example
|
|
57746
58116
|
* i-wz9g8ljygfqs1ez3****
|
|
57747
58117
|
*/
|
|
57748
58118
|
instanceId?: string;
|
|
57749
58119
|
/**
|
|
58120
|
+
* @remarks
|
|
58121
|
+
* The region ID of the asset.
|
|
58122
|
+
*
|
|
57750
58123
|
* @example
|
|
57751
58124
|
* cn-shanghai
|
|
57752
58125
|
*/
|
|
@@ -57764,11 +58137,17 @@ export declare class ModifyCheckRuleRequestAddInstanceList extends $dara.Model {
|
|
|
57764
58137
|
}
|
|
57765
58138
|
export declare class ModifyCheckRuleRequestDeleteInstanceList extends $dara.Model {
|
|
57766
58139
|
/**
|
|
58140
|
+
* @remarks
|
|
58141
|
+
* The instance ID of the asset.
|
|
58142
|
+
*
|
|
57767
58143
|
* @example
|
|
57768
58144
|
* i-8vb0e8qdaj0yyxjo****
|
|
57769
58145
|
*/
|
|
57770
58146
|
instanceId?: string;
|
|
57771
58147
|
/**
|
|
58148
|
+
* @remarks
|
|
58149
|
+
* The region ID of the asset.
|
|
58150
|
+
*
|
|
57772
58151
|
* @example
|
|
57773
58152
|
* cn-shanghai
|
|
57774
58153
|
*/
|
|
@@ -58344,6 +58723,11 @@ export declare class ModifySasContainerWebDefenseRuleRequestPathConfDTOList exte
|
|
|
58344
58723
|
}
|
|
58345
58724
|
export declare class ModifyServerlessAuthToMachineResponseBodyData extends $dara.Model {
|
|
58346
58725
|
/**
|
|
58726
|
+
* @remarks
|
|
58727
|
+
* Result code. Values:
|
|
58728
|
+
* - **0**: Success
|
|
58729
|
+
* - **1**: Parameter error
|
|
58730
|
+
*
|
|
58347
58731
|
* @example
|
|
58348
58732
|
* 0
|
|
58349
58733
|
*/
|
|
@@ -92781,7 +93165,7 @@ export declare class DescribeImageEventOperationPageRequest extends $dara.Model
|
|
|
92781
93165
|
* @remarks
|
|
92782
93166
|
* The source of the alert handling rule. Valid values:
|
|
92783
93167
|
*
|
|
92784
|
-
* * **
|
|
93168
|
+
* * **default**: image.
|
|
92785
93169
|
* * **agentless**: agentless detection.
|
|
92786
93170
|
*
|
|
92787
93171
|
* @example
|
|
@@ -116439,10 +116823,20 @@ export declare class GetCheckConfigResponse extends $dara.Model {
|
|
|
116439
116823
|
}
|
|
116440
116824
|
export declare class GetCheckCountStatisticRequest extends $dara.Model {
|
|
116441
116825
|
/**
|
|
116826
|
+
* @remarks
|
|
116827
|
+
* Type of data statistics. Values:
|
|
116828
|
+
* - **user**: Top 5 over-authorized users.
|
|
116829
|
+
* - **role**: Top 5 over-authorized roles.
|
|
116830
|
+
* - **instance**: Top 5 risky cloud products.
|
|
116831
|
+
*
|
|
116442
116832
|
* @example
|
|
116443
116833
|
* instance
|
|
116444
116834
|
*/
|
|
116445
116835
|
statisticType?: string;
|
|
116836
|
+
/**
|
|
116837
|
+
* @remarks
|
|
116838
|
+
* List of cloud vendors.
|
|
116839
|
+
*/
|
|
116446
116840
|
vendors?: string[];
|
|
116447
116841
|
static names(): {
|
|
116448
116842
|
[key: string]: string;
|
|
@@ -116456,8 +116850,15 @@ export declare class GetCheckCountStatisticRequest extends $dara.Model {
|
|
|
116456
116850
|
});
|
|
116457
116851
|
}
|
|
116458
116852
|
export declare class GetCheckCountStatisticResponseBody extends $dara.Model {
|
|
116853
|
+
/**
|
|
116854
|
+
* @remarks
|
|
116855
|
+
* List of risk item count statistics results.
|
|
116856
|
+
*/
|
|
116459
116857
|
checkCountStatisticDTO?: GetCheckCountStatisticResponseBodyCheckCountStatisticDTO;
|
|
116460
116858
|
/**
|
|
116859
|
+
* @remarks
|
|
116860
|
+
* The ID of this call request, which is a unique identifier generated by Alibaba Cloud for this request and can be used to troubleshoot and locate issues.
|
|
116861
|
+
*
|
|
116461
116862
|
* @example
|
|
116462
116863
|
* 20456DD5-5CBF-5015-9173-12CA4246B***
|
|
116463
116864
|
*/
|
|
@@ -117071,20 +117472,35 @@ export declare class GetCheckSummaryResponse extends $dara.Model {
|
|
|
117071
117472
|
}
|
|
117072
117473
|
export declare class GetCheckTimeDimensionStatisticRequest extends $dara.Model {
|
|
117073
117474
|
/**
|
|
117475
|
+
* @remarks
|
|
117476
|
+
* End time, in timestamp format.
|
|
117477
|
+
*
|
|
117074
117478
|
* @example
|
|
117075
117479
|
* 1672285044000
|
|
117076
117480
|
*/
|
|
117077
117481
|
endTimeStamp?: number;
|
|
117078
117482
|
/**
|
|
117483
|
+
* @remarks
|
|
117484
|
+
* Start time, in timestamp format.
|
|
117485
|
+
*
|
|
117079
117486
|
* @example
|
|
117080
117487
|
* 1672385044000
|
|
117081
117488
|
*/
|
|
117082
117489
|
startTimeStamp?: number;
|
|
117083
117490
|
/**
|
|
117491
|
+
* @remarks
|
|
117492
|
+
* Type of statistical data. Values:
|
|
117493
|
+
* - **CheckPassRate**: Check item pass rate.
|
|
117494
|
+
* - **AssetPassRate**: Asset pass rate.
|
|
117495
|
+
*
|
|
117084
117496
|
* @example
|
|
117085
117497
|
* AssetPassRate
|
|
117086
117498
|
*/
|
|
117087
117499
|
statisticType?: string;
|
|
117500
|
+
/**
|
|
117501
|
+
* @remarks
|
|
117502
|
+
* List of cloud vendors.
|
|
117503
|
+
*/
|
|
117088
117504
|
vendors?: string[];
|
|
117089
117505
|
static names(): {
|
|
117090
117506
|
[key: string]: string;
|
|
@@ -117099,10 +117515,17 @@ export declare class GetCheckTimeDimensionStatisticRequest extends $dara.Model {
|
|
|
117099
117515
|
}
|
|
117100
117516
|
export declare class GetCheckTimeDimensionStatisticResponseBody extends $dara.Model {
|
|
117101
117517
|
/**
|
|
117518
|
+
* @remarks
|
|
117519
|
+
* The ID of the current request, a unique identifier generated by Alibaba Cloud for this request, which can be used to troubleshoot and locate issues.
|
|
117520
|
+
*
|
|
117102
117521
|
* @example
|
|
117103
117522
|
* 028CF634-5268-5660-9575-48C9ED6B****
|
|
117104
117523
|
*/
|
|
117105
117524
|
requestId?: string;
|
|
117525
|
+
/**
|
|
117526
|
+
* @remarks
|
|
117527
|
+
* List of time trend statistical data results.
|
|
117528
|
+
*/
|
|
117106
117529
|
timeDimensionStatisticDTO?: GetCheckTimeDimensionStatisticResponseBodyTimeDimensionStatisticDTO;
|
|
117107
117530
|
static names(): {
|
|
117108
117531
|
[key: string]: string;
|
|
@@ -122694,21 +123117,40 @@ export declare class GetSensitiveDefineRuleConfigResponse extends $dara.Model {
|
|
|
122694
123117
|
}
|
|
122695
123118
|
export declare class GetServerlessAppAuthDetailRequest extends $dara.Model {
|
|
122696
123119
|
/**
|
|
123120
|
+
* @remarks
|
|
123121
|
+
* SAE application ID.
|
|
123122
|
+
*
|
|
123123
|
+
* > Obtain through the [ListMachineApps](~~ListMachineApps~~) interface.
|
|
123124
|
+
*
|
|
122697
123125
|
* @example
|
|
122698
123126
|
* 3de9f2ac-f***769226df
|
|
122699
123127
|
*/
|
|
122700
123128
|
appId?: string;
|
|
122701
123129
|
/**
|
|
123130
|
+
* @remarks
|
|
123131
|
+
* Application region ID.
|
|
123132
|
+
*
|
|
122702
123133
|
* @example
|
|
122703
123134
|
* cn-hangzhou
|
|
122704
123135
|
*/
|
|
122705
123136
|
appRegionId?: string;
|
|
122706
123137
|
/**
|
|
123138
|
+
* @remarks
|
|
123139
|
+
* Server type:
|
|
123140
|
+
* - **RunD**
|
|
123141
|
+
* - **ECI**
|
|
123142
|
+
*
|
|
122707
123143
|
* @example
|
|
122708
123144
|
* RunD
|
|
122709
123145
|
*/
|
|
122710
123146
|
machineType?: string;
|
|
122711
123147
|
/**
|
|
123148
|
+
* @remarks
|
|
123149
|
+
* Cloud product:
|
|
123150
|
+
* - **ASK**
|
|
123151
|
+
* - **SAE**
|
|
123152
|
+
* - **ACS**
|
|
123153
|
+
*
|
|
122712
123154
|
* @example
|
|
122713
123155
|
* SAE
|
|
122714
123156
|
*/
|
|
@@ -122725,13 +123167,25 @@ export declare class GetServerlessAppAuthDetailRequest extends $dara.Model {
|
|
|
122725
123167
|
});
|
|
122726
123168
|
}
|
|
122727
123169
|
export declare class GetServerlessAppAuthDetailResponseBody extends $dara.Model {
|
|
123170
|
+
/**
|
|
123171
|
+
* @remarks
|
|
123172
|
+
* Data details.
|
|
123173
|
+
*/
|
|
122728
123174
|
data?: GetServerlessAppAuthDetailResponseBodyData;
|
|
122729
123175
|
/**
|
|
123176
|
+
* @remarks
|
|
123177
|
+
* The ID of this call request, a unique identifier generated by Alibaba Cloud for the request, which can be used to troubleshoot and pinpoint issues.
|
|
123178
|
+
*
|
|
122730
123179
|
* @example
|
|
122731
123180
|
* 30CBF632-109F-596F-97F2-451C8B2A****
|
|
122732
123181
|
*/
|
|
122733
123182
|
requestId?: string;
|
|
122734
123183
|
/**
|
|
123184
|
+
* @remarks
|
|
123185
|
+
* Whether the API call was successful. Values:
|
|
123186
|
+
* - **true**: Success
|
|
123187
|
+
* - **false**: Failure
|
|
123188
|
+
*
|
|
122735
123189
|
* @example
|
|
122736
123190
|
* true
|
|
122737
123191
|
*/
|
|
@@ -122766,16 +123220,30 @@ export declare class GetServerlessAppAuthDetailResponse extends $dara.Model {
|
|
|
122766
123220
|
}
|
|
122767
123221
|
export declare class GetServerlessAuthSummaryRequest extends $dara.Model {
|
|
122768
123222
|
/**
|
|
123223
|
+
* @remarks
|
|
123224
|
+
* Application region ID.
|
|
123225
|
+
*
|
|
122769
123226
|
* @example
|
|
122770
123227
|
* cn-hangzhou
|
|
122771
123228
|
*/
|
|
122772
123229
|
appRegionId?: string;
|
|
122773
123230
|
/**
|
|
123231
|
+
* @remarks
|
|
123232
|
+
* Server type:
|
|
123233
|
+
* - **RunD**
|
|
123234
|
+
* - **ECI**
|
|
123235
|
+
*
|
|
122774
123236
|
* @example
|
|
122775
123237
|
* RunD
|
|
122776
123238
|
*/
|
|
122777
123239
|
machineType?: string;
|
|
122778
123240
|
/**
|
|
123241
|
+
* @remarks
|
|
123242
|
+
* Cloud product:
|
|
123243
|
+
* - **ASK**
|
|
123244
|
+
* - **SAE**
|
|
123245
|
+
* - **ACS**
|
|
123246
|
+
*
|
|
122779
123247
|
* @example
|
|
122780
123248
|
* SAE
|
|
122781
123249
|
*/
|
|
@@ -122792,13 +123260,25 @@ export declare class GetServerlessAuthSummaryRequest extends $dara.Model {
|
|
|
122792
123260
|
});
|
|
122793
123261
|
}
|
|
122794
123262
|
export declare class GetServerlessAuthSummaryResponseBody extends $dara.Model {
|
|
123263
|
+
/**
|
|
123264
|
+
* @remarks
|
|
123265
|
+
* Returned data details.
|
|
123266
|
+
*/
|
|
122795
123267
|
data?: GetServerlessAuthSummaryResponseBodyData;
|
|
122796
123268
|
/**
|
|
123269
|
+
* @remarks
|
|
123270
|
+
* The ID of this request, which is a unique identifier generated by Alibaba Cloud for this request. It can be used to troubleshoot and locate issues.
|
|
123271
|
+
*
|
|
122797
123272
|
* @example
|
|
122798
123273
|
* F8B6F758-BCD4-597A-8A2C-DA5A552C****
|
|
122799
123274
|
*/
|
|
122800
123275
|
requestId?: string;
|
|
122801
123276
|
/**
|
|
123277
|
+
* @remarks
|
|
123278
|
+
* Indicates whether the API call was successful. Values:
|
|
123279
|
+
* - **true**: Success
|
|
123280
|
+
* - **false**: Failure
|
|
123281
|
+
*
|
|
122802
123282
|
* @example
|
|
122803
123283
|
* true
|
|
122804
123284
|
*/
|
|
@@ -127479,36 +127959,65 @@ export declare class ListCheckResultResponse extends $dara.Model {
|
|
|
127479
127959
|
}
|
|
127480
127960
|
export declare class ListCheckRuleRequest extends $dara.Model {
|
|
127481
127961
|
/**
|
|
127962
|
+
* @remarks
|
|
127963
|
+
* The ID of the check item.
|
|
127964
|
+
*
|
|
127965
|
+
* > You can call the [ListCheckResult](~~ListCheckResult~~) API to get the check item ID.
|
|
127966
|
+
*
|
|
127482
127967
|
* @example
|
|
127483
127968
|
* 58
|
|
127484
127969
|
*/
|
|
127485
127970
|
checkId?: number;
|
|
127486
127971
|
/**
|
|
127972
|
+
* @remarks
|
|
127973
|
+
* The name of the check item.
|
|
127974
|
+
*
|
|
127487
127975
|
* @example
|
|
127488
127976
|
* checkName
|
|
127489
127977
|
*/
|
|
127490
127978
|
checkName?: string;
|
|
127491
127979
|
/**
|
|
127980
|
+
* @remarks
|
|
127981
|
+
* The page number displayed in a paginated query.
|
|
127982
|
+
*
|
|
127492
127983
|
* @example
|
|
127493
127984
|
* 1
|
|
127494
127985
|
*/
|
|
127495
127986
|
currentPage?: number;
|
|
127496
127987
|
/**
|
|
127988
|
+
* @remarks
|
|
127989
|
+
* Set the language type for the request and response messages. The default is **zh**. Values:
|
|
127990
|
+
*
|
|
127991
|
+
* - zh: Chinese
|
|
127992
|
+
* - en: English
|
|
127993
|
+
*
|
|
127497
127994
|
* @example
|
|
127498
127995
|
* zh
|
|
127499
127996
|
*/
|
|
127500
127997
|
lang?: string;
|
|
127501
127998
|
/**
|
|
127999
|
+
* @remarks
|
|
128000
|
+
* The number of check items displayed per page in a paginated query. The default value is **20**, indicating 20 check items per page.
|
|
128001
|
+
*
|
|
127502
128002
|
* @example
|
|
127503
128003
|
* 20
|
|
127504
128004
|
*/
|
|
127505
128005
|
pageSize?: number;
|
|
127506
128006
|
/**
|
|
128007
|
+
* @remarks
|
|
128008
|
+
* The type of rule. Default is **WHITE**. Values:
|
|
128009
|
+
* - **WHITE**: Add to whitelist
|
|
128010
|
+
*
|
|
127507
128011
|
* @example
|
|
127508
128012
|
* WHITE
|
|
127509
128013
|
*/
|
|
127510
128014
|
ruleType?: string;
|
|
127511
128015
|
/**
|
|
128016
|
+
* @remarks
|
|
128017
|
+
* The scope where the rule applies. Values:
|
|
128018
|
+
* - **INSTNACE**: Instance
|
|
128019
|
+
* - **ITEM**: Check item
|
|
128020
|
+
*
|
|
127512
128021
|
* @example
|
|
127513
128022
|
* INSTANCE
|
|
127514
128023
|
*/
|
|
@@ -127525,9 +128034,20 @@ export declare class ListCheckRuleRequest extends $dara.Model {
|
|
|
127525
128034
|
});
|
|
127526
128035
|
}
|
|
127527
128036
|
export declare class ListCheckRuleResponseBody extends $dara.Model {
|
|
128037
|
+
/**
|
|
128038
|
+
* @remarks
|
|
128039
|
+
* Check rules.
|
|
128040
|
+
*/
|
|
127528
128041
|
checkRules?: ListCheckRuleResponseBodyCheckRules[];
|
|
128042
|
+
/**
|
|
128043
|
+
* @remarks
|
|
128044
|
+
* Pagination information.
|
|
128045
|
+
*/
|
|
127529
128046
|
pageInfo?: ListCheckRuleResponseBodyPageInfo;
|
|
127530
128047
|
/**
|
|
128048
|
+
* @remarks
|
|
128049
|
+
* The ID of this request, which is a unique identifier generated by Alibaba Cloud for the request. It can be used for troubleshooting and problem localization.
|
|
128050
|
+
*
|
|
127531
128051
|
* @example
|
|
127532
128052
|
* 52870893-48A7-5A9E-9E05-6253E5B6****
|
|
127533
128053
|
*/
|
|
@@ -127562,18 +128082,31 @@ export declare class ListCheckRuleResponse extends $dara.Model {
|
|
|
127562
128082
|
}
|
|
127563
128083
|
export declare class ListCheckRuleInstanceRequest extends $dara.Model {
|
|
127564
128084
|
/**
|
|
128085
|
+
* @remarks
|
|
128086
|
+
* The page number of the current page when performing a paginated query.
|
|
128087
|
+
*
|
|
127565
128088
|
* @example
|
|
127566
128089
|
* 1
|
|
127567
128090
|
*/
|
|
127568
128091
|
currentPage?: number;
|
|
128092
|
+
/**
|
|
128093
|
+
* @remarks
|
|
128094
|
+
* Instance list.
|
|
128095
|
+
*/
|
|
127569
128096
|
instanceList?: ListCheckRuleInstanceRequestInstanceList[];
|
|
127570
128097
|
/**
|
|
128098
|
+
* @remarks
|
|
128099
|
+
* The maximum number of items per page in a paginated query. The default value is **20**.
|
|
128100
|
+
*
|
|
127571
128101
|
* @example
|
|
127572
128102
|
* 20
|
|
127573
128103
|
*/
|
|
127574
128104
|
pageSize?: number;
|
|
127575
128105
|
/**
|
|
127576
128106
|
* @remarks
|
|
128107
|
+
* Rule ID.
|
|
128108
|
+
* > You can call the [LisCheckRule](https://help.aliyun.com/document_detail/2590599.html) interface to get this parameter.
|
|
128109
|
+
*
|
|
127577
128110
|
* This parameter is required.
|
|
127578
128111
|
*
|
|
127579
128112
|
* @example
|
|
@@ -127593,32 +128126,58 @@ export declare class ListCheckRuleInstanceRequest extends $dara.Model {
|
|
|
127593
128126
|
}
|
|
127594
128127
|
export declare class ListCheckRuleInstanceResponseBody extends $dara.Model {
|
|
127595
128128
|
/**
|
|
128129
|
+
* @remarks
|
|
128130
|
+
* Alibaba Cloud account ID.
|
|
128131
|
+
*
|
|
127596
128132
|
* @example
|
|
127597
128133
|
* 103784262032****
|
|
127598
128134
|
*/
|
|
127599
128135
|
aliUid?: string;
|
|
127600
128136
|
/**
|
|
128137
|
+
* @remarks
|
|
128138
|
+
* Subtype of the cloud product.
|
|
128139
|
+
*
|
|
127601
128140
|
* @example
|
|
127602
128141
|
* Disk
|
|
127603
128142
|
*/
|
|
127604
128143
|
assetSubType?: string;
|
|
127605
128144
|
/**
|
|
128145
|
+
* @remarks
|
|
128146
|
+
* Type of cloud assets.
|
|
128147
|
+
*
|
|
127606
128148
|
* @example
|
|
127607
128149
|
* ECS
|
|
127608
128150
|
*/
|
|
127609
128151
|
assetType?: string;
|
|
127610
128152
|
/**
|
|
128153
|
+
* @remarks
|
|
128154
|
+
* Check item ID.
|
|
128155
|
+
*
|
|
127611
128156
|
* @example
|
|
127612
128157
|
* 23
|
|
127613
128158
|
*/
|
|
127614
128159
|
checkId?: string;
|
|
128160
|
+
/**
|
|
128161
|
+
* @remarks
|
|
128162
|
+
* List of instance rule information.
|
|
128163
|
+
*/
|
|
127615
128164
|
checkRuleInstances?: ListCheckRuleInstanceResponseBodyCheckRuleInstances[];
|
|
127616
128165
|
/**
|
|
128166
|
+
* @remarks
|
|
128167
|
+
* The ID of the current request, which is a unique identifier generated by Alibaba Cloud for the request and can be used for troubleshooting and problem localization.
|
|
128168
|
+
*
|
|
127617
128169
|
* @example
|
|
127618
128170
|
* 7532B7EE-7CE7-5F4D-BF04-B12447DD****
|
|
127619
128171
|
*/
|
|
127620
128172
|
requestId?: string;
|
|
127621
128173
|
/**
|
|
128174
|
+
* @remarks
|
|
128175
|
+
* Cloud vendor. Values:
|
|
128176
|
+
* - **ALIYUN**: Alibaba Cloud
|
|
128177
|
+
* - **TENCENT**: Tencent Cloud
|
|
128178
|
+
* - **MICROSOFT**: Microsoft
|
|
128179
|
+
* - **AWS**: Amazon Web Services (AWS)
|
|
128180
|
+
*
|
|
127622
128181
|
* @example
|
|
127623
128182
|
* Aliyun
|
|
127624
128183
|
*/
|
|
@@ -132497,28 +133056,53 @@ export declare class ListOpaClusterStrategyNewResponse extends $dara.Model {
|
|
|
132497
133056
|
}
|
|
132498
133057
|
export declare class ListOperationCheckRequest extends $dara.Model {
|
|
132499
133058
|
/**
|
|
133059
|
+
* @remarks
|
|
133060
|
+
* Check item ID.
|
|
133061
|
+
* > Obtain this parameter by calling the [ListCheckResult](~~ListCheckResult~~) interface.
|
|
133062
|
+
*
|
|
132500
133063
|
* @example
|
|
132501
133064
|
* 23
|
|
132502
133065
|
*/
|
|
132503
133066
|
checkId?: number;
|
|
132504
133067
|
/**
|
|
133068
|
+
* @remarks
|
|
133069
|
+
* Timestamp (in milliseconds) of the end time of the queried task.
|
|
133070
|
+
*
|
|
132505
133071
|
* @example
|
|
132506
133072
|
* 1719923175001
|
|
132507
133073
|
*/
|
|
132508
133074
|
endTime?: number;
|
|
133075
|
+
/**
|
|
133076
|
+
* @remarks
|
|
133077
|
+
* Language type for request and response messages, default value is zh. Values:
|
|
133078
|
+
* - **zh**: Chinese
|
|
133079
|
+
* - **en**: English
|
|
133080
|
+
*
|
|
133081
|
+
* @example
|
|
133082
|
+
* zh
|
|
133083
|
+
*/
|
|
132509
133084
|
lang?: string;
|
|
132510
133085
|
/**
|
|
132511
133086
|
* @remarks
|
|
133087
|
+
* Information about the operated instances.
|
|
133088
|
+
*
|
|
132512
133089
|
* This parameter is required.
|
|
132513
133090
|
*/
|
|
132514
133091
|
operationTaskInstances?: ListOperationCheckRequestOperationTaskInstances[];
|
|
132515
133092
|
/**
|
|
133093
|
+
* @remarks
|
|
133094
|
+
* Timestamp (in milliseconds) of the start time of the queried task.
|
|
133095
|
+
*
|
|
132516
133096
|
* @example
|
|
132517
133097
|
* 1719923175000
|
|
132518
133098
|
*/
|
|
132519
133099
|
startTime?: number;
|
|
132520
133100
|
/**
|
|
132521
133101
|
* @remarks
|
|
133102
|
+
* Task type corresponding to the task:
|
|
133103
|
+
* - **REPAIR**: Repair task
|
|
133104
|
+
* - **ROLLBACK**: Rollback task
|
|
133105
|
+
*
|
|
132522
133106
|
* This parameter is required.
|
|
132523
133107
|
*
|
|
132524
133108
|
* @example
|
|
@@ -132537,8 +133121,15 @@ export declare class ListOperationCheckRequest extends $dara.Model {
|
|
|
132537
133121
|
});
|
|
132538
133122
|
}
|
|
132539
133123
|
export declare class ListOperationCheckResponseBody extends $dara.Model {
|
|
133124
|
+
/**
|
|
133125
|
+
* @remarks
|
|
133126
|
+
* Detailed information about the operation instances.
|
|
133127
|
+
*/
|
|
132540
133128
|
operationTaskInstanceDetails?: ListOperationCheckResponseBodyOperationTaskInstanceDetails[];
|
|
132541
133129
|
/**
|
|
133130
|
+
* @remarks
|
|
133131
|
+
* The ID of the current call request, which is a unique identifier generated by Alibaba Cloud for the request, and can be used for troubleshooting and problem localization.
|
|
133132
|
+
*
|
|
132542
133133
|
* @example
|
|
132543
133134
|
* A3D7C47D-3F11-57BB-90E8-E5C20C61****
|
|
132544
133135
|
*/
|
|
@@ -136687,16 +137278,137 @@ export declare class ModifyBackupPolicyStatusResponse extends $dara.Model {
|
|
|
136687
137278
|
[key: string]: any;
|
|
136688
137279
|
});
|
|
136689
137280
|
}
|
|
137281
|
+
export declare class ModifyBinarySecurityPolicyRequest extends $dara.Model {
|
|
137282
|
+
/**
|
|
137283
|
+
* @remarks
|
|
137284
|
+
* Cluster information.
|
|
137285
|
+
*
|
|
137286
|
+
* This parameter is required.
|
|
137287
|
+
*
|
|
137288
|
+
* @example
|
|
137289
|
+
* [{\\"Namespaces\\":[\\"default\\"],\\"ClusterId\\":\\"c9f5b93a8da8f4341b77***********\\"},{\\"Namespaces\\":[\\"default\\"],\\"ClusterId\\":\\"cc12429dbb8f644f690b0***********\\"}]
|
|
137290
|
+
*/
|
|
137291
|
+
clusters?: string;
|
|
137292
|
+
/**
|
|
137293
|
+
* @remarks
|
|
137294
|
+
* Policy name.
|
|
137295
|
+
*
|
|
137296
|
+
* @example
|
|
137297
|
+
* test-policy-04-11
|
|
137298
|
+
*/
|
|
137299
|
+
name?: string;
|
|
137300
|
+
/**
|
|
137301
|
+
* @remarks
|
|
137302
|
+
* Policy content. JSON format, Key values:
|
|
137303
|
+
* - **policyMode**: Type of policy, default is requireAttestor.
|
|
137304
|
+
* - **requiredAttestors**: Required attestors.
|
|
137305
|
+
*
|
|
137306
|
+
* This parameter is required.
|
|
137307
|
+
*
|
|
137308
|
+
* @example
|
|
137309
|
+
* {\\"PolicyMode\\":\\"requireAttestor\\",\\"RequiredAttestors\\":[\\"test-xcs-04-11-hhht\\"]}
|
|
137310
|
+
*/
|
|
137311
|
+
policy?: string;
|
|
137312
|
+
/**
|
|
137313
|
+
* @remarks
|
|
137314
|
+
* Remark.
|
|
137315
|
+
*
|
|
137316
|
+
* @example
|
|
137317
|
+
* Remark
|
|
137318
|
+
*/
|
|
137319
|
+
remark?: string;
|
|
137320
|
+
resourceOwnerId?: number;
|
|
137321
|
+
/**
|
|
137322
|
+
* @remarks
|
|
137323
|
+
* The IP address of the access source.
|
|
137324
|
+
*
|
|
137325
|
+
* @example
|
|
137326
|
+
* 1.2.3.4
|
|
137327
|
+
*/
|
|
137328
|
+
sourceIp?: string;
|
|
137329
|
+
/**
|
|
137330
|
+
* @remarks
|
|
137331
|
+
* Set to enable or disable the policy. Values:
|
|
137332
|
+
*
|
|
137333
|
+
* - **enabled**: Enable the protection policy.
|
|
137334
|
+
* - **disabled**: Disable the protection policy.
|
|
137335
|
+
*
|
|
137336
|
+
* @example
|
|
137337
|
+
* enabled
|
|
137338
|
+
*/
|
|
137339
|
+
status?: string;
|
|
137340
|
+
static names(): {
|
|
137341
|
+
[key: string]: string;
|
|
137342
|
+
};
|
|
137343
|
+
static types(): {
|
|
137344
|
+
[key: string]: any;
|
|
137345
|
+
};
|
|
137346
|
+
validate(): void;
|
|
137347
|
+
constructor(map?: {
|
|
137348
|
+
[key: string]: any;
|
|
137349
|
+
});
|
|
137350
|
+
}
|
|
137351
|
+
export declare class ModifyBinarySecurityPolicyResponseBody extends $dara.Model {
|
|
137352
|
+
/**
|
|
137353
|
+
* @remarks
|
|
137354
|
+
* The request ID of the result.
|
|
137355
|
+
*
|
|
137356
|
+
* @example
|
|
137357
|
+
* C699E4E4-F2F4-58FC-A949-457FFE59****
|
|
137358
|
+
*/
|
|
137359
|
+
requestId?: string;
|
|
137360
|
+
static names(): {
|
|
137361
|
+
[key: string]: string;
|
|
137362
|
+
};
|
|
137363
|
+
static types(): {
|
|
137364
|
+
[key: string]: any;
|
|
137365
|
+
};
|
|
137366
|
+
validate(): void;
|
|
137367
|
+
constructor(map?: {
|
|
137368
|
+
[key: string]: any;
|
|
137369
|
+
});
|
|
137370
|
+
}
|
|
137371
|
+
export declare class ModifyBinarySecurityPolicyResponse extends $dara.Model {
|
|
137372
|
+
headers?: {
|
|
137373
|
+
[key: string]: string;
|
|
137374
|
+
};
|
|
137375
|
+
statusCode?: number;
|
|
137376
|
+
body?: ModifyBinarySecurityPolicyResponseBody;
|
|
137377
|
+
static names(): {
|
|
137378
|
+
[key: string]: string;
|
|
137379
|
+
};
|
|
137380
|
+
static types(): {
|
|
137381
|
+
[key: string]: any;
|
|
137382
|
+
};
|
|
137383
|
+
validate(): void;
|
|
137384
|
+
constructor(map?: {
|
|
137385
|
+
[key: string]: any;
|
|
137386
|
+
});
|
|
137387
|
+
}
|
|
136690
137388
|
export declare class ModifyCheckRuleRequest extends $dara.Model {
|
|
137389
|
+
/**
|
|
137390
|
+
* @remarks
|
|
137391
|
+
* The list of instances to be added in this rule update. This parameter does not need to be passed if there are no instances to add.
|
|
137392
|
+
*/
|
|
136691
137393
|
addInstanceList?: ModifyCheckRuleRequestAddInstanceList[];
|
|
137394
|
+
/**
|
|
137395
|
+
* @remarks
|
|
137396
|
+
* The list of instances to be removed in this rule update. This parameter does not need to be passed if there are no instances to remove.
|
|
137397
|
+
*/
|
|
136692
137398
|
deleteInstanceList?: ModifyCheckRuleRequestDeleteInstanceList[];
|
|
136693
137399
|
/**
|
|
137400
|
+
* @remarks
|
|
137401
|
+
* Remarks.
|
|
137402
|
+
*
|
|
136694
137403
|
* @example
|
|
136695
137404
|
* testRemark
|
|
136696
137405
|
*/
|
|
136697
137406
|
remark?: string;
|
|
136698
137407
|
/**
|
|
136699
137408
|
* @remarks
|
|
137409
|
+
* Rule ID.
|
|
137410
|
+
* > You can obtain this parameter by calling the [ListCheckRule](https://help.aliyun.com/document_detail/2590599.html) API.
|
|
137411
|
+
*
|
|
136700
137412
|
* This parameter is required.
|
|
136701
137413
|
*
|
|
136702
137414
|
* @example
|
|
@@ -136704,11 +137416,20 @@ export declare class ModifyCheckRuleRequest extends $dara.Model {
|
|
|
136704
137416
|
*/
|
|
136705
137417
|
ruleId?: number;
|
|
136706
137418
|
/**
|
|
137419
|
+
* @remarks
|
|
137420
|
+
* Rule type. Default is **WHITE**. Values:
|
|
137421
|
+
* - **WHITE**: Add to whitelist
|
|
137422
|
+
*
|
|
136707
137423
|
* @example
|
|
136708
137424
|
* WHITE
|
|
136709
137425
|
*/
|
|
136710
137426
|
ruleType?: string;
|
|
136711
137427
|
/**
|
|
137428
|
+
* @remarks
|
|
137429
|
+
* The scope of effect for modifying the rule:
|
|
137430
|
+
* - **INSTANCE**: Instance
|
|
137431
|
+
* - **ITEM**: Check item
|
|
137432
|
+
*
|
|
136712
137433
|
* @example
|
|
136713
137434
|
* INSTANCE
|
|
136714
137435
|
*/
|
|
@@ -136726,11 +137447,17 @@ export declare class ModifyCheckRuleRequest extends $dara.Model {
|
|
|
136726
137447
|
}
|
|
136727
137448
|
export declare class ModifyCheckRuleResponseBody extends $dara.Model {
|
|
136728
137449
|
/**
|
|
137450
|
+
* @remarks
|
|
137451
|
+
* The ID of this call request, which is a unique identifier generated by Alibaba Cloud for the request and can be used for troubleshooting and problem localization.
|
|
137452
|
+
*
|
|
136729
137453
|
* @example
|
|
136730
137454
|
* CD380235-A0B8-540D-A0D5-D6288446****
|
|
136731
137455
|
*/
|
|
136732
137456
|
requestId?: string;
|
|
136733
137457
|
/**
|
|
137458
|
+
* @remarks
|
|
137459
|
+
* Rule ID.
|
|
137460
|
+
*
|
|
136734
137461
|
* @example
|
|
136735
137462
|
* 123
|
|
136736
137463
|
*/
|
|
@@ -137414,6 +138141,9 @@ export declare class ModifyCloudVendorAccountAKResponse extends $dara.Model {
|
|
|
137414
138141
|
export declare class ModifyCloudVendorTrialConfigRequest extends $dara.Model {
|
|
137415
138142
|
/**
|
|
137416
138143
|
* @remarks
|
|
138144
|
+
* The ID of the audit log configuration to be modified.
|
|
138145
|
+
* > The ID can be queried via [DescribeCloudVendorAccountAKList](~~DescribeCloudVendorAccountAKList~~).
|
|
138146
|
+
*
|
|
137417
138147
|
* This parameter is required.
|
|
137418
138148
|
*
|
|
137419
138149
|
* @example
|
|
@@ -137421,17 +138151,32 @@ export declare class ModifyCloudVendorTrialConfigRequest extends $dara.Model {
|
|
|
137421
138151
|
*/
|
|
137422
138152
|
authId?: number;
|
|
137423
138153
|
/**
|
|
138154
|
+
* @remarks
|
|
138155
|
+
* Enter the multi-cloud configuration information:
|
|
138156
|
+
* - AWS: parameters sqsQueueName, sqsRegion
|
|
138157
|
+
* - Tencent: parameters kafkaUserName, kafkaBootstrapServers, kafkaTopic
|
|
138158
|
+
*
|
|
137424
138159
|
* @example
|
|
137425
138160
|
* {\\"sqsRegion\\":\\"us-west-2\\",\\"sqsQueueName\\":\\"****\\"}
|
|
137426
138161
|
*/
|
|
137427
138162
|
authInfo?: string;
|
|
137428
138163
|
/**
|
|
138164
|
+
* @remarks
|
|
138165
|
+
* Whether to delete this audit log configuration:
|
|
138166
|
+
* - true: Delete
|
|
138167
|
+
* - false: Do not delete
|
|
138168
|
+
*
|
|
137429
138169
|
* @example
|
|
137430
138170
|
* true
|
|
137431
138171
|
*/
|
|
137432
138172
|
deleteTrail?: boolean;
|
|
137433
138173
|
/**
|
|
137434
138174
|
* @remarks
|
|
138175
|
+
* Cloud asset vendor. Values:
|
|
138176
|
+
*
|
|
138177
|
+
* - **Tencent**: Tencent Cloud
|
|
138178
|
+
* - **AWS**: AWS
|
|
138179
|
+
*
|
|
137435
138180
|
* This parameter is required.
|
|
137436
138181
|
*
|
|
137437
138182
|
* @example
|
|
@@ -137451,6 +138196,9 @@ export declare class ModifyCloudVendorTrialConfigRequest extends $dara.Model {
|
|
|
137451
138196
|
}
|
|
137452
138197
|
export declare class ModifyCloudVendorTrialConfigResponseBody extends $dara.Model {
|
|
137453
138198
|
/**
|
|
138199
|
+
* @remarks
|
|
138200
|
+
* The ID of this call request, a unique identifier generated by Alibaba Cloud for the request, which can be used to troubleshoot and pinpoint issues.
|
|
138201
|
+
*
|
|
137454
138202
|
* @example
|
|
137455
138203
|
* D65AADFC-1D20-5A6A-8F6A-9FA53C0D****
|
|
137456
138204
|
*/
|
|
@@ -141452,63 +142200,134 @@ export declare class ModifySecurityEventMarkMissIndividuallyResponse extends $da
|
|
|
141452
142200
|
}
|
|
141453
142201
|
export declare class ModifyServerlessAuthToMachineRequest extends $dara.Model {
|
|
141454
142202
|
/**
|
|
142203
|
+
* @remarks
|
|
142204
|
+
* Application query condition.
|
|
142205
|
+
*
|
|
141455
142206
|
* @example
|
|
141456
142207
|
* **7ad7e3a
|
|
141457
142208
|
*/
|
|
141458
142209
|
appCriteria?: string;
|
|
141459
142210
|
/**
|
|
142211
|
+
* @remarks
|
|
142212
|
+
* Instance type. Values:
|
|
142213
|
+
* - **SERVERLESS**: Serverless asset
|
|
142214
|
+
*
|
|
141460
142215
|
* @example
|
|
141461
142216
|
* SERVERLESS
|
|
141462
142217
|
*/
|
|
141463
142218
|
authItem?: string;
|
|
141464
142219
|
/**
|
|
142220
|
+
* @remarks
|
|
142221
|
+
* Enable auto-binding. Values:
|
|
142222
|
+
*
|
|
142223
|
+
* - **0**: Off
|
|
142224
|
+
* - **1**: On
|
|
142225
|
+
*
|
|
141465
142226
|
* @example
|
|
141466
142227
|
* 1
|
|
141467
142228
|
*/
|
|
141468
142229
|
autoBind?: number;
|
|
141469
142230
|
/**
|
|
142231
|
+
* @remarks
|
|
142232
|
+
* Whether to bind all. Default is **false**. Values:
|
|
142233
|
+
*
|
|
142234
|
+
* - **true**: Yes
|
|
142235
|
+
* - **false**: No
|
|
142236
|
+
*
|
|
141470
142237
|
* @example
|
|
141471
142238
|
* false
|
|
141472
142239
|
*/
|
|
141473
142240
|
bindAll?: boolean;
|
|
142241
|
+
/**
|
|
142242
|
+
* @remarks
|
|
142243
|
+
* List of application IDs to be bound.
|
|
142244
|
+
*
|
|
142245
|
+
* > Obtained through the [ListMachineApps](~~ListMachineApps~~) interface.
|
|
142246
|
+
*/
|
|
141474
142247
|
bindAppList?: string[];
|
|
141475
142248
|
/**
|
|
142249
|
+
* @remarks
|
|
142250
|
+
* Type of asset to operate on. Values:
|
|
142251
|
+
* - **INSTANCE**: Instance
|
|
142252
|
+
* - **APP**: Application
|
|
142253
|
+
*
|
|
141476
142254
|
* @example
|
|
141477
142255
|
* APP
|
|
141478
142256
|
*/
|
|
141479
142257
|
bindAssetType?: string;
|
|
142258
|
+
/**
|
|
142259
|
+
* @remarks
|
|
142260
|
+
* List of asset UUIDs to be bound.
|
|
142261
|
+
*/
|
|
141480
142262
|
bindUuidList?: string[];
|
|
141481
142263
|
/**
|
|
142264
|
+
* @remarks
|
|
142265
|
+
* Set the conditions for searching assets. This parameter is in JSON format, and case sensitivity should be noted when entering parameters.
|
|
142266
|
+
* > Supports searching assets using instance ID, instance name, VPC ID, region, public IP address, etc. You can call the [DescribeCriteria](~~DescribeCriteria~~) interface to query supported search conditions.
|
|
142267
|
+
*
|
|
141482
142268
|
* @example
|
|
141483
142269
|
* [{"name":"vulStatus","value":"YES","logicalExp":"AND"}]
|
|
141484
142270
|
*/
|
|
141485
142271
|
criteria?: string;
|
|
141486
142272
|
/**
|
|
142273
|
+
* @remarks
|
|
142274
|
+
* Set the logical relationship between multiple search conditions. Values:
|
|
142275
|
+
* - **OR**: Indicates an **or** relationship between multiple conditions.
|
|
142276
|
+
* - **AND**: Indicates an **and** relationship between multiple conditions.
|
|
142277
|
+
*
|
|
141487
142278
|
* @example
|
|
141488
142279
|
* OR
|
|
141489
142280
|
*/
|
|
141490
142281
|
logicalExp?: string;
|
|
141491
142282
|
/**
|
|
142283
|
+
* @remarks
|
|
142284
|
+
* NTM version code, used for pre-binding.
|
|
142285
|
+
*
|
|
141492
142286
|
* @example
|
|
141493
142287
|
* level2
|
|
141494
142288
|
*/
|
|
141495
142289
|
ntmVersion?: string;
|
|
141496
142290
|
/**
|
|
142291
|
+
* @remarks
|
|
142292
|
+
* Whether it is a pre-bind operation. Values:
|
|
142293
|
+
*
|
|
142294
|
+
* - **0**: No
|
|
142295
|
+
* - **1**: Yes
|
|
142296
|
+
*
|
|
142297
|
+
*
|
|
142298
|
+
* > After enabling pre-binding, the specified server will automatically bind the corresponding version\\"s authorization count after the purchase is completed.
|
|
142299
|
+
*
|
|
141497
142300
|
* @example
|
|
141498
142301
|
* 1
|
|
141499
142302
|
*/
|
|
141500
142303
|
preBind?: number;
|
|
141501
142304
|
/**
|
|
142305
|
+
* @remarks
|
|
142306
|
+
* Pre-bind order ID.
|
|
142307
|
+
*
|
|
141502
142308
|
* @example
|
|
141503
142309
|
* 233016**0482
|
|
141504
142310
|
*/
|
|
141505
142311
|
preBindOrderId?: number;
|
|
141506
142312
|
/**
|
|
142313
|
+
* @remarks
|
|
142314
|
+
* UID of the associated resource directory.
|
|
142315
|
+
*
|
|
141507
142316
|
* @example
|
|
141508
142317
|
* 123456
|
|
141509
142318
|
*/
|
|
141510
142319
|
resourceDirectoryUid?: number;
|
|
142320
|
+
/**
|
|
142321
|
+
* @remarks
|
|
142322
|
+
* List of application IDs to be unbound.
|
|
142323
|
+
*
|
|
142324
|
+
* > Obtained through the [ListMachineApps](~~ListMachineApps~~) interface.
|
|
142325
|
+
*/
|
|
141511
142326
|
unBindAppList?: string[];
|
|
142327
|
+
/**
|
|
142328
|
+
* @remarks
|
|
142329
|
+
* List of asset UUIDs to be unbound.
|
|
142330
|
+
*/
|
|
141512
142331
|
unBindUuidList?: string[];
|
|
141513
142332
|
static names(): {
|
|
141514
142333
|
[key: string]: string;
|
|
@@ -141522,8 +142341,15 @@ export declare class ModifyServerlessAuthToMachineRequest extends $dara.Model {
|
|
|
141522
142341
|
});
|
|
141523
142342
|
}
|
|
141524
142343
|
export declare class ModifyServerlessAuthToMachineResponseBody extends $dara.Model {
|
|
142344
|
+
/**
|
|
142345
|
+
* @remarks
|
|
142346
|
+
* Details of the returned data.
|
|
142347
|
+
*/
|
|
141525
142348
|
data?: ModifyServerlessAuthToMachineResponseBodyData;
|
|
141526
142349
|
/**
|
|
142350
|
+
* @remarks
|
|
142351
|
+
* 本次调用请求的ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。
|
|
142352
|
+
*
|
|
141527
142353
|
* @example
|
|
141528
142354
|
* A47F77A1***8CD37050E
|
|
141529
142355
|
*/
|
|
@@ -163356,7 +164182,7 @@ export default class Client extends OpenApi {
|
|
|
163356
164182
|
*/
|
|
163357
164183
|
getCheckConfig(): Promise<GetCheckConfigResponse>;
|
|
163358
164184
|
/**
|
|
163359
|
-
*
|
|
164185
|
+
* Get the statistics of risk item counts
|
|
163360
164186
|
*
|
|
163361
164187
|
* @param request - GetCheckCountStatisticRequest
|
|
163362
164188
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -163364,7 +164190,7 @@ export default class Client extends OpenApi {
|
|
|
163364
164190
|
*/
|
|
163365
164191
|
getCheckCountStatisticWithOptions(request: GetCheckCountStatisticRequest, runtime: $dara.RuntimeOptions): Promise<GetCheckCountStatisticResponse>;
|
|
163366
164192
|
/**
|
|
163367
|
-
*
|
|
164193
|
+
* Get the statistics of risk item counts
|
|
163368
164194
|
*
|
|
163369
164195
|
* @param request - GetCheckCountStatisticRequest
|
|
163370
164196
|
* @returns GetCheckCountStatisticResponse
|
|
@@ -163467,7 +164293,7 @@ export default class Client extends OpenApi {
|
|
|
163467
164293
|
*/
|
|
163468
164294
|
getCheckSummary(request: GetCheckSummaryRequest): Promise<GetCheckSummaryResponse>;
|
|
163469
164295
|
/**
|
|
163470
|
-
*
|
|
164296
|
+
* Get time trend statistics data
|
|
163471
164297
|
*
|
|
163472
164298
|
* @param request - GetCheckTimeDimensionStatisticRequest
|
|
163473
164299
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -163475,7 +164301,7 @@ export default class Client extends OpenApi {
|
|
|
163475
164301
|
*/
|
|
163476
164302
|
getCheckTimeDimensionStatisticWithOptions(request: GetCheckTimeDimensionStatisticRequest, runtime: $dara.RuntimeOptions): Promise<GetCheckTimeDimensionStatisticResponse>;
|
|
163477
164303
|
/**
|
|
163478
|
-
*
|
|
164304
|
+
* Get time trend statistics data
|
|
163479
164305
|
*
|
|
163480
164306
|
* @param request - GetCheckTimeDimensionStatisticRequest
|
|
163481
164307
|
* @returns GetCheckTimeDimensionStatisticResponse
|
|
@@ -164490,7 +165316,7 @@ export default class Client extends OpenApi {
|
|
|
164490
165316
|
*/
|
|
164491
165317
|
getSensitiveDefineRuleConfig(request: GetSensitiveDefineRuleConfigRequest): Promise<GetSensitiveDefineRuleConfigResponse>;
|
|
164492
165318
|
/**
|
|
164493
|
-
*
|
|
165319
|
+
* Get Serverless Application Authorization Details
|
|
164494
165320
|
*
|
|
164495
165321
|
* @param request - GetServerlessAppAuthDetailRequest
|
|
164496
165322
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -164498,14 +165324,14 @@ export default class Client extends OpenApi {
|
|
|
164498
165324
|
*/
|
|
164499
165325
|
getServerlessAppAuthDetailWithOptions(request: GetServerlessAppAuthDetailRequest, runtime: $dara.RuntimeOptions): Promise<GetServerlessAppAuthDetailResponse>;
|
|
164500
165326
|
/**
|
|
164501
|
-
*
|
|
165327
|
+
* Get Serverless Application Authorization Details
|
|
164502
165328
|
*
|
|
164503
165329
|
* @param request - GetServerlessAppAuthDetailRequest
|
|
164504
165330
|
* @returns GetServerlessAppAuthDetailResponse
|
|
164505
165331
|
*/
|
|
164506
165332
|
getServerlessAppAuthDetail(request: GetServerlessAppAuthDetailRequest): Promise<GetServerlessAppAuthDetailResponse>;
|
|
164507
165333
|
/**
|
|
164508
|
-
*
|
|
165334
|
+
* Get Serverless Authorization Overview
|
|
164509
165335
|
*
|
|
164510
165336
|
* @param request - GetServerlessAuthSummaryRequest
|
|
164511
165337
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -164513,7 +165339,7 @@ export default class Client extends OpenApi {
|
|
|
164513
165339
|
*/
|
|
164514
165340
|
getServerlessAuthSummaryWithOptions(request: GetServerlessAuthSummaryRequest, runtime: $dara.RuntimeOptions): Promise<GetServerlessAuthSummaryResponse>;
|
|
164515
165341
|
/**
|
|
164516
|
-
*
|
|
165342
|
+
* Get Serverless Authorization Overview
|
|
164517
165343
|
*
|
|
164518
165344
|
* @param request - GetServerlessAuthSummaryRequest
|
|
164519
165345
|
* @returns GetServerlessAuthSummaryResponse
|
|
@@ -165214,7 +166040,7 @@ export default class Client extends OpenApi {
|
|
|
165214
166040
|
*/
|
|
165215
166041
|
listCheckResult(request: ListCheckResultRequest): Promise<ListCheckResultResponse>;
|
|
165216
166042
|
/**
|
|
165217
|
-
*
|
|
166043
|
+
* Display cloud product configuration check rules
|
|
165218
166044
|
*
|
|
165219
166045
|
* @param request - ListCheckRuleRequest
|
|
165220
166046
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -165222,14 +166048,14 @@ export default class Client extends OpenApi {
|
|
|
165222
166048
|
*/
|
|
165223
166049
|
listCheckRuleWithOptions(request: ListCheckRuleRequest, runtime: $dara.RuntimeOptions): Promise<ListCheckRuleResponse>;
|
|
165224
166050
|
/**
|
|
165225
|
-
*
|
|
166051
|
+
* Display cloud product configuration check rules
|
|
165226
166052
|
*
|
|
165227
166053
|
* @param request - ListCheckRuleRequest
|
|
165228
166054
|
* @returns ListCheckRuleResponse
|
|
165229
166055
|
*/
|
|
165230
166056
|
listCheckRule(request: ListCheckRuleRequest): Promise<ListCheckRuleResponse>;
|
|
165231
166057
|
/**
|
|
165232
|
-
*
|
|
166058
|
+
* List all effective machines under the rule
|
|
165233
166059
|
*
|
|
165234
166060
|
* @param request - ListCheckRuleInstanceRequest
|
|
165235
166061
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -165237,7 +166063,7 @@ export default class Client extends OpenApi {
|
|
|
165237
166063
|
*/
|
|
165238
166064
|
listCheckRuleInstanceWithOptions(request: ListCheckRuleInstanceRequest, runtime: $dara.RuntimeOptions): Promise<ListCheckRuleInstanceResponse>;
|
|
165239
166065
|
/**
|
|
165240
|
-
*
|
|
166066
|
+
* List all effective machines under the rule
|
|
165241
166067
|
*
|
|
165242
166068
|
* @param request - ListCheckRuleInstanceRequest
|
|
165243
166069
|
* @returns ListCheckRuleInstanceResponse
|
|
@@ -165931,7 +166757,10 @@ export default class Client extends OpenApi {
|
|
|
165931
166757
|
*/
|
|
165932
166758
|
listOpaClusterStrategyNew(request: ListOpaClusterStrategyNewRequest): Promise<ListOpaClusterStrategyNewResponse>;
|
|
165933
166759
|
/**
|
|
165934
|
-
*
|
|
166760
|
+
* Query the list of instance results under the operation check item
|
|
166761
|
+
*
|
|
166762
|
+
* @remarks
|
|
166763
|
+
* This interface is only available to users who have purchased the cloud platform configuration check authorization or enabled the pay-as-you-go service for cloud platform configuration checks.
|
|
165935
166764
|
*
|
|
165936
166765
|
* @param request - ListOperationCheckRequest
|
|
165937
166766
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -165939,7 +166768,10 @@ export default class Client extends OpenApi {
|
|
|
165939
166768
|
*/
|
|
165940
166769
|
listOperationCheckWithOptions(request: ListOperationCheckRequest, runtime: $dara.RuntimeOptions): Promise<ListOperationCheckResponse>;
|
|
165941
166770
|
/**
|
|
165942
|
-
*
|
|
166771
|
+
* Query the list of instance results under the operation check item
|
|
166772
|
+
*
|
|
166773
|
+
* @remarks
|
|
166774
|
+
* This interface is only available to users who have purchased the cloud platform configuration check authorization or enabled the pay-as-you-go service for cloud platform configuration checks.
|
|
165943
166775
|
*
|
|
165944
166776
|
* @param request - ListOperationCheckRequest
|
|
165945
166777
|
* @returns ListOperationCheckResponse
|
|
@@ -166611,7 +167443,22 @@ export default class Client extends OpenApi {
|
|
|
166611
167443
|
*/
|
|
166612
167444
|
modifyBackupPolicyStatus(request: ModifyBackupPolicyStatusRequest): Promise<ModifyBackupPolicyStatusResponse>;
|
|
166613
167445
|
/**
|
|
166614
|
-
*
|
|
167446
|
+
* Modify Policy
|
|
167447
|
+
*
|
|
167448
|
+
* @param request - ModifyBinarySecurityPolicyRequest
|
|
167449
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
167450
|
+
* @returns ModifyBinarySecurityPolicyResponse
|
|
167451
|
+
*/
|
|
167452
|
+
modifyBinarySecurityPolicyWithOptions(request: ModifyBinarySecurityPolicyRequest, runtime: $dara.RuntimeOptions): Promise<ModifyBinarySecurityPolicyResponse>;
|
|
167453
|
+
/**
|
|
167454
|
+
* Modify Policy
|
|
167455
|
+
*
|
|
167456
|
+
* @param request - ModifyBinarySecurityPolicyRequest
|
|
167457
|
+
* @returns ModifyBinarySecurityPolicyResponse
|
|
167458
|
+
*/
|
|
167459
|
+
modifyBinarySecurityPolicy(request: ModifyBinarySecurityPolicyRequest): Promise<ModifyBinarySecurityPolicyResponse>;
|
|
167460
|
+
/**
|
|
167461
|
+
* Modify the rule settings for cloud product configuration checks
|
|
166615
167462
|
*
|
|
166616
167463
|
* @param request - ModifyCheckRuleRequest
|
|
166617
167464
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -166619,7 +167466,7 @@ export default class Client extends OpenApi {
|
|
|
166619
167466
|
*/
|
|
166620
167467
|
modifyCheckRuleWithOptions(request: ModifyCheckRuleRequest, runtime: $dara.RuntimeOptions): Promise<ModifyCheckRuleResponse>;
|
|
166621
167468
|
/**
|
|
166622
|
-
*
|
|
167469
|
+
* Modify the rule settings for cloud product configuration checks
|
|
166623
167470
|
*
|
|
166624
167471
|
* @param request - ModifyCheckRuleRequest
|
|
166625
167472
|
* @returns ModifyCheckRuleResponse
|
|
@@ -166707,7 +167554,7 @@ export default class Client extends OpenApi {
|
|
|
166707
167554
|
*/
|
|
166708
167555
|
modifyCloudVendorAccountAK(request: ModifyCloudVendorAccountAKRequest): Promise<ModifyCloudVendorAccountAKResponse>;
|
|
166709
167556
|
/**
|
|
166710
|
-
*
|
|
167557
|
+
* Modify the Trail configuration information for the AK
|
|
166711
167558
|
*
|
|
166712
167559
|
* @param request - ModifyCloudVendorTrialConfigRequest
|
|
166713
167560
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -166715,7 +167562,7 @@ export default class Client extends OpenApi {
|
|
|
166715
167562
|
*/
|
|
166716
167563
|
modifyCloudVendorTrialConfigWithOptions(request: ModifyCloudVendorTrialConfigRequest, runtime: $dara.RuntimeOptions): Promise<ModifyCloudVendorTrialConfigResponse>;
|
|
166717
167564
|
/**
|
|
166718
|
-
*
|
|
167565
|
+
* Modify the Trail configuration information for the AK
|
|
166719
167566
|
*
|
|
166720
167567
|
* @param request - ModifyCloudVendorTrialConfigRequest
|
|
166721
167568
|
* @returns ModifyCloudVendorTrialConfigResponse
|
|
@@ -167290,7 +168137,7 @@ export default class Client extends OpenApi {
|
|
|
167290
168137
|
*/
|
|
167291
168138
|
modifySecurityEventMarkMissIndividually(request: ModifySecurityEventMarkMissIndividuallyRequest): Promise<ModifySecurityEventMarkMissIndividuallyResponse>;
|
|
167292
168139
|
/**
|
|
167293
|
-
*
|
|
168140
|
+
* Manage Serverless Asset Authorization
|
|
167294
168141
|
*
|
|
167295
168142
|
* @param request - ModifyServerlessAuthToMachineRequest
|
|
167296
168143
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -167298,7 +168145,7 @@ export default class Client extends OpenApi {
|
|
|
167298
168145
|
*/
|
|
167299
168146
|
modifyServerlessAuthToMachineWithOptions(request: ModifyServerlessAuthToMachineRequest, runtime: $dara.RuntimeOptions): Promise<ModifyServerlessAuthToMachineResponse>;
|
|
167300
168147
|
/**
|
|
167301
|
-
*
|
|
168148
|
+
* Manage Serverless Asset Authorization
|
|
167302
168149
|
*
|
|
167303
168150
|
* @param request - ModifyServerlessAuthToMachineRequest
|
|
167304
168151
|
* @returns ModifyServerlessAuthToMachineResponse
|