@alicloud/sddp20190103 1.2.2 → 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 +720 -322
- package/dist/client.js +722 -322
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +724 -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[];
|
|
@@ -3237,6 +3238,7 @@ export declare class DescribeOssObjectsResponseBodyItems extends $tea.Model {
|
|
|
3237
3238
|
fileId?: string;
|
|
3238
3239
|
id?: string;
|
|
3239
3240
|
instanceId?: number;
|
|
3241
|
+
lastModifiedTime?: number;
|
|
3240
3242
|
name?: string;
|
|
3241
3243
|
regionId?: string;
|
|
3242
3244
|
riskLevelId?: number;
|
|
@@ -3449,517 +3451,913 @@ export default class Client extends OpenApi {
|
|
|
3449
3451
|
[key: string]: string;
|
|
3450
3452
|
}, endpoint: string): string;
|
|
3451
3453
|
/**
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
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
|
|
3459
3463
|
*/
|
|
3460
3464
|
createConfigWithOptions(request: CreateConfigRequest, runtime: $Util.RuntimeOptions): Promise<CreateConfigResponse>;
|
|
3461
3465
|
/**
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
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
|
|
3468
3474
|
*/
|
|
3469
3475
|
createConfig(request: CreateConfigRequest): Promise<CreateConfigResponse>;
|
|
3470
3476
|
/**
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
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
|
|
3478
3486
|
*/
|
|
3479
3487
|
createDataLimitWithOptions(request: CreateDataLimitRequest, runtime: $Util.RuntimeOptions): Promise<CreateDataLimitResponse>;
|
|
3480
3488
|
/**
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
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
|
|
3487
3497
|
*/
|
|
3488
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
|
+
*/
|
|
3489
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
|
+
*/
|
|
3490
3513
|
createRule(request: CreateRuleRequest): Promise<CreateRuleResponse>;
|
|
3491
3514
|
/**
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
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
|
|
3499
3524
|
*/
|
|
3500
3525
|
createScanTaskWithOptions(request: CreateScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateScanTaskResponse>;
|
|
3501
3526
|
/**
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
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
|
|
3508
3535
|
*/
|
|
3509
3536
|
createScanTask(request: CreateScanTaskRequest): Promise<CreateScanTaskResponse>;
|
|
3510
3537
|
/**
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
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
|
|
3518
3547
|
*/
|
|
3519
3548
|
createSlrRoleWithOptions(request: CreateSlrRoleRequest, runtime: $Util.RuntimeOptions): Promise<CreateSlrRoleResponse>;
|
|
3520
3549
|
/**
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
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
|
|
3527
3558
|
*/
|
|
3528
3559
|
createSlrRole(request: CreateSlrRoleRequest): Promise<CreateSlrRoleResponse>;
|
|
3529
3560
|
/**
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
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
|
|
3537
3570
|
*/
|
|
3538
3571
|
deleteDataLimitWithOptions(request: DeleteDataLimitRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDataLimitResponse>;
|
|
3539
3572
|
/**
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
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
|
|
3546
3581
|
*/
|
|
3547
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
|
+
*/
|
|
3548
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
|
+
*/
|
|
3549
3597
|
deleteRule(request: DeleteRuleRequest): Promise<DeleteRuleResponse>;
|
|
3598
|
+
/**
|
|
3599
|
+
* @param request DescribeCategoryTemplateListRequest
|
|
3600
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3601
|
+
* @return DescribeCategoryTemplateListResponse
|
|
3602
|
+
*/
|
|
3550
3603
|
describeCategoryTemplateListWithOptions(request: DescribeCategoryTemplateListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCategoryTemplateListResponse>;
|
|
3604
|
+
/**
|
|
3605
|
+
* @param request DescribeCategoryTemplateListRequest
|
|
3606
|
+
* @return DescribeCategoryTemplateListResponse
|
|
3607
|
+
*/
|
|
3551
3608
|
describeCategoryTemplateList(request: DescribeCategoryTemplateListRequest): Promise<DescribeCategoryTemplateListResponse>;
|
|
3552
3609
|
/**
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
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
|
|
3560
3619
|
*/
|
|
3561
3620
|
describeCategoryTemplateRuleListWithOptions(request: DescribeCategoryTemplateRuleListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCategoryTemplateRuleListResponse>;
|
|
3562
3621
|
/**
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
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
|
|
3569
3630
|
*/
|
|
3570
3631
|
describeCategoryTemplateRuleList(request: DescribeCategoryTemplateRuleListRequest): Promise<DescribeCategoryTemplateRuleListResponse>;
|
|
3571
3632
|
/**
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
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
|
|
3581
3644
|
*/
|
|
3582
3645
|
describeColumnsWithOptions(request: DescribeColumnsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeColumnsResponse>;
|
|
3583
3646
|
/**
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
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
|
|
3592
3657
|
*/
|
|
3593
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
|
+
*/
|
|
3594
3666
|
describeColumnsV2WithOptions(request: DescribeColumnsV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeColumnsV2Response>;
|
|
3667
|
+
/**
|
|
3668
|
+
* @summary 查询数据安全中心连接授权的MaxCompute、RDS等数据资产表中列的数据
|
|
3669
|
+
*
|
|
3670
|
+
* @param request DescribeColumnsV2Request
|
|
3671
|
+
* @return DescribeColumnsV2Response
|
|
3672
|
+
*/
|
|
3595
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
|
+
*/
|
|
3596
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
|
+
*/
|
|
3597
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
|
+
*/
|
|
3598
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
|
+
*/
|
|
3599
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
|
+
*/
|
|
3600
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
|
+
*/
|
|
3601
3718
|
describeDataLimitDetail(request: DescribeDataLimitDetailRequest): Promise<DescribeDataLimitDetailResponse>;
|
|
3602
3719
|
/**
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
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
|
|
3610
3729
|
*/
|
|
3611
3730
|
describeDataLimitSetWithOptions(request: DescribeDataLimitSetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitSetResponse>;
|
|
3612
3731
|
/**
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
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
|
|
3619
3740
|
*/
|
|
3620
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
|
+
*/
|
|
3621
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
|
+
*/
|
|
3622
3756
|
describeDataLimits(request: DescribeDataLimitsRequest): Promise<DescribeDataLimitsResponse>;
|
|
3623
3757
|
/**
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
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
|
|
3631
3767
|
*/
|
|
3632
3768
|
describeDataMaskingRunHistoryWithOptions(request: DescribeDataMaskingRunHistoryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataMaskingRunHistoryResponse>;
|
|
3633
3769
|
/**
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
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
|
|
3640
3778
|
*/
|
|
3641
3779
|
describeDataMaskingRunHistory(request: DescribeDataMaskingRunHistoryRequest): Promise<DescribeDataMaskingRunHistoryResponse>;
|
|
3642
3780
|
/**
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
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
|
|
3650
3790
|
*/
|
|
3651
3791
|
describeDataMaskingTasksWithOptions(request: DescribeDataMaskingTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataMaskingTasksResponse>;
|
|
3652
3792
|
/**
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
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
|
|
3659
3801
|
*/
|
|
3660
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
|
+
*/
|
|
3661
3810
|
describeDataObjectColumnDetailWithOptions(request: DescribeDataObjectColumnDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataObjectColumnDetailResponse>;
|
|
3811
|
+
/**
|
|
3812
|
+
* @summary 查看数据对象列详情
|
|
3813
|
+
*
|
|
3814
|
+
* @param request DescribeDataObjectColumnDetailRequest
|
|
3815
|
+
* @return DescribeDataObjectColumnDetailResponse
|
|
3816
|
+
*/
|
|
3662
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
|
+
*/
|
|
3663
3825
|
describeDataObjectColumnDetailV2WithOptions(request: DescribeDataObjectColumnDetailV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeDataObjectColumnDetailV2Response>;
|
|
3826
|
+
/**
|
|
3827
|
+
* @summary 查看数据对象列详情V2
|
|
3828
|
+
*
|
|
3829
|
+
* @param request DescribeDataObjectColumnDetailV2Request
|
|
3830
|
+
* @return DescribeDataObjectColumnDetailV2Response
|
|
3831
|
+
*/
|
|
3664
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
|
+
*/
|
|
3665
3840
|
describeDataObjectsWithOptions(request: DescribeDataObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataObjectsResponse>;
|
|
3841
|
+
/**
|
|
3842
|
+
* @summary 分页查询数据目录对象
|
|
3843
|
+
*
|
|
3844
|
+
* @param request DescribeDataObjectsRequest
|
|
3845
|
+
* @return DescribeDataObjectsResponse
|
|
3846
|
+
*/
|
|
3666
3847
|
describeDataObjects(request: DescribeDataObjectsRequest): Promise<DescribeDataObjectsResponse>;
|
|
3848
|
+
/**
|
|
3849
|
+
* @param request DescribeDocTypesRequest
|
|
3850
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3851
|
+
* @return DescribeDocTypesResponse
|
|
3852
|
+
*/
|
|
3667
3853
|
describeDocTypesWithOptions(request: DescribeDocTypesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDocTypesResponse>;
|
|
3854
|
+
/**
|
|
3855
|
+
* @param request DescribeDocTypesRequest
|
|
3856
|
+
* @return DescribeDocTypesResponse
|
|
3857
|
+
*/
|
|
3668
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
|
+
*/
|
|
3669
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
|
+
*/
|
|
3670
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
|
+
*/
|
|
3671
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
|
+
*/
|
|
3672
3888
|
describeEventTypes(request: DescribeEventTypesRequest): Promise<DescribeEventTypesResponse>;
|
|
3673
3889
|
/**
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
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
|
|
3681
3899
|
*/
|
|
3682
3900
|
describeEventsWithOptions(request: DescribeEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventsResponse>;
|
|
3683
3901
|
/**
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
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
|
|
3690
3910
|
*/
|
|
3691
3911
|
describeEvents(request: DescribeEventsRequest): Promise<DescribeEventsResponse>;
|
|
3692
3912
|
/**
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
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
|
|
3701
3923
|
*/
|
|
3702
3924
|
describeInstanceSourcesWithOptions(request: DescribeInstanceSourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSourcesResponse>;
|
|
3703
3925
|
/**
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
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
|
|
3711
3935
|
*/
|
|
3712
3936
|
describeInstanceSources(request: DescribeInstanceSourcesRequest): Promise<DescribeInstanceSourcesResponse>;
|
|
3713
3937
|
/**
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
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
|
|
3721
3947
|
*/
|
|
3722
3948
|
describeInstancesWithOptions(request: DescribeInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstancesResponse>;
|
|
3723
3949
|
/**
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
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
|
|
3730
3958
|
*/
|
|
3731
3959
|
describeInstances(request: DescribeInstancesRequest): Promise<DescribeInstancesResponse>;
|
|
3732
3960
|
/**
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
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
|
|
3742
3972
|
*/
|
|
3743
3973
|
describeOssObjectDetailWithOptions(request: DescribeOssObjectDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectDetailResponse>;
|
|
3744
3974
|
/**
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
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
|
|
3753
3985
|
*/
|
|
3754
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
|
+
*/
|
|
3755
3994
|
describeOssObjectDetailV2WithOptions(request: DescribeOssObjectDetailV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectDetailV2Response>;
|
|
3995
|
+
/**
|
|
3996
|
+
* @summary 调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息
|
|
3997
|
+
*
|
|
3998
|
+
* @param request DescribeOssObjectDetailV2Request
|
|
3999
|
+
* @return DescribeOssObjectDetailV2Response
|
|
4000
|
+
*/
|
|
3756
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
|
+
*/
|
|
3757
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
|
+
*/
|
|
3758
4016
|
describeOssObjects(request: DescribeOssObjectsRequest): Promise<DescribeOssObjectsResponse>;
|
|
3759
4017
|
/**
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
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
|
|
3767
4027
|
*/
|
|
3768
4028
|
describePackagesWithOptions(request: DescribePackagesRequest, runtime: $Util.RuntimeOptions): Promise<DescribePackagesResponse>;
|
|
3769
4029
|
/**
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
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
|
|
3776
4038
|
*/
|
|
3777
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
|
+
*/
|
|
3778
4047
|
describeParentInstanceWithOptions(request: DescribeParentInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeParentInstanceResponse>;
|
|
4048
|
+
/**
|
|
4049
|
+
* @summary 获取一级授权列表
|
|
4050
|
+
*
|
|
4051
|
+
* @param request DescribeParentInstanceRequest
|
|
4052
|
+
* @return DescribeParentInstanceResponse
|
|
4053
|
+
*/
|
|
3779
4054
|
describeParentInstance(request: DescribeParentInstanceRequest): Promise<DescribeParentInstanceResponse>;
|
|
3780
4055
|
/**
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
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
|
|
3788
4065
|
*/
|
|
3789
4066
|
describeRiskLevelsWithOptions(request: DescribeRiskLevelsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskLevelsResponse>;
|
|
3790
4067
|
/**
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
|
|
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
|
|
3797
4076
|
*/
|
|
3798
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
|
+
*/
|
|
3799
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
|
+
*/
|
|
3800
4092
|
describeRules(request: DescribeRulesRequest): Promise<DescribeRulesResponse>;
|
|
3801
4093
|
/**
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
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
|
|
3809
4103
|
*/
|
|
3810
4104
|
describeTablesWithOptions(request: DescribeTablesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTablesResponse>;
|
|
3811
4105
|
/**
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
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
|
|
3818
4114
|
*/
|
|
3819
4115
|
describeTables(request: DescribeTablesRequest): Promise<DescribeTablesResponse>;
|
|
4116
|
+
/**
|
|
4117
|
+
* @param request DescribeTemplateAllRulesRequest
|
|
4118
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4119
|
+
* @return DescribeTemplateAllRulesResponse
|
|
4120
|
+
*/
|
|
3820
4121
|
describeTemplateAllRulesWithOptions(request: DescribeTemplateAllRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTemplateAllRulesResponse>;
|
|
4122
|
+
/**
|
|
4123
|
+
* @param request DescribeTemplateAllRulesRequest
|
|
4124
|
+
* @return DescribeTemplateAllRulesResponse
|
|
4125
|
+
*/
|
|
3821
4126
|
describeTemplateAllRules(request: DescribeTemplateAllRulesRequest): Promise<DescribeTemplateAllRulesResponse>;
|
|
3822
4127
|
/**
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
|
|
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
|
|
3830
4137
|
*/
|
|
3831
4138
|
describeUserStatusWithOptions(request: DescribeUserStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserStatusResponse>;
|
|
3832
4139
|
/**
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
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
|
|
3839
4148
|
*/
|
|
3840
4149
|
describeUserStatus(request: DescribeUserStatusRequest): Promise<DescribeUserStatusResponse>;
|
|
3841
4150
|
/**
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
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
|
|
3849
4160
|
*/
|
|
3850
4161
|
disableUserConfigWithOptions(request: DisableUserConfigRequest, runtime: $Util.RuntimeOptions): Promise<DisableUserConfigResponse>;
|
|
3851
4162
|
/**
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
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
|
|
3858
4171
|
*/
|
|
3859
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
|
+
*/
|
|
3860
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
|
+
*/
|
|
3861
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
|
+
*/
|
|
3862
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
|
+
*/
|
|
3863
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
|
+
*/
|
|
3864
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
|
+
*/
|
|
3865
4217
|
modifyDataLimit(request: ModifyDataLimitRequest): Promise<ModifyDataLimitResponse>;
|
|
3866
4218
|
/**
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
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
|
|
3874
4228
|
*/
|
|
3875
4229
|
modifyDefaultLevelWithOptions(request: ModifyDefaultLevelRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefaultLevelResponse>;
|
|
3876
4230
|
/**
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
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
|
|
3883
4239
|
*/
|
|
3884
4240
|
modifyDefaultLevel(request: ModifyDefaultLevelRequest): Promise<ModifyDefaultLevelResponse>;
|
|
3885
4241
|
/**
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
|
|
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
|
|
3893
4251
|
*/
|
|
3894
4252
|
modifyEventStatusWithOptions(request: ModifyEventStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyEventStatusResponse>;
|
|
3895
4253
|
/**
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3900
|
-
|
|
3901
|
-
|
|
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
|
|
3902
4262
|
*/
|
|
3903
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
|
+
*/
|
|
3904
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
|
+
*/
|
|
3905
4278
|
modifyEventTypeStatus(request: ModifyEventTypeStatusRequest): Promise<ModifyEventTypeStatusResponse>;
|
|
3906
4279
|
/**
|
|
3907
|
-
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
|
|
3912
|
-
|
|
3913
|
-
|
|
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
|
|
3914
4289
|
*/
|
|
3915
4290
|
modifyReportTaskStatusWithOptions(request: ModifyReportTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyReportTaskStatusResponse>;
|
|
3916
4291
|
/**
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
|
|
3922
|
-
|
|
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
|
|
3923
4300
|
*/
|
|
3924
4301
|
modifyReportTaskStatus(request: ModifyReportTaskStatusRequest): Promise<ModifyReportTaskStatusResponse>;
|
|
3925
4302
|
/**
|
|
3926
|
-
|
|
3927
|
-
|
|
3928
|
-
|
|
3929
|
-
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
|
|
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
|
|
3933
4312
|
*/
|
|
3934
4313
|
modifyRuleWithOptions(request: ModifyRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRuleResponse>;
|
|
3935
4314
|
/**
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
|
|
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
|
|
3942
4323
|
*/
|
|
3943
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
|
+
*/
|
|
3944
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
|
+
*/
|
|
3945
4339
|
modifyRuleStatus(request: ModifyRuleStatusRequest): Promise<ModifyRuleStatusResponse>;
|
|
3946
4340
|
/**
|
|
3947
|
-
|
|
3948
|
-
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
|
|
3953
|
-
|
|
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
|
|
3954
4350
|
*/
|
|
3955
4351
|
stopMaskingProcessWithOptions(request: StopMaskingProcessRequest, runtime: $Util.RuntimeOptions): Promise<StopMaskingProcessResponse>;
|
|
3956
4352
|
/**
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
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
|
|
3963
4361
|
*/
|
|
3964
4362
|
stopMaskingProcess(request: StopMaskingProcessRequest): Promise<StopMaskingProcessResponse>;
|
|
3965
4363
|
}
|