@alicloud/csas20230120 1.7.0 → 1.7.2
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 +4 -0
- package/dist/client.js +14 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +20 -0
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -431,6 +431,7 @@ export class CreatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
431
431
|
applicationType?: string;
|
|
432
432
|
customUserAttributes?: CreatePrivateAccessPolicyRequestCustomUserAttributes[];
|
|
433
433
|
description?: string;
|
|
434
|
+
deviceAttributeAction?: string;
|
|
434
435
|
deviceAttributeId?: string;
|
|
435
436
|
name?: string;
|
|
436
437
|
policyAction?: string;
|
|
@@ -445,6 +446,7 @@ export class CreatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
445
446
|
applicationType: 'ApplicationType',
|
|
446
447
|
customUserAttributes: 'CustomUserAttributes',
|
|
447
448
|
description: 'Description',
|
|
449
|
+
deviceAttributeAction: 'DeviceAttributeAction',
|
|
448
450
|
deviceAttributeId: 'DeviceAttributeId',
|
|
449
451
|
name: 'Name',
|
|
450
452
|
policyAction: 'PolicyAction',
|
|
@@ -462,6 +464,7 @@ export class CreatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
462
464
|
applicationType: 'string',
|
|
463
465
|
customUserAttributes: { 'type': 'array', 'itemType': CreatePrivateAccessPolicyRequestCustomUserAttributes },
|
|
464
466
|
description: 'string',
|
|
467
|
+
deviceAttributeAction: 'string',
|
|
465
468
|
deviceAttributeId: 'string',
|
|
466
469
|
name: 'string',
|
|
467
470
|
policyAction: 'string',
|
|
@@ -4940,6 +4943,7 @@ export class UpdatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
4940
4943
|
applicationType?: string;
|
|
4941
4944
|
customUserAttributes?: UpdatePrivateAccessPolicyRequestCustomUserAttributes[];
|
|
4942
4945
|
description?: string;
|
|
4946
|
+
deviceAttributeAction?: string;
|
|
4943
4947
|
deviceAttributeId?: string;
|
|
4944
4948
|
modifyType?: string;
|
|
4945
4949
|
policyAction?: string;
|
|
@@ -4955,6 +4959,7 @@ export class UpdatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
4955
4959
|
applicationType: 'ApplicationType',
|
|
4956
4960
|
customUserAttributes: 'CustomUserAttributes',
|
|
4957
4961
|
description: 'Description',
|
|
4962
|
+
deviceAttributeAction: 'DeviceAttributeAction',
|
|
4958
4963
|
deviceAttributeId: 'DeviceAttributeId',
|
|
4959
4964
|
modifyType: 'ModifyType',
|
|
4960
4965
|
policyAction: 'PolicyAction',
|
|
@@ -4973,6 +4978,7 @@ export class UpdatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
4973
4978
|
applicationType: 'string',
|
|
4974
4979
|
customUserAttributes: { 'type': 'array', 'itemType': UpdatePrivateAccessPolicyRequestCustomUserAttributes },
|
|
4975
4980
|
description: 'string',
|
|
4981
|
+
deviceAttributeAction: 'string',
|
|
4976
4982
|
deviceAttributeId: 'string',
|
|
4977
4983
|
modifyType: 'string',
|
|
4978
4984
|
policyAction: 'string',
|
|
@@ -6008,6 +6014,7 @@ export class GetPrivateAccessPolicyResponseBodyPolicy extends $tea.Model {
|
|
|
6008
6014
|
createTime?: string;
|
|
6009
6015
|
customUserAttributes?: GetPrivateAccessPolicyResponseBodyPolicyCustomUserAttributes[];
|
|
6010
6016
|
description?: string;
|
|
6017
|
+
deviceAttributeAction?: string;
|
|
6011
6018
|
deviceAttributeId?: string;
|
|
6012
6019
|
name?: string;
|
|
6013
6020
|
policyAction?: string;
|
|
@@ -6024,6 +6031,7 @@ export class GetPrivateAccessPolicyResponseBodyPolicy extends $tea.Model {
|
|
|
6024
6031
|
createTime: 'CreateTime',
|
|
6025
6032
|
customUserAttributes: 'CustomUserAttributes',
|
|
6026
6033
|
description: 'Description',
|
|
6034
|
+
deviceAttributeAction: 'DeviceAttributeAction',
|
|
6027
6035
|
deviceAttributeId: 'DeviceAttributeId',
|
|
6028
6036
|
name: 'Name',
|
|
6029
6037
|
policyAction: 'PolicyAction',
|
|
@@ -6043,6 +6051,7 @@ export class GetPrivateAccessPolicyResponseBodyPolicy extends $tea.Model {
|
|
|
6043
6051
|
createTime: 'string',
|
|
6044
6052
|
customUserAttributes: { 'type': 'array', 'itemType': GetPrivateAccessPolicyResponseBodyPolicyCustomUserAttributes },
|
|
6045
6053
|
description: 'string',
|
|
6054
|
+
deviceAttributeAction: 'string',
|
|
6046
6055
|
deviceAttributeId: 'string',
|
|
6047
6056
|
name: 'string',
|
|
6048
6057
|
policyAction: 'string',
|
|
@@ -7352,6 +7361,7 @@ export class ListPrivateAccessPolicesResponseBodyPolices extends $tea.Model {
|
|
|
7352
7361
|
createTime?: string;
|
|
7353
7362
|
customUserAttributes?: ListPrivateAccessPolicesResponseBodyPolicesCustomUserAttributes[];
|
|
7354
7363
|
description?: string;
|
|
7364
|
+
deviceAttributeAction?: string;
|
|
7355
7365
|
deviceAttributeId?: string;
|
|
7356
7366
|
name?: string;
|
|
7357
7367
|
policyAction?: string;
|
|
@@ -7368,6 +7378,7 @@ export class ListPrivateAccessPolicesResponseBodyPolices extends $tea.Model {
|
|
|
7368
7378
|
createTime: 'CreateTime',
|
|
7369
7379
|
customUserAttributes: 'CustomUserAttributes',
|
|
7370
7380
|
description: 'Description',
|
|
7381
|
+
deviceAttributeAction: 'DeviceAttributeAction',
|
|
7371
7382
|
deviceAttributeId: 'DeviceAttributeId',
|
|
7372
7383
|
name: 'Name',
|
|
7373
7384
|
policyAction: 'PolicyAction',
|
|
@@ -7387,6 +7398,7 @@ export class ListPrivateAccessPolicesResponseBodyPolices extends $tea.Model {
|
|
|
7387
7398
|
createTime: 'string',
|
|
7388
7399
|
customUserAttributes: { 'type': 'array', 'itemType': ListPrivateAccessPolicesResponseBodyPolicesCustomUserAttributes },
|
|
7389
7400
|
description: 'string',
|
|
7401
|
+
deviceAttributeAction: 'string',
|
|
7390
7402
|
deviceAttributeId: 'string',
|
|
7391
7403
|
name: 'string',
|
|
7392
7404
|
policyAction: 'string',
|
|
@@ -9014,6 +9026,10 @@ export default class Client extends OpenApi {
|
|
|
9014
9026
|
body["Description"] = request.description;
|
|
9015
9027
|
}
|
|
9016
9028
|
|
|
9029
|
+
if (!Util.isUnset(request.deviceAttributeAction)) {
|
|
9030
|
+
body["DeviceAttributeAction"] = request.deviceAttributeAction;
|
|
9031
|
+
}
|
|
9032
|
+
|
|
9017
9033
|
if (!Util.isUnset(request.deviceAttributeId)) {
|
|
9018
9034
|
body["DeviceAttributeId"] = request.deviceAttributeId;
|
|
9019
9035
|
}
|
|
@@ -11713,6 +11729,10 @@ export default class Client extends OpenApi {
|
|
|
11713
11729
|
body["Description"] = request.description;
|
|
11714
11730
|
}
|
|
11715
11731
|
|
|
11732
|
+
if (!Util.isUnset(request.deviceAttributeAction)) {
|
|
11733
|
+
body["DeviceAttributeAction"] = request.deviceAttributeAction;
|
|
11734
|
+
}
|
|
11735
|
+
|
|
11716
11736
|
if (!Util.isUnset(request.deviceAttributeId)) {
|
|
11717
11737
|
body["DeviceAttributeId"] = request.deviceAttributeId;
|
|
11718
11738
|
}
|