pulumi-juniper-mist 0.7.0a1760249746__py3-none-any.whl → 0.7.0a1760375794__py3-none-any.whl

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.
Files changed (26) hide show
  1. pulumi_juniper_mist/org/alarmtemplate.py +4 -0
  2. pulumi_juniper_mist/org/apitoken.py +4 -0
  3. pulumi_juniper_mist/org/deviceprofile_gateway.py +4 -0
  4. pulumi_juniper_mist/org/evpn_topology.py +4 -0
  5. pulumi_juniper_mist/org/gatewaytemplate.py +4 -0
  6. pulumi_juniper_mist/org/idpprofile.py +4 -0
  7. pulumi_juniper_mist/org/nacrule.py +4 -0
  8. pulumi_juniper_mist/org/networktemplate.py +4 -0
  9. pulumi_juniper_mist/org/rftemplate.py +4 -0
  10. pulumi_juniper_mist/org/service.py +4 -0
  11. pulumi_juniper_mist/org/servicepolicy.py +4 -0
  12. pulumi_juniper_mist/org/setting.py +4 -0
  13. pulumi_juniper_mist/org/sso_role.py +4 -0
  14. pulumi_juniper_mist/org/vpn.py +4 -0
  15. pulumi_juniper_mist/org/webhook.py +4 -0
  16. pulumi_juniper_mist/org/wlan_portal_image.py +4 -0
  17. pulumi_juniper_mist/org/wlan_portal_template.py +4 -0
  18. pulumi_juniper_mist/org/wlantemplate.py +4 -0
  19. pulumi_juniper_mist/pulumi-plugin.json +1 -1
  20. pulumi_juniper_mist/site/networktemplate.py +4 -0
  21. pulumi_juniper_mist/site/setting.py +4 -0
  22. pulumi_juniper_mist/site/wlan_portal_template.py +4 -0
  23. {pulumi_juniper_mist-0.7.0a1760249746.dist-info → pulumi_juniper_mist-0.7.0a1760375794.dist-info}/METADATA +1 -1
  24. {pulumi_juniper_mist-0.7.0a1760249746.dist-info → pulumi_juniper_mist-0.7.0a1760375794.dist-info}/RECORD +26 -26
  25. {pulumi_juniper_mist-0.7.0a1760249746.dist-info → pulumi_juniper_mist-0.7.0a1760375794.dist-info}/WHEEL +0 -0
  26. {pulumi_juniper_mist-0.7.0a1760249746.dist-info → pulumi_juniper_mist-0.7.0a1760375794.dist-info}/top_level.txt +0 -0
@@ -173,6 +173,8 @@ class Alarmtemplate(pulumi.CustomResource):
173
173
 
174
174
  It is possible to use the `get_const_alarms` data source to get a list of the available alarms
175
175
 
176
+ ## Example Usage
177
+
176
178
  ## Import
177
179
 
178
180
  Using `pulumi import`, import `mist_org_alarmtemplate` with:
@@ -206,6 +208,8 @@ class Alarmtemplate(pulumi.CustomResource):
206
208
 
207
209
  It is possible to use the `get_const_alarms` data source to get a list of the available alarms
208
210
 
211
+ ## Example Usage
212
+
209
213
  ## Import
210
214
 
211
215
  Using `pulumi import`, import `mist_org_alarmtemplate` with:
@@ -198,6 +198,8 @@ class Apitoken(pulumi.CustomResource):
198
198
  Organization tokens support different privileges and can only be used for the specific organization they are generated for.
199
199
  Rate limiting is done on an individual token basis, so if one token reaches its rate limit, it does not impact other tokens.
200
200
 
201
+ ## Example Usage
202
+
201
203
  :param str resource_name: The name of the resource.
202
204
  :param pulumi.ResourceOptions opts: Options for the resource.
203
205
  :param pulumi.Input[_builtins.str] name: Name of the token
@@ -217,6 +219,8 @@ class Apitoken(pulumi.CustomResource):
217
219
  Organization tokens support different privileges and can only be used for the specific organization they are generated for.
218
220
  Rate limiting is done on an individual token basis, so if one token reaches its rate limit, it does not impact other tokens.
219
221
 
222
+ ## Example Usage
223
+
220
224
  :param str resource_name: The name of the resource.
221
225
  :param ApitokenArgs args: The arguments to use to populate this resource's properties.
222
226
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -841,6 +841,8 @@ class DeviceprofileGateway(pulumi.CustomResource):
841
841
 
842
842
  The Gateway Device Profile can be assigned to a gateway with the `org.DeviceprofileAssign` resource.
843
843
 
844
+ ## Example Usage
845
+
844
846
  ## Import
845
847
 
846
848
  Using `pulumi import`, import `mist_org_deviceprofile_gateway` with:
@@ -883,6 +885,8 @@ class DeviceprofileGateway(pulumi.CustomResource):
883
885
 
884
886
  The Gateway Device Profile can be assigned to a gateway with the `org.DeviceprofileAssign` resource.
885
887
 
888
+ ## Example Usage
889
+
886
890
  ## Import
887
891
 
