@alicloud/sddp20190103 1.2.1 → 1.2.3
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 +726 -322
- package/dist/client.js +734 -322
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +742 -322
package/dist/client.d.ts
CHANGED
|
@@ -2806,6 +2806,7 @@ export declare class DescribeDataObjectsResponseBodyItems extends $tea.Model {
|
|
|
2806
2806
|
id?: string;
|
|
2807
2807
|
instanceDescription?: string;
|
|
2808
2808
|
instanceId?: string;
|
|
2809
|
+
lastModifiedTime?: number;
|
|
2809
2810
|
lastScanTime?: number;
|
|
2810
2811
|
memberAccount?: number;
|
|
2811
2812
|
modelTags?: DescribeDataObjectsResponseBodyItemsModelTags[];
|
|
@@ -2846,6 +2847,7 @@ export declare class DescribeDocTypesResponseBodyDocTypeList extends $tea.Model
|
|
|
2846
2847
|
export declare class DescribeEventDetailResponseBodyEventDetailChartData extends $tea.Model {
|
|
2847
2848
|
x?: string[];
|
|
2848
2849
|
y?: string[];
|
|
2850
|
+
z?: string[];
|
|
2849
2851
|
static names(): {
|
|
2850
2852
|
[key: string]: string;
|
|
2851
2853
|
};
|
|
@@ -2857,11 +2859,14 @@ export declare class DescribeEventDetailResponseBodyEventDetailChartData extends
|
|
|
2857
2859
|
});
|
|
2858
2860
|
}
|
|
2859
2861
|
export declare class DescribeEventDetailResponseBodyEventDetailChart extends $tea.Model {
|
|
2862
|
+
chatType?: number;
|
|
2860
2863
|
data?: DescribeEventDetailResponseBodyEventDetailChartData;
|
|
2861
2864
|
label?: string;
|
|
2865
|
+
name?: string;
|
|
2862
2866
|
type?: string;
|
|
2863
2867
|
XLabel?: string;
|
|
2864
2868
|
YLabel?: string;
|
|
2869
|
+
ZLabel?: string;
|
|
2865
2870
|
static names(): {
|
|
2866
2871
|
[key: string]: string;
|
|
2867
2872
|
};
|
|
@@ -2874,6 +2879,7 @@ export declare class DescribeEventDetailResponseBodyEventDetailChart extends $te
|
|
|
2874
2879
|
}
|
|
2875
2880
|
export declare class DescribeEventDetailResponseBodyEventDetailContent extends $tea.Model {
|
|
2876
2881
|
label?: string;
|
|
2882
|
+
name?: string;
|
|
2877
2883
|
value?: string;
|
|
2878
2884
|
static names(): {
|
|
2879
2885
|
[key: string]: string;
|
|
@@ -2947,6 +2953,7 @@ export declare class DescribeEventDetailResponseBodyEvent extends $tea.Model {
|
|
|
2947
2953
|
id?: number;
|
|
2948
2954
|
logDetail?: string;
|
|
2949
2955
|
loginName?: string;
|
|
2956
|
+
newAlarm?: boolean;
|
|
2950
2957
|
productCode?: string;
|
|
2951
2958
|
status?: number;
|
|
2952
2959
|
statusName?: string;
|
|
@@ -3231,6 +3238,7 @@ export declare class DescribeOssObjectsResponseBodyItems extends $tea.Model {
|
|
|
3231
3238
|
fileId?: string;
|
|
3232
3239
|
id?: string;
|
|
3233
3240
|
instanceId?: number;
|
|
3241
|
+
lastModifiedTime?: number;
|
|
3234
3242
|
name?: string;
|
|
3235
3243
|
regionId?: string;
|
|
3236
3244
|
riskLevelId?: number;
|
|
@@ -3443,517 +3451,913 @@ export default class Client extends OpenApi {
|
|
|
3443
3451
|
[key: string]: string;
|
|
3444
3452
|
}, endpoint: string): string;
|
|
3445
3453
|
/**
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3454
|
+
* @summary Modifies the configurations of a common configuration item for alerts.
|
|
3455
|
+
*
|
|
3456
|
+
* @description You can call this operation to create or restore configurations based on the codes of common configuration items. This allows you to manage the configurations of common configuration items.
|
|
3457
|
+
* # Limits
|
|
3458
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3459
|
+
*
|
|
3460
|
+
* @param request CreateConfigRequest
|
|
3461
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3462
|
+
* @return CreateConfigResponse
|
|
3453
3463
|
*/
|
|
3454
3464
|
createConfigWithOptions(request: CreateConfigRequest, runtime: $Util.RuntimeOptions): Promise<CreateConfigResponse>;
|
|
3455
3465
|
/**
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3466
|
+
* @summary Modifies the configurations of a common configuration item for alerts.
|
|
3467
|
+
*
|
|
3468
|
+
* @description You can call this operation to create or restore configurations based on the codes of common configuration items. This allows you to manage the configurations of common configuration items.
|
|
3469
|
+
* # Limits
|
|
3470
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3471
|
+
*
|
|
3472
|
+
* @param request CreateConfigRequest
|
|
3473
|
+
* @return CreateConfigResponse
|
|
3462
3474
|
*/
|
|
3463
3475
|
createConfig(request: CreateConfigRequest): Promise<CreateConfigResponse>;
|
|
3464
3476
|
/**
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3477
|
+
* @summary Authorizes Data Security Center (DSC) to scan data assets. The data assets can be a database, a project, or a bucket.
|
|
3478
|
+
*
|
|
3479
|
+
* @description You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
|
|
3480
|
+
* # Limits
|
|
3481
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3482
|
+
*
|
|
3483
|
+
* @param request CreateDataLimitRequest
|
|
3484
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3485
|
+
* @return CreateDataLimitResponse
|
|
3472
3486
|
*/
|
|
3473
3487
|
createDataLimitWithOptions(request: CreateDataLimitRequest, runtime: $Util.RuntimeOptions): Promise<CreateDataLimitResponse>;
|
|
3474
3488
|
/**
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3489
|
+
* @summary Authorizes Data Security Center (DSC) to scan data assets. The data assets can be a database, a project, or a bucket.
|
|
3490
|
+
*
|
|
3491
|
+
* @description You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
|
|
3492
|
+
* # Limits
|
|
3493
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3494
|
+
*
|
|
3495
|
+
* @param request CreateDataLimitRequest
|
|
3496
|
+
* @return CreateDataLimitResponse
|
|
3481
3497
|
*/
|
|
3482
3498
|
createDataLimit(request: CreateDataLimitRequest): Promise<CreateDataLimitResponse>;
|
|
3499
|
+
/**
|
|
3500
|
+
* @summary Creates a custom sensitive data detection rule.
|
|
3501
|
+
*
|
|
3502
|
+
* @param request CreateRuleRequest
|
|
3503
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3504
|
+
* @return CreateRuleResponse
|
|
3505
|
+
*/
|
|
3483
3506
|
createRuleWithOptions(request: CreateRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateRuleResponse>;
|
|
3507
|
+
/**
|
|
3508
|
+
* @summary Creates a custom sensitive data detection rule.
|
|
3509
|
+
*
|
|
3510
|
+
* @param request CreateRuleRequest
|
|
3511
|
+
* @return CreateRuleResponse
|
|
3512
|
+
*/
|
|
3484
3513
|
createRule(request: CreateRuleRequest): Promise<CreateRuleResponse>;
|
|
3485
3514
|
/**
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3515
|
+
* @summary Creates a custom scan task. The custom scan task is used to scan data assets on which Data Security Center (DSC) is granted the scan permissions for sensitive data.
|
|
3516
|
+
*
|
|
3517
|
+
* @description You can call this operation to create a custom scan task for authorized data assets. You can customize the interval between two consecutive scan tasks and the time when the scan task is executed next time.
|
|
3518
|
+
* # Limits
|
|
3519
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3520
|
+
*
|
|
3521
|
+
* @param request CreateScanTaskRequest
|
|
3522
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3523
|
+
* @return CreateScanTaskResponse
|
|
3493
3524
|
*/
|
|
3494
3525
|
createScanTaskWithOptions(request: CreateScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateScanTaskResponse>;
|
|
3495
3526
|
/**
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3527
|
+
* @summary Creates a custom scan task. The custom scan task is used to scan data assets on which Data Security Center (DSC) is granted the scan permissions for sensitive data.
|
|
3528
|
+
*
|
|
3529
|
+
* @description You can call this operation to create a custom scan task for authorized data assets. You can customize the interval between two consecutive scan tasks and the time when the scan task is executed next time.
|
|
3530
|
+
* # Limits
|
|
3531
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3532
|
+
*
|
|
3533
|
+
* @param request CreateScanTaskRequest
|
|
3534
|
+
* @return CreateScanTaskResponse
|
|
3502
3535
|
*/
|
|
3503
3536
|
createScanTask(request: CreateScanTaskRequest): Promise<CreateScanTaskResponse>;
|
|
3504
3537
|
/**
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3538
|
+
* @summary Creates a service-linked role for Data Security Center (DSC) to grant DSC the permissions to access data assets in other services.
|
|
3539
|
+
*
|
|
3540
|
+
* @description You can call this operation to allow DSC to access the data assets in services such as Object Storage Service (OSS), ApsaraDB RDS, and MaxCompute. After you call this operation, the system automatically creates a service-linked role named AliyunServiceRoleForSDDP and attaches the AliyunServiceRolePolicyForSDDP policy to the role.
|
|
3541
|
+
* # Limits
|
|
3542
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3543
|
+
*
|
|
3544
|
+
* @param request CreateSlrRoleRequest
|
|
3545
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3546
|
+
* @return CreateSlrRoleResponse
|
|
3512
3547
|
*/
|
|
3513
3548
|
createSlrRoleWithOptions(request: CreateSlrRoleRequest, runtime: $Util.RuntimeOptions): Promise<CreateSlrRoleResponse>;
|
|
3514
3549
|
/**
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3550
|
+
* @summary Creates a service-linked role for Data Security Center (DSC) to grant DSC the permissions to access data assets in other services.
|
|
3551
|
+
*
|
|
3552
|
+
* @description You can call this operation to allow DSC to access the data assets in services such as Object Storage Service (OSS), ApsaraDB RDS, and MaxCompute. After you call this operation, the system automatically creates a service-linked role named AliyunServiceRoleForSDDP and attaches the AliyunServiceRolePolicyForSDDP policy to the role.
|
|
3553
|
+
* # Limits
|
|
3554
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3555
|
+
*
|
|
3556
|
+
* @param request CreateSlrRoleRequest
|
|
3557
|
+
* @return CreateSlrRoleResponse
|
|
3521
3558
|
*/
|
|
3522
3559
|
createSlrRole(request: CreateSlrRoleRequest): Promise<CreateSlrRoleResponse>;
|
|
3523
3560
|
/**
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3561
|
+
* @summary Revokes the scan permissions on a data asset. The data asset can be a database, an instance, or a bucket.
|
|
3562
|
+
*
|
|
3563
|
+
* @description You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
|
|
3564
|
+
* # Limits
|
|
3565
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3566
|
+
*
|
|
3567
|
+
* @param request DeleteDataLimitRequest
|
|
3568
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3569
|
+
* @return DeleteDataLimitResponse
|
|
3531
3570
|
*/
|
|
3532
3571
|
deleteDataLimitWithOptions(request: DeleteDataLimitRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDataLimitResponse>;
|
|
3533
3572
|
/**
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3573
|
+
* @summary Revokes the scan permissions on a data asset. The data asset can be a database, an instance, or a bucket.
|
|
3574
|
+
*
|
|
3575
|
+
* @description You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
|
|
3576
|
+
* # Limits
|
|
3577
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3578
|
+
*
|
|
3579
|
+
* @param request DeleteDataLimitRequest
|
|
3580
|
+
* @return DeleteDataLimitResponse
|
|
3540
3581
|
*/
|
|
3541
3582
|
deleteDataLimit(request: DeleteDataLimitRequest): Promise<DeleteDataLimitResponse>;
|
|
3583
|
+
/**
|
|
3584
|
+
* @summary Deletes a custom sensitive data detection rule from Data Security Center (DSC).
|
|
3585
|
+
*
|
|
3586
|
+
* @param request DeleteRuleRequest
|
|
3587
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3588
|
+
* @return DeleteRuleResponse
|
|
3589
|
+
*/
|
|
3542
3590
|
deleteRuleWithOptions(request: DeleteRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRuleResponse>;
|
|
3591
|
+
/**
|
|
3592
|
+
* @summary Deletes a custom sensitive data detection rule from Data Security Center (DSC).
|
|
3593
|
+
*
|
|
3594
|
+
* @param request DeleteRuleRequest
|
|
3595
|
+
* @return DeleteRuleResponse
|
|
3596
|
+
*/
|
|
3543
3597
|
deleteRule(request: DeleteRuleRequest): Promise<DeleteRuleResponse>;
|
|
3598
|
+
/**
|
|
3599
|
+
* @param request DescribeCategoryTemplateListRequest
|
|
3600
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3601
|
+
* @return DescribeCategoryTemplateListResponse
|
|
3602
|
+
*/
|
|
3544
3603
|
describeCategoryTemplateListWithOptions(request: DescribeCategoryTemplateListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCategoryTemplateListResponse>;
|
|
3604
|
+
/**
|
|
3605
|
+
* @param request DescribeCategoryTemplateListRequest
|
|
3606
|
+
* @return DescribeCategoryTemplateListResponse
|
|
3607
|
+
*/
|
|
3545
3608
|
describeCategoryTemplateList(request: DescribeCategoryTemplateListRequest): Promise<DescribeCategoryTemplateListResponse>;
|
|
3546
3609
|
/**
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3610
|
+
* @summary Queries rules in a classification template by page.
|
|
3611
|
+
*
|
|
3612
|
+
* @description You can call this operation to query rules in a classification template.
|
|
3613
|
+
* # Limits
|
|
3614
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3615
|
+
*
|
|
3616
|
+
* @param request DescribeCategoryTemplateRuleListRequest
|
|
3617
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3618
|
+
* @return DescribeCategoryTemplateRuleListResponse
|
|
3554
3619
|
*/
|
|
3555
3620
|
describeCategoryTemplateRuleListWithOptions(request: DescribeCategoryTemplateRuleListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCategoryTemplateRuleListResponse>;
|
|
3556
3621
|
/**
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3622
|
+
* @summary Queries rules in a classification template by page.
|
|
3623
|
+
*
|
|
3624
|
+
* @description You can call this operation to query rules in a classification template.
|
|
3625
|
+
* # Limits
|
|
3626
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3627
|
+
*
|
|
3628
|
+
* @param request DescribeCategoryTemplateRuleListRequest
|
|
3629
|
+
* @return DescribeCategoryTemplateRuleListResponse
|
|
3563
3630
|
*/
|
|
3564
3631
|
describeCategoryTemplateRuleList(request: DescribeCategoryTemplateRuleListRequest): Promise<DescribeCategoryTemplateRuleListResponse>;
|
|
3565
3632
|
/**
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3633
|
+
* @summary Queries data in the columns of the tables that Data Security Center (DSC) is authorized to access. The tables include the tables of MaxCompute and ApsaraDB RDS.
|
|
3634
|
+
*
|
|
3635
|
+
* @description You can call this operation to query the data in columns of a table that may contain sensitive data. This helps you analyze sensitive data.
|
|
3636
|
+
* ## [](#)Precautions
|
|
3637
|
+
* The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
|
|
3638
|
+
* ## [](#qps)Limits
|
|
3639
|
+
* Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3640
|
+
*
|
|
3641
|
+
* @param request DescribeColumnsRequest
|
|
3642
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3643
|
+
* @return DescribeColumnsResponse
|
|
3575
3644
|
*/
|
|
3576
3645
|
describeColumnsWithOptions(request: DescribeColumnsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeColumnsResponse>;
|
|
3577
3646
|
/**
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3647
|
+
* @summary Queries data in the columns of the tables that Data Security Center (DSC) is authorized to access. The tables include the tables of MaxCompute and ApsaraDB RDS.
|
|
3648
|
+
*
|
|
3649
|
+
* @description You can call this operation to query the data in columns of a table that may contain sensitive data. This helps you analyze sensitive data.
|
|
3650
|
+
* ## [](#)Precautions
|
|
3651
|
+
* The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
|
|
3652
|
+
* ## [](#qps)Limits
|
|
3653
|
+
* Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3654
|
+
*
|
|
3655
|
+
* @param request DescribeColumnsRequest
|
|
3656
|
+
* @return DescribeColumnsResponse
|
|
3586
3657
|
*/
|
|
3587
3658
|
describeColumns(request: DescribeColumnsRequest): Promise<DescribeColumnsResponse>;
|
|
3659
|
+
/**
|
|
3660
|
+
* @summary 查询数据安全中心连接授权的MaxCompute、RDS等数据资产表中列的数据
|
|
3661
|
+
*
|
|
3662
|
+
* @param request DescribeColumnsV2Request
|
|
3663
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3664
|
+
* @return DescribeColumnsV2Response
|
|
3665
|
+
*/
|
|
3588
3666
|
describeColumnsV2WithOptions(request: DescribeColumnsV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeColumnsV2Response>;
|
|
3667
|
+
/**
|
|
3668
|
+
* @summary 查询数据安全中心连接授权的MaxCompute、RDS等数据资产表中列的数据
|
|
3669
|
+
*
|
|
3670
|
+
* @param request DescribeColumnsV2Request
|
|
3671
|
+
* @return DescribeColumnsV2Response
|
|
3672
|
+
*/
|
|
3589
3673
|
describeColumnsV2(request: DescribeColumnsV2Request): Promise<DescribeColumnsV2Response>;
|
|
3674
|
+
/**
|
|
3675
|
+
* @summary Queries common configuration items for alerts.
|
|
3676
|
+
*
|
|
3677
|
+
* @param request DescribeConfigsRequest
|
|
3678
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3679
|
+
* @return DescribeConfigsResponse
|
|
3680
|
+
*/
|
|
3590
3681
|
describeConfigsWithOptions(request: DescribeConfigsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeConfigsResponse>;
|
|
3682
|
+
/**
|
|
3683
|
+
* @summary Queries common configuration items for alerts.
|
|
3684
|
+
*
|
|
3685
|
+
* @param request DescribeConfigsRequest
|
|
3686
|
+
* @return DescribeConfigsResponse
|
|
3687
|
+
*/
|
|
3591
3688
|
describeConfigs(request: DescribeConfigsRequest): Promise<DescribeConfigsResponse>;
|
|
3689
|
+
/**
|
|
3690
|
+
* @summary Queries the sensitive data detection results of data assets that Data Security Center (DSC) is authorized to access.
|
|
3691
|
+
*
|
|
3692
|
+
* @param request DescribeDataAssetsRequest
|
|
3693
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3694
|
+
* @return DescribeDataAssetsResponse
|
|
3695
|
+
*/
|
|
3592
3696
|
describeDataAssetsWithOptions(request: DescribeDataAssetsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataAssetsResponse>;
|
|
3697
|
+
/**
|
|
3698
|
+
* @summary Queries the sensitive data detection results of data assets that Data Security Center (DSC) is authorized to access.
|
|
3699
|
+
*
|
|
3700
|
+
* @param request DescribeDataAssetsRequest
|
|
3701
|
+
* @return DescribeDataAssetsResponse
|
|
3702
|
+
*/
|
|
3593
3703
|
describeDataAssets(request: DescribeDataAssetsRequest): Promise<DescribeDataAssetsResponse>;
|
|
3704
|
+
/**
|
|
3705
|
+
* @summary Queries the details of a data asset, such as a MaxCompute project, an ApsaraDB RDS database, or an Object Storage Service (OSS) bucket, that you authorize Data Security Center (DSC) to access.
|
|
3706
|
+
*
|
|
3707
|
+
* @param request DescribeDataLimitDetailRequest
|
|
3708
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3709
|
+
* @return DescribeDataLimitDetailResponse
|
|
3710
|
+
*/
|
|
3594
3711
|
describeDataLimitDetailWithOptions(request: DescribeDataLimitDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitDetailResponse>;
|
|
3712
|
+
/**
|
|
3713
|
+
* @summary Queries the details of a data asset, such as a MaxCompute project, an ApsaraDB RDS database, or an Object Storage Service (OSS) bucket, that you authorize Data Security Center (DSC) to access.
|
|
3714
|
+
*
|
|
3715
|
+
* @param request DescribeDataLimitDetailRequest
|
|
3716
|
+
* @return DescribeDataLimitDetailResponse
|
|
3717
|
+
*/
|
|
3595
3718
|
describeDataLimitDetail(request: DescribeDataLimitDetailRequest): Promise<DescribeDataLimitDetailResponse>;
|
|
3596
3719
|
/**
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3720
|
+
* @summary Queries data assets, such as instances, databases, and Object Storage Service (OSS) buckets, that you authorize Data Security Center (DSC) to scan in a service.
|
|
3721
|
+
*
|
|
3722
|
+
* @description You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
|
|
3723
|
+
* # Limits
|
|
3724
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3725
|
+
*
|
|
3726
|
+
* @param request DescribeDataLimitSetRequest
|
|
3727
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3728
|
+
* @return DescribeDataLimitSetResponse
|
|
3604
3729
|
*/
|
|
3605
3730
|
describeDataLimitSetWithOptions(request: DescribeDataLimitSetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitSetResponse>;
|
|
3606
3731
|
/**
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3732
|
+
* @summary Queries data assets, such as instances, databases, and Object Storage Service (OSS) buckets, that you authorize Data Security Center (DSC) to scan in a service.
|
|
3733
|
+
*
|
|
3734
|
+
* @description You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
|
|
3735
|
+
* # Limits
|
|
3736
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3737
|
+
*
|
|
3738
|
+
* @param request DescribeDataLimitSetRequest
|
|
3739
|
+
* @return DescribeDataLimitSetResponse
|
|
3613
3740
|
*/
|
|
3614
3741
|
describeDataLimitSet(request: DescribeDataLimitSetRequest): Promise<DescribeDataLimitSetResponse>;
|
|
3742
|
+
/**
|
|
3743
|
+
* @summary Queries the data assets such as instances, databases, or buckets that Data Security Center (DSC) is authorized to access.
|
|
3744
|
+
*
|
|
3745
|
+
* @param request DescribeDataLimitsRequest
|
|
3746
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3747
|
+
* @return DescribeDataLimitsResponse
|
|
3748
|
+
*/
|
|
3615
3749
|
describeDataLimitsWithOptions(request: DescribeDataLimitsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitsResponse>;
|
|
3750
|
+
/**
|
|
3751
|
+
* @summary Queries the data assets such as instances, databases, or buckets that Data Security Center (DSC) is authorized to access.
|
|
3752
|
+
*
|
|
3753
|
+
* @param request DescribeDataLimitsRequest
|
|
3754
|
+
* @return DescribeDataLimitsResponse
|
|
3755
|
+
*/
|
|
3616
3756
|
describeDataLimits(request: DescribeDataLimitsRequest): Promise<DescribeDataLimitsResponse>;
|
|
3617
3757
|
/**
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3758
|
+
* @summary Queries the execution information about a de-identification task.
|
|
3759
|
+
*
|
|
3760
|
+
* @description You can call this operation to query the execution information of a static de-identification task, including the status and progress.
|
|
3761
|
+
* # Limits
|
|
3762
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3763
|
+
*
|
|
3764
|
+
* @param request DescribeDataMaskingRunHistoryRequest
|
|
3765
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3766
|
+
* @return DescribeDataMaskingRunHistoryResponse
|
|
3625
3767
|
*/
|
|
3626
3768
|
describeDataMaskingRunHistoryWithOptions(request: DescribeDataMaskingRunHistoryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataMaskingRunHistoryResponse>;
|
|
3627
3769
|
/**
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3770
|
+
* @summary Queries the execution information about a de-identification task.
|
|
3771
|
+
*
|
|
3772
|
+
* @description You can call this operation to query the execution information of a static de-identification task, including the status and progress.
|
|
3773
|
+
* # Limits
|
|
3774
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3775
|
+
*
|
|
3776
|
+
* @param request DescribeDataMaskingRunHistoryRequest
|
|
3777
|
+
* @return DescribeDataMaskingRunHistoryResponse
|
|
3634
3778
|
*/
|
|
3635
3779
|
describeDataMaskingRunHistory(request: DescribeDataMaskingRunHistoryRequest): Promise<DescribeDataMaskingRunHistoryResponse>;
|
|
3636
3780
|
/**
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3781
|
+
* @summary Queries de-identification tasks.
|
|
3782
|
+
*
|
|
3783
|
+
* @description You can call this operation to query static de-identification tasks. This facilitates task queries and management.
|
|
3784
|
+
* # Limits
|
|
3785
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3786
|
+
*
|
|
3787
|
+
* @param request DescribeDataMaskingTasksRequest
|
|
3788
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3789
|
+
* @return DescribeDataMaskingTasksResponse
|
|
3644
3790
|
*/
|
|
3645
3791
|
describeDataMaskingTasksWithOptions(request: DescribeDataMaskingTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataMaskingTasksResponse>;
|
|
3646
3792
|
/**
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3793
|
+
* @summary Queries de-identification tasks.
|
|
3794
|
+
*
|
|
3795
|
+
* @description You can call this operation to query static de-identification tasks. This facilitates task queries and management.
|
|
3796
|
+
* # Limits
|
|
3797
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3798
|
+
*
|
|
3799
|
+
* @param request DescribeDataMaskingTasksRequest
|
|
3800
|
+
* @return DescribeDataMaskingTasksResponse
|
|
3653
3801
|
*/
|
|
3654
3802
|
describeDataMaskingTasks(request: DescribeDataMaskingTasksRequest): Promise<DescribeDataMaskingTasksResponse>;
|
|
3803
|
+
/**
|
|
3804
|
+
* @summary 查看数据对象列详情
|
|
3805
|
+
*
|
|
3806
|
+
* @param request DescribeDataObjectColumnDetailRequest
|
|
3807
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3808
|
+
* @return DescribeDataObjectColumnDetailResponse
|
|
3809
|
+
*/
|
|
3655
3810
|
describeDataObjectColumnDetailWithOptions(request: DescribeDataObjectColumnDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataObjectColumnDetailResponse>;
|
|
3811
|
+
/**
|
|
3812
|
+
* @summary 查看数据对象列详情
|
|
3813
|
+
*
|
|
3814
|
+
* @param request DescribeDataObjectColumnDetailRequest
|
|
3815
|
+
* @return DescribeDataObjectColumnDetailResponse
|
|
3816
|
+
*/
|
|
3656
3817
|
describeDataObjectColumnDetail(request: DescribeDataObjectColumnDetailRequest): Promise<DescribeDataObjectColumnDetailResponse>;
|
|
3818
|
+
/**
|
|
3819
|
+
* @summary 查看数据对象列详情V2
|
|
3820
|
+
*
|
|
3821
|
+
* @param request DescribeDataObjectColumnDetailV2Request
|
|
3822
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3823
|
+
* @return DescribeDataObjectColumnDetailV2Response
|
|
3824
|
+
*/
|
|
3657
3825
|
describeDataObjectColumnDetailV2WithOptions(request: DescribeDataObjectColumnDetailV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeDataObjectColumnDetailV2Response>;
|
|
3826
|
+
/**
|
|
3827
|
+
* @summary 查看数据对象列详情V2
|
|
3828
|
+
*
|
|
3829
|
+
* @param request DescribeDataObjectColumnDetailV2Request
|
|
3830
|
+
* @return DescribeDataObjectColumnDetailV2Response
|
|
3831
|
+
*/
|
|
3658
3832
|
describeDataObjectColumnDetailV2(request: DescribeDataObjectColumnDetailV2Request): Promise<DescribeDataObjectColumnDetailV2Response>;
|
|
3833
|
+
/**
|
|
3834
|
+
* @summary 分页查询数据目录对象
|
|
3835
|
+
*
|
|
3836
|
+
* @param request DescribeDataObjectsRequest
|
|
3837
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3838
|
+
* @return DescribeDataObjectsResponse
|
|
3839
|
+
*/
|
|
3659
3840
|
describeDataObjectsWithOptions(request: DescribeDataObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataObjectsResponse>;
|
|
3841
|
+
/**
|
|
3842
|
+
* @summary 分页查询数据目录对象
|
|
3843
|
+
*
|
|
3844
|
+
* @param request DescribeDataObjectsRequest
|
|
3845
|
+
* @return DescribeDataObjectsResponse
|
|
3846
|
+
*/
|
|
3660
3847
|
describeDataObjects(request: DescribeDataObjectsRequest): Promise<DescribeDataObjectsResponse>;
|
|
3848
|
+
/**
|
|
3849
|
+
* @param request DescribeDocTypesRequest
|
|
3850
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3851
|
+
* @return DescribeDocTypesResponse
|
|
3852
|
+
*/
|
|
3661
3853
|
describeDocTypesWithOptions(request: DescribeDocTypesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDocTypesResponse>;
|
|
3854
|
+
/**
|
|
3855
|
+
* @param request DescribeDocTypesRequest
|
|
3856
|
+
* @return DescribeDocTypesResponse
|
|
3857
|
+
*/
|
|
3662
3858
|
describeDocTypes(request: DescribeDocTypesRequest): Promise<DescribeDocTypesResponse>;
|
|
3859
|
+
/**
|
|
3860
|
+
* @summary Queries the details of an anomalous event. The details include the time when the anomalous event occurred, and the description and handling status of the anomalous event.
|
|
3861
|
+
*
|
|
3862
|
+
* @param request DescribeEventDetailRequest
|
|
3863
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3864
|
+
* @return DescribeEventDetailResponse
|
|
3865
|
+
*/
|
|
3663
3866
|
describeEventDetailWithOptions(request: DescribeEventDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventDetailResponse>;
|
|
3867
|
+
/**
|
|
3868
|
+
* @summary Queries the details of an anomalous event. The details include the time when the anomalous event occurred, and the description and handling status of the anomalous event.
|
|
3869
|
+
*
|
|
3870
|
+
* @param request DescribeEventDetailRequest
|
|
3871
|
+
* @return DescribeEventDetailResponse
|
|
3872
|
+
*/
|
|
3664
3873
|
describeEventDetail(request: DescribeEventDetailRequest): Promise<DescribeEventDetailResponse>;
|
|
3874
|
+
/**
|
|
3875
|
+
* @summary Queries the types of anomalous events.
|
|
3876
|
+
*
|
|
3877
|
+
* @param request DescribeEventTypesRequest
|
|
3878
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3879
|
+
* @return DescribeEventTypesResponse
|
|
3880
|
+
*/
|
|
3665
3881
|
describeEventTypesWithOptions(request: DescribeEventTypesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventTypesResponse>;
|
|
3882
|
+
/**
|
|
3883
|
+
* @summary Queries the types of anomalous events.
|
|
3884
|
+
*
|
|
3885
|
+
* @param request DescribeEventTypesRequest
|
|
3886
|
+
* @return DescribeEventTypesResponse
|
|
3887
|
+
*/
|
|
3666
3888
|
describeEventTypes(request: DescribeEventTypesRequest): Promise<DescribeEventTypesResponse>;
|
|
3667
3889
|
/**
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3890
|
+
* @summary Queries anomalous events.
|
|
3891
|
+
*
|
|
3892
|
+
* @description You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
|
|
3893
|
+
* # Limits
|
|
3894
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3895
|
+
*
|
|
3896
|
+
* @param request DescribeEventsRequest
|
|
3897
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3898
|
+
* @return DescribeEventsResponse
|
|
3675
3899
|
*/
|
|
3676
3900
|
describeEventsWithOptions(request: DescribeEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventsResponse>;
|
|
3677
3901
|
/**
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3902
|
+
* @summary Queries anomalous events.
|
|
3903
|
+
*
|
|
3904
|
+
* @description You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
|
|
3905
|
+
* # Limits
|
|
3906
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3907
|
+
*
|
|
3908
|
+
* @param request DescribeEventsRequest
|
|
3909
|
+
* @return DescribeEventsResponse
|
|
3684
3910
|
*/
|
|
3685
3911
|
describeEvents(request: DescribeEventsRequest): Promise<DescribeEventsResponse>;
|
|
3686
3912
|
/**
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3913
|
+
* @summary Queries a list of data assets.
|
|
3914
|
+
*
|
|
3915
|
+
* @description You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
|
|
3916
|
+
* This operation is no longer used for the KMS console of the new version.
|
|
3917
|
+
* # [](#qps-)QPS limits
|
|
3918
|
+
* This operation can be called up to 10 times per second for each Alibaba Cloud account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3919
|
+
*
|
|
3920
|
+
* @param request DescribeInstanceSourcesRequest
|
|
3921
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3922
|
+
* @return DescribeInstanceSourcesResponse
|
|
3695
3923
|
*/
|
|
3696
3924
|
describeInstanceSourcesWithOptions(request: DescribeInstanceSourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSourcesResponse>;
|
|
3697
3925
|
/**
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3926
|
+
* @summary Queries a list of data assets.
|
|
3927
|
+
*
|
|
3928
|
+
* @description You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
|
|
3929
|
+
* This operation is no longer used for the KMS console of the new version.
|
|
3930
|
+
* # [](#qps-)QPS limits
|
|
3931
|
+
* This operation can be called up to 10 times per second for each Alibaba Cloud account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3932
|
+
*
|
|
3933
|
+
* @param request DescribeInstanceSourcesRequest
|
|
3934
|
+
* @return DescribeInstanceSourcesResponse
|
|
3705
3935
|
*/
|
|
3706
3936
|
describeInstanceSources(request: DescribeInstanceSourcesRequest): Promise<DescribeInstanceSourcesResponse>;
|
|
3707
3937
|
/**
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3938
|
+
* @summary Queries data assets such as MaxCompute, ApsaraDB RDS, and Object Storage Service (OSS) that you authorize Data Security Center (DSC) to access.
|
|
3939
|
+
*
|
|
3940
|
+
* @description When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
|
|
3941
|
+
* # Limits
|
|
3942
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3943
|
+
*
|
|
3944
|
+
* @param request DescribeInstancesRequest
|
|
3945
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3946
|
+
* @return DescribeInstancesResponse
|
|
3715
3947
|
*/
|
|
3716
3948
|
describeInstancesWithOptions(request: DescribeInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstancesResponse>;
|
|
3717
3949
|
/**
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3950
|
+
* @summary Queries data assets such as MaxCompute, ApsaraDB RDS, and Object Storage Service (OSS) that you authorize Data Security Center (DSC) to access.
|
|
3951
|
+
*
|
|
3952
|
+
* @description When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
|
|
3953
|
+
* # Limits
|
|
3954
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3955
|
+
*
|
|
3956
|
+
* @param request DescribeInstancesRequest
|
|
3957
|
+
* @return DescribeInstancesResponse
|
|
3724
3958
|
*/
|
|
3725
3959
|
describeInstances(request: DescribeInstancesRequest): Promise<DescribeInstancesResponse>;
|
|
3726
3960
|
/**
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3961
|
+
* @summary Queries the details of an Object Storage Service (OSS) object that Data Security Center (DSC) is authorized to access.
|
|
3962
|
+
*
|
|
3963
|
+
* @description You can call this operation to query the details of an Object Storage Service (OSS) object. This helps you locate sensitive data detected in OSS.
|
|
3964
|
+
* ## [](#)Precautions
|
|
3965
|
+
* The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
|
|
3966
|
+
* ## [](#qps)Limits
|
|
3967
|
+
* Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3968
|
+
*
|
|
3969
|
+
* @param request DescribeOssObjectDetailRequest
|
|
3970
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3971
|
+
* @return DescribeOssObjectDetailResponse
|
|
3736
3972
|
*/
|
|
3737
3973
|
describeOssObjectDetailWithOptions(request: DescribeOssObjectDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectDetailResponse>;
|
|
3738
3974
|
/**
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3975
|
+
* @summary Queries the details of an Object Storage Service (OSS) object that Data Security Center (DSC) is authorized to access.
|
|
3976
|
+
*
|
|
3977
|
+
* @description You can call this operation to query the details of an Object Storage Service (OSS) object. This helps you locate sensitive data detected in OSS.
|
|
3978
|
+
* ## [](#)Precautions
|
|
3979
|
+
* The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
|
|
3980
|
+
* ## [](#qps)Limits
|
|
3981
|
+
* Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3982
|
+
*
|
|
3983
|
+
* @param request DescribeOssObjectDetailRequest
|
|
3984
|
+
* @return DescribeOssObjectDetailResponse
|
|
3747
3985
|
*/
|
|
3748
3986
|
describeOssObjectDetail(request: DescribeOssObjectDetailRequest): Promise<DescribeOssObjectDetailResponse>;
|
|
3987
|
+
/**
|
|
3988
|
+
* @summary 调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息
|
|
3989
|
+
*
|
|
3990
|
+
* @param request DescribeOssObjectDetailV2Request
|
|
3991
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3992
|
+
* @return DescribeOssObjectDetailV2Response
|
|
3993
|
+
*/
|
|
3749
3994
|
describeOssObjectDetailV2WithOptions(request: DescribeOssObjectDetailV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectDetailV2Response>;
|
|
3995
|
+
/**
|
|
3996
|
+
* @summary 调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息
|
|
3997
|
+
*
|
|
3998
|
+
* @param request DescribeOssObjectDetailV2Request
|
|
3999
|
+
* @return DescribeOssObjectDetailV2Response
|
|
4000
|
+
*/
|
|
3750
4001
|
describeOssObjectDetailV2(request: DescribeOssObjectDetailV2Request): Promise<DescribeOssObjectDetailV2Response>;
|
|
4002
|
+
/**
|
|
4003
|
+
* @summary Queries Object Storage Service (OSS) objects that you authorize Data Security Center (DSC) to access.
|
|
4004
|
+
*
|
|
4005
|
+
* @param request DescribeOssObjectsRequest
|
|
4006
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4007
|
+
* @return DescribeOssObjectsResponse
|
|
4008
|
+
*/
|
|
3751
4009
|
describeOssObjectsWithOptions(request: DescribeOssObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectsResponse>;
|
|
4010
|
+
/**
|
|
4011
|
+
* @summary Queries Object Storage Service (OSS) objects that you authorize Data Security Center (DSC) to access.
|
|
4012
|
+
*
|
|
4013
|
+
* @param request DescribeOssObjectsRequest
|
|
4014
|
+
* @return DescribeOssObjectsResponse
|
|
4015
|
+
*/
|
|
3752
4016
|
describeOssObjects(request: DescribeOssObjectsRequest): Promise<DescribeOssObjectsResponse>;
|
|
3753
4017
|
/**
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
4018
|
+
* @summary Queries information about the MaxCompute packages that Data Security Center (DSC) is authorized to access. The information includes the names of MaxCompute packages, the accounts of MaxCompute package owners, and the sensitivity levels of MaxCompute packages.
|
|
4019
|
+
*
|
|
4020
|
+
* @description You can call this operation to query MaxCompute packages that are scanned by DSC. This helps you search for MaxCompute packages and view the summary of MaxCompute packages.
|
|
4021
|
+
* # Limits
|
|
4022
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
4023
|
+
*
|
|
4024
|
+
* @param request DescribePackagesRequest
|
|
4025
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4026
|
+
* @return DescribePackagesResponse
|
|
3761
4027
|
*/
|
|
3762
4028
|
describePackagesWithOptions(request: DescribePackagesRequest, runtime: $Util.RuntimeOptions): Promise<DescribePackagesResponse>;
|
|
3763
4029
|
/**
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
4030
|
+
* @summary Queries information about the MaxCompute packages that Data Security Center (DSC) is authorized to access. The information includes the names of MaxCompute packages, the accounts of MaxCompute package owners, and the sensitivity levels of MaxCompute packages.
|
|
4031
|
+
*
|
|
4032
|
+
* @description You can call this operation to query MaxCompute packages that are scanned by DSC. This helps you search for MaxCompute packages and view the summary of MaxCompute packages.
|
|
4033
|
+
* # Limits
|
|
4034
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
4035
|
+
*
|
|
4036
|
+
* @param request DescribePackagesRequest
|
|
4037
|
+
* @return DescribePackagesResponse
|
|
3770
4038
|
*/
|
|
3771
4039
|
describePackages(request: DescribePackagesRequest): Promise<DescribePackagesResponse>;
|
|
4040
|
+
/**
|
|
4041
|
+
* @summary 获取一级授权列表
|
|
4042
|
+
*
|
|
4043
|
+
* @param request DescribeParentInstanceRequest
|
|
4044
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4045
|
+
* @return DescribeParentInstanceResponse
|
|
4046
|
+
*/
|
|
3772
4047
|
describeParentInstanceWithOptions(request: DescribeParentInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeParentInstanceResponse>;
|
|
4048
|
+
/**
|
|
4049
|
+
* @summary 获取一级授权列表
|
|
4050
|
+
*
|
|
4051
|
+
* @param request DescribeParentInstanceRequest
|
|
4052
|
+
* @return DescribeParentInstanceResponse
|
|
4053
|
+
*/
|
|
3773
4054
|
describeParentInstance(request: DescribeParentInstanceRequest): Promise<DescribeParentInstanceResponse>;
|
|
3774
4055
|
/**
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
4056
|
+
* @summary Queries the sensitivity levels that are defined in a rule template provided by Data Security Center (DSC).
|
|
4057
|
+
*
|
|
4058
|
+
* @description You can call this operation to query the sensitivity levels that are defined in the current rule template provided by DSC. This helps you learn about the number of times that each sensitivity level is referenced in the rule template and the highest sensitivity level.
|
|
4059
|
+
* # Limits
|
|
4060
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
4061
|
+
*
|
|
4062
|
+
* @param request DescribeRiskLevelsRequest
|
|
4063
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4064
|
+
* @return DescribeRiskLevelsResponse
|
|
3782
4065
|
*/
|
|
3783
4066
|
describeRiskLevelsWithOptions(request: DescribeRiskLevelsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskLevelsResponse>;
|
|
3784
4067
|
/**
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
4068
|
+
* @summary Queries the sensitivity levels that are defined in a rule template provided by Data Security Center (DSC).
|
|
4069
|
+
*
|
|
4070
|
+
* @description You can call this operation to query the sensitivity levels that are defined in the current rule template provided by DSC. This helps you learn about the number of times that each sensitivity level is referenced in the rule template and the highest sensitivity level.
|
|
4071
|
+
* # Limits
|
|
4072
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
4073
|
+
*
|
|
4074
|
+
* @param request DescribeRiskLevelsRequest
|
|
4075
|
+
* @return DescribeRiskLevelsResponse
|
|
3791
4076
|
*/
|
|
3792
4077
|
describeRiskLevels(request: DescribeRiskLevelsRequest): Promise<DescribeRiskLevelsResponse>;
|
|
4078
|
+
/**
|
|
4079
|
+
* @summary Queries sensitive data detection rules.
|
|
4080
|
+
*
|
|
4081
|
+
* @param request DescribeRulesRequest
|
|
4082
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4083
|
+
* @return DescribeRulesResponse
|
|
4084
|
+
*/
|
|
3793
4085
|
describeRulesWithOptions(request: DescribeRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRulesResponse>;
|
|
4086
|
+
/**
|
|
4087
|
+
* @summary Queries sensitive data detection rules.
|
|
4088
|
+
*
|
|
4089
|
+
* @param request DescribeRulesRequest
|
|
4090
|
+
* @return DescribeRulesResponse
|
|
4091
|
+
*/
|
|
3794
4092
|
describeRules(request: DescribeRulesRequest): Promise<DescribeRulesResponse>;
|
|
3795
4093
|
/**
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
4094
|
+
* @summary Queries tables in data assets, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
|
|
4095
|
+
*
|
|
4096
|
+
* @description When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
|
|
4097
|
+
* # Limits
|
|
4098
|
+
* You can send up to 10 requests per second to call this operation by using your Alibaba Cloud account. If you send excessive requests, throttling is implemented, and your business may be affected.
|
|
4099
|
+
*
|
|
4100
|
+
* @param request DescribeTablesRequest
|
|
4101
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4102
|
+
* @return DescribeTablesResponse
|
|
3803
4103
|
*/
|
|
3804
4104
|
describeTablesWithOptions(request: DescribeTablesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTablesResponse>;
|
|
3805
4105
|
/**
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
4106
|
+
* @summary Queries tables in data assets, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
|
|
4107
|
+
*
|
|
4108
|
+
* @description When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
|
|
4109
|
+
* # Limits
|
|
4110
|
+
* You can send up to 10 requests per second to call this operation by using your Alibaba Cloud account. If you send excessive requests, throttling is implemented, and your business may be affected.
|
|
4111
|
+
*
|
|
4112
|
+
* @param request DescribeTablesRequest
|
|
4113
|
+
* @return DescribeTablesResponse
|
|
3812
4114
|
*/
|
|
3813
4115
|
describeTables(request: DescribeTablesRequest): Promise<DescribeTablesResponse>;
|
|
4116
|
+
/**
|
|
4117
|
+
* @param request DescribeTemplateAllRulesRequest
|
|
4118
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4119
|
+
* @return DescribeTemplateAllRulesResponse
|
|
4120
|
+
*/
|
|
3814
4121
|
describeTemplateAllRulesWithOptions(request: DescribeTemplateAllRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTemplateAllRulesResponse>;
|
|
4122
|
+
/**
|
|
4123
|
+
* @param request DescribeTemplateAllRulesRequest
|
|
4124
|
+
* @return DescribeTemplateAllRulesResponse
|
|
4125
|
+
*/
|
|
3815
4126
|
describeTemplateAllRules(request: DescribeTemplateAllRulesRequest): Promise<DescribeTemplateAllRulesResponse>;
|
|
3816
4127
|
/**
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
4128
|
+
* @summary Queries the information about an account.
|
|
4129
|
+
*
|
|
4130
|
+
* @description You can call this operation to query the information about the current account. This helps you get familiar with your account that accesses Data Security Center (DSC).
|
|
4131
|
+
* # Limits
|
|
4132
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
4133
|
+
*
|
|
4134
|
+
* @param request DescribeUserStatusRequest
|
|
4135
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4136
|
+
* @return DescribeUserStatusResponse
|
|
3824
4137
|
*/
|
|
3825
4138
|
describeUserStatusWithOptions(request: DescribeUserStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserStatusResponse>;
|
|
3826
4139
|
/**
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
|
|
4140
|
+
* @summary Queries the information about an account.
|
|
4141
|
+
*
|
|
4142
|
+
* @description You can call this operation to query the information about the current account. This helps you get familiar with your account that accesses Data Security Center (DSC).
|
|
4143
|
+
* # Limits
|
|
4144
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
4145
|
+
*
|
|
4146
|
+
* @param request DescribeUserStatusRequest
|
|
4147
|
+
* @return DescribeUserStatusResponse
|
|
3833
4148
|
*/
|
|
3834
4149
|
describeUserStatus(request: DescribeUserStatusRequest): Promise<DescribeUserStatusResponse>;
|
|
3835
4150
|
/**
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
4151
|
+
* @summary Disables a configuration item. After you disable a configuration item, you can call the CreateConfig operation to enable the configuration item by specifying the code of the configuration item for the Code parameter in the request.
|
|
4152
|
+
*
|
|
4153
|
+
* @description You can call this operation to disable a configuration item based on the code of the configuration item. This helps you modify configurations at the earliest opportunity.
|
|
4154
|
+
* # Limits
|
|
4155
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
4156
|
+
*
|
|
4157
|
+
* @param request DisableUserConfigRequest
|
|
4158
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4159
|
+
* @return DisableUserConfigResponse
|
|
3843
4160
|
*/
|
|
3844
4161
|
disableUserConfigWithOptions(request: DisableUserConfigRequest, runtime: $Util.RuntimeOptions): Promise<DisableUserConfigResponse>;
|
|
3845
4162
|
/**
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
4163
|
+
* @summary Disables a configuration item. After you disable a configuration item, you can call the CreateConfig operation to enable the configuration item by specifying the code of the configuration item for the Code parameter in the request.
|
|
4164
|
+
*
|
|
4165
|
+
* @description You can call this operation to disable a configuration item based on the code of the configuration item. This helps you modify configurations at the earliest opportunity.
|
|
4166
|
+
* # Limits
|
|
4167
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
4168
|
+
*
|
|
4169
|
+
* @param request DisableUserConfigRequest
|
|
4170
|
+
* @return DisableUserConfigResponse
|
|
3852
4171
|
*/
|
|
3853
4172
|
disableUserConfig(request: DisableUserConfigRequest): Promise<DisableUserConfigResponse>;
|
|
4173
|
+
/**
|
|
4174
|
+
* @summary Dynamically de-identifies sensitive data.
|
|
4175
|
+
*
|
|
4176
|
+
* @param request ExecDatamaskRequest
|
|
4177
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4178
|
+
* @return ExecDatamaskResponse
|
|
4179
|
+
*/
|
|
3854
4180
|
execDatamaskWithOptions(request: ExecDatamaskRequest, runtime: $Util.RuntimeOptions): Promise<ExecDatamaskResponse>;
|
|
4181
|
+
/**
|
|
4182
|
+
* @summary Dynamically de-identifies sensitive data.
|
|
4183
|
+
*
|
|
4184
|
+
* @param request ExecDatamaskRequest
|
|
4185
|
+
* @return ExecDatamaskResponse
|
|
4186
|
+
*/
|
|
3855
4187
|
execDatamask(request: ExecDatamaskRequest): Promise<ExecDatamaskResponse>;
|
|
4188
|
+
/**
|
|
4189
|
+
* @summary Triggers a de-identification task.
|
|
4190
|
+
*
|
|
4191
|
+
* @param request ManualTriggerMaskingProcessRequest
|
|
4192
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4193
|
+
* @return ManualTriggerMaskingProcessResponse
|
|
4194
|
+
*/
|
|
3856
4195
|
manualTriggerMaskingProcessWithOptions(request: ManualTriggerMaskingProcessRequest, runtime: $Util.RuntimeOptions): Promise<ManualTriggerMaskingProcessResponse>;
|
|
4196
|
+
/**
|
|
4197
|
+
* @summary Triggers a de-identification task.
|
|
4198
|
+
*
|
|
4199
|
+
* @param request ManualTriggerMaskingProcessRequest
|
|
4200
|
+
* @return ManualTriggerMaskingProcessResponse
|
|
4201
|
+
*/
|
|
3857
4202
|
manualTriggerMaskingProcess(request: ManualTriggerMaskingProcessRequest): Promise<ManualTriggerMaskingProcessResponse>;
|
|
4203
|
+
/**
|
|
4204
|
+
* @summary Modifies configuration items for a data asset that you authorize Data Security Center (DSC) to access.
|
|
4205
|
+
*
|
|
4206
|
+
* @param request ModifyDataLimitRequest
|
|
4207
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4208
|
+
* @return ModifyDataLimitResponse
|
|
4209
|
+
*/
|
|
3858
4210
|
modifyDataLimitWithOptions(request: ModifyDataLimitRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDataLimitResponse>;
|
|
4211
|
+
/**
|
|
4212
|
+
* @summary Modifies configuration items for a data asset that you authorize Data Security Center (DSC) to access.
|
|
4213
|
+
*
|
|
4214
|
+
* @param request ModifyDataLimitRequest
|
|
4215
|
+
* @return ModifyDataLimitResponse
|
|
4216
|
+
*/
|
|
3859
4217
|
modifyDataLimit(request: ModifyDataLimitRequest): Promise<ModifyDataLimitResponse>;
|
|
3860
4218
|
/**
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
4219
|
+
* @summary Changes the sensitivity levels of sensitive data. You can change the default sensitivity levels of data that cannot be classified as sensitive or insensitive, and the sensitivity levels of data that can be classified as sensitive.
|
|
4220
|
+
*
|
|
4221
|
+
* @description You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
|
|
4222
|
+
* # Limits
|
|
4223
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
4224
|
+
*
|
|
4225
|
+
* @param request ModifyDefaultLevelRequest
|
|
4226
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4227
|
+
* @return ModifyDefaultLevelResponse
|
|
3868
4228
|
*/
|
|
3869
4229
|
modifyDefaultLevelWithOptions(request: ModifyDefaultLevelRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefaultLevelResponse>;
|
|
3870
4230
|
/**
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
4231
|
+
* @summary Changes the sensitivity levels of sensitive data. You can change the default sensitivity levels of data that cannot be classified as sensitive or insensitive, and the sensitivity levels of data that can be classified as sensitive.
|
|
4232
|
+
*
|
|
4233
|
+
* @description You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
|
|
4234
|
+
* # Limits
|
|
4235
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
4236
|
+
*
|
|
4237
|
+
* @param request ModifyDefaultLevelRequest
|
|
4238
|
+
* @return ModifyDefaultLevelResponse
|
|
3877
4239
|
*/
|
|
3878
4240
|
modifyDefaultLevel(request: ModifyDefaultLevelRequest): Promise<ModifyDefaultLevelResponse>;
|
|
3879
4241
|
/**
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
|
|
4242
|
+
* @summary Handles an anomalous event.
|
|
4243
|
+
*
|
|
4244
|
+
* @description You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
|
|
4245
|
+
* # Limits
|
|
4246
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
4247
|
+
*
|
|
4248
|
+
* @param request ModifyEventStatusRequest
|
|
4249
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4250
|
+
* @return ModifyEventStatusResponse
|
|
3887
4251
|
*/
|
|
3888
4252
|
modifyEventStatusWithOptions(request: ModifyEventStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyEventStatusResponse>;
|
|
3889
4253
|
/**
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
4254
|
+
* @summary Handles an anomalous event.
|
|
4255
|
+
*
|
|
4256
|
+
* @description You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
|
|
4257
|
+
* # Limits
|
|
4258
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
4259
|
+
*
|
|
4260
|
+
* @param request ModifyEventStatusRequest
|
|
4261
|
+
* @return ModifyEventStatusResponse
|
|
3896
4262
|
*/
|
|
3897
4263
|
modifyEventStatus(request: ModifyEventStatusRequest): Promise<ModifyEventStatusResponse>;
|
|
4264
|
+
/**
|
|
4265
|
+
* @summary Enables the detection of anomalous events of subtypes.
|
|
4266
|
+
*
|
|
4267
|
+
* @param request ModifyEventTypeStatusRequest
|
|
4268
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4269
|
+
* @return ModifyEventTypeStatusResponse
|
|
4270
|
+
*/
|
|
3898
4271
|
modifyEventTypeStatusWithOptions(request: ModifyEventTypeStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyEventTypeStatusResponse>;
|
|
4272
|
+
/**
|
|
4273
|
+
* @summary Enables the detection of anomalous events of subtypes.
|
|
4274
|
+
*
|
|
4275
|
+
* @param request ModifyEventTypeStatusRequest
|
|
4276
|
+
* @return ModifyEventTypeStatusResponse
|
|
4277
|
+
*/
|
|
3899
4278
|
modifyEventTypeStatus(request: ModifyEventTypeStatusRequest): Promise<ModifyEventTypeStatusResponse>;
|
|
3900
4279
|
/**
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
|
|
4280
|
+
* @summary Enables or disables the report task.
|
|
4281
|
+
*
|
|
4282
|
+
* @description You can call this operation to enable or disable the report task. After you activate Data Security Center (DSC), the report task is enabled by default. After you disable the report task, you cannot view statistics that are newly generated in the Report Center module, on the Overview page of the Cloud Native Data Audit module, and in the Data security lab module. Existing statistics are not affected.
|
|
4283
|
+
* # Limits
|
|
4284
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
4285
|
+
*
|
|
4286
|
+
* @param request ModifyReportTaskStatusRequest
|
|
4287
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4288
|
+
* @return ModifyReportTaskStatusResponse
|
|
3908
4289
|
*/
|
|
3909
4290
|
modifyReportTaskStatusWithOptions(request: ModifyReportTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyReportTaskStatusResponse>;
|
|
3910
4291
|
/**
|
|
3911
|
-
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
|
|
3915
|
-
|
|
3916
|
-
|
|
4292
|
+
* @summary Enables or disables the report task.
|
|
4293
|
+
*
|
|
4294
|
+
* @description You can call this operation to enable or disable the report task. After you activate Data Security Center (DSC), the report task is enabled by default. After you disable the report task, you cannot view statistics that are newly generated in the Report Center module, on the Overview page of the Cloud Native Data Audit module, and in the Data security lab module. Existing statistics are not affected.
|
|
4295
|
+
* # Limits
|
|
4296
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
4297
|
+
*
|
|
4298
|
+
* @param request ModifyReportTaskStatusRequest
|
|
4299
|
+
* @return ModifyReportTaskStatusResponse
|
|
3917
4300
|
*/
|
|
3918
4301
|
modifyReportTaskStatus(request: ModifyReportTaskStatusRequest): Promise<ModifyReportTaskStatusResponse>;
|
|
3919
4302
|
/**
|
|
3920
|
-
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
|
-
|
|
3924
|
-
|
|
3925
|
-
|
|
3926
|
-
|
|
4303
|
+
* @summary Modifies a custom sensitive data detection rule in Data Security Center (DSC).
|
|
4304
|
+
*
|
|
4305
|
+
* @description When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
|
|
4306
|
+
* # Limits
|
|
4307
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
4308
|
+
*
|
|
4309
|
+
* @param request ModifyRuleRequest
|
|
4310
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4311
|
+
* @return ModifyRuleResponse
|
|
3927
4312
|
*/
|
|
3928
4313
|
modifyRuleWithOptions(request: ModifyRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRuleResponse>;
|
|
3929
4314
|
/**
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
|
|
4315
|
+
* @summary Modifies a custom sensitive data detection rule in Data Security Center (DSC).
|
|
4316
|
+
*
|
|
4317
|
+
* @description When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
|
|
4318
|
+
* # Limits
|
|
4319
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
4320
|
+
*
|
|
4321
|
+
* @param request ModifyRuleRequest
|
|
4322
|
+
* @return ModifyRuleResponse
|
|
3936
4323
|
*/
|
|
3937
4324
|
modifyRule(request: ModifyRuleRequest): Promise<ModifyRuleResponse>;
|
|
4325
|
+
/**
|
|
4326
|
+
* @summary Enables or disables a sensitive data detection rule.
|
|
4327
|
+
*
|
|
4328
|
+
* @param request ModifyRuleStatusRequest
|
|
4329
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4330
|
+
* @return ModifyRuleStatusResponse
|
|
4331
|
+
*/
|
|
3938
4332
|
modifyRuleStatusWithOptions(request: ModifyRuleStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRuleStatusResponse>;
|
|
4333
|
+
/**
|
|
4334
|
+
* @summary Enables or disables a sensitive data detection rule.
|
|
4335
|
+
*
|
|
4336
|
+
* @param request ModifyRuleStatusRequest
|
|
4337
|
+
* @return ModifyRuleStatusResponse
|
|
4338
|
+
*/
|
|
3939
4339
|
modifyRuleStatus(request: ModifyRuleStatusRequest): Promise<ModifyRuleStatusResponse>;
|
|
3940
4340
|
/**
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
|
|
3944
|
-
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
|
|
4341
|
+
* @summary Stops a de-identification task. After you stop a de-identification task, you can resume the task by calling the ManualTriggerMaskingProcess operation.
|
|
4342
|
+
*
|
|
4343
|
+
* @description You can call this operation to stop a de-identification task that is running. For example, you can stop a de-identification task that is used to de-identify specific data.
|
|
4344
|
+
* # Limits
|
|
4345
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
4346
|
+
*
|
|
4347
|
+
* @param request StopMaskingProcessRequest
|
|
4348
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4349
|
+
* @return StopMaskingProcessResponse
|
|
3948
4350
|
*/
|
|
3949
4351
|
stopMaskingProcessWithOptions(request: StopMaskingProcessRequest, runtime: $Util.RuntimeOptions): Promise<StopMaskingProcessResponse>;
|
|
3950
4352
|
/**
|
|
3951
|
-
|
|
3952
|
-
|
|
3953
|
-
|
|
3954
|
-
|
|
3955
|
-
|
|
3956
|
-
|
|
4353
|
+
* @summary Stops a de-identification task. After you stop a de-identification task, you can resume the task by calling the ManualTriggerMaskingProcess operation.
|
|
4354
|
+
*
|
|
4355
|
+
* @description You can call this operation to stop a de-identification task that is running. For example, you can stop a de-identification task that is used to de-identify specific data.
|
|
4356
|
+
* # Limits
|
|
4357
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
4358
|
+
*
|
|
4359
|
+
* @param request StopMaskingProcessRequest
|
|
4360
|
+
* @return StopMaskingProcessResponse
|
|
3957
4361
|
*/
|
|
3958
4362
|
stopMaskingProcess(request: StopMaskingProcessRequest): Promise<StopMaskingProcessResponse>;
|
|
3959
4363
|
}
|