@alicloud/csas20230120 1.11.2 → 1.12.1

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 CHANGED
@@ -3,6 +3,115 @@
3
3
  import OpenApi from '@alicloud/openapi-core';
4
4
  import { $OpenApiUtil } from '@alicloud/openapi-core';
5
5
  import * as $dara from '@darabonba/typescript';
6
+ export declare class PAL7ConfigBypassConfigUrlBypassRules extends $dara.Model {
7
+ froms?: string[];
8
+ paths?: string[];
9
+ static names(): {
10
+ [key: string]: string;
11
+ };
12
+ static types(): {
13
+ [key: string]: any;
14
+ };
15
+ validate(): void;
16
+ constructor(map?: {
17
+ [key: string]: any;
18
+ });
19
+ }
20
+ export declare class PAL7ConfigBypassConfig extends $dara.Model {
21
+ appBypassFroms?: string[];
22
+ mode?: string;
23
+ urlBypassRules?: PAL7ConfigBypassConfigUrlBypassRules[];
24
+ static names(): {
25
+ [key: string]: string;
26
+ };
27
+ static types(): {
28
+ [key: string]: any;
29
+ };
30
+ validate(): void;
31
+ constructor(map?: {
32
+ [key: string]: any;
33
+ });
34
+ }
35
+ export declare class PAL7ConfigDnsConfig extends $dara.Model {
36
+ dnsServers?: string[];
37
+ static names(): {
38
+ [key: string]: string;
39
+ };
40
+ static types(): {
41
+ [key: string]: any;
42
+ };
43
+ validate(): void;
44
+ constructor(map?: {
45
+ [key: string]: any;
46
+ });
47
+ }
48
+ export declare class PAL7ConfigJsHookConfig extends $dara.Model {
49
+ mode?: string;
50
+ replaceRules?: PAL7ConfigReplaceRule[];
51
+ static names(): {
52
+ [key: string]: string;
53
+ };
54
+ static types(): {
55
+ [key: string]: any;
56
+ };
57
+ validate(): void;
58
+ constructor(map?: {
59
+ [key: string]: any;
60
+ });
61
+ }
62
+ export declare class PAL7ConfigRequestHeaderRewriteConfig extends $dara.Model {
63
+ ops?: PAL7ConfigRewriteOp[];
64
+ static names(): {
65
+ [key: string]: string;
66
+ };
67
+ static types(): {
68
+ [key: string]: any;
69
+ };
70
+ validate(): void;
71
+ constructor(map?: {
72
+ [key: string]: any;
73
+ });
74
+ }
75
+ export declare class PAL7ConfigRequestQueryRewriteConfig extends $dara.Model {
76
+ ops?: PAL7ConfigRewriteOp[];
77
+ static names(): {
78
+ [key: string]: string;
79
+ };
80
+ static types(): {
81
+ [key: string]: any;
82
+ };
83
+ validate(): void;
84
+ constructor(map?: {
85
+ [key: string]: any;
86
+ });
87
+ }
88
+ export declare class PAL7ConfigResponseHeaderRewriteConfig extends $dara.Model {
89
+ ops?: PAL7ConfigRewriteOp[];
90
+ static names(): {
91
+ [key: string]: string;
92
+ };
93
+ static types(): {
94
+ [key: string]: any;
95
+ };
96
+ validate(): void;
97
+ constructor(map?: {
98
+ [key: string]: any;
99
+ });
100
+ }
101
+ export declare class PAL7ConfigResponseRewriteConfig extends $dara.Model {
102
+ mode?: string;
103
+ replaceRules?: PAL7ConfigReplaceRule[];
104
+ static names(): {
105
+ [key: string]: string;
106
+ };
107
+ static types(): {
108
+ [key: string]: any;
109
+ };
110
+ validate(): void;
111
+ constructor(map?: {
112
+ [key: string]: any;
113
+ });
114
+ }
6
115
  export declare class CreateApprovalProcessRequestMatchSchemas extends $dara.Model {
7
116
  /**
8
117
  * @example
@@ -254,6 +363,34 @@ export declare class CreatePrivateAccessApplicationRequestPortRanges extends $da
254
363
  [key: string]: any;
255
364
  });
256
365
  }
366
+ export declare class CreatePrivateAccessApplicationShrinkRequestPortRanges extends $dara.Model {
367
+ /**
368
+ * @remarks
369
+ * This parameter is required.
370
+ *
371
+ * @example
372
+ * 80
373
+ */
374
+ begin?: number;
375
+ /**
376
+ * @remarks
377
+ * This parameter is required.
378
+ *
379
+ * @example
380
+ * 81
381
+ */
382
+ end?: number;
383
+ static names(): {
384
+ [key: string]: string;
385
+ };
386
+ static types(): {
387
+ [key: string]: any;
388
+ };
389
+ validate(): void;
390
+ constructor(map?: {
391
+ [key: string]: any;
392
+ });
393
+ }
257
394
  export declare class CreatePrivateAccessPolicyRequestCustomUserAttributes extends $dara.Model {
258
395
  /**
259
396
  * @example
@@ -1449,6 +1586,7 @@ export declare class GetPrivateAccessApplicationResponseBodyApplication extends
1449
1586
  */
1450
1587
  createTime?: string;
1451
1588
  description?: string;
1589
+ l7Config?: PAL7Config;
1452
1590
  l7ProxyDomainAutomatic?: string;
1453
1591
  l7ProxyDomainCustom?: string;
1454
1592
  /**
@@ -1771,6 +1909,7 @@ export declare class GetUserDeviceResponseBodyDevice extends $dara.Model {
1771
1909
  */
1772
1910
  updateTime?: string;
1773
1911
  username?: string;
1912
+ workshop?: string;
1774
1913
  static names(): {
1775
1914
  [key: string]: string;
1776
1915
  };
@@ -2736,6 +2875,131 @@ export declare class ListConnectorsResponseBodyConnectors extends $dara.Model {
2736
2875
  [key: string]: any;
2737
2876
  });