888
892
  Using `pulumi import`, import `mist_org_deviceprofile_gateway` with:
@@ -195,6 +195,8 @@ class EvpnTopology(pulumi.CustomResource):
195
195
 
196
196
  > To create or manage your EVPN Topology with the Mist Provider, please refer to the `How To - EVPN Topology` Guide.
197
197
 
198
+ ## Example Usage
199
+
198
200
  ## Import
199
201
 
200
202
  Using `pulumi import`, import `mist_org_evpn_topology` with:
@@ -224,6 +226,8 @@ class EvpnTopology(pulumi.CustomResource):
224
226
 
225
227
  > To create or manage your EVPN Topology with the Mist Provider, please refer to the `How To - EVPN Topology` Guide.
226
228
 
229
+ ## Example Usage
230
+
227
231
  ## Import
228
232
 
229
233
  Using `pulumi import`, import `mist_org_evpn_topology` with:
@@ -856,6 +856,8 @@ class Gatewaytemplate(pulumi.CustomResource):
856
856
 
857
857
  A Gateway template is used to define the static ip address and subnet mask of the hub device, along with the gateway. It also allows for the selection of options such as enabling source nat and overriding the public ip for the hub if needed. the endpoint selected in the gateway template ties the hub and spoke devices together and creates the auto-vpn tunnel.
858
858
 
859
+ ## Example Usage
860
+
859
861
  ## Import
860
862
 
861
863
  Using `pulumi import`, import `mist_org_gatewaytemplate` with:
@@ -897,6 +899,8 @@ class Gatewaytemplate(pulumi.CustomResource):
897
899
 
898
900
  A Gateway template is used to define the static ip address and subnet mask of the hub device, along with the gateway. It also allows for the selection of options such as enabling source nat and overriding the public ip for the hub if needed. the endpoint selected in the gateway template ties the hub and spoke devices together and creates the auto-vpn tunnel.
899
901
 
902
+ ## Example Usage
903
+
900
904
  ## Import
901
905
 
902
906
  Using `pulumi import`, import `mist_org_gatewaytemplate` with:
@@ -154,6 +154,8 @@ class Idpprofile(pulumi.CustomResource):
154
154
 
155
155
  The profile includes rules and policies that determine which types of traffic or attacks should be monitored, what actions should be taken when a threat is detected, and any exceptions or exclusions for specific destinations or attack types.
156
156
 
157
+ ## Example Usage
158
+
157
159
  ## Import
158
160
 
159
161
  Using `pulumi import`, import `mist_org_idpprofile` with:
@@ -181,6 +183,8 @@ class Idpprofile(pulumi.CustomResource):
181
183
 
182
184
  The profile includes rules and policies that determine which types of traffic or attacks should be monitored, what actions should be taken when a threat is detected, and any exceptions or exclusions for specific destinations or attack types.
183
185
 
186
+ ## Example Usage
187
+
184
188
  ## Import
185
189
 
186
190
  Using `pulumi import`, import `mist_org_idpprofile` with:
@@ -308,6 +308,8 @@ class Nacrule(pulumi.CustomResource):
308
308
 
309
309
  A NAC Rule defines a list of criteria (NAC Tag) the network client must match to execute the Rule, an action (Allow/Deny)and a list of RADIUS Attributes (NAC Tags) to return
310
310
 
311
+ ## Example Usage
312
+
311
313
  ## Import
312
314
 
313
315
  Using `pulumi import`, import `mist_org_nacrule` with:
@@ -337,6 +339,8 @@ class Nacrule(pulumi.CustomResource):
337
339
 
338
340
  A NAC Rule defines a list of criteria (NAC Tag) the network client must match to execute the Rule, an action (Allow/Deny)and a list of RADIUS Attributes (NAC Tags) to return
339
341
 
342
+ ## Example Usage
343
+
340
344
  ## Import
341
345
 
342
346
  Using `pulumi import`, import `mist_org_nacrule` with:
@@ -782,6 +782,8 @@ class Networktemplate(pulumi.CustomResource):
782
782
  A network template is a predefined configuration that provides a consistent and reusable set of network settings for devices within an organization. It includes various parameters such as ip addressing, vlan configurations, routing protocols, security policies, and other network-specific settings.\\
783
783
  Network templates simplify the deployment and management of switches by ensuring consistent configurations across multiple devices and sites. They help enforce standardization, reduce human error, and streamline troubleshooting and maintenance tasks.
784
784
 
785
+ ## Example Usage
786
+
785
787
  ## Import
786
788
 
787
789
  Using `pulumi import`, import `mist_org_networktemplate` with:
@@ -824,6 +826,8 @@ class Networktemplate(pulumi.CustomResource):
824
826
  A network template is a predefined configuration that provides a consistent and reusable set of network settings for devices within an organization. It includes various parameters such as ip addressing, vlan configurations, routing protocols, security policies, and other network-specific settings.\\
825
827
  Network templates simplify the deployment and management of switches by ensuring consistent configurations across multiple devices and sites. They help enforce standardization, reduce human error, and streamline troubleshooting and maintenance tasks.
826
828
 
829
+ ## Example Usage
830
+
827
831
  ## Import
