@pulumi/juniper-mist 0.3.0 → 0.3.1

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/types/input.d.ts CHANGED
@@ -1545,7 +1545,7 @@ export declare namespace device {
1545
1545
  */
1546
1546
  protocol?: pulumi.Input<string>;
1547
1547
  /**
1548
- * Only if `auto_provision.enabled`==`false`. enum: `custom-ipsec`, `customer-gre`, `jse-ipsec`, `zscaler-gre`, `zscaler-ipsec`
1548
+ * Only if `auto_provision.enabled`==`false`. enum: `custom-ipsec`, `custom-gre`, `jse-ipsec`, `zscaler-gre`, `zscaler-ipsec`
1549
1549
  */
1550
1550
  provider?: pulumi.Input<string>;
1551
1551
  /**
@@ -2687,10 +2687,7 @@ export declare namespace device {
2687
2687
  keywrapFormat?: pulumi.Input<string>;
2688
2688
  keywrapKek?: pulumi.Input<string>;
2689
2689
  keywrapMack?: pulumi.Input<string>;
2690
- /**
2691
- * Acct port of RADIUS server
2692
- */
2693
- port?: pulumi.Input<number>;
2690
+ port?: pulumi.Input<string>;
2694
2691
  /**
2695
2692
  * Secret of RADIUS server
2696
2693
  */
@@ -2708,10 +2705,7 @@ export declare namespace device {
2708
2705
  keywrapFormat?: pulumi.Input<string>;
2709
2706
  keywrapKek?: pulumi.Input<string>;
2710
2707
  keywrapMack?: pulumi.Input<string>;
2711
- /**
2712
- * Auth port of RADIUS server
2713
- */
2714
- port?: pulumi.Input<number>;
2708
+ port?: pulumi.Input<string>;
2715
2709
  /**
2716
2710
  * Whether to require Message-Authenticator in requests
2717
2711
  */
@@ -4755,7 +4749,7 @@ export declare namespace org {
4755
4749
  */
4756
4750
  protocol?: pulumi.Input<string>;
4757
4751
  /**
4758
- * Only if `auto_provision.enabled`==`false`. enum: `custom-ipsec`, `customer-gre`, `jse-ipsec`, `zscaler-gre`, `zscaler-ipsec`
4752
+ * Only if `auto_provision.enabled`==`false`. enum: `custom-ipsec`, `custom-gre`, `jse-ipsec`, `zscaler-gre`, `zscaler-ipsec`
4759
4753
  */
4760
4754
  provider?: pulumi.Input<string>;
4761
4755
  /**
@@ -6136,7 +6130,7 @@ export declare namespace org {
6136
6130
  */
6137
6131
  protocol?: pulumi.Input<string>;
6138
6132
  /**
6139
- * Only if `auto_provision.enabled`==`false`. enum: `custom-ipsec`, `customer-gre`, `jse-ipsec`, `zscaler-gre`, `zscaler-ipsec`
6133
+ * Only if `auto_provision.enabled`==`false`. enum: `custom-ipsec`, `custom-gre`, `jse-ipsec`, `zscaler-gre`, `zscaler-ipsec`
6140
6134
  */
6141
6135
  provider?: pulumi.Input<string>;
6142
6136
  /**
@@ -7181,10 +7175,7 @@ export declare namespace org {
7181
7175
  keywrapFormat?: pulumi.Input<string>;
7182
7176
  keywrapKek?: pulumi.Input<string>;
7183
7177
  keywrapMack?: pulumi.Input<string>;
7184
- /**
7185
- * Acct port of RADIUS server
7186
- */
7187
- port?: pulumi.Input<number>;
7178
+ port?: pulumi.Input<string>;
7188
7179
  /**
7189
7180
  * Secret of RADIUS server
7190
7181
  */
@@ -7202,10 +7193,7 @@ export declare namespace org {
7202
7193
  keywrapFormat?: pulumi.Input<string>;
7203
7194
  keywrapKek?: pulumi.Input<string>;
7204
7195
  keywrapMack?: pulumi.Input<string>;
7205
- /**
7206
- * Auth port of RADIUS server
7207
- */
7208
- port?: pulumi.Input<number>;
7196
+ port?: pulumi.Input<string>;
7209
7197
  /**
7210
7198
  * Whether to require Message-Authenticator in requests
7211
7199
  */
@@ -8574,10 +8562,7 @@ Please update your configurations.
8574
8562
  keywrapFormat?: pulumi.Input<string>;
8575
8563
  keywrapKek?: pulumi.Input<string>;
8576
8564
  keywrapMack?: pulumi.Input<string>;
8577
- /**
8578
- * Acct port of RADIUS server
8579
- */
8580
- port?: pulumi.Input<number>;
8565
+ port?: pulumi.Input<string>;
8581
8566
  /**
8582
8567
  * Secret of RADIUS server
8583
8568
  */
@@ -8708,10 +8693,7 @@ Please update your configurations.
8708
8693
  keywrapFormat?: pulumi.Input<string>;
8709
8694
  keywrapKek?: pulumi.Input<string>;
8710
8695
  keywrapMack?: pulumi.Input<string>;
8711
- /**
8712
- * Auth port of RADIUS server
8713
- */
8714
- port?: pulumi.Input<number>;
8696
+ port?: pulumi.Input<string>;
8715
8697
  /**
8716
8698
  * Whether to require Message-Authenticator in requests
8717
8699
  */
@@ -8725,7 +8707,7 @@ Please update your configurations.
8725
8707
  /**
8726
8708
  * additional VLAN IDs (on the LAN side or from other WLANs) should we be forwarding bonjour queries/responses
8727
8709
  */
8728
- additionalVlanIds: pulumi.Input<pulumi.Input<string>[]>;
8710
+ additionalVlanIds?: pulumi.Input<pulumi.Input<string>[]>;
8729
8711
  /**
8730
8712
  * Whether to enable bonjour for this WLAN. Once enabled, limitBcast is assumed true, allowMdns is assumed false
8731
8713
  */
@@ -8734,7 +8716,7 @@ Please update your configurations.
8734
8716
  * What services are allowed.
8735
8717
  * Property key is the service name
8736
8718
  */
8737
- services: pulumi.Input<{
8719
+ services?: pulumi.Input<{
8738
8720
  [key: string]: pulumi.Input<inputs.org.WlanBonjourServices>;
8739
8721
  }>;
8740
8722
  }
@@ -8774,7 +8756,7 @@ Please update your configurations.
8774
8756
  disableEventTimestampCheck?: pulumi.Input<boolean>;
8775
8757
  enabled?: pulumi.Input<boolean>;
8776
8758
  ip: pulumi.Input<string>;
8777
- port?: pulumi.Input<number>;
8759
+ port?: pulumi.Input<string>;
8778
8760
  secret: pulumi.Input<string>;
8779
8761
  }
8780
8762
  interface WlanDnsServerRewrite {
@@ -8806,7 +8788,7 @@ Please update your configurations.
8806
8788
  /**
8807
8789
  * Default VLAN ID(s) can be a number, a range of VLAN IDs, a variable or multiple numbers, ranges or variables as a VLAN pool. Default VLAN as a pool of VLANS requires 0.14.x or newer firmware
8808
8790
  */
8809
- defaultVlanIds: pulumi.Input<pulumi.Input<string>[]>;
8791
+ defaultVlanIds?: pulumi.Input<pulumi.Input<string>[]>;
8810
8792
  /**
8811
8793
  * Requires `vlanEnabled`==`true` to be set to `true`. Whether to enable dynamic vlan
8812
8794
  */
@@ -8899,7 +8881,7 @@ Please update your configurations.
8899
8881
  */
8900
8882
  amazonExpire?: pulumi.Input<number>;
8901
8883
  /**
8902
- * authentication scheme. enum: `amazon`, `azure`, `email`, `external`, `facebook`, `google`, `microsoft`, `multi`, `none`, `password`, `sponsor`, `sso`
8884
+ * authentication scheme. enum: `amazon`, `azure`, `email`, `external`, `facebook`, `google`, `microsoft`, `multi`, `none`, `password`, `sms`, `sponsor`, `sso`
8903
8885
  */
8904
8886
  auth?: pulumi.Input<string>;
8905
8887
  /**
@@ -9104,7 +9086,7 @@ Please update your configurations.
9104
9086
  */
9105
9087
  sponsorExpire?: pulumi.Input<number>;
9106
9088
  /**
9107
- * Optional if `sponsorEnabled`==`true`. How long to remain valid sponsored guest request approve/deny link received in email, in minutes.
9089
+ * Optional if `sponsorEnabled`==`true`. How long to remain valid sponsored guest request approve/deny link received in email, in minutes. Default is 60 minutes.
9108
9090
  */
9109
9091
  sponsorLinkValidityDuration?: pulumi.Input<string>;
9110
9092
  /**
@@ -9882,7 +9864,7 @@ Please update your configurations.
9882
9864
  interface WlanRadsec {
9883
9865
  coaEnabled?: pulumi.Input<boolean>;
9884
9866
  enabled?: pulumi.Input<boolean>;
9885
- idleTimeout?: pulumi.Input<number>;
9867
+ idleTimeout?: pulumi.Input<string>;
9886
9868
  /**
9887
9869
  * To use Org mxedges when this WLAN does not use mxtunnel, specify their mxcluster_ids. Org mxedge(s) identified by mxcluster_ids
9888
9870
  */
@@ -10590,10 +10572,7 @@ export declare namespace site {
10590
10572
  keywrapFormat?: pulumi.Input<string>;
10591
10573
  keywrapKek?: pulumi.Input<string>;
10592
10574
  keywrapMack?: pulumi.Input<string>;
10593
- /**
10594
- * Acct port of RADIUS server
10595
- */
10596
- port?: pulumi.Input<number>;
10575
+ port?: pulumi.Input<string>;
10597
10576
  /**
10598
10577
  * Secret of RADIUS server
10599
10578
  */
@@ -10611,10 +10590,7 @@ export declare namespace site {
10611
10590
  keywrapFormat?: pulumi.Input<string>;
10612
10591
  keywrapKek?: pulumi.Input<string>;
10613
10592
  keywrapMack?: pulumi.Input<string>;
10614
- /**
10615
- * Auth port of RADIUS server
10616
- */
10617
- port?: pulumi.Input<number>;
10593
+ port?: pulumi.Input<string>;
10618
10594
  /**
10619
10595
  * Whether to require Message-Authenticator in requests
10620
10596
  */
@@ -11878,10 +11854,7 @@ Please update your configurations.
11878
11854
  keywrapFormat?: pulumi.Input<string>;
11879
11855
  keywrapKek?: pulumi.Input<string>;
11880
11856
  keywrapMack?: pulumi.Input<string>;
11881
- /**
11882
- * Acct port of RADIUS server
11883
- */
11884
- port?: pulumi.Input<number>;
11857
+ port?: pulumi.Input<string>;
11885
11858
  /**
11886
11859
  * Secret of RADIUS server
11887
11860
  */
@@ -12012,10 +11985,7 @@ Please update your configurations.
12012
11985
  keywrapFormat?: pulumi.Input<string>;
12013
11986
  keywrapKek?: pulumi.Input<string>;
12014
11987
  keywrapMack?: pulumi.Input<string>;
12015
- /**
12016
- * Auth port of RADIUS server
12017
- */
12018
- port?: pulumi.Input<number>;
11988
+ port?: pulumi.Input<string>;
12019
11989
  /**
12020
11990
  * Whether to require Message-Authenticator in requests
12021
11991
  */
@@ -12029,7 +11999,7 @@ Please update your configurations.
12029
11999
  /**
12030
12000
  * additional VLAN IDs (on the LAN side or from other WLANs) should we be forwarding bonjour queries/responses
12031
12001
  */
12032
- additionalVlanIds: pulumi.Input<pulumi.Input<string>[]>;
12002
+ additionalVlanIds?: pulumi.Input<pulumi.Input<string>[]>;
12033
12003
  /**
12034
12004
  * Whether to enable bonjour for this WLAN. Once enabled, limitBcast is assumed true, allowMdns is assumed false
12035
12005
  */
@@ -12038,7 +12008,7 @@ Please update your configurations.
12038
12008
  * What services are allowed.
12039
12009
  * Property key is the service name
12040
12010
  */
12041
- services: pulumi.Input<{
12011
+ services?: pulumi.Input<{
12042
12012
  [key: string]: pulumi.Input<inputs.site.WlanBonjourServices>;
12043
12013
  }>;
12044
12014
  }
@@ -12078,7 +12048,7 @@ Please update your configurations.
12078
12048
  disableEventTimestampCheck?: pulumi.Input<boolean>;
12079
12049
  enabled?: pulumi.Input<boolean>;
12080
12050
  ip: pulumi.Input<string>;
12081
- port?: pulumi.Input<number>;
12051
+ port?: pulumi.Input<string>;
12082
12052
  secret: pulumi.Input<string>;
12083
12053
  }
12084
12054
  interface WlanDnsServerRewrite {
@@ -12110,7 +12080,7 @@ Please update your configurations.
12110
12080
  /**
12111
12081
  * Default VLAN ID(s) can be a number, a range of VLAN IDs, a variable or multiple numbers, ranges or variables as a VLAN pool. Default VLAN as a pool of VLANS requires 0.14.x or newer firmware
12112
12082
  */
12113
- defaultVlanIds: pulumi.Input<pulumi.Input<string>[]>;
12083
+ defaultVlanIds?: pulumi.Input<pulumi.Input<string>[]>;
12114
12084
  /**
12115
12085
  * Requires `vlanEnabled`==`true` to be set to `true`. Whether to enable dynamic vlan
12116
12086
  */
@@ -12203,7 +12173,7 @@ Please update your configurations.
12203
12173
  */
12204
12174
  amazonExpire?: pulumi.Input<number>;
12205
12175
  /**
12206
- * authentication scheme. enum: `amazon`, `azure`, `email`, `external`, `facebook`, `google`, `microsoft`, `multi`, `none`, `password`, `sponsor`, `sso`
12176
+ * authentication scheme. enum: `amazon`, `azure`, `email`, `external`, `facebook`, `google`, `microsoft`, `multi`, `none`, `password`, `sms`, `sponsor`, `sso`
12207
12177
  */
12208
12178
  auth?: pulumi.Input<string>;
12209
12179
  /**
@@ -12408,7 +12378,7 @@ Please update your configurations.
12408
12378
  */
12409
12379
  sponsorExpire?: pulumi.Input<number>;
12410
12380
  /**
12411
- * Optional if `sponsorEnabled`==`true`. How long to remain valid sponsored guest request approve/deny link received in email, in minutes.
12381
+ * Optional if `sponsorEnabled`==`true`. How long to remain valid sponsored guest request approve/deny link received in email, in minutes. Default is 60 minutes.
12412
12382
  */
12413
12383
  sponsorLinkValidityDuration?: pulumi.Input<string>;
12414
12384
  /**
@@ -13186,7 +13156,7 @@ Please update your configurations.
13186
13156
  interface WlanRadsec {
13187
13157
  coaEnabled?: pulumi.Input<boolean>;
13188
13158
  enabled?: pulumi.Input<boolean>;
13189
- idleTimeout?: pulumi.Input<number>;
13159
+ idleTimeout?: pulumi.Input<string>;
13190
13160
  /**
13191
13161
  * To use Org mxedges when this WLAN does not use mxtunnel, specify their mxcluster_ids. Org mxedge(s) identified by mxcluster_ids
13192
13162
  */