2738
2877
  }
2878
+ export declare class ListDynamicDisposalProcessesResponseBodyDisposalProcessesDeviceBasicInfo extends $dara.Model {
2879
+ cpu?: string;
2880
+ devTag?: string;
2881
+ devType?: string;
2882
+ disk?: string;
2883
+ hostname?: string;
2884
+ mac?: string;
2885
+ memory?: string;
2886
+ osVersion?: string;
2887
+ static names(): {
2888
+ [key: string]: string;
2889
+ };
2890
+ static types(): {
2891
+ [key: string]: any;
2892
+ };
2893
+ validate(): void;
2894
+ constructor(map?: {
2895
+ [key: string]: any;
2896
+ });
2897
+ }
2898
+ export declare class ListDynamicDisposalProcessesResponseBodyDisposalProcessesDeviceStatusInfo extends $dara.Model {
2899
+ appVersion?: string;
2900
+ department?: string;
2901
+ dlpStatus?: string;
2902
+ internetIp?: string;
2903
+ laStatus?: string;
2904
+ loginStatus?: string;
2905
+ nacStatus?: string;
2906
+ privateIp?: string;
2907
+ saseUserId?: string;
2908
+ username?: string;
2909
+ workshop?: string;
2910
+ ztnaStatus?: string;
2911
+ static names(): {
2912
+ [key: string]: string;
2913
+ };
2914
+ static types(): {
2915
+ [key: string]: any;
2916
+ };
2917
+ validate(): void;
2918
+ constructor(map?: {
2919
+ [key: string]: any;
2920
+ });
2921
+ }
2922
+ export declare class ListDynamicDisposalProcessesResponseBodyDisposalProcesses extends $dara.Model {
2923
+ department?: string;
2924
+ /**
2925
+ * @example
2926
+ * FD7554AD-4CDE-6359-6B49-4FE950606C2C
2927
+ */
2928
+ devTag?: string;
2929
+ deviceBasicInfo?: ListDynamicDisposalProcessesResponseBodyDisposalProcessesDeviceBasicInfo;
2930
+ deviceStatusInfo?: ListDynamicDisposalProcessesResponseBodyDisposalProcessesDeviceStatusInfo;
2931
+ disposalActions?: string[];
2932
+ /**
2933
+ * @example
2934
+ * dp-xxxxxxxx
2935
+ */
2936
+ disposalProcessId?: string;
2937
+ /**
2938
+ * @example
2939
+ * 1743059249
2940
+ */
2941
+ disposalTime?: string;
2942
+ /**
2943
+ * @example
2944
+ * dynamic-policy-xxxxxxxx
2945
+ */
2946
+ dynamicPolicyId?: string;
2947
+ dynamicPolicyName?: string;
2948
+ /**
2949
+ * @example
2950
+ * WANGCHENCHENNBB
2951
+ */
2952
+ hostname?: string;
2953
+ /**
2954
+ * @example
2955
+ * auto
2956
+ */
2957
+ recoveryType?: string;
2958
+ /**
2959
+ * @example
2960
+ * {
2961
+ * "Combinator": "OR",
2962
+ * "Rules": [
2963
+ * {
2964
+ * "Operator": "version_gt",
2965
+ * "Values": [
2966
+ * "1"
2967
+ * ],
2968
+ * "RuleType": "device_info",
2969
+ * "Id": "1",
2970
+ * "RuleSubType": "basic_info",
2971
+ * "Name": "app_version"
2972
+ * }
2973
+ * ]
2974
+ * }
2975
+ */
2976
+ ruleContent?: any;
2977
+ /**
2978
+ * @example
2979
+ * asdqwedg-xzczvzdaf-asfafs
2980
+ */
2981
+ saseUserId?: string;
2982
+ /**
2983
+ * @example
2984
+ * disposal
2985
+ */
2986
+ status?: string;
2987
+ /**
2988
+ * @example
2989
+ * xiaoming
2990
+ */
2991
+ userName?: string;
2992
+ static names(): {
2993
+ [key: string]: string;
2994
+ };
2995
+ static types(): {
2996
+ [key: string]: any;
2997
+ };
2998
+ validate(): void;
2999
+ constructor(map?: {
3000
+ [key: string]: any;
3001
+ });
3002
+ }
2739
3003
  export declare class ListDynamicRoutesResponseBodyDynamicRoutes extends $dara.Model {
2740
3004
  applicationIds?: string[];
2741
3005
  /**
@@ -3496,20 +3760,49 @@ export declare class ListPrivateAccessApplicationsForDynamicRouteResponseBodyDyn
3496
3760
  }
3497
3761
  export declare class ListPrivateAccessPolicesResponseBodyPolicesCustomUserAttributes extends $dara.Model {
3498
3762
  /**
3763
+ * @remarks
3764
+ * The ID of the identity provider (IdP) for the user group. If the value of UserGroupType is **department**, this parameter is returned.
3765
+ *
3499
3766
  * @example
3500
3767
  * 12
3501
3768
  */
3502
3769
  idpId?: number;
3503
3770
  /**
3771
+ * @remarks
3772
+ * The logical operator for the user group. Valid values:
3773
+ *
3774
+ * * **Equal**
3775
+ * * **Unequal**
3776
+ *
3504
3777
  * @example
3505
3778
  * Equal
3506
3779
  */
3507
3780
  relation?: string;
3508
3781
  /**
3782
+ * @remarks
3783
+ * The type of the user group, which is the key of the attribute. Valid values:
3784
+ *
3785
+ * * **username**
3786
+ * * **department**
3787
+ * * **email**
3788
+ * * **telephone**
3789
+ *
3509
3790
  * @example
3510
3791
  * department
3511
3792
  */
3512
3793
  userGroupType?: string;
3794
+ /**
3795
+ * @remarks
3796
+ * The value of the attribute.
3797
+ *
3798
+ * * If the value of UserGroupType is **username**, the value of this parameter is a username. The value must be 1 to 128 characters in length and can contain letters, digits, hyphens (-), underscores (_), and periods (.).
3799
+ * * If the value of UserGroupType is **department**, the value of this parameter is a department. Examples: OU=Department 1, OU=SASE DingTalk.
3800
+ * * If the value of UserGroupType is **email**, the value of this parameter is an email address. Example: username@example.com.
3801
+ * * If the value of UserGroupType is **telephone**, the value of this parameter is a mobile phone number. Example: 13900001234.
3802
+ *
3803
+ * @example
3804
+ * OU=Department 1, OU=SASE DingTalk
3805
+ */
3513
3806
  value?: string;
3514
3807
  static names(): {
3515
3808
  [key: string]: string;
@@ -3523,50 +3816,133 @@ export declare class ListPrivateAccessPolicesResponseBodyPolicesCustomUserAttrib
3523
3816
  });