828
832
 
829
833
  Using `pulumi import`, import `mist_org_networktemplate` with:
@@ -442,6 +442,8 @@ class Rftemplate(pulumi.CustomResource):
442
442
 
443
443
  The RF Templates can be used to define Wireless Access Points radio configuration, and can be assigned to the sites
444
444
 
445
+ ## Example Usage
446
+
445
447
  ## Import
446
448
 
447
449
  Using `pulumi import`, import `mist_org_rftemplate` with:
@@ -475,6 +477,8 @@ class Rftemplate(pulumi.CustomResource):
475
477
 
476
478
  The RF Templates can be used to define Wireless Access Points radio configuration, and can be assigned to the sites
477
479
 
480
+ ## Example Usage
481
+
478
482
  ## Import
479
483
 
480
484
  Using `pulumi import`, import `mist_org_rftemplate` with:
@@ -789,6 +789,8 @@ class Service(pulumi.CustomResource):
789
789
  * the Gateway Templates (`mist_org_gatewaytemplate.service_policies.services`)
790
790
  * the HUB Profiles (`mist_org_deviceprofile_gateway.service_policies.services`)
791
791
 
792
+ ## Example Usage
793
+
792
794
  ## Import
793
795
 
794
796
  Using `pulumi import`, import `mist_org_service` with:
@@ -836,6 +838,8 @@ class Service(pulumi.CustomResource):
836
838
  * the Gateway Templates (`mist_org_gatewaytemplate.service_policies.services`)
837
839
  * the HUB Profiles (`mist_org_deviceprofile_gateway.service_policies.services`)
838
840
 
841
+ ## Example Usage
842
+
839
843
  ## Import
840
844
 
841
845
  Using `pulumi import`, import `mist_org_service` with:
@@ -430,6 +430,8 @@ class Servicepolicy(pulumi.CustomResource):
430
430
  * the HUB Profiles (`mist_org_deviceprofile_gateway.service_policies`)
431
431
  They can be used to manage common policies between multiples configurations
432
432
 
433
+ ## Example Usage
434
+
433
435
  ## Import
434
436
 
435
437
  Using `pulumi import`, import `mist_org_servicepolicy` with:
@@ -465,6 +467,8 @@ class Servicepolicy(pulumi.CustomResource):
465
467
  * the HUB Profiles (`mist_org_deviceprofile_gateway.service_policies`)
466
468
  They can be used to manage common policies between multiples configurations
467
469
 
470
+ ## Example Usage
471
+
468
472
  ## Import
469
473
 
470
474
  Using `pulumi import`, import `mist_org_servicepolicy` with:
@@ -1022,6 +1022,8 @@ class Setting(pulumi.CustomResource):
1022
1022
 
1023
1023
  The Org Settings can be used to customize the Org configuration
1024
1024
 
1025
+ ## Example Usage
1026
+
1025
1027
  ## Import
1026
1028
 
1027
1029
  Using `pulumi import`, import `mist_org_setting` with:
@@ -1064,6 +1066,8 @@ class Setting(pulumi.CustomResource):
1064
1066
 
1065
1067
  The Org Settings can be used to customize the Org configuration
1066
1068
 
1069
+ ## Example Usage
1070
+
1067
1071
  ## Import
1068
1072
 
1069
1073
  Using `pulumi import`, import `mist_org_setting` with:
@@ -121,6 +121,8 @@ class SsoRole(pulumi.CustomResource):
121
121
  These roles determine the tasks and actions that users can perform within the SSO system. There are typically predefined roles and custom roles in an SSO system.\\
122
122
  Roles in SSO provide a well-defined separation of responsibility and visibility, allowing for granular-level access control on SSO objects.
123
123
 
124
+ ## Example Usage
125
+
124
126
  ## Import
125
127
 
126
128
  Using `pulumi import`, import `mist_org_sso_role` with:
@@ -147,6 +149,8 @@ class SsoRole(pulumi.CustomResource):
147
149
  These roles determine the tasks and actions that users can perform within the SSO system. There are typically predefined roles and custom roles in an SSO system.\\
148
150
  Roles in SSO provide a well-defined separation of responsibility and visibility, allowing for granular-level access control on SSO objects.
149
151
 
152
+ ## Example Usage
153
+
150
154
  ## Import
151
155
 
152
156
  Using `pulumi import`, import `mist_org_sso_role` with:
@@ -192,6 +192,8 @@ class Vpn(pulumi.CustomResource):
192
192
  """
193
193
  This resource manages the Org VPN.
194
194
 
195
+ ## Example Usage
196
+
195
197
  ## Import
196
198
 
197
199
  Using `pulumi import`, import `mist_org_vpn` with:
@@ -217,6 +219,8 @@ class Vpn(pulumi.CustomResource):
217
219
  """
218
220
  This resource manages the Org VPN.
219
221
 
222
+ ## Example Usage
223
+
220
224
  ## Import
221
225
 
222
226
  Using `pulumi import`, import `mist_org_vpn` with:
@@ -621,6 +621,8 @@ class Webhook(pulumi.CustomResource):
621
621
  It enables the collection of information about various topics such as device events, alarms, and audits updates at the org level.\\
