@alicloud/csas20230120 1.7.1 → 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/dist/client.d.ts
CHANGED
|
@@ -249,6 +249,7 @@ export declare class CreatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
249
249
|
applicationType?: string;
|
|
250
250
|
customUserAttributes?: CreatePrivateAccessPolicyRequestCustomUserAttributes[];
|
|
251
251
|
description?: string;
|
|
252
|
+
deviceAttributeAction?: string;
|
|
252
253
|
deviceAttributeId?: string;
|
|
253
254
|
name?: string;
|
|
254
255
|
policyAction?: string;
|
|
@@ -2892,6 +2893,7 @@ export declare class UpdatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
2892
2893
|
applicationType?: string;
|
|
2893
2894
|
customUserAttributes?: UpdatePrivateAccessPolicyRequestCustomUserAttributes[];
|
|
2894
2895
|
description?: string;
|
|
2896
|
+
deviceAttributeAction?: string;
|
|
2895
2897
|
deviceAttributeId?: string;
|
|
2896
2898
|
modifyType?: string;
|
|
2897
2899
|
policyAction?: string;
|
|
@@ -3459,6 +3461,7 @@ export declare class GetPrivateAccessPolicyResponseBodyPolicy extends $tea.Model
|
|
|
3459
3461
|
createTime?: string;
|
|
3460
3462
|
customUserAttributes?: GetPrivateAccessPolicyResponseBodyPolicyCustomUserAttributes[];
|
|
3461
3463
|
description?: string;
|
|
3464
|
+
deviceAttributeAction?: string;
|
|
3462
3465
|
deviceAttributeId?: string;
|
|
3463
3466
|
name?: string;
|
|
3464
3467
|
policyAction?: string;
|
|
@@ -4145,6 +4148,7 @@ export declare class ListPrivateAccessPolicesResponseBodyPolices extends $tea.Mo
|
|
|
4145
4148
|
createTime?: string;
|
|
4146
4149
|
customUserAttributes?: ListPrivateAccessPolicesResponseBodyPolicesCustomUserAttributes[];
|
|
4147
4150
|
description?: string;
|
|
4151
|
+
deviceAttributeAction?: string;
|
|
4148
4152
|
deviceAttributeId?: string;
|
|
4149
4153
|
name?: string;
|
|
4150
4154
|
policyAction?: string;
|
package/dist/client.js
CHANGED
|
@@ -381,6 +381,7 @@ class CreatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
381
381
|
applicationType: 'ApplicationType',
|
|
382
382
|
customUserAttributes: 'CustomUserAttributes',
|
|
383
383
|
description: 'Description',
|
|
384
|
+
deviceAttributeAction: 'DeviceAttributeAction',
|
|
384
385
|
deviceAttributeId: 'DeviceAttributeId',
|
|
385
386
|
name: 'Name',
|
|
386
387
|
policyAction: 'PolicyAction',
|
|
@@ -397,6 +398,7 @@ class CreatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
397
398
|
applicationType: 'string',
|
|
398
399
|
customUserAttributes: { 'type': 'array', 'itemType': CreatePrivateAccessPolicyRequestCustomUserAttributes },
|
|
399
400
|
description: 'string',
|
|
401
|
+
deviceAttributeAction: 'string',
|
|
400
402
|
deviceAttributeId: 'string',
|
|
401
403
|
name: 'string',
|
|
402
404
|
policyAction: 'string',
|
|
@@ -3987,6 +3989,7 @@ class UpdatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
3987
3989
|
applicationType: 'ApplicationType',
|
|
3988
3990
|
customUserAttributes: 'CustomUserAttributes',
|
|
3989
3991
|
description: 'Description',
|
|
3992
|
+
deviceAttributeAction: 'DeviceAttributeAction',
|
|
3990
3993
|
deviceAttributeId: 'DeviceAttributeId',
|
|
3991
3994
|
modifyType: 'ModifyType',
|
|
3992
3995
|
policyAction: 'PolicyAction',
|
|
@@ -4004,6 +4007,7 @@ class UpdatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
4004
4007
|
applicationType: 'string',
|
|
4005
4008
|
customUserAttributes: { 'type': 'array', 'itemType': UpdatePrivateAccessPolicyRequestCustomUserAttributes },
|
|
4006
4009
|
description: 'string',
|
|
4010
|
+
deviceAttributeAction: 'string',
|
|
4007
4011
|
deviceAttributeId: 'string',
|
|
4008
4012
|
modifyType: 'string',
|
|
4009
4013
|
policyAction: 'string',
|
|
@@ -4816,6 +4820,7 @@ class GetPrivateAccessPolicyResponseBodyPolicy extends $tea.Model {
|
|
|
4816
4820
|
createTime: 'CreateTime',
|
|
4817
4821
|
customUserAttributes: 'CustomUserAttributes',
|
|
4818
4822
|
description: 'Description',
|
|
4823
|
+
deviceAttributeAction: 'DeviceAttributeAction',
|
|
4819
4824
|
deviceAttributeId: 'DeviceAttributeId',
|
|
4820
4825
|
name: 'Name',
|
|
4821
4826
|
policyAction: 'PolicyAction',
|
|
@@ -4834,6 +4839,7 @@ class GetPrivateAccessPolicyResponseBodyPolicy extends $tea.Model {
|
|
|
4834
4839
|
createTime: 'string',
|
|
4835
4840
|
customUserAttributes: { 'type': 'array', 'itemType': GetPrivateAccessPolicyResponseBodyPolicyCustomUserAttributes },
|
|
4836
4841
|
description: 'string',
|
|
4842
|
+
deviceAttributeAction: 'string',
|
|
4837
4843
|
deviceAttributeId: 'string',
|
|
4838
4844
|
name: 'string',
|
|
4839
4845
|
policyAction: 'string',
|
|
@@ -5852,6 +5858,7 @@ class ListPrivateAccessPolicesResponseBodyPolices extends $tea.Model {
|
|
|
5852
5858
|
createTime: 'CreateTime',
|
|
5853
5859
|
customUserAttributes: 'CustomUserAttributes',
|
|
5854
5860
|
description: 'Description',
|
|
5861
|
+
deviceAttributeAction: 'DeviceAttributeAction',
|
|
5855
5862
|
deviceAttributeId: 'DeviceAttributeId',
|
|
5856
5863
|
name: 'Name',
|
|
5857
5864
|
policyAction: 'PolicyAction',
|
|
@@ -5870,6 +5877,7 @@ class ListPrivateAccessPolicesResponseBodyPolices extends $tea.Model {
|
|
|
5870
5877
|
createTime: 'string',
|
|
5871
5878
|
customUserAttributes: { 'type': 'array', 'itemType': ListPrivateAccessPolicesResponseBodyPolicesCustomUserAttributes },
|
|
5872
5879
|
description: 'string',
|
|
5880
|
+
deviceAttributeAction: 'string',
|
|
5873
5881
|
deviceAttributeId: 'string',
|
|
5874
5882
|
name: 'string',
|
|
5875
5883
|
policyAction: 'string',
|
|
@@ -7146,6 +7154,9 @@ class Client extends openapi_client_1.default {
|
|
|
7146
7154
|
if (!tea_util_1.default.isUnset(request.description)) {
|
|
7147
7155
|
body["Description"] = request.description;
|
|
7148
7156
|
}
|
|
7157
|
+
if (!tea_util_1.default.isUnset(request.deviceAttributeAction)) {
|
|
7158
|
+
body["DeviceAttributeAction"] = request.deviceAttributeAction;
|
|
7159
|
+
}
|
|
7149
7160
|
if (!tea_util_1.default.isUnset(request.deviceAttributeId)) {
|
|
7150
7161
|
body["DeviceAttributeId"] = request.deviceAttributeId;
|
|
7151
7162
|
}
|
|
@@ -9603,6 +9614,9 @@ class Client extends openapi_client_1.default {
|
|
|
9603
9614
|
if (!tea_util_1.default.isUnset(request.description)) {
|
|
9604
9615
|
body["Description"] = request.description;
|
|
9605
9616
|
}
|
|
9617
|
+
if (!tea_util_1.default.isUnset(request.deviceAttributeAction)) {
|
|
9618
|
+
body["DeviceAttributeAction"] = request.deviceAttributeAction;
|
|
9619
|
+
}
|
|
9606
9620
|
if (!tea_util_1.default.isUnset(request.deviceAttributeId)) {
|
|
9607
9621
|
body["DeviceAttributeId"] = request.deviceAttributeId;
|
|
9608
9622
|
}
|