3524
3817
  }
3525
3818
  export declare class ListPrivateAccessPolicesResponseBodyPolices extends $dara.Model {
3819
+ /**
3820
+ * @remarks
3821
+ * The IDs of the applications that are specified in the private access policy. If the value of ApplicationType is **Application**, this parameter is returned.
3822
+ */
3526
3823
  applicationIds?: string[];
3527
3824
  /**
3825
+ * @remarks
3826
+ * The application type of the private access policy. Valid values:
3827
+ *
3828
+ * * **Application**
3829
+ * * **Tag**
3830
+ *
3528
3831
  * @example
3529
3832
  * Application
3530
3833
  */
3531
3834
  applicationType?: string;
3532
3835
  /**
3836
+ * @remarks
3837
+ * The creation time of the private access policy.
3838
+ *
3533
3839
  * @example
3534
3840
  * 2022-07-10 15:50:23
3535
3841
  */
3536
3842
  createTime?: string;
3843
+ /**
3844
+ * @remarks
3845
+ * The attributes of the custom user group. The attributes of the custom user group are evaluated by using a logical OR. If an attribute is matched, the policy takes effect.
3846
+ */
3537
3847
  customUserAttributes?: ListPrivateAccessPolicesResponseBodyPolicesCustomUserAttributes[];
3848
+ /**
3849
+ * @remarks
3850
+ * The description of the private access policy.
3851
+ *
3852
+ * @example
3853
+ * a private access policy
3854
+ */
3538
3855
  description?: string;
3856
+ /**
3857
+ * @remarks
3858
+ * The action that is performed when the security baseline is not met. Valid values:
3859
+ *
3860
+ * * **Block**
3861
+ * * **Observe**
3862
+ *
3863
+ * @example
3864
+ * Block
3865
+ */
3539
3866
  deviceAttributeAction?: string;
3867
+ /**
3868
+ * @remarks
3869
+ * The ID of the security baseline.
3870
+ *
3871
+ * @example
3872
+ * dag-d3f64e8bdd4a****
3873
+ */
3540
3874
  deviceAttributeId?: string;
3541
3875
  /**
3876
+ * @remarks
3877
+ * The name of the private access policy.
3878
+ *
3542
3879
  * @example
3543
3880
  * private_access_policy_name
3544
3881
  */
3545
3882
  name?: string;
3546
3883
  /**
3884
+ * @remarks
3885
+ * The action in the private access policy. Valid values:
3886
+ *
3887
+ * * **Block**
3888
+ * * **Allow**
3889
+ *
3547
3890
  * @example
3548
3891
  * Allow
3549
3892
  */
3550
3893
  policyAction?: string;
3551
3894
  /**
3895
+ * @remarks
3896
+ * The ID of the private access policy.
3897
+ *
3552
3898
  * @example
3553
3899
  * pa-policy-63b2f1844b86****
3554
3900
  */
3555
3901
  policyId?: string;
3556
3902
  /**
3903
+ * @remarks
3904
+ * The priority of the private access policy. The value 1 indicates the highest priority.
3905
+ *
3557
3906
  * @example
3558
3907
  * 1
3559
3908
  */
3560
3909
  priority?: number;
3561
3910
  /**
3911
+ * @remarks
3912
+ * The status of the private access policy. Valid values:
3913
+ *
3914
+ * * **Enabled**
3915
+ * * **Disabled**
3916
+ *
3562
3917
  * @example
3563
3918
  * Enabled
3564
3919
  */
3565
3920
  status?: string;
3921
+ /**
3922
+ * @remarks
3923
+ * The IDs of the tags that are specified in the private access policy. If the value of ApplicationType is **Tag**, this parameter is returned.
3924
+ */
3566
3925
  tagIds?: string[];
3926
+ /**
3927
+ * @remarks
3928
+ * The ID of the trigger template.
3929
+ *
3930
+ * @example
3931
+ * dag-d3f64e8bdd4a****
3932
+ */
3567
3933
  triggerTemplateId?: string;
3934
+ /**
3935
+ * @remarks
3936
+ * The IDs of user groups in the private access policy. If the value of UserGroupMode is **Normal**, this parameter is returned.
3937
+ */
3568
3938
  userGroupIds?: string[];
3569
3939
  /**
3940
+ * @remarks
3941
+ * The type of the user group in the private access policy. Valid values:
3942
+ *
3943
+ * * **Normal**: regular user group.
3944
+ * * **Custom**: custom user group.
3945
+ *
3570
3946
  * @example
3571
3947
  * Normal
3572
3948
  */
@@ -4284,6 +4660,7 @@ export declare class ListUserDevicesResponseBodyDevices extends $dara.Model {
4284
4660
  */
4285
4661
  updateTime?: string;
4286
4662
  username?: string;
4663
+ workshop?: string;
4287
4664
  static names(): {
4288
4665
  [key: string]: string;
4289
4666
  };
@@ -5253,6 +5630,28 @@ export declare class UpdatePrivateAccessApplicationRequestPortRanges extends $da
5253
5630
  [key: string]: any;
5254
5631
  });