622
622
  The Webhook can be set up and customized using the Mist API, allowing users to receive and analyze specific data from a particular site.
623
623
 
624
+ ## Example Usage
625
+
624
626
  ## Import
625
627
 
626
628
  Using `pulumi import`, import `mist_org_webhook` with:
@@ -663,6 +665,8 @@ class Webhook(pulumi.CustomResource):
663
665
  It enables the collection of information about various topics such as device events, alarms, and audits updates at the org level.\\
664
666
  The Webhook can be set up and customized using the Mist API, allowing users to receive and analyze specific data from a particular site.
665
667
 
668
+ ## Example Usage
669
+
666
670
  ## Import
667
671
 
668
672
  Using `pulumi import`, import `mist_org_webhook` with:
@@ -130,6 +130,8 @@ class WlanPortalImage(pulumi.CustomResource):
130
130
  """
131
131
  This resource is used to upload a WLAN Captive Web Portal background image.
132
132
 
133
+ ## Example Usage
134
+
133
135
  :param str resource_name: The name of the resource.
134
136
  :param pulumi.ResourceOptions opts: Options for the resource.
135
137
  :param pulumi.Input[_builtins.str] file: path to the background image file. File must be a `jpeg`, `jpg` or `png` image`
@@ -144,6 +146,8 @@ class WlanPortalImage(pulumi.CustomResource):
144
146
  """
145
147
  This resource is used to upload a WLAN Captive Web Portal background image.
146
148
 
149
+ ## Example Usage
150
+
147
151
  :param str resource_name: The name of the resource.
148
152
  :param WlanPortalImageArgs args: The arguments to use to populate this resource's properties.
149
153
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -140,6 +140,8 @@ class WlanPortalTemplate(pulumi.CustomResource):
140
140
  **Notes:**
141
141
  * There is no feedback from the API, so there is no possibility to validate the changes. The resource states is directly generated based on the resource plan.* There is no option to delete or revert the changes. Deleting the resource will just remove it from the states. Once removed, it is possible to create a new one. It will replace the previous template
142
142
 
143
+ ## Example Usage
144
+
143
145
  :param str resource_name: The name of the resource.
144
146
  :param pulumi.ResourceOptions opts: Options for the resource.
145
147
  :param pulumi.Input[Union['WlanPortalTemplatePortalTemplateArgs', 'WlanPortalTemplatePortalTemplateArgsDict']] portal_template: Portal template wlan settings
@@ -162,6 +164,8 @@ class WlanPortalTemplate(pulumi.CustomResource):
162
164
  **Notes:**
163
165
  * There is no feedback from the API, so there is no possibility to validate the changes. The resource states is directly generated based on the resource plan.* There is no option to delete or revert the changes. Deleting the resource will just remove it from the states. Once removed, it is possible to create a new one. It will replace the previous template
164
166
 
167
+ ## Example Usage
168
+
165
169
  :param str resource_name: The name of the resource.
166
170
  :param WlanPortalTemplateArgs args: The arguments to use to populate this resource's properties.
167
171
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -229,6 +229,8 @@ class Wlantemplate(pulumi.CustomResource):
229
229
  WLAN templates allow for modular, scalable, and easy-to-manage configuration of ssids and their application to specific sites, site groups, or ap device profiles.\\
230
230
  They are valuable for automating configuration across multiple sites and profiles, making it easier to scale efficiently.
231
231
 
232
+ ## Example Usage
233
+
232
234
  ## Import
233
235
 
234
236
  Using `pulumi import`, import `mist_org_wlantemplate` with:
@@ -259,6 +261,8 @@ class Wlantemplate(pulumi.CustomResource):
259
261
  WLAN templates allow for modular, scalable, and easy-to-manage configuration of ssids and their application to specific sites, site groups, or ap device profiles.\\
260
262
  They are valuable for automating configuration across multiple sites and profiles, making it easier to scale efficiently.
261
263
 
264
+ ## Example Usage
265
+
262
266
  ## Import
263
267
 
264
268
  Using `pulumi import`, import `mist_org_wlantemplate` with:
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "junipermist",
4
- "version": "0.7.0-alpha.1760249746",
4
+ "version": "0.7.0-alpha.1760375794",
5
5
  "server": "github://api.github.com/pulumi/pulumi-junipermist"
6
6
  }
@@ -826,6 +826,8 @@ class Networktemplate(pulumi.CustomResource):
826
826
 
827
827
  !> Only ONE `site.Networktemplate` resource can be configured per site. If multiple ones are configured, only the last one defined we be successfully deployed to Mist
828
828
 
829
+ ## Example Usage
830
+
829
831
  ## Import
830
832
 
831
833
  Using `pulumi import`, import `mist_site_networktemplate` with:
@@ -873,6 +875,8 @@ class Networktemplate(pulumi.CustomResource):
873
875
 
874
876
  !> Only ONE `site.Networktemplate` resource can be configured per site. If multiple ones are configured, only the last one defined we be successfully deployed to Mist
875
877
 
878
+ ## Example Usage
879
+
876
880
  ## Import
