@pulumi/juniper-mist 0.0.10 → 0.0.12
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/device/ap.d.ts +2 -4
- package/device/ap.js +2 -4
- package/device/ap.js.map +1 -1
- package/device/base.d.ts +2 -4
- package/device/base.js +2 -4
- package/device/base.js.map +1 -1
- package/device/gateway.d.ts +2 -4
- package/device/gateway.js +2 -4
- package/device/gateway.js.map +1 -1
- package/device/gatewayCluster.d.ts +1 -3
- package/device/gatewayCluster.js +1 -3
- package/device/gatewayCluster.js.map +1 -1
- package/device/switch.d.ts +2 -4
- package/device/switch.js +2 -4
- package/device/switch.js.map +1 -1
- package/org/base.d.ts +2 -4
- package/org/base.js +2 -4
- package/org/base.js.map +1 -1
- package/org/deviceprofileAp.d.ts +2 -4
- package/org/deviceprofileAp.js +2 -4
- package/org/deviceprofileAp.js.map +1 -1
- package/org/deviceprofileGateway.d.ts +2 -4
- package/org/deviceprofileGateway.js +2 -4
- package/org/deviceprofileGateway.js.map +1 -1
- package/org/gatewaytemplate.d.ts +2 -4
- package/org/gatewaytemplate.js +2 -4
- package/org/gatewaytemplate.js.map +1 -1
- package/org/getNactags.d.ts +15 -0
- package/org/getNactags.js +5 -0
- package/org/getNactags.js.map +1 -1
- package/org/idpprofile.d.ts +2 -4
- package/org/idpprofile.js +2 -4
- package/org/idpprofile.js.map +1 -1
- package/org/inventory.d.ts +2 -4
- package/org/inventory.js +2 -4
- package/org/inventory.js.map +1 -1
- package/org/nacrule.d.ts +2 -4
- package/org/nacrule.js +2 -4
- package/org/nacrule.js.map +1 -1
- package/org/nactag.d.ts +2 -4
- package/org/nactag.js +2 -4
- package/org/nactag.js.map +1 -1
- package/org/network.d.ts +2 -4
- package/org/network.js +2 -4
- package/org/network.js.map +1 -1
- package/org/networktemplate.d.ts +11 -4
- package/org/networktemplate.js +2 -4
- package/org/networktemplate.js.map +1 -1
- package/org/psk.d.ts +2 -4
- package/org/psk.js +2 -4
- package/org/psk.js.map +1 -1
- package/org/rftemplate.d.ts +2 -4
- package/org/rftemplate.js +2 -4
- package/org/rftemplate.js.map +1 -1
- package/org/service.d.ts +2 -4
- package/org/service.js +2 -4
- package/org/service.js.map +1 -1
- package/org/servicepolicy.d.ts +2 -4
- package/org/servicepolicy.js +2 -4
- package/org/servicepolicy.js.map +1 -1
- package/org/setting.d.ts +2 -4
- package/org/setting.js +2 -4
- package/org/setting.js.map +1 -1
- package/org/sitegroup.d.ts +2 -4
- package/org/sitegroup.js +2 -4
- package/org/sitegroup.js.map +1 -1
- package/org/vpn.d.ts +2 -4
- package/org/vpn.js +2 -4
- package/org/vpn.js.map +1 -1
- package/org/webhook.d.ts +2 -4
- package/org/webhook.js +2 -4
- package/org/webhook.js.map +1 -1
- package/org/wlan.d.ts +2 -4
- package/org/wlan.js +2 -4
- package/org/wlan.js.map +1 -1
- package/org/wlantemplate.d.ts +2 -4
- package/org/wlantemplate.js +2 -4
- package/org/wlantemplate.js.map +1 -1
- package/org/wxrule.d.ts +2 -4
- package/org/wxrule.js +2 -4
- package/org/wxrule.js.map +1 -1
- package/org/wxtag.d.ts +2 -4
- package/org/wxtag.js +2 -4
- package/org/wxtag.js.map +1 -1
- package/package.json +2 -2
- package/site/base.d.ts +2 -4
- package/site/base.js +2 -4
- package/site/base.js.map +1 -1
- package/site/networktemplate.d.ts +23 -4
- package/site/networktemplate.js +4 -4
- package/site/networktemplate.js.map +1 -1
- package/site/psk.d.ts +2 -4
- package/site/psk.js +2 -4
- package/site/psk.js.map +1 -1
- package/site/setting.d.ts +2 -4
- package/site/setting.js +2 -4
- package/site/setting.js.map +1 -1
- package/site/webhook.d.ts +2 -4
- package/site/webhook.js +2 -4
- package/site/webhook.js.map +1 -1
- package/site/wlan.d.ts +2 -4
- package/site/wlan.js +2 -4
- package/site/wlan.js.map +1 -1
- package/site/wxrule.d.ts +2 -4
- package/site/wxrule.js +2 -4
- package/site/wxrule.js.map +1 -1
- package/site/wxtag.d.ts +2 -4
- package/site/wxtag.js +2 -4
- package/site/wxtag.js.map +1 -1
- package/types/input.d.ts +96 -8
- package/types/output.d.ts +156 -10
package/types/output.d.ts
CHANGED
|
@@ -7082,11 +7082,69 @@ export declare namespace org {
|
|
|
7082
7082
|
orgId: string;
|
|
7083
7083
|
}
|
|
7084
7084
|
interface GetNactagsOrgNactag {
|
|
7085
|
+
/**
|
|
7086
|
+
* can be set to true to allow the override by usermac result
|
|
7087
|
+
*/
|
|
7088
|
+
allowUsermacOverride: boolean;
|
|
7085
7089
|
createdTime: number;
|
|
7090
|
+
/**
|
|
7091
|
+
* if `type`==`egressVlanNames`, list of egress vlans to return
|
|
7092
|
+
*/
|
|
7093
|
+
egressVlanNames: string[];
|
|
7094
|
+
/**
|
|
7095
|
+
* if `type`==`gbpTag`
|
|
7096
|
+
*/
|
|
7097
|
+
gbpTag: number;
|
|
7086
7098
|
id: string;
|
|
7099
|
+
/**
|
|
7100
|
+
* if `type`==`match`. enum: `certCn`, `certIssuer`, `certSan`, `certSerial`, `certSub`, `clientMac`, `idpRole`, `mdmStatus`, `radiusGroup`, `realm`, `ssid`, `userName`, `usermacLabel`
|
|
7101
|
+
*/
|
|
7102
|
+
match: string;
|
|
7103
|
+
/**
|
|
7104
|
+
* This field is applicable only when `type`==`match`
|
|
7105
|
+
* * `false`: means it is sufficient to match any of the values (i.e., match-any behavior)
|
|
7106
|
+
* * `true`: means all values should be matched (i.e., match-all behavior)
|
|
7107
|
+
*
|
|
7108
|
+
*
|
|
7109
|
+
* Currently it makes sense to set this field to `true` only if the `match`==`idpRole` or `match`==`usermacLabel`'
|
|
7110
|
+
*/
|
|
7111
|
+
matchAll: boolean;
|
|
7087
7112
|
modifiedTime: number;
|
|
7088
7113
|
name: string;
|
|
7089
7114
|
orgId: string;
|
|
7115
|
+
/**
|
|
7116
|
+
* if `type`==`radiusAttrs`, user can specify a list of one or more standard attributes in the field "radiusAttrs".
|
|
7117
|
+
* It is the responsibility of the user to provide a syntactically correct string, otherwise it may not work as expected.
|
|
7118
|
+
* Note that it is allowed to have more than one radiusAttrs in the result of a given rule.
|
|
7119
|
+
*/
|
|
7120
|
+
radiusAttrs: string[];
|
|
7121
|
+
/**
|
|
7122
|
+
* if `type`==`radiusGroup`
|
|
7123
|
+
*/
|
|
7124
|
+
radiusGroup: string;
|
|
7125
|
+
/**
|
|
7126
|
+
* if `type`==`radiusVendorAttrs`, user can specify a list of one or more vendor-specific attributes in the field "radiusVendorAttrs".
|
|
7127
|
+
* It is the responsibility of the user to provide a syntactically correct string, otherwise it may not work as expected.
|
|
7128
|
+
* Note that it is allowed to have more than one radiusVendorAttrs in the result of a given rule.
|
|
7129
|
+
*/
|
|
7130
|
+
radiusVendorAttrs: string[];
|
|
7131
|
+
/**
|
|
7132
|
+
* if `type`==`session_timeout, in seconds
|
|
7133
|
+
*/
|
|
7134
|
+
sessionTimeout: number;
|
|
7135
|
+
/**
|
|
7136
|
+
* enum: `egressVlanNames`, `gbpTag`, `match`, `radiusAttrs`, `radiusGroup`, `radiusVendorAttrs`, `sessionTimeout`, `usernameAttr`, `vlan`
|
|
7137
|
+
*/
|
|
7138
|
+
type: string;
|
|
7139
|
+
usernameAttr: string;
|
|
7140
|
+
/**
|
|
7141
|
+
* if `type`==`match`
|
|
7142
|
+
*/
|
|
7143
|
+
values: string[];
|
|
7144
|
+
/**
|
|
7145
|
+
* if `type`==`vlan`
|
|
7146
|
+
*/
|
|
7147
|
+
vlan: string;
|
|
7090
7148
|
}
|
|
7091
7149
|
interface GetNetworksOrgNetwork {
|
|
7092
7150
|
createdTime: number;
|
|
@@ -7857,6 +7915,8 @@ export declare namespace org {
|
|
|
7857
7915
|
* Only if `mode`!=`dynamic` when enabled, the port is not expected to receive BPDU frames
|
|
7858
7916
|
*/
|
|
7859
7917
|
stpEdge: boolean;
|
|
7918
|
+
stpNoRootPort: boolean;
|
|
7919
|
+
stpP2p: boolean;
|
|
7860
7920
|
/**
|
|
7861
7921
|
* Only if `mode`!=`dynamic` network/vlan for voip traffic, must also set port_network. to authenticate device, set port_auth
|
|
7862
7922
|
*/
|
|
@@ -8389,7 +8449,34 @@ export declare namespace org {
|
|
|
8389
8449
|
outputPortId?: string;
|
|
8390
8450
|
}
|
|
8391
8451
|
interface NetworktemplateSwitchMgmt {
|
|
8392
|
-
|
|
8452
|
+
/**
|
|
8453
|
+
* ap_affinity_threshold apAffinityThreshold can be added as a field under site/setting. By default this value is set to 12. If the field is set in both site/setting and org/setting, the value from site/setting will be used.
|
|
8454
|
+
*/
|
|
8455
|
+
apAffinityThreshold: number;
|
|
8456
|
+
/**
|
|
8457
|
+
* Set Banners for switches. Allows markup formatting
|
|
8458
|
+
*/
|
|
8459
|
+
cliBanner?: string;
|
|
8460
|
+
/**
|
|
8461
|
+
* Sets timeout for switches
|
|
8462
|
+
*/
|
|
8463
|
+
cliIdleTimeout?: number;
|
|
8464
|
+
/**
|
|
8465
|
+
* the rollback timer for commit confirmed
|
|
8466
|
+
*/
|
|
8467
|
+
configRevertTimer: number;
|
|
8468
|
+
/**
|
|
8469
|
+
* Enable to provide the FQDN with DHCP option 81
|
|
8470
|
+
*/
|
|
8471
|
+
dhcpOptionFqdn: boolean;
|
|
8472
|
+
/**
|
|
8473
|
+
* Property key is the user name. For Local user authentication
|
|
8474
|
+
*/
|
|
8475
|
+
localAccounts?: {
|
|
8476
|
+
[key: string]: outputs.org.NetworktemplateSwitchMgmtLocalAccounts;
|
|
8477
|
+
};
|
|
8478
|
+
mxedgeProxyHost?: string;
|
|
8479
|
+
mxedgeProxyPort: number;
|
|
8393
8480
|
/**
|
|
8394
8481
|
* restrict inbound-traffic to host
|
|
8395
8482
|
* when enabled, all traffic that is not essential to our operation will be dropped
|
|
@@ -8398,6 +8485,17 @@ export declare namespace org {
|
|
|
8398
8485
|
protectRe?: outputs.org.NetworktemplateSwitchMgmtProtectRe;
|
|
8399
8486
|
rootPassword?: string;
|
|
8400
8487
|
tacacs?: outputs.org.NetworktemplateSwitchMgmtTacacs;
|
|
8488
|
+
/**
|
|
8489
|
+
* to use mxedge as proxy
|
|
8490
|
+
*/
|
|
8491
|
+
useMxedgeProxy?: boolean;
|
|
8492
|
+
}
|
|
8493
|
+
interface NetworktemplateSwitchMgmtLocalAccounts {
|
|
8494
|
+
password?: string;
|
|
8495
|
+
/**
|
|
8496
|
+
* enum: `admin`, `helpdesk`, `none`, `read`
|
|
8497
|
+
*/
|
|
8498
|
+
role: string;
|
|
8401
8499
|
}
|
|
8402
8500
|
interface NetworktemplateSwitchMgmtProtectRe {
|
|
8403
8501
|
/**
|
|
@@ -9429,7 +9527,7 @@ export declare namespace org {
|
|
|
9429
9527
|
/**
|
|
9430
9528
|
* whether email (access code verification) is enabled as a login method
|
|
9431
9529
|
*/
|
|
9432
|
-
emailEnabled
|
|
9530
|
+
emailEnabled: boolean;
|
|
9433
9531
|
/**
|
|
9434
9532
|
* whether guest portal is enabled
|
|
9435
9533
|
*/
|
|
@@ -9536,6 +9634,10 @@ export declare namespace org {
|
|
|
9536
9634
|
* whether to show list of sponsor emails mentioned in `sponsors` object as a dropdown. If both `sponsorNotifyAll` and `predefinedSponsorsEnabled` are false, behaviour is acc to `sponsorEmailDomains`
|
|
9537
9635
|
*/
|
|
9538
9636
|
predefinedSponsorsEnabled: boolean;
|
|
9637
|
+
/**
|
|
9638
|
+
* whether to hide sponsor’s email from list of sponsors
|
|
9639
|
+
*/
|
|
9640
|
+
predefinedSponsorsHideEmail: boolean;
|
|
9539
9641
|
privacy: boolean;
|
|
9540
9642
|
/**
|
|
9541
9643
|
* when `smsProvider`==`puzzel`
|
|
@@ -9581,7 +9683,7 @@ export declare namespace org {
|
|
|
9581
9683
|
/**
|
|
9582
9684
|
* how long to remain valid sponsored guest request approve/deny link received in email, in minutes.
|
|
9583
9685
|
*/
|
|
9584
|
-
sponsorLinkValidityDuration:
|
|
9686
|
+
sponsorLinkValidityDuration: string;
|
|
9585
9687
|
/**
|
|
9586
9688
|
* whether to notify all sponsors that are mentioned in `sponsors` object. Both `sponsorNotifyAll` and `predefinedSponsorsEnabled` should be true in order to notify sponsors. If true, email sent to 10 sponsors in no particular order.
|
|
9587
9689
|
*/
|
|
@@ -10174,6 +10276,8 @@ export declare namespace site {
|
|
|
10174
10276
|
* Only if `mode`!=`dynamic` when enabled, the port is not expected to receive BPDU frames
|
|
10175
10277
|
*/
|
|
10176
10278
|
stpEdge: boolean;
|
|
10279
|
+
stpNoRootPort: boolean;
|
|
10280
|
+
stpP2p: boolean;
|
|
10177
10281
|
/**
|
|
10178
10282
|
* Only if `mode`!=`dynamic` network/vlan for voip traffic, must also set port_network. to authenticate device, set port_auth
|
|
10179
10283
|
*/
|
|
@@ -10706,7 +10810,34 @@ export declare namespace site {
|
|
|
10706
10810
|
outputPortId?: string;
|
|
10707
10811
|
}
|
|
10708
10812
|
interface NetworktemplateSwitchMgmt {
|
|
10709
|
-
|
|
10813
|
+
/**
|
|
10814
|
+
* ap_affinity_threshold apAffinityThreshold can be added as a field under site/setting. By default this value is set to 12. If the field is set in both site/setting and org/setting, the value from site/setting will be used.
|
|
10815
|
+
*/
|
|
10816
|
+
apAffinityThreshold: number;
|
|
10817
|
+
/**
|
|
10818
|
+
* Set Banners for switches. Allows markup formatting
|
|
10819
|
+
*/
|
|
10820
|
+
cliBanner?: string;
|
|
10821
|
+
/**
|
|
10822
|
+
* Sets timeout for switches
|
|
10823
|
+
*/
|
|
10824
|
+
cliIdleTimeout?: number;
|
|
10825
|
+
/**
|
|
10826
|
+
* the rollback timer for commit confirmed
|
|
10827
|
+
*/
|
|
10828
|
+
configRevertTimer: number;
|
|
10829
|
+
/**
|
|
10830
|
+
* Enable to provide the FQDN with DHCP option 81
|
|
10831
|
+
*/
|
|
10832
|
+
dhcpOptionFqdn: boolean;
|
|
10833
|
+
/**
|
|
10834
|
+
* Property key is the user name. For Local user authentication
|
|
10835
|
+
*/
|
|
10836
|
+
localAccounts?: {
|
|
10837
|
+
[key: string]: outputs.site.NetworktemplateSwitchMgmtLocalAccounts;
|
|
10838
|
+
};
|
|
10839
|
+
mxedgeProxyHost?: string;
|
|
10840
|
+
mxedgeProxyPort: number;
|
|
10710
10841
|
/**
|
|
10711
10842
|
* restrict inbound-traffic to host
|
|
10712
10843
|
* when enabled, all traffic that is not essential to our operation will be dropped
|
|
@@ -10715,6 +10846,17 @@ export declare namespace site {
|
|
|
10715
10846
|
protectRe?: outputs.site.NetworktemplateSwitchMgmtProtectRe;
|
|
10716
10847
|
rootPassword?: string;
|
|
10717
10848
|
tacacs?: outputs.site.NetworktemplateSwitchMgmtTacacs;
|
|
10849
|
+
/**
|
|
10850
|
+
* to use mxedge as proxy
|
|
10851
|
+
*/
|
|
10852
|
+
useMxedgeProxy?: boolean;
|
|
10853
|
+
}
|
|
10854
|
+
interface NetworktemplateSwitchMgmtLocalAccounts {
|
|
10855
|
+
password?: string;
|
|
10856
|
+
/**
|
|
10857
|
+
* enum: `admin`, `helpdesk`, `none`, `read`
|
|
10858
|
+
*/
|
|
10859
|
+
role: string;
|
|
10718
10860
|
}
|
|
10719
10861
|
interface NetworktemplateSwitchMgmtProtectRe {
|
|
10720
10862
|
/**
|
|
@@ -10786,15 +10928,15 @@ export declare namespace site {
|
|
|
10786
10928
|
enabled?: boolean;
|
|
10787
10929
|
}
|
|
10788
10930
|
interface NetworktemplateVrfInstances {
|
|
10789
|
-
networks?: string[];
|
|
10790
10931
|
/**
|
|
10791
10932
|
* Property key is the destination CIDR (e.g. "10.0.0.0/8")
|
|
10792
10933
|
*/
|
|
10793
|
-
|
|
10794
|
-
[key: string]: outputs.site.
|
|
10934
|
+
extraRoutes?: {
|
|
10935
|
+
[key: string]: outputs.site.NetworktemplateVrfInstancesExtraRoutes;
|
|
10795
10936
|
};
|
|
10937
|
+
networks?: string[];
|
|
10796
10938
|
}
|
|
10797
|
-
interface
|
|
10939
|
+
interface NetworktemplateVrfInstancesExtraRoutes {
|
|
10798
10940
|
/**
|
|
10799
10941
|
* Next-hop address
|
|
10800
10942
|
*/
|
|
@@ -11672,7 +11814,7 @@ export declare namespace site {
|
|
|
11672
11814
|
/**
|
|
11673
11815
|
* whether email (access code verification) is enabled as a login method
|
|
11674
11816
|
*/
|
|
11675
|
-
emailEnabled
|
|
11817
|
+
emailEnabled: boolean;
|
|
11676
11818
|
/**
|
|
11677
11819
|
* whether guest portal is enabled
|
|
11678
11820
|
*/
|
|
@@ -11779,6 +11921,10 @@ export declare namespace site {
|
|
|
11779
11921
|
* whether to show list of sponsor emails mentioned in `sponsors` object as a dropdown. If both `sponsorNotifyAll` and `predefinedSponsorsEnabled` are false, behaviour is acc to `sponsorEmailDomains`
|
|
11780
11922
|
*/
|
|
11781
11923
|
predefinedSponsorsEnabled: boolean;
|
|
11924
|
+
/**
|
|
11925
|
+
* whether to hide sponsor’s email from list of sponsors
|
|
11926
|
+
*/
|
|
11927
|
+
predefinedSponsorsHideEmail: boolean;
|
|
11782
11928
|
privacy: boolean;
|
|
11783
11929
|
/**
|
|
11784
11930
|
* when `smsProvider`==`puzzel`
|
|
@@ -11824,7 +11970,7 @@ export declare namespace site {
|
|
|
11824
11970
|
/**
|
|
11825
11971
|
* how long to remain valid sponsored guest request approve/deny link received in email, in minutes.
|
|
11826
11972
|
*/
|
|
11827
|
-
sponsorLinkValidityDuration:
|
|
11973
|
+
sponsorLinkValidityDuration: string;
|
|
11828
11974
|
/**
|
|
11829
11975
|
* whether to notify all sponsors that are mentioned in `sponsors` object. Both `sponsorNotifyAll` and `predefinedSponsorsEnabled` should be true in order to notify sponsors. If true, email sent to 10 sponsors in no particular order.
|
|
11830
11976
|
*/
|