5255
5632
  }
5633
+ export declare class UpdatePrivateAccessApplicationShrinkRequestPortRanges extends $dara.Model {
5634
+ /**
5635
+ * @example
5636
+ * 80
5637
+ */
5638
+ begin?: number;
5639
+ /**
5640
+ * @example
5641
+ * 81
5642
+ */
5643
+ end?: number;
5644
+ static names(): {
5645
+ [key: string]: string;
5646
+ };
5647
+ static types(): {
5648
+ [key: string]: any;
5649
+ };
5650
+ validate(): void;
5651
+ constructor(map?: {
5652
+ [key: string]: any;
5653
+ });
5654
+ }
5256
5655
  export declare class UpdatePrivateAccessPolicyRequestCustomUserAttributes extends $dara.Model {
5257
5656
  /**
5258
5657
  * @example
@@ -5844,11 +6243,15 @@ export declare class DisposalContent extends $dara.Model {
5844
6243
  * true
5845
6244
  */
5846
6245
  alertContent?: string;
6246
+ alertContentEn?: string;
5847
6247
  /**
5848
6248
  * **if can be null:**
5849
6249
  * true
5850
6250
  */
5851
6251
  alertTitle?: string;
6252
+ alertTitleEn?: string;
6253
+ noticeContent?: string;
6254
+ noticeContentEn?: string;
5852
6255
  /**
5853
6256
  * @remarks
5854
6257
  * This parameter is required.
@@ -5869,6 +6272,74 @@ export declare class DisposalContent extends $dara.Model {
5869
6272
  [key: string]: any;
5870
6273
  });
5871
6274
  }
6275
+ export declare class PAL7Config extends $dara.Model {
6276
+ bypassConfig?: PAL7ConfigBypassConfig;
6277
+ certId?: string;
6278
+ dnsConfig?: PAL7ConfigDnsConfig;
6279
+ jsHookConfig?: PAL7ConfigJsHookConfig;
6280
+ /**
6281
+ * @example
6282
+ * 逗号分隔的枚举值:automatic,custom
6283
+ */
6284
+ proxyDomainTypes?: Buffer;
6285
+ requestHeaderRewriteConfig?: PAL7ConfigRequestHeaderRewriteConfig;
6286
+ requestQueryRewriteConfig?: PAL7ConfigRequestQueryRewriteConfig;
6287
+ responseHeaderRewriteConfig?: PAL7ConfigResponseHeaderRewriteConfig;
6288
+ responseRewriteConfig?: PAL7ConfigResponseRewriteConfig;
6289
+ static names(): {
6290
+ [key: string]: string;
6291
+ };
6292
+ static types(): {
6293
+ [key: string]: any;
6294
+ };
6295
+ validate(): void;
6296
+ constructor(map?: {
6297
+ [key: string]: any;
6298
+ });
6299
+ }
6300
+ export declare class PAL7ConfigReplaceRule extends $dara.Model {
6301
+ /**
6302
+ * @example
6303
+ * aaa
6304
+ */
6305
+ from?: string;
6306
+ /**
6307
+ * @example
6308
+ * bbb
6309
+ */
6310
+ to?: string;
6311
+ static names(): {
6312
+ [key: string]: string;
6313
+ };
6314
+ static types(): {
6315
+ [key: string]: any;
6316
+ };
6317
+ validate(): void;
6318
+ constructor(map?: {
6319
+ [key: string]: any;
6320
+ });
6321
+ }
6322
+ export declare class PAL7ConfigRewriteOp extends $dara.Model {
6323
+ key?: string;
6324
+ oldValue?: string;
6325
+ /**
6326
+ * @example
6327
+ * add,set,delete,replace
6328
+ */
6329
+ op?: string;
6330
+ value?: string;
6331
+ valueVariable?: string;
6332
+ static names(): {
6333
+ [key: string]: string;
6334
+ };
6335
+ static types(): {
6336
+ [key: string]: any;
6337
+ };
6338
+ validate(): void;
6339
+ constructor(map?: {
6340
+ [key: string]: any;
6341
+ });
6342
+ }
5872
6343
  export declare class RecoveryContent extends $dara.Model {
5873
6344
  authReportInterval?: AuthReportInterval;
5874
6345
  /**
@@ -5898,24 +6369,77 @@ export declare class Rule extends $dara.Model {
5898
6369
  * **if can be null:**
5899
6370
  * true
5900
6371
  */
5901
- name?: string;
6372
+ name?: string;
6373
+ /**
6374
+ * **if can be null:**
6375
+ * true
6376
+ */
6377
+ operator?: string;
6378
+ /**
6379
+ * **if can be null:**
6380
+ * true
6381
+ */
6382
+ ruleSubType?: string;
6383
+ /**
6384
+ * **if can be null:**
6385
+ * true
6386
+ */
6387
+ ruleType?: string;
6388
+ rules?: Rule[];
6389
+ values?: string[];
6390
+ static names(): {
6391
+ [key: string]: string;
6392
+ };
6393
+ static types(): {
6394
+ [key: string]: any;
6395
+ };
6396
+ validate(): void;
6397
+ constructor(map?: {
6398
+ [key: string]: any;
6399
+ });
6400
+ }
6401
+ export declare class UserCertificate extends $dara.Model {
6402
+ /**
6403
+ * @example
6404
+ * cert-aabbccdd
6405
+ */
6406
+ certId?: string;
6407
+ /**
6408
+ * @example
6409
+ * 用于测试
6410
+ */
6411
+ certificate?: string;
6412
+ /**
6413
+ * @example
6414
+ * xxxx
6415
+ */
6416
+ description?: string;
6417
+ dnsNames?: string[];
6418
+ /**
6419
+ * @example
6420
+ * 1734492686
6421
+ */
6422
+ expTimeUnix?: number;
6423
+ /**
6424
+ * @example
6425
+ * 1734523812
6426
+ */
6427
+ gmtCreateUnix?: number;
5902
6428
  /**
5903
- * **if can be null:**
5904
- * true
6429
+ * @example
6430
+ * 1734523812
5905
6431
  */
5906
- operator?: string;
6432
+ gmtModifiedUnix?: number;
5907
6433
  /**
5908
- * **if can be null:**
5909
- * true
6434
+ * @example
6435
+ * 证书1
5910
6436
  */
5911
- ruleSubType?: string;
6437
+ name?: string;
5912
6438
  /**
5913
- * **if can be null:**
5914
- * true
6439
+ * @example
6440
+ * xxxx
5915
6441
  */
5916
- ruleType?: string;
5917
- rules?: Rule[];
5918
- values?: string[];
6442
+ privateKey?: string;
5919
6443
  static names(): {
5920
6444
  [key: string]: string;
5921
6445
  };
@@ -6438,6 +6962,7 @@ export declare class CreatePrivateAccessApplicationRequest extends $dara.Model {
6438
6962
  addresses?: string[];
6439
6963
  browserAccessStatus?: string;
6440
6964
  description?: string;
6965
+ l7Config?: PAL7Config;
6441
6966
  l7ProxyDomainAutomaticPrefix?: string;
6442
6967
  l7ProxyDomainCustom?: string;
6443
6968
  /**
@@ -6481,6 +7006,58 @@ export declare class CreatePrivateAccessApplicationRequest extends $dara.Model {
6481
7006
  [key: string]: any;
6482
7007
  });
6483
7008
  }
7009
+ export declare class CreatePrivateAccessApplicationShrinkRequest extends $dara.Model {
7010
+ /**
7011
+ * @remarks
7012
+ * This parameter is required.
7013
+ */
7014
+ addresses?: string[];
7015
+ browserAccessStatus?: string;
7016
+ description?: string;
7017
+ l7ConfigShrink?: string;
7018
+ l7ProxyDomainAutomaticPrefix?: string;
7019
+ l7ProxyDomainCustom?: string;
7020
+ /**
7021
+ * @remarks
7022
+ * This parameter is required.
7023
+ *
7024
+ * @example
7025
+ * private_access_application_name
7026
+ */
7027
+ name?: string;
7028
+ /**
7029
+ * @remarks
7030
+ * This parameter is required.
7031
+ */
7032
+ portRanges?: CreatePrivateAccessApplicationShrinkRequestPortRanges[];
7033
+ /**
7034
+ * @remarks
7035
+ * This parameter is required.
7036
+ *
7037
+ * @example
7038
+ * All
7039
+ */
7040
+ protocol?: string;
7041
+ /**
7042
+ * @remarks
7043
+ * This parameter is required.
7044
+ *
7045
+ * @example
7046
+ * Enabled
7047
+ */
7048
+ status?: string;
7049
+ tagIds?: string[];
7050
+ static names(): {
7051
+ [key: string]: string;
7052
+ };
7053
+ static types(): {
7054
+ [key: string]: any;
7055
+ };
7056
+ validate(): void;
7057
+ constructor(map?: {
7058
+ [key: string]: any;
7059
+ });
7060
+ }
6484
7061
  export declare class CreatePrivateAccessApplicationResponseBody extends $dara.Model {
6485
7062
  /**
6486
7063
  * @example
@@ -9676,6 +10253,110 @@ export declare class ListConnectorsResponse extends $dara.Model {
9676
10253
  [key: string]: any;
9677
10254
  });
9678
10255
  }
10256
+ export declare class ListDynamicDisposalProcessesRequest extends $dara.Model {
10257
+ /**
10258
+ * @remarks
10259
+ * This parameter is required.
10260
+ *
10261
+ * @example
10262
+ * 1
10263
+ */
10264
+ currentPage?: number;
10265
+ devTag?: string;
10266
+ /**
10267
+ * @example
10268
+ * none
10269
+ */
10270
+ disposalAction?: string;
10271
+ /**
10272
+ * @example
10273
+ * dp-xxxxxxxx
10274
+ */
10275
+ disposalProcessId?: string;
10276
+ /**
10277
+ * @example
10278
+ * 1743143296
10279
+ */
10280
+ endTime?: number;
10281
+ /**
10282
+ * @remarks
10283
+ * This parameter is required.
10284
+ *
10285
+ * @example
10286
+ * 10
10287
+ */
10288
+ pageSize?: number;
10289
+ /**
10290
+ * @example
10291
+ * auto
10292
+ */
10293
+ recoveryType?: string;
10294
+ /**
10295
+ * @example
10296
+ * 1743143296
10297
+ */
10298
+ startTime?: number;
10299
+ /**
10300
+ * @example
10301
+ * disposal
10302
+ */
10303
+ status?: string;
10304
+ /**
10305
+ * @example
10306
+ * xiaoming
10307
+ */
10308
+ userName?: string;
10309
+ static names(): {
10310
+ [key: string]: string;
10311
+ };
10312
+ static types(): {
10313
+ [key: string]: any;
10314
+ };
10315
+ validate(): void;
10316
+ constructor(map?: {
10317
+ [key: string]: any;
10318
+ });
10319
+ }
10320
+ export declare class ListDynamicDisposalProcessesResponseBody extends $dara.Model {
10321
+ disposalProcesses?: ListDynamicDisposalProcessesResponseBodyDisposalProcesses[];
10322
+ /**
10323
+ * @example
10324
+ * BE4FB974-11BC-5453-9BE1-1606A73EACA6
10325
+ */
10326
+ requestId?: string;
10327
+ /**
10328
+ * @example
10329
+ * 1
10330
+ */
10331
+ totalNum?: number;
10332
+ static names(): {
10333
+ [key: string]: string;
10334
+ };
10335
+ static types(): {
10336
+ [key: string]: any;
10337
+ };
10338
+ validate(): void;
10339
+ constructor(map?: {
10340
+ [key: string]: any;
10341
+ });
10342
+ }
10343
+ export declare class ListDynamicDisposalProcessesResponse extends $dara.Model {
10344
+ headers?: {
10345
+ [key: string]: string;
10346
+ };
10347
+ statusCode?: number;
10348
+ body?: ListDynamicDisposalProcessesResponseBody;
10349
+ static names(): {
10350
+ [key: string]: string;
10351
+ };
10352
+ static types(): {
10353
+ [key: string]: any;
10354
+ };
10355
+ validate(): void;
10356
+ constructor(map?: {
10357
+ [key: string]: any;
10358
+ });
10359
+ }
9679
10360
  export declare class ListDynamicRouteRegionsResponseBody extends $dara.Model {
9680
10361
  regions?: string[];
9681
10362
  /**
@@ -10499,13 +11180,28 @@ export declare class ListPrivateAccessApplicationsForDynamicRouteResponse extend
10499
11180
  }
10500
11181
  export declare class ListPrivateAccessPolicesRequest extends $dara.Model {
10501
11182
  /**
11183
+ * @remarks
11184
+ * The ID of the office application. Either the ID or tag of the office application is used for queries. You can obtain the value by calling the following operations:
11185
+ *
11186
+ * * [ListPrivateAccessApplications](~~ListPrivateAccessApplications~~): queries office applications.
11187
+ * * [CreatePrivateAccessApplication](~~CreatePrivateAccessApplication~~): creates an office application.
11188
+ *
10502
11189
  * @example
10503
11190
  * pa-application-e12860ef6c48****
10504
11191
  */
10505
11192
  applicationId?: string;
11193
+ /**
11194
+ * @remarks
11195
+ * The name of the office application.
11196
+ *
11197
+ * @example
11198
+ * Office
11199
+ */
10506
11200
  applicationName?: string;
10507
11201
  /**
10508
11202
  * @remarks
11203
+ * The page number. Valid values: 1 to 10000.
11204
+ *
10509
11205
  * This parameter is required.
10510
11206
  *
10511
11207
  * @example
@@ -10513,12 +11209,17 @@ export declare class ListPrivateAccessPolicesRequest extends $dara.Model {
10513
11209
  */
10514
11210
  currentPage?: number;
10515
11211
  /**
11212
+ * @remarks
11213
+ * The name of the private access policy. The value must be 1 to 128 characters in length and can contain letters, digits, hyphens (-), underscores (_), and periods (.).
11214
+ *
10516
11215
  * @example
10517
11216
  * private_access_policy_name
10518
11217
  */
10519
11218
  name?: string;
10520
11219
  /**
10521
11220
  * @remarks
11221
+ * The number of entries per page. Valid values: 1 to 1000.
11222
+ *
10522
11223
  * This parameter is required.
10523
11224
  *
10524
11225
  * @example
@@ -10526,27 +11227,57 @@ export declare class ListPrivateAccessPolicesRequest extends $dara.Model {
10526
11227
  */
10527
11228
  pageSize?: number;
10528
11229
  /**
11230
+ * @remarks
11231
+ * The action in the private access policy. Valid values:
11232
+ *
11233
+ * * **Block**
11234
+ * * **Allow**
11235
+ *
10529
11236
  * @example
10530
11237
  * Allow
10531
11238
  */
10532
11239
  policyAction?: string;
11240
+ /**
11241
+ * @remarks
11242
+ * The IDs of the private access policies. You can enter up to 100 IDs.
11243
+ */
10533
11244
  policyIds?: string[];
10534
11245
  /**
11246
+ * @remarks
11247
+ * The status of the private access policy. Valid values:
11248
+ *
11249
+ * * **Enabled**
11250
+ * * **Disabled**
11251
+ *
10535
11252
  * @example
10536
11253
  * Enabled
10537
11254
  */
10538
11255
  status?: string;
10539
11256
  /**
11257
+ * @remarks
11258
+ * The ID of the tag for the office application. Either the ID or tag of the office application is used for queries. You can obtain the value by calling the following operations:
11259
+ *
11260
+ * * [ListPrivateAccessTags](~~ListPrivateAccessTags~~): queries tags for office applications.
11261
+ * * [CreatePrivateAccessTag](~~CreatePrivateAccessTag~~): creates a tag for office applications.
11262
+ *
10540
11263
  * @example
10541
11264
  * tag-c0cb77857a99****
10542
11265
  */
10543
11266
  tagId?: string;
11267
+ /**
11268
+ * @remarks
11269
+ * The name of the tag.
11270
+ *
11271
+ * @example
11272
+ * Cloud service
11273
+ */
10544
11274
  tagName?: string;
10545
11275
  /**
10546
11276
  * @remarks
10547
- * 用户组ID。取值来源:
10548
- * - [ListUserGroups](~~ListUserGroups~~):批量查询用户组。
10549
- * - [CreateUserGroup](~~CreateUserGroup~~):创建用户组。
11277
+ * The ID of the user group. You can obtain the value by calling the following operations:
11278
+ *
11279
+ * * [ListUserGroups](~~ListUserGroups~~): queries user groups.
11280
+ * * [CreateUserGroup](~~CreateUserGroup~~): creates a user group.
10550
11281
  *
10551
11282
  * @example
10552
11283
  * usergroup-6f1ef2fc56b6****
@@ -10564,13 +11295,23 @@ export declare class ListPrivateAccessPolicesRequest extends $dara.Model {
10564
11295
  });
10565
11296
  }
10566
11297
  export declare class ListPrivateAccessPolicesResponseBody extends $dara.Model {
11298
+ /**
11299
+ * @remarks
11300
+ * The private access policies.
11301
+ */
10567
11302
  polices?: ListPrivateAccessPolicesResponseBodyPolices[];
10568
11303
  /**
11304
+ * @remarks
11305
+ * The request ID.
11306
+ *
10569
11307
  * @example
10570
11308
  * 748CFDC7-1EB6-5B8B-9405-DA76ED5BB60D
10571
11309
  */
10572
11310
  requestId?: string;
10573
11311
  /**
11312
+ * @remarks
11313
+ * The total number of private access policies.
11314
+ *
10574
11315
  * @example
10575
11316
  * 1
10576
11317
  */
@@ -11332,6 +12073,7 @@ export declare class ListUserDevicesRequest extends $dara.Model {
11332
12073
  sharingStatus?: boolean;
11333
12074
  sortBy?: string;
11334
12075
  username?: string;
12076
+ workshop?: string;
11335
12077
  static names(): {
11336
12078
  [key: string]: string;
11337
12079
  };
@@ -12592,8 +13334,12 @@ export declare class UpdatePrivateAccessApplicationRequest extends $dara.Model {
12592
13334
  * true
12593
13335
  */
12594
13336
  description?: string;
13337
+ l7Config?: PAL7Config;
12595
13338
  l7ProxyDomainAutomaticPrefix?: string;
12596
13339
  l7ProxyDomainCustom?: string;
13340
+ /**
13341
+ * @deprecated
13342
+ */
12597
13343
  l7ProxyDomainPrivate?: string;
12598
13344
  /**
12599
13345
  * @example
@@ -12627,6 +13373,60 @@ export declare class UpdatePrivateAccessApplicationRequest extends $dara.Model {
12627
13373
  [key: string]: any;
12628
13374
  });
12629
13375
  }
13376
+ export declare class UpdatePrivateAccessApplicationShrinkRequest extends $dara.Model {
13377
+ addresses?: string[];
13378
+ /**
13379
+ * @remarks
13380
+ * This parameter is required.
13381
+ *
13382
+ * @example
13383
+ * pa-application-e12860ef6c48****
13384
+ */
13385
+ applicationId?: string;
13386
+ /**
13387
+ * **if can be null:**
13388
+ * true
13389
+ */
13390
+ description?: string;
13391
+ l7ConfigShrink?: string;
13392
+ l7ProxyDomainAutomaticPrefix?: string;
13393
+ l7ProxyDomainCustom?: string;
13394
+ /**
13395
+ * @deprecated
13396
+ */
13397
+ l7ProxyDomainPrivate?: string;
13398
+ /**
13399
+ * @example
13400
+ * Cover
13401
+ */
13402
+ modifyType?: string;
13403
+ portRanges?: UpdatePrivateAccessApplicationShrinkRequestPortRanges[];
13404
+ /**
13405
+ * @example
13406
+ * All
13407
+ */
13408
+ protocol?: string;
13409
+ /**
13410
+ * @example
13411
+ * Enabled
13412
+ */
13413
+ status?: string;
13414
+ /**
13415
+ * **if can be null:**
13416
+ * true
13417
+ */
13418
+ tagIds?: string[];
13419
+ static names(): {
13420
+ [key: string]: string;
13421
+ };
13422
+ static types(): {
13423
+ [key: string]: any;
13424
+ };
13425
+ validate(): void;
13426
+ constructor(map?: {
13427
+ [key: string]: any;
13428
+ });
13429
+ }
12630
13430
  export declare class UpdatePrivateAccessApplicationResponseBody extends $dara.Model {
12631
13431
  /**
12632
13432
  * @example
@@ -13306,11 +14106,11 @@ export default class Client extends OpenApi {
13306
14106
  /**
13307
14107
  * 创建内网访问应用
13308
14108
  *
13309
- * @param request - CreatePrivateAccessApplicationRequest
14109
+ * @param tmpReq - CreatePrivateAccessApplicationRequest
13310
14110
  * @param runtime - runtime options for this request RuntimeOptions
13311
14111
  * @returns CreatePrivateAccessApplicationResponse
13312
14112
  */
13313
- createPrivateAccessApplicationWithOptions(request: CreatePrivateAccessApplicationRequest, runtime: $dara.RuntimeOptions): Promise<CreatePrivateAccessApplicationResponse>;
14113
+ createPrivateAccessApplicationWithOptions(tmpReq: CreatePrivateAccessApplicationRequest, runtime: $dara.RuntimeOptions): Promise<CreatePrivateAccessApplicationResponse>;
13314
14114
  /**
13315
14115
  * 创建内网访问应用
13316
14116
  *
@@ -13989,6 +14789,21 @@ export default class Client extends OpenApi {
13989
14789
  * @returns ListConnectorsResponse
13990
14790
  */
13991
14791
  listConnectors(request: ListConnectorsRequest): Promise<ListConnectorsResponse>;
14792
+ /**
14793
+ * 批量查询动态策略处置流程
14794
+ *
14795
+ * @param request - ListDynamicDisposalProcessesRequest
14796
+ * @param runtime - runtime options for this request RuntimeOptions
14797
+ * @returns ListDynamicDisposalProcessesResponse
14798
+ */
14799
+ listDynamicDisposalProcessesWithOptions(request: ListDynamicDisposalProcessesRequest, runtime: $dara.RuntimeOptions): Promise<ListDynamicDisposalProcessesResponse>;
14800
+ /**
14801
+ * 批量查询动态策略处置流程
14802
+ *
14803
+ * @param request - ListDynamicDisposalProcessesRequest
14804
+ * @returns ListDynamicDisposalProcessesResponse
14805
+ */
14806
+ listDynamicDisposalProcesses(request: ListDynamicDisposalProcessesRequest): Promise<ListDynamicDisposalProcessesResponse>;
13992
14807
  /**
13993
14808
  * 批量查询动态路由的地域
13994
14809
  *
@@ -14168,7 +14983,7 @@ export default class Client extends OpenApi {
14168
14983
  */
14169
14984
  listPrivateAccessApplicationsForDynamicRoute(request: ListPrivateAccessApplicationsForDynamicRouteRequest): Promise<ListPrivateAccessApplicationsForDynamicRouteResponse>;
14170
14985
  /**
14171
- * 批量查询内网访问策略
14986
+ * Queries the private access policies within the current Alibaba Cloud account.
14172
14987
  *
14173
14988
  * @param request - ListPrivateAccessPolicesRequest
14174
14989
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14176,7 +14991,7 @@ export default class Client extends OpenApi {
14176
14991
  */
14177
14992
  listPrivateAccessPolicesWithOptions(request: ListPrivateAccessPolicesRequest, runtime: $dara.RuntimeOptions): Promise<ListPrivateAccessPolicesResponse>;
14178
14993
  /**
14179
- * 批量查询内网访问策略
14994
+ * Queries the private access policies within the current Alibaba Cloud account.
14180
14995
  *
14181
14996
  * @param request - ListPrivateAccessPolicesRequest
14182
14997
  * @returns ListPrivateAccessPolicesResponse
@@ -14425,6 +15240,8 @@ export default class Client extends OpenApi {
14425
15240
  /**
14426
15241
  * 吊销用户登录会话
14427
15242
  *
15243
+ * @deprecated OpenAPI RevokeUserSession is deprecated
15244
+ *
14428
15245
  * @param request - RevokeUserSessionRequest
14429
15246
  * @param runtime - runtime options for this request RuntimeOptions
14430
15247
  * @returns RevokeUserSessionResponse
@@ -14433,6 +15250,8 @@ export default class Client extends OpenApi {
14433
15250
  /**
14434
15251
  * 吊销用户登录会话
14435
15252
  *
15253
+ * @deprecated OpenAPI RevokeUserSession is deprecated
15254
+ *
14436
15255
  * @param request - RevokeUserSessionRequest
14437
15256
  * @returns RevokeUserSessionResponse
14438
15257
  */
@@ -14590,11 +15409,11 @@ export default class Client extends OpenApi {
14590
15409
  /**
14591
15410
  * 修改内网访问应用
14592
15411
  *
14593
- * @param request - UpdatePrivateAccessApplicationRequest
15412
+ * @param tmpReq - UpdatePrivateAccessApplicationRequest
14594
15413
  * @param runtime - runtime options for this request RuntimeOptions
14595
15414
  * @returns UpdatePrivateAccessApplicationResponse
14596
15415
  */
14597
- updatePrivateAccessApplicationWithOptions(request: UpdatePrivateAccessApplicationRequest, runtime: $dara.RuntimeOptions): Promise<UpdatePrivateAccessApplicationResponse>;
15416
+ updatePrivateAccessApplicationWithOptions(tmpReq: UpdatePrivateAccessApplicationRequest, runtime: $dara.RuntimeOptions): Promise<UpdatePrivateAccessApplicationResponse>;
14598
15417
  /**
14599
15418
  * 修改内网访问应用
14600
15419
  *