877
881
 
878
882
  Using `pulumi import`, import `mist_site_networktemplate` with:
@@ -1499,6 +1499,8 @@ class Setting(pulumi.CustomResource):
1499
1499
 
1500
1500
  !> Only ONE `site.Setting` resource can be configured per site. If multiple ones are configured, only the last one defined we be successfully deployed to Mist
1501
1501
 
1502
+ ## Example Usage
1503
+
1502
1504
  ## Import
1503
1505
 
1504
1506
  Using `pulumi import`, import `mist_site_setting` with:
@@ -1560,6 +1562,8 @@ class Setting(pulumi.CustomResource):
1560
1562
 
1561
1563
  !> Only ONE `site.Setting` resource can be configured per site. If multiple ones are configured, only the last one defined we be successfully deployed to Mist
1562
1564
 
1565
+ ## Example Usage
1566
+
1563
1567
  ## Import
1564
1568
 
1565
1569
  Using `pulumi import`, import `mist_site_setting` with:
@@ -139,6 +139,8 @@ class WlanPortalTemplate(pulumi.CustomResource):
139
139
  **Notes:**
140
140
  * There is no feedback from the API, so there is no possibility to validate the changes. The resource states is directly generated based on the resource plan.* There is no option to delete or revert the changes. Deleting the resource will just remove it from the states. Once removed, it is possible to create a new one. It will replace the previous template
141
141
 
142
+ ## Example Usage
143
+
142
144
  :param str resource_name: The name of the resource.
143
145
  :param pulumi.ResourceOptions opts: Options for the resource.
144
146
  :param pulumi.Input[Union['WlanPortalTemplatePortalTemplateArgs', 'WlanPortalTemplatePortalTemplateArgsDict']] portal_template: Portal template wlan settings
@@ -160,6 +162,8 @@ class WlanPortalTemplate(pulumi.CustomResource):
160
162
  **Notes:**
161
163
  * There is no feedback from the API, so there is no possibility to validate the changes. The resource states is directly generated based on the resource plan.* There is no option to delete or revert the changes. Deleting the resource will just remove it from the states. Once removed, it is possible to create a new one. It will replace the previous template
162
164
 
165
+ ## Example Usage
166
+
163
167
  :param str resource_name: The name of the resource.
164
168
  :param WlanPortalTemplateArgs args: The arguments to use to populate this resource's properties.
165
169
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_juniper_mist
3
- Version: 0.7.0a1760249746
3
+ Version: 0.7.0a1760375794
4
4
  Summary: A Pulumi package for creating and managing Juniper Mist resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.com
@@ -12,7 +12,7 @@ pulumi_juniper_mist/get_const_webhooks.py,sha256=bB3mLPk3pVccZpZfu3YcTDSkNFUkvIV
12
12
  pulumi_juniper_mist/get_sites.py,sha256=_JDcWkI-O7BWhZJpiwm8MIfIVVYNQFZ9pJUtg9ffB1w,4080
13
13
  pulumi_juniper_mist/outputs.py,sha256=1PtoBgd1tB9YcumB2OETPM_IwS6wuxkgqHm4ha2Vghk,23233
14
14
  pulumi_juniper_mist/provider.py,sha256=mPrV48WoAs1iYZnKyr9SXUqCsuGErGATTI-sGO0oUbo,13921
15
- pulumi_juniper_mist/pulumi-plugin.json,sha256=r6-b9M-HCG2oMBV-drp0RKtcwfYo4V-tLFfbCSD_l4o,152
15
+ pulumi_juniper_mist/pulumi-plugin.json,sha256=woy5nTfI7EnpC47QqGFYfoFUJ8j7iGlFsBhrtAVlH1A,152
16
16
  pulumi_juniper_mist/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  pulumi_juniper_mist/upgrade_device.py,sha256=b-2_DhblYkfCdXB5qLWbcOpYpoDpkZa-Wx40Vg8ux-Q,38695
18
18
  pulumi_juniper_mist/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
@@ -33,15 +33,15 @@ pulumi_juniper_mist/device/outputs.py,sha256=mUjd3Ijnhmi0GRaP3JXdvvoB2V54oUBXgpn
33
33
  pulumi_juniper_mist/device/switch.py,sha256=jdwvmQ-ydNQ8o_RNW2bg-Cxni8vbkvFN0bLcH0hDhuw,120919
34
34
  pulumi_juniper_mist/org/__init__.py,sha256=e9LoOoTiGACoghcEWLCvTQoouN0vv_svehoVOO6pu8M,1984
35
35
  pulumi_juniper_mist/org/_inputs.py,sha256=CeA2Mf3mzJA92Yrgy6Fl_0dc8PNEGXCzxEobJn8Cfso,1834799
