@alicloud/csas20230120 1.11.1 → 1.11.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 CHANGED
@@ -1550,6 +1550,7 @@ export declare class GetPrivateAccessPolicyResponseBodyPolicy extends $dara.Mode
1550
1550
  */
1551
1551
  status?: string;
1552
1552
  tagIds?: string[];
1553
+ triggerTemplateId?: string;
1553
1554
  userGroupIds?: string[];
1554
1555
  /**
1555
1556
  * @example
@@ -3563,6 +3564,7 @@ export declare class ListPrivateAccessPolicesResponseBodyPolices extends $dara.M
3563
3564
  */
3564
3565
  status?: string;
3565
3566
  tagIds?: string[];
3567
+ triggerTemplateId?: string;
3566
3568
  userGroupIds?: string[];
3567
3569
  /**
3568
3570
  * @example
@@ -6569,6 +6571,7 @@ export declare class CreatePrivateAccessPolicyRequest extends $dara.Model {
6569
6571
  * 内网访问标签ID集合。最多可输入100个内网访问标签ID。当**ApplicationType**为**Tag时**,必填。和**ApplicationIds**互斥。
6570
6572
  */
6571
6573
  tagIds?: string[];
6574
+ triggerTemplateId?: string;
6572
6575
  userGroupIds?: string[];
6573
6576
  /**
6574
6577
  * @remarks
@@ -12706,6 +12709,7 @@ export declare class UpdatePrivateAccessPolicyRequest extends $dara.Model {
12706
12709
  * 内网访问标签ID集合。一条策略最多支持100个内网访问标签ID。
12707
12710
  */
12708
12711
  tagIds?: string[];
12712
+ triggerTemplateId?: string;
12709
12713
  userGroupIds?: string[];
12710
12714
  /**
12711
12715
  * @remarks