36
- pulumi_juniper_mist/org/alarmtemplate.py,sha256=vPSOwvAFEedi5YvvOmKVCh4N2KsawX5HsJZv9blP0lI,14857
37
- pulumi_juniper_mist/org/apitoken.py,sha256=csk6VqMFkE8CKRwZ-rfebnw7dfo7tWt9j3sq-ccxl1o,16097
36
+ pulumi_juniper_mist/org/alarmtemplate.py,sha256=hHjx04EWkzZ67JCZ2EzZ_W6LQgwR3kI_NRtRlo5Y8Ho,14909
37
+ pulumi_juniper_mist/org/apitoken.py,sha256=djZ9Te6urehIlbwSeo_D41NIRrAlvl7xUJui3IfYtOE,16149
38
38
  pulumi_juniper_mist/org/avprofile.py,sha256=q2a3Iy2UVr8Qzb-k9y2yYTN75cUAl7Z6KIZGC5nC6d4,19822
39
39
  pulumi_juniper_mist/org/base.py,sha256=eJSD_oudCi2Vt0ebjLh-9KBcfn2Md4okPTBus_sPt18,15415
40
40
  pulumi_juniper_mist/org/deviceprofile_ap.py,sha256=ZYmvGRepPbhGoZWsRVpNGV4JDv1qn5MsMnthpUKDT-8,58352
41
41
  pulumi_juniper_mist/org/deviceprofile_assign.py,sha256=DR4A0zCq0Z-ApmjgiYk_qbkE-7pebCodlOc6nS7Dwds,9952
42
- pulumi_juniper_mist/org/deviceprofile_gateway.py,sha256=YupyUWXyecTcFVKz0TCkD2UMIFGIIRVrZ4yMsEfjnXk,74908
43
- pulumi_juniper_mist/org/evpn_topology.py,sha256=dO4GP_Gc_lLF6fOmgloNwsqCfhUPUYmWZHmzoCqqJ80,15483
44
- pulumi_juniper_mist/org/gatewaytemplate.py,sha256=y6JGwxAeoHJUiWaW9L6li6OT0j5-XxsdoSoHkCQiEjI,74882
42
+ pulumi_juniper_mist/org/deviceprofile_gateway.py,sha256=PNaD3dSK44L0jpaNS74jxn96mO5D65Wb8q_UXKloiI4,74960
43
+ pulumi_juniper_mist/org/evpn_topology.py,sha256=n7tJk90PzI3Bwq-_xqncwGhbvADXVWpKAg-Vk9jhzZ4,15535
44
+ pulumi_juniper_mist/org/gatewaytemplate.py,sha256=uveL2KVyMgbF1jXVc94eeYnKkzf7oPRIE3ns_G-uhew,74934
45
45
  pulumi_juniper_mist/org/get_alarmtemplates.py,sha256=tnyFdZ4mykx3rrENd6kAFPTx47tP6oW0cUR7zNgiLDc,4647
46
46
  pulumi_juniper_mist/org/get_avprofiles.py,sha256=qe1faoQJy8LHdmULHd7wAaI9vARPLBJfQpmCI6iAPpU,5131
47
47
  pulumi_juniper_mist/org/get_deviceprofiles_ap.py,sha256=9CyMUTqDjmrqhg7Rbb9Lm9PGzde9yG9NPeMjO1YO9mc,5208
@@ -68,29 +68,29 @@ pulumi_juniper_mist/org/get_webhooks.py,sha256=vguas_x82l27cbkF0OdICL8KmKRNed1j-
68
68
  pulumi_juniper_mist/org/get_wlans.py,sha256=NnsXUxg4aEjttP51uPXwrrRti3ZG5tLSB237tOHhOzw,4141
69
69
  pulumi_juniper_mist/org/get_wlantemplates.py,sha256=iv2ha1HlRy093w8F_1c7xKdv7W-SBWDDXLK-Mt41ISY,5239
70
70
  pulumi_juniper_mist/org/get_wxtags.py,sha256=tddN4LghItxuJNUD8vkMSzYG2fjAI5A_J6xevyCkZfA,5363
71
- pulumi_juniper_mist/org/idpprofile.py,sha256=6Kq84GEbyyI9yWQl4Byr9xEzd8bUzXYz7J4IIsBhC18,12404
71
+ pulumi_juniper_mist/org/idpprofile.py,sha256=sgLAG6EXfOngxRoyTJXUCIdUbxBzD3hHpWTLpoH7FXk,12456
72
72
  pulumi_juniper_mist/org/inventory.py,sha256=g_Z47hSRoQj-dKRiw9BCn4n8EzEw-Ib_7U9gji-y9ns,12513
73
73
  pulumi_juniper_mist/org/nac_endpoint.py,sha256=043aYUK6ku7cGsNOW19lO3taSXcr9wqRH41PcTR8zXQ,17092
74
74
  pulumi_juniper_mist/org/nacidp.py,sha256=G0QwRRTftPL2LgzS-W38D0j09gvP0lG3GH8O1ruPANU,76787
75
- pulumi_juniper_mist/org/nacrule.py,sha256=-XZyfHWwVo9kMU__uKpZkgGGigDnA6S0h-iD74N3j-E,21346
75
+ pulumi_juniper_mist/org/nacrule.py,sha256=BwzJgblwxNyumlpZ9YZgVyZ7kAD7XMrYvV00CfNOFac,21398
76
76
  pulumi_juniper_mist/org/nactag.py,sha256=09G0E3J7Z7-0x_jY5tdXGscrIzBxZyre5heo_LuYEus,47806
77
77
  pulumi_juniper_mist/org/network.py,sha256=hp7zvfhp3-aEWrCMhKgBG7r_6u9xEXT526OeqRCoqJ4,35691
78
- pulumi_juniper_mist/org/networktemplate.py,sha256=kUra9rBZBc0frIdw-GcCi4xAEI1tXBAtHoANze2vISE,70455
78
+ pulumi_juniper_mist/org/networktemplate.py,sha256=MLI9nQeOzK3YoluzwQlM1wmzmSSCN79NHypeIloVV7o,70507
79
79
  pulumi_juniper_mist/org/outputs.py,sha256=ivvAa24pEt1qBY3j0nfWTcEc9j7GUKdwrdTFXDaqfVw,1587008
80
80
  pulumi_juniper_mist/org/psk.py,sha256=bvz3yZ8lL9O66bRPSayyFYi6ezvCKyi2gBVT06btee8,41481
81
- pulumi_juniper_mist/org/rftemplate.py,sha256=uPQnILUcsSjJjiL6F8Ep-o9XT1vTpW4uR0CwiXKGAvU,31689
82
- pulumi_juniper_mist/org/service.py,sha256=pbv7JC26MRvA-yuzIAId0t4zaOL1kKXAWHWvzLARau0,56893
83
- pulumi_juniper_mist/org/servicepolicy.py,sha256=0ScKuwWU8bLWGVgyU0rvtJnTj5_Ew-vwnjIi9wSF7Vc,29837
84
- pulumi_juniper_mist/org/setting.py,sha256=IAElLGs2FX36X6yb6mo2737c-WhzbEsa6YpgLTe--xo,79071
81
+ pulumi_juniper_mist/org/rftemplate.py,sha256=3y6mXBpxUQw0jS2iFvSt-KxGCWAdtQQzUjC35DHBOhs,31741
82
+ pulumi_juniper_mist/org/service.py,sha256=9GEaixrb8ZJw99jZBY_53P9gIMnopAppQUEP77UtS8I,56945
83
+ pulumi_juniper_mist/org/servicepolicy.py,sha256=QJRnBJ72zENUxlqZ921W_rD1GKbCBzeGjm-fb_mfNks,29889
84
+ pulumi_juniper_mist/org/setting.py,sha256=spFdj0ISMvMVfS8Nrkxn2OpBEypeXkAUIO7sNMbr4dI,79123
85
85
  pulumi_juniper_mist/org/sitegroup.py,sha256=34NcRzjAILuDGoydq-nuHrG2bzESGca3lYvppAxPAKg,8546
86
86
  pulumi_juniper_mist/org/sso.py,sha256=MxF-k3pSes7be_8ZVLvs4H-C0lxTHE1uxnhxJ0fopUY,38880
87
- pulumi_juniper_mist/org/sso_role.py,sha256=9Go-JDaH78lI81E_xr7Qktnbcvy47Iu6iBAq7OKqod0,9996
88
- pulumi_juniper_mist/org/vpn.py,sha256=6yC0Z4rQvWxTOs8EJ7161_BvotBn8QimAyn0eW3MO0E,14115
89
- pulumi_juniper_mist/org/webhook.py,sha256=WJIYalranp7pcx3DuujAxHckRX8DizBdtyVZmlk93zg,48439
87
+ pulumi_juniper_mist/org/sso_role.py,sha256=zE7WfR88b38uLa6RtrWqsn0LjmANHq0pJIJN80X6U2A,10048
88
+ pulumi_juniper_mist/org/vpn.py,sha256=6-E6p8iYSWbEjxRNwGbTy2Iu0W_rD1Oxq8MnQgdiwaI,14167
89
+ pulumi_juniper_mist/org/webhook.py,sha256=1oM11S2FyfJVXZf1sfcv7Wa9Gfo7M67QHJ_Y9-qPkPU,48491
90
90
  pulumi_juniper_mist/org/wlan.py,sha256=wrwM-CpIaYOH9AUxabZd6HVGgUb9BafnNANVR1ShgVY,236620
91
- pulumi_juniper_mist/org/wlan_portal_image.py,sha256=5w6x25BMnGQkJ9xrC2udyAladiy3CQ7oXBVPLdnonfE,9451
92
- pulumi_juniper_mist/org/wlan_portal_template.py,sha256=OrMXXehRmdUNWBAylZubNiKZ6lk-dAW0IvFrjYQZvV0,11564
93
- pulumi_juniper_mist/org/wlantemplate.py,sha256=VOTy6tJKZwrcSDR8v6lBz_lmhG1Id-F7pOtvJH92Bjw,18588
91
+ pulumi_juniper_mist/org/wlan_portal_image.py,sha256=JKtliDmUlA4oZxqZDFg8x3oSEKJ7Ih5GtZxqlqRIaq8,9503
92
+ pulumi_juniper_mist/org/wlan_portal_template.py,sha256=0ZaTWsicBBGVhlYvx-woh3nEx703IsOb5VpkdeSyDOw,11616
93
+ pulumi_juniper_mist/org/wlantemplate.py,sha256=3Fah_c4DS-kyJPSrMqY3D2S4bObOdYqTNdCekJrHjg8,18640
94
94
  pulumi_juniper_mist/org/wxrule.py,sha256=sR7WVehs_hYEmrIBeEBjXLX0nID6auz1Gy3CPyjmrcE,30043
95
95
  pulumi_juniper_mist/org/wxtag.py,sha256=V-0RCBXYN64VzCn_JkHvr83QZdMngL9sOyeLn6Oa3Fk,33893
96
96
  pulumi_juniper_mist/site/__init__.py,sha256=VdnnFdaWm7FrL1mARaFxvmwGBYI409Eo1KXYSYjoLGk,714
@@ -101,17 +101,17 @@ pulumi_juniper_mist/site/get_evpn_topologies.py,sha256=0emTaWC1yxoy6p-v0pguCBqTB
101
101
  pulumi_juniper_mist/site/get_psks.py,sha256=j_qNKX07o4mA59n4wVglrQv-j_MRprMI1u-e3AWJSHo,7154
102
102
  pulumi_juniper_mist/site/get_webhooks.py,sha256=yhOu0pg15ymQRTEcADmRFXxcRECbT04HnyQpQcUOTEI,4968
103
103
  pulumi_juniper_mist/site/get_wlans.py,sha256=xKhiTvhbqq8Kuh0NCIXJg-DOSpl8NL5SEl2MoXFmf4g,4188
104
- pulumi_juniper_mist/site/networktemplate.py,sha256=bv3_OSuHDO5GSLaDiZnh3NejsmIidKFuN4rIG2AQbaU,74526
104
+ pulumi_juniper_mist/site/networktemplate.py,sha256=gYC3kF-7pqw3NqbaDGYhbgCsTwt3dy4MqvgC56SxqlE,74578
105
105
  pulumi_juniper_mist/site/outputs.py,sha256=bVu8uAOu0nXxzO-oMVtJ5LTC5BKQk5oKD_0oQ0wHrmk,794566
106
106
  pulumi_juniper_mist/site/psk.py,sha256=Oj4pLwSYp00etKu8IrqA6Ih3bIewGLBBv2pY-wcBoVg,37060
107
- pulumi_juniper_mist/site/setting.py,sha256=XGLunPsAedQ0ZSLfjlZDkCEleKmjPJ1Mg3D-JRPzCbE,118538
107
+ pulumi_juniper_mist/site/setting.py,sha256=9YU2BV2KB1aa_-__4NnjaiY8bF9xJxn_Axo85Njn7qo,118590
108
108
  pulumi_juniper_mist/site/webhook.py,sha256=zmT3RFGBoX7TRw-dzg9ytEBnyHD3EHQrqNv5fUHZuSA,56228
109
109
  pulumi_juniper_mist/site/wlan.py,sha256=Jo5OHbg5HNgrLEsVl-wlpkRvIj6juFELwABNIdL0y7w,235796
110
110
  pulumi_juniper_mist/site/wlan_portal_image.py,sha256=SchAqZmAxnNiSi8AL6Nl4-ni4PPhIoiCLOjaVs-5ZAs,10175
111
- pulumi_juniper_mist/site/wlan_portal_template.py,sha256=AoN9ve_834sCWeTeKbLQOhu5mAtPF8xgPAQonWahWYQ,11602
111
+ pulumi_juniper_mist/site/wlan_portal_template.py,sha256=ULATB0D6S21nFLZ83-jzRqyBJ6Oay_aF6_HzGvsJQCo,11654
112
112
  pulumi_juniper_mist/site/wxrule.py,sha256=xQOv1PqQD3HLPdgqaHWeZ2JyFudHavuLm3bBc10O5q8,27937
113
113
  pulumi_juniper_mist/site/wxtag.py,sha256=TPRo4kI3bqPDEaFuWz8xGT7Z4x-jwVXC4NJyMIHYu4k,33946
114
- pulumi_juniper_mist-0.7.0a1760249746.dist-info/METADATA,sha256=g_yPA04ZpnLJqylXZi49DmfYesyYgQA_UcTCfghvorY,1737
115
- pulumi_juniper_mist-0.7.0a1760249746.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
116
- pulumi_juniper_mist-0.7.0a1760249746.dist-info/top_level.txt,sha256=qcgvblFXlUFMxiQ7sR--18QW2rgI89Nmt4IwhPxgq5I,20
117
- pulumi_juniper_mist-0.7.0a1760249746.dist-info/RECORD,,
114
+ pulumi_juniper_mist-0.7.0a1760375794.dist-info/METADATA,sha256=RT_TBa4a5MSsk0IfVUlPvnUu2UzBylp5x7mR8B5QVcs,1737
115
+ pulumi_juniper_mist-0.7.0a1760375794.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
116
+ pulumi_juniper_mist-0.7.0a1760375794.dist-info/top_level.txt,sha256=qcgvblFXlUFMxiQ7sR--18QW2rgI89Nmt4IwhPxgq5I,20
117
+ pulumi_juniper_mist-0.7.0a1760375794.dist-info/RECORD,,