@pulumi/juniper-mist 0.0.18 → 0.0.19
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/org/setting.d.ts +3 -0
- package/org/setting.js +2 -0
- package/org/setting.js.map +1 -1
- package/package.json +2 -2
- package/site/setting.d.ts +24 -9
- package/site/setting.js.map +1 -1
- package/types/input.d.ts +102 -41
- package/types/output.d.ts +107 -46
package/org/setting.d.ts
CHANGED
|
@@ -100,6 +100,7 @@ export declare class Setting extends pulumi.CustomResource {
|
|
|
100
100
|
*/
|
|
101
101
|
readonly passwordPolicy: pulumi.Output<outputs.org.SettingPasswordPolicy | undefined>;
|
|
102
102
|
readonly pcap: pulumi.Output<outputs.org.SettingPcap | undefined>;
|
|
103
|
+
readonly portChannelization: pulumi.Output<outputs.org.SettingPortChannelization | undefined>;
|
|
103
104
|
readonly security: pulumi.Output<outputs.org.SettingSecurity | undefined>;
|
|
104
105
|
readonly switchMgmt: pulumi.Output<outputs.org.SettingSwitchMgmt | undefined>;
|
|
105
106
|
/**
|
|
@@ -178,6 +179,7 @@ export interface SettingState {
|
|
|
178
179
|
*/
|
|
179
180
|
passwordPolicy?: pulumi.Input<inputs.org.SettingPasswordPolicy>;
|
|
180
181
|
pcap?: pulumi.Input<inputs.org.SettingPcap>;
|
|
182
|
+
portChannelization?: pulumi.Input<inputs.org.SettingPortChannelization>;
|
|
181
183
|
security?: pulumi.Input<inputs.org.SettingSecurity>;
|
|
182
184
|
switchMgmt?: pulumi.Input<inputs.org.SettingSwitchMgmt>;
|
|
183
185
|
/**
|
|
@@ -247,6 +249,7 @@ export interface SettingArgs {
|
|
|
247
249
|
*/
|
|
248
250
|
passwordPolicy?: pulumi.Input<inputs.org.SettingPasswordPolicy>;
|
|
249
251
|
pcap?: pulumi.Input<inputs.org.SettingPcap>;
|
|
252
|
+
portChannelization?: pulumi.Input<inputs.org.SettingPortChannelization>;
|
|
250
253
|
security?: pulumi.Input<inputs.org.SettingSecurity>;
|
|
251
254
|
switchMgmt?: pulumi.Input<inputs.org.SettingSwitchMgmt>;
|
|
252
255
|
/**
|
package/org/setting.js
CHANGED
|
@@ -85,6 +85,7 @@ class Setting extends pulumi.CustomResource {
|
|
|
85
85
|
resourceInputs["orgId"] = state ? state.orgId : undefined;
|
|
86
86
|
resourceInputs["passwordPolicy"] = state ? state.passwordPolicy : undefined;
|
|
87
87
|
resourceInputs["pcap"] = state ? state.pcap : undefined;
|
|
88
|
+
resourceInputs["portChannelization"] = state ? state.portChannelization : undefined;
|
|
88
89
|
resourceInputs["security"] = state ? state.security : undefined;
|
|
89
90
|
resourceInputs["switchMgmt"] = state ? state.switchMgmt : undefined;
|
|
90
91
|
resourceInputs["switchUpdownThreshold"] = state ? state.switchUpdownThreshold : undefined;
|
|
@@ -117,6 +118,7 @@ class Setting extends pulumi.CustomResource {
|
|
|
117
118
|
resourceInputs["orgId"] = args ? args.orgId : undefined;
|
|
118
119
|
resourceInputs["passwordPolicy"] = args ? args.passwordPolicy : undefined;
|
|
119
120
|
resourceInputs["pcap"] = args ? args.pcap : undefined;
|
|
121
|
+
resourceInputs["portChannelization"] = args ? args.portChannelization : undefined;
|
|
120
122
|
resourceInputs["security"] = args ? args.security : undefined;
|
|
121
123
|
resourceInputs["switchMgmt"] = args ? args.switchMgmt : undefined;
|
|
122
124
|
resourceInputs["switchUpdownThreshold"] = args ? args.switchUpdownThreshold : undefined;
|
package/org/setting.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setting.js","sourceRoot":"","sources":["../../org/setting.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;
|
|
1
|
+
{"version":3,"file":"setting.js","sourceRoot":"","sources":["../../org/setting.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/juniper-mist",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.19",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Juniper Mist resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"pulumi": {
|
|
26
26
|
"resource": true,
|
|
27
27
|
"name": "junipermist",
|
|
28
|
-
"version": "0.0.
|
|
28
|
+
"version": "0.0.19",
|
|
29
29
|
"server": "github://api.github.com/pulumi/pulumi-junipermist"
|
|
30
30
|
}
|
|
31
31
|
}
|
package/site/setting.d.ts
CHANGED
|
@@ -32,7 +32,8 @@ export declare class Setting extends pulumi.CustomResource {
|
|
|
32
32
|
static isInstance(obj: any): obj is Setting;
|
|
33
33
|
readonly analytic: pulumi.Output<outputs.site.SettingAnalytic | undefined>;
|
|
34
34
|
/**
|
|
35
|
-
* enable threshold-based device down delivery for AP devices only. When configured it takes effect for AP devices and
|
|
35
|
+
* enable threshold-based device down delivery for AP devices only. When configured it takes effect for AP devices and
|
|
36
|
+
* `deviceUpdownThreshold` is ignored.
|
|
36
37
|
*/
|
|
37
38
|
readonly apUpdownThreshold: pulumi.Output<number>;
|
|
38
39
|
/**
|
|
@@ -57,7 +58,8 @@ export declare class Setting extends pulumi.CustomResource {
|
|
|
57
58
|
*/
|
|
58
59
|
readonly criticalUrlMonitoring: pulumi.Output<outputs.site.SettingCriticalUrlMonitoring | undefined>;
|
|
59
60
|
/**
|
|
60
|
-
* by default,
|
|
61
|
+
* by default, device_updown_thresold, if set, will apply to all devices types if different values for specific device type
|
|
62
|
+
* is desired, use the following
|
|
61
63
|
*/
|
|
62
64
|
readonly deviceUpdownThreshold: pulumi.Output<number>;
|
|
63
65
|
/**
|
|
@@ -65,7 +67,10 @@ export declare class Setting extends pulumi.CustomResource {
|
|
|
65
67
|
*/
|
|
66
68
|
readonly disabledSystemDefinedPortUsages: pulumi.Output<string[] | undefined>;
|
|
67
69
|
/**
|
|
68
|
-
* **Note**: if hours does not exist, it’s treated as everyday of the week, 00:00-23:59. Currently we don’t allow
|
|
70
|
+
* **Note**: if hours does not exist, it’s treated as everyday of the week, 00:00-23:59. Currently we don’t allow
|
|
71
|
+
* multiple ranges for the same day **Note**: default values for `dwellTags`: passerby (1,300) bounce (301, 14400) engaged
|
|
72
|
+
* (14401, 28800) stationed (28801, 42000) **Note**: default values for `dwellTagNames`: passerby = “Passerby”, bounce
|
|
73
|
+
* = “Visitor”, engaged = “Associates”, stationed = “Assets”
|
|
69
74
|
*/
|
|
70
75
|
readonly engagement: pulumi.Output<outputs.site.SettingEngagement | undefined>;
|
|
71
76
|
/**
|
|
@@ -179,7 +184,8 @@ export declare class Setting extends pulumi.CustomResource {
|
|
|
179
184
|
export interface SettingState {
|
|
180
185
|
analytic?: pulumi.Input<inputs.site.SettingAnalytic>;
|
|
181
186
|
/**
|
|
182
|
-
* enable threshold-based device down delivery for AP devices only. When configured it takes effect for AP devices and
|
|
187
|
+
* enable threshold-based device down delivery for AP devices only. When configured it takes effect for AP devices and
|
|
188
|
+
* `deviceUpdownThreshold` is ignored.
|
|
183
189
|
*/
|
|
184
190
|
apUpdownThreshold?: pulumi.Input<number>;
|
|
185
191
|
/**
|
|
@@ -204,7 +210,8 @@ export interface SettingState {
|
|
|
204
210
|
*/
|
|
205
211
|
criticalUrlMonitoring?: pulumi.Input<inputs.site.SettingCriticalUrlMonitoring>;
|
|
206
212
|
/**
|
|
207
|
-
* by default,
|
|
213
|
+
* by default, device_updown_thresold, if set, will apply to all devices types if different values for specific device type
|
|
214
|
+
* is desired, use the following
|
|
208
215
|
*/
|
|
209
216
|
deviceUpdownThreshold?: pulumi.Input<number>;
|
|
210
217
|
/**
|
|
@@ -212,7 +219,10 @@ export interface SettingState {
|
|
|
212
219
|
*/
|
|
213
220
|
disabledSystemDefinedPortUsages?: pulumi.Input<pulumi.Input<string>[]>;
|
|
214
221
|
/**
|
|
215
|
-
* **Note**: if hours does not exist, it’s treated as everyday of the week, 00:00-23:59. Currently we don’t allow
|
|
222
|
+
* **Note**: if hours does not exist, it’s treated as everyday of the week, 00:00-23:59. Currently we don’t allow
|
|
223
|
+
* multiple ranges for the same day **Note**: default values for `dwellTags`: passerby (1,300) bounce (301, 14400) engaged
|
|
224
|
+
* (14401, 28800) stationed (28801, 42000) **Note**: default values for `dwellTagNames`: passerby = “Passerby”, bounce
|
|
225
|
+
* = “Visitor”, engaged = “Associates”, stationed = “Assets”
|
|
216
226
|
*/
|
|
217
227
|
engagement?: pulumi.Input<inputs.site.SettingEngagement>;
|
|
218
228
|
/**
|
|
@@ -318,7 +328,8 @@ export interface SettingState {
|
|
|
318
328
|
export interface SettingArgs {
|
|
319
329
|
analytic?: pulumi.Input<inputs.site.SettingAnalytic>;
|
|
320
330
|
/**
|
|
321
|
-
* enable threshold-based device down delivery for AP devices only. When configured it takes effect for AP devices and
|
|
331
|
+
* enable threshold-based device down delivery for AP devices only. When configured it takes effect for AP devices and
|
|
332
|
+
* `deviceUpdownThreshold` is ignored.
|
|
322
333
|
*/
|
|
323
334
|
apUpdownThreshold?: pulumi.Input<number>;
|
|
324
335
|
/**
|
|
@@ -342,7 +353,8 @@ export interface SettingArgs {
|
|
|
342
353
|
*/
|
|
343
354
|
criticalUrlMonitoring?: pulumi.Input<inputs.site.SettingCriticalUrlMonitoring>;
|
|
344
355
|
/**
|
|
345
|
-
* by default,
|
|
356
|
+
* by default, device_updown_thresold, if set, will apply to all devices types if different values for specific device type
|
|
357
|
+
* is desired, use the following
|
|
346
358
|
*/
|
|
347
359
|
deviceUpdownThreshold?: pulumi.Input<number>;
|
|
348
360
|
/**
|
|
@@ -350,7 +362,10 @@ export interface SettingArgs {
|
|
|
350
362
|
*/
|
|
351
363
|
disabledSystemDefinedPortUsages?: pulumi.Input<pulumi.Input<string>[]>;
|
|
352
364
|
/**
|
|
353
|
-
* **Note**: if hours does not exist, it’s treated as everyday of the week, 00:00-23:59. Currently we don’t allow
|
|
365
|
+
* **Note**: if hours does not exist, it’s treated as everyday of the week, 00:00-23:59. Currently we don’t allow
|
|
366
|
+
* multiple ranges for the same day **Note**: default values for `dwellTags`: passerby (1,300) bounce (301, 14400) engaged
|
|
367
|
+
* (14401, 28800) stationed (28801, 42000) **Note**: default values for `dwellTagNames`: passerby = “Passerby”, bounce
|
|
368
|
+
* = “Visitor”, engaged = “Associates”, stationed = “Assets”
|
|
354
369
|
*/
|
|
355
370
|
engagement?: pulumi.Input<inputs.site.SettingEngagement>;
|
|
356
371
|
/**
|
package/site/setting.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setting.js","sourceRoot":"","sources":["../../site/setting.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;
|
|
1
|
+
{"version":3,"file":"setting.js","sourceRoot":"","sources":["../../site/setting.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -549,12 +549,16 @@ export declare namespace device {
|
|
|
549
549
|
* by default, we'll re-advertise all learned BGP routers toward overlay
|
|
550
550
|
*/
|
|
551
551
|
noReadvertiseToOverlay?: pulumi.Input<boolean>;
|
|
552
|
+
/**
|
|
553
|
+
* if `type`==`tunnel`
|
|
554
|
+
*/
|
|
555
|
+
tunnelName?: pulumi.Input<string>;
|
|
552
556
|
/**
|
|
553
557
|
* enum: `external`, `internal`
|
|
554
558
|
*/
|
|
555
559
|
type?: pulumi.Input<string>;
|
|
556
560
|
/**
|
|
557
|
-
* network name. enum: `lan`, `vpn`, `wan`
|
|
561
|
+
* network name. enum: `lan`, `tunnel`, `vpn`, `wan`
|
|
558
562
|
*/
|
|
559
563
|
via?: pulumi.Input<string>;
|
|
560
564
|
vpnName?: pulumi.Input<string>;
|
|
@@ -1435,10 +1439,6 @@ export declare namespace device {
|
|
|
1435
1439
|
enable?: pulumi.Input<boolean>;
|
|
1436
1440
|
latlng?: pulumi.Input<inputs.device.GatewayTunnelConfigsAutoProvisionLatlng>;
|
|
1437
1441
|
primary?: pulumi.Input<inputs.device.GatewayTunnelConfigsAutoProvisionPrimary>;
|
|
1438
|
-
/**
|
|
1439
|
-
* enum: `APAC`, `Americas`, `EMEA`, `auto`
|
|
1440
|
-
*/
|
|
1441
|
-
region?: pulumi.Input<string>;
|
|
1442
1442
|
secondary?: pulumi.Input<inputs.device.GatewayTunnelConfigsAutoProvisionSecondary>;
|
|
1443
1443
|
}
|
|
1444
1444
|
interface GatewayTunnelConfigsAutoProvisionLatlng {
|
|
@@ -2137,6 +2137,10 @@ export declare namespace device {
|
|
|
2137
2137
|
* Only if `mode`!=`dynamic` and `enableMacAuth`==`true`
|
|
2138
2138
|
*/
|
|
2139
2139
|
macAuthOnly?: pulumi.Input<boolean>;
|
|
2140
|
+
/**
|
|
2141
|
+
* Only if `mode`!=`dynamic` + `enableMacAuth`==`true` + `macAuthOnly`==`false`, dot1x will be given priority then mac_auth. Enable this to prefer macAuth over dot1x.
|
|
2142
|
+
*/
|
|
2143
|
+
macAuthPreferred?: pulumi.Input<boolean>;
|
|
2140
2144
|
/**
|
|
2141
2145
|
* Only if `mode`!=`dynamic` and `enableMacAuth` ==`true`. This type is ignored if mistNac is enabled. enum: `eap-md5`, `eap-peap`, `pap`
|
|
2142
2146
|
*/
|
|
@@ -2177,10 +2181,6 @@ export declare namespace device {
|
|
|
2177
2181
|
* Only if `mode`!=`dynamic` and `portAuth`=`dot1x` reauthentication interval range
|
|
2178
2182
|
*/
|
|
2179
2183
|
reauthInterval?: pulumi.Input<number>;
|
|
2180
|
-
/**
|
|
2181
|
-
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` when radius server reject / fails
|
|
2182
|
-
*/
|
|
2183
|
-
rejectedNetwork?: pulumi.Input<string>;
|
|
2184
2184
|
/**
|
|
2185
2185
|
* Only if `mode`==`dynamic` Control when the DPC port should be changed to the default port usage. enum: `linkDown`, `none` (let the DPC port keep at the current port usage)
|
|
2186
2186
|
*/
|
|
@@ -2189,6 +2189,14 @@ export declare namespace device {
|
|
|
2189
2189
|
* Only if `mode`==`dynamic`
|
|
2190
2190
|
*/
|
|
2191
2191
|
rules?: pulumi.Input<pulumi.Input<inputs.device.SwitchPortUsagesRule>[]>;
|
|
2192
|
+
/**
|
|
2193
|
+
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` sets server fail fallback vlan
|
|
2194
|
+
*/
|
|
2195
|
+
serverFailNetwork?: pulumi.Input<string>;
|
|
2196
|
+
/**
|
|
2197
|
+
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` when radius server reject / fails
|
|
2198
|
+
*/
|
|
2199
|
+
serverRejectNetwork?: pulumi.Input<string>;
|
|
2192
2200
|
/**
|
|
2193
2201
|
* Only if `mode`!=`dynamic` speed, default is auto to automatically negotiate speed
|
|
2194
2202
|
*/
|
|
@@ -2316,6 +2324,10 @@ export declare namespace device {
|
|
|
2316
2324
|
* Auth port of RADIUS server
|
|
2317
2325
|
*/
|
|
2318
2326
|
port?: pulumi.Input<number>;
|
|
2327
|
+
/**
|
|
2328
|
+
* whether to require Message-Authenticator in requests
|
|
2329
|
+
*/
|
|
2330
|
+
requireMessageAuthenticator?: pulumi.Input<boolean>;
|
|
2319
2331
|
/**
|
|
2320
2332
|
* secret of RADIUS server
|
|
2321
2333
|
*/
|
|
@@ -2628,9 +2640,9 @@ export declare namespace device {
|
|
|
2628
2640
|
}
|
|
2629
2641
|
interface SwitchStpConfig {
|
|
2630
2642
|
/**
|
|
2631
|
-
*
|
|
2643
|
+
* ignored for switches participating in EVPN
|
|
2632
2644
|
*/
|
|
2633
|
-
|
|
2645
|
+
vstpEnabled?: pulumi.Input<boolean>;
|
|
2634
2646
|
}
|
|
2635
2647
|
interface SwitchSwitchMgmt {
|
|
2636
2648
|
/**
|
|
@@ -2653,6 +2665,7 @@ export declare namespace device {
|
|
|
2653
2665
|
* Enable to provide the FQDN with DHCP option 81
|
|
2654
2666
|
*/
|
|
2655
2667
|
dhcpOptionFqdn?: pulumi.Input<boolean>;
|
|
2668
|
+
disableOobDownAlarm?: pulumi.Input<boolean>;
|
|
2656
2669
|
/**
|
|
2657
2670
|
* Property key is the user name. For Local user authentication
|
|
2658
2671
|
*/
|
|
@@ -3314,12 +3327,16 @@ export declare namespace org {
|
|
|
3314
3327
|
* by default, we'll re-advertise all learned BGP routers toward overlay
|
|
3315
3328
|
*/
|
|
3316
3329
|
noReadvertiseToOverlay?: pulumi.Input<boolean>;
|
|
3330
|
+
/**
|
|
3331
|
+
* if `type`==`tunnel`
|
|
3332
|
+
*/
|
|
3333
|
+
tunnelName?: pulumi.Input<string>;
|
|
3317
3334
|
/**
|
|
3318
3335
|
* enum: `external`, `internal`
|
|
3319
3336
|
*/
|
|
3320
3337
|
type?: pulumi.Input<string>;
|
|
3321
3338
|
/**
|
|
3322
|
-
* network name. enum: `lan`, `vpn`, `wan`
|
|
3339
|
+
* network name. enum: `lan`, `tunnel`, `vpn`, `wan`
|
|
3323
3340
|
*/
|
|
3324
3341
|
via?: pulumi.Input<string>;
|
|
3325
3342
|
vpnName?: pulumi.Input<string>;
|
|
@@ -4177,10 +4194,6 @@ export declare namespace org {
|
|
|
4177
4194
|
enable?: pulumi.Input<boolean>;
|
|
4178
4195
|
latlng?: pulumi.Input<inputs.org.DeviceprofileGatewayTunnelConfigsAutoProvisionLatlng>;
|
|
4179
4196
|
primary?: pulumi.Input<inputs.org.DeviceprofileGatewayTunnelConfigsAutoProvisionPrimary>;
|
|
4180
|
-
/**
|
|
4181
|
-
* enum: `APAC`, `Americas`, `EMEA`, `auto`
|
|
4182
|
-
*/
|
|
4183
|
-
region?: pulumi.Input<string>;
|
|
4184
4197
|
secondary?: pulumi.Input<inputs.org.DeviceprofileGatewayTunnelConfigsAutoProvisionSecondary>;
|
|
4185
4198
|
}
|
|
4186
4199
|
interface DeviceprofileGatewayTunnelConfigsAutoProvisionLatlng {
|
|
@@ -4439,12 +4452,16 @@ export declare namespace org {
|
|
|
4439
4452
|
* by default, we'll re-advertise all learned BGP routers toward overlay
|
|
4440
4453
|
*/
|
|
4441
4454
|
noReadvertiseToOverlay?: pulumi.Input<boolean>;
|
|
4455
|
+
/**
|
|
4456
|
+
* if `type`==`tunnel`
|
|
4457
|
+
*/
|
|
4458
|
+
tunnelName?: pulumi.Input<string>;
|
|
4442
4459
|
/**
|
|
4443
4460
|
* enum: `external`, `internal`
|
|
4444
4461
|
*/
|
|
4445
4462
|
type?: pulumi.Input<string>;
|
|
4446
4463
|
/**
|
|
4447
|
-
* network name. enum: `lan`, `vpn`, `wan`
|
|
4464
|
+
* network name. enum: `lan`, `tunnel`, `vpn`, `wan`
|
|
4448
4465
|
*/
|
|
4449
4466
|
via?: pulumi.Input<string>;
|
|
4450
4467
|
vpnName?: pulumi.Input<string>;
|
|
@@ -5302,10 +5319,6 @@ export declare namespace org {
|
|
|
5302
5319
|
enable?: pulumi.Input<boolean>;
|
|
5303
5320
|
latlng?: pulumi.Input<inputs.org.GatewaytemplateTunnelConfigsAutoProvisionLatlng>;
|
|
5304
5321
|
primary?: pulumi.Input<inputs.org.GatewaytemplateTunnelConfigsAutoProvisionPrimary>;
|
|
5305
|
-
/**
|
|
5306
|
-
* enum: `APAC`, `Americas`, `EMEA`, `auto`
|
|
5307
|
-
*/
|
|
5308
|
-
region?: pulumi.Input<string>;
|
|
5309
5322
|
secondary?: pulumi.Input<inputs.org.GatewaytemplateTunnelConfigsAutoProvisionSecondary>;
|
|
5310
5323
|
}
|
|
5311
5324
|
interface GatewaytemplateTunnelConfigsAutoProvisionLatlng {
|
|
@@ -5958,6 +5971,10 @@ export declare namespace org {
|
|
|
5958
5971
|
* Only if `mode`!=`dynamic` and `enableMacAuth`==`true`
|
|
5959
5972
|
*/
|
|
5960
5973
|
macAuthOnly?: pulumi.Input<boolean>;
|
|
5974
|
+
/**
|
|
5975
|
+
* Only if `mode`!=`dynamic` + `enableMacAuth`==`true` + `macAuthOnly`==`false`, dot1x will be given priority then mac_auth. Enable this to prefer macAuth over dot1x.
|
|
5976
|
+
*/
|
|
5977
|
+
macAuthPreferred?: pulumi.Input<boolean>;
|
|
5961
5978
|
/**
|
|
5962
5979
|
* Only if `mode`!=`dynamic` and `enableMacAuth` ==`true`. This type is ignored if mistNac is enabled. enum: `eap-md5`, `eap-peap`, `pap`
|
|
5963
5980
|
*/
|
|
@@ -5998,10 +6015,6 @@ export declare namespace org {
|
|
|
5998
6015
|
* Only if `mode`!=`dynamic` and `portAuth`=`dot1x` reauthentication interval range
|
|
5999
6016
|
*/
|
|
6000
6017
|
reauthInterval?: pulumi.Input<number>;
|
|
6001
|
-
/**
|
|
6002
|
-
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` when radius server reject / fails
|
|
6003
|
-
*/
|
|
6004
|
-
rejectedNetwork?: pulumi.Input<string>;
|
|
6005
6018
|
/**
|
|
6006
6019
|
* Only if `mode`==`dynamic` Control when the DPC port should be changed to the default port usage. enum: `linkDown`, `none` (let the DPC port keep at the current port usage)
|
|
6007
6020
|
*/
|
|
@@ -6010,6 +6023,14 @@ export declare namespace org {
|
|
|
6010
6023
|
* Only if `mode`==`dynamic`
|
|
6011
6024
|
*/
|
|
6012
6025
|
rules?: pulumi.Input<pulumi.Input<inputs.org.NetworktemplatePortUsagesRule>[]>;
|
|
6026
|
+
/**
|
|
6027
|
+
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` sets server fail fallback vlan
|
|
6028
|
+
*/
|
|
6029
|
+
serverFailNetwork?: pulumi.Input<string>;
|
|
6030
|
+
/**
|
|
6031
|
+
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` when radius server reject / fails
|
|
6032
|
+
*/
|
|
6033
|
+
serverRejectNetwork?: pulumi.Input<string>;
|
|
6013
6034
|
/**
|
|
6014
6035
|
* Only if `mode`!=`dynamic` speed, default is auto to automatically negotiate speed
|
|
6015
6036
|
*/
|
|
@@ -6137,6 +6158,10 @@ export declare namespace org {
|
|
|
6137
6158
|
* Auth port of RADIUS server
|
|
6138
6159
|
*/
|
|
6139
6160
|
port?: pulumi.Input<number>;
|
|
6161
|
+
/**
|
|
6162
|
+
* whether to require Message-Authenticator in requests
|
|
6163
|
+
*/
|
|
6164
|
+
requireMessageAuthenticator?: pulumi.Input<boolean>;
|
|
6140
6165
|
/**
|
|
6141
6166
|
* secret of RADIUS server
|
|
6142
6167
|
*/
|
|
@@ -6609,6 +6634,7 @@ export declare namespace org {
|
|
|
6609
6634
|
* Enable to provide the FQDN with DHCP option 81
|
|
6610
6635
|
*/
|
|
6611
6636
|
dhcpOptionFqdn?: pulumi.Input<boolean>;
|
|
6637
|
+
disableOobDownAlarm?: pulumi.Input<boolean>;
|
|
6612
6638
|
/**
|
|
6613
6639
|
* Property key is the user name. For Local user authentication
|
|
6614
6640
|
*/
|
|
@@ -7146,6 +7172,10 @@ export declare namespace org {
|
|
|
7146
7172
|
* use this IDP when no explicit realm present in the incoming username/CN OR when no IDP is explicitly mapped to the incoming realm.
|
|
7147
7173
|
*/
|
|
7148
7174
|
defaultIdpId?: pulumi.Input<string>;
|
|
7175
|
+
/**
|
|
7176
|
+
* to disable RSAE_PSS_SHA256, RSAE_PSS_SHA384, RSAE_PSS_SHA512 from server side. see https://www.openssl.org/docs/man3.0/man1/openssl-ciphers.html
|
|
7177
|
+
*/
|
|
7178
|
+
disableRsaeAlgorithms?: pulumi.Input<boolean>;
|
|
7149
7179
|
/**
|
|
7150
7180
|
* eap ssl security level
|
|
7151
7181
|
* see https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_security_level.html#DEFAULT-CALLBACK-BEHAVIOUR
|
|
@@ -7156,6 +7186,14 @@ export declare namespace org {
|
|
|
7156
7186
|
* For strict GDPR compliancy NAC POD failover would only happen between the PODs located within the EU environment, and no authentication would take place outside of EU. This is an org setting that is applicable to WLANs, switch templates, mxedge clusters that have mistNac enabled
|
|
7157
7187
|
*/
|
|
7158
7188
|
euOnly?: pulumi.Input<boolean>;
|
|
7189
|
+
/**
|
|
7190
|
+
* allow customer to choose the EAP-TLS client certificate's field to use for IDP Machine Groups lookup
|
|
7191
|
+
*/
|
|
7192
|
+
idpMachineCertLookupField?: pulumi.Input<string>;
|
|
7193
|
+
/**
|
|
7194
|
+
* allow customer to choose the EAP-TLS client certificate's field to use for IDP User Groups lookup
|
|
7195
|
+
*/
|
|
7196
|
+
idpUserCertLookupField?: pulumi.Input<string>;
|
|
7159
7197
|
idps?: pulumi.Input<pulumi.Input<inputs.org.SettingMistNacIdp>[]>;
|
|
7160
7198
|
/**
|
|
7161
7199
|
* radius server cert to be presented in EAP TLS
|
|
@@ -7212,9 +7250,9 @@ export declare namespace org {
|
|
|
7212
7250
|
*/
|
|
7213
7251
|
enabled?: pulumi.Input<boolean>;
|
|
7214
7252
|
/**
|
|
7215
|
-
*
|
|
7253
|
+
* password expiry in days
|
|
7216
7254
|
*/
|
|
7217
|
-
|
|
7255
|
+
expiryInDays?: pulumi.Input<number>;
|
|
7218
7256
|
/**
|
|
7219
7257
|
* required password length
|
|
7220
7258
|
*/
|
|
@@ -7235,6 +7273,15 @@ export declare namespace org {
|
|
|
7235
7273
|
*/
|
|
7236
7274
|
maxPktLen?: pulumi.Input<number>;
|
|
7237
7275
|
}
|
|
7276
|
+
interface SettingPortChannelization {
|
|
7277
|
+
/**
|
|
7278
|
+
* Property key is the interface name or range (e.g. `et-0/0/47`, `et-0/0/48-49`), Property value is the interface speed (e.g. `25g`, `50g`)
|
|
7279
|
+
*/
|
|
7280
|
+
config?: pulumi.Input<{
|
|
7281
|
+
[key: string]: pulumi.Input<string>;
|
|
7282
|
+
}>;
|
|
7283
|
+
enabled?: pulumi.Input<boolean>;
|
|
7284
|
+
}
|
|
7238
7285
|
interface SettingSecurity {
|
|
7239
7286
|
/**
|
|
7240
7287
|
* whether to disable local SSH (by default, local SSH is enabled with allowMist in Org is enabled
|
|
@@ -8890,6 +8937,10 @@ export declare namespace site {
|
|
|
8890
8937
|
* Only if `mode`!=`dynamic` and `enableMacAuth`==`true`
|
|
8891
8938
|
*/
|
|
8892
8939
|
macAuthOnly?: pulumi.Input<boolean>;
|
|
8940
|
+
/**
|
|
8941
|
+
* Only if `mode`!=`dynamic` + `enableMacAuth`==`true` + `macAuthOnly`==`false`, dot1x will be given priority then mac_auth. Enable this to prefer macAuth over dot1x.
|
|
8942
|
+
*/
|
|
8943
|
+
macAuthPreferred?: pulumi.Input<boolean>;
|
|
8893
8944
|
/**
|
|
8894
8945
|
* Only if `mode`!=`dynamic` and `enableMacAuth` ==`true`. This type is ignored if mistNac is enabled. enum: `eap-md5`, `eap-peap`, `pap`
|
|
8895
8946
|
*/
|
|
@@ -8930,10 +8981,6 @@ export declare namespace site {
|
|
|
8930
8981
|
* Only if `mode`!=`dynamic` and `portAuth`=`dot1x` reauthentication interval range
|
|
8931
8982
|
*/
|
|
8932
8983
|
reauthInterval?: pulumi.Input<number>;
|
|
8933
|
-
/**
|
|
8934
|
-
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` when radius server reject / fails
|
|
8935
|
-
*/
|
|
8936
|
-
rejectedNetwork?: pulumi.Input<string>;
|
|
8937
8984
|
/**
|
|
8938
8985
|
* Only if `mode`==`dynamic` Control when the DPC port should be changed to the default port usage. enum: `linkDown`, `none` (let the DPC port keep at the current port usage)
|
|
8939
8986
|
*/
|
|
@@ -8942,6 +8989,14 @@ export declare namespace site {
|
|
|
8942
8989
|
* Only if `mode`==`dynamic`
|
|
8943
8990
|
*/
|
|
8944
8991
|
rules?: pulumi.Input<pulumi.Input<inputs.site.NetworktemplatePortUsagesRule>[]>;
|
|
8992
|
+
/**
|
|
8993
|
+
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` sets server fail fallback vlan
|
|
8994
|
+
*/
|
|
8995
|
+
serverFailNetwork?: pulumi.Input<string>;
|
|
8996
|
+
/**
|
|
8997
|
+
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` when radius server reject / fails
|
|
8998
|
+
*/
|
|
8999
|
+
serverRejectNetwork?: pulumi.Input<string>;
|
|
8945
9000
|
/**
|
|
8946
9001
|
* Only if `mode`!=`dynamic` speed, default is auto to automatically negotiate speed
|
|
8947
9002
|
*/
|
|
@@ -9069,6 +9124,10 @@ export declare namespace site {
|
|
|
9069
9124
|
* Auth port of RADIUS server
|
|
9070
9125
|
*/
|
|
9071
9126
|
port?: pulumi.Input<number>;
|
|
9127
|
+
/**
|
|
9128
|
+
* whether to require Message-Authenticator in requests
|
|
9129
|
+
*/
|
|
9130
|
+
requireMessageAuthenticator?: pulumi.Input<boolean>;
|
|
9072
9131
|
/**
|
|
9073
9132
|
* secret of RADIUS server
|
|
9074
9133
|
*/
|
|
@@ -9541,6 +9600,7 @@ export declare namespace site {
|
|
|
9541
9600
|
* Enable to provide the FQDN with DHCP option 81
|
|
9542
9601
|
*/
|
|
9543
9602
|
dhcpOptionFqdn?: pulumi.Input<boolean>;
|
|
9603
|
+
disableOobDownAlarm?: pulumi.Input<boolean>;
|
|
9544
9604
|
/**
|
|
9545
9605
|
* Property key is the user name. For Local user authentication
|
|
9546
9606
|
*/
|
|
@@ -9798,6 +9858,8 @@ export declare namespace site {
|
|
|
9798
9858
|
enabled?: pulumi.Input<boolean>;
|
|
9799
9859
|
/**
|
|
9800
9860
|
* hours of operation filter, the available days (mon, tue, wed, thu, fri, sat, sun).
|
|
9861
|
+
*
|
|
9862
|
+
* **Note**: If the dow is not defined then it\u2019\ s treated as 00:00-23:59.
|
|
9801
9863
|
*/
|
|
9802
9864
|
hours?: pulumi.Input<inputs.site.SettingConfigPushPolicyPushWindowHours>;
|
|
9803
9865
|
}
|
|
@@ -9826,6 +9888,8 @@ export declare namespace site {
|
|
|
9826
9888
|
dwellTags?: pulumi.Input<inputs.site.SettingEngagementDwellTags>;
|
|
9827
9889
|
/**
|
|
9828
9890
|
* hours of operation filter, the available days (mon, tue, wed, thu, fri, sat, sun).
|
|
9891
|
+
*
|
|
9892
|
+
* **Note**: If the dow is not defined then it\u2019\ s treated as 00:00-23:59.
|
|
9829
9893
|
*/
|
|
9830
9894
|
hours?: pulumi.Input<inputs.site.SettingEngagementHours>;
|
|
9831
9895
|
/**
|
|
@@ -9898,24 +9962,21 @@ export declare namespace site {
|
|
|
9898
9962
|
enabled?: pulumi.Input<boolean>;
|
|
9899
9963
|
}
|
|
9900
9964
|
interface SettingGatewayMgmtAppProbingCustomApp {
|
|
9901
|
-
/**
|
|
9902
|
-
* if `protocol`==`icmp`
|
|
9903
|
-
*/
|
|
9904
9965
|
address?: pulumi.Input<string>;
|
|
9905
9966
|
appType?: pulumi.Input<string>;
|
|
9906
9967
|
/**
|
|
9907
|
-
*
|
|
9968
|
+
* Only 1 entry is allowed:
|
|
9969
|
+
* * if `protocol`==`http`: URL (e.g. `http://test.com` or `https://test.com`)
|
|
9970
|
+
* * if `protocol`==`icmp`: IP Address (e.g. `1.2.3.4`)
|
|
9908
9971
|
*/
|
|
9909
|
-
hostnames
|
|
9910
|
-
|
|
9972
|
+
hostnames: pulumi.Input<pulumi.Input<string>[]>;
|
|
9973
|
+
key?: pulumi.Input<string>;
|
|
9974
|
+
name: pulumi.Input<string>;
|
|
9911
9975
|
network?: pulumi.Input<string>;
|
|
9912
9976
|
/**
|
|
9913
9977
|
* enum: `http`, `icmp`
|
|
9914
9978
|
*/
|
|
9915
|
-
protocol
|
|
9916
|
-
/**
|
|
9917
|
-
* if `protocol`==`http`
|
|
9918
|
-
*/
|
|
9979
|
+
protocol: pulumi.Input<string>;
|
|
9919
9980
|
url?: pulumi.Input<string>;
|
|
9920
9981
|
vrf?: pulumi.Input<string>;
|
|
9921
9982
|
}
|
package/types/output.d.ts
CHANGED
|
@@ -674,12 +674,16 @@ export declare namespace device {
|
|
|
674
674
|
* by default, we'll re-advertise all learned BGP routers toward overlay
|
|
675
675
|
*/
|
|
676
676
|
noReadvertiseToOverlay: boolean;
|
|
677
|
+
/**
|
|
678
|
+
* if `type`==`tunnel`
|
|
679
|
+
*/
|
|
680
|
+
tunnelName?: string;
|
|
677
681
|
/**
|
|
678
682
|
* enum: `external`, `internal`
|
|
679
683
|
*/
|
|
680
684
|
type?: string;
|
|
681
685
|
/**
|
|
682
|
-
* network name. enum: `lan`, `vpn`, `wan`
|
|
686
|
+
* network name. enum: `lan`, `tunnel`, `vpn`, `wan`
|
|
683
687
|
*/
|
|
684
688
|
via: string;
|
|
685
689
|
vpnName?: string;
|
|
@@ -1529,7 +1533,7 @@ export declare namespace device {
|
|
|
1529
1533
|
/**
|
|
1530
1534
|
* networks reachable via this tunnel
|
|
1531
1535
|
*/
|
|
1532
|
-
networks
|
|
1536
|
+
networks: string[];
|
|
1533
1537
|
primary?: outputs.device.GatewayTunnelConfigsPrimary;
|
|
1534
1538
|
/**
|
|
1535
1539
|
* Only if `provider`== `custom-ipsec`
|
|
@@ -1560,10 +1564,6 @@ export declare namespace device {
|
|
|
1560
1564
|
enable?: boolean;
|
|
1561
1565
|
latlng?: outputs.device.GatewayTunnelConfigsAutoProvisionLatlng;
|
|
1562
1566
|
primary?: outputs.device.GatewayTunnelConfigsAutoProvisionPrimary;
|
|
1563
|
-
/**
|
|
1564
|
-
* enum: `APAC`, `Americas`, `EMEA`, `auto`
|
|
1565
|
-
*/
|
|
1566
|
-
region: string;
|
|
1567
1567
|
secondary?: outputs.device.GatewayTunnelConfigsAutoProvisionSecondary;
|
|
1568
1568
|
}
|
|
1569
1569
|
interface GatewayTunnelConfigsAutoProvisionLatlng {
|
|
@@ -3321,11 +3321,11 @@ export declare namespace device {
|
|
|
3321
3321
|
/**
|
|
3322
3322
|
* if `type`==`local` - optional, if not defined, system one will be used
|
|
3323
3323
|
*/
|
|
3324
|
-
dnsServers
|
|
3324
|
+
dnsServers: string[];
|
|
3325
3325
|
/**
|
|
3326
3326
|
* if `type`==`local` - optional, if not defined, system one will be used
|
|
3327
3327
|
*/
|
|
3328
|
-
dnsSuffixes
|
|
3328
|
+
dnsSuffixes: string[];
|
|
3329
3329
|
/**
|
|
3330
3330
|
* Property key is the MAC Address. Format is `[0-9a-f]{12}` (e.g "5684dae9ac8b")
|
|
3331
3331
|
*/
|
|
@@ -3706,6 +3706,10 @@ export declare namespace device {
|
|
|
3706
3706
|
* Only if `mode`!=`dynamic` and `enableMacAuth`==`true`
|
|
3707
3707
|
*/
|
|
3708
3708
|
macAuthOnly?: boolean;
|
|
3709
|
+
/**
|
|
3710
|
+
* Only if `mode`!=`dynamic` + `enableMacAuth`==`true` + `macAuthOnly`==`false`, dot1x will be given priority then mac_auth. Enable this to prefer macAuth over dot1x.
|
|
3711
|
+
*/
|
|
3712
|
+
macAuthPreferred?: boolean;
|
|
3709
3713
|
/**
|
|
3710
3714
|
* Only if `mode`!=`dynamic` and `enableMacAuth` ==`true`. This type is ignored if mistNac is enabled. enum: `eap-md5`, `eap-peap`, `pap`
|
|
3711
3715
|
*/
|
|
@@ -3746,10 +3750,6 @@ export declare namespace device {
|
|
|
3746
3750
|
* Only if `mode`!=`dynamic` and `portAuth`=`dot1x` reauthentication interval range
|
|
3747
3751
|
*/
|
|
3748
3752
|
reauthInterval: number;
|
|
3749
|
-
/**
|
|
3750
|
-
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` when radius server reject / fails
|
|
3751
|
-
*/
|
|
3752
|
-
rejectedNetwork?: string;
|
|
3753
3753
|
/**
|
|
3754
3754
|
* Only if `mode`==`dynamic` Control when the DPC port should be changed to the default port usage. enum: `linkDown`, `none` (let the DPC port keep at the current port usage)
|
|
3755
3755
|
*/
|
|
@@ -3758,6 +3758,14 @@ export declare namespace device {
|
|
|
3758
3758
|
* Only if `mode`==`dynamic`
|
|
3759
3759
|
*/
|
|
3760
3760
|
rules?: outputs.device.SwitchPortUsagesRule[];
|
|
3761
|
+
/**
|
|
3762
|
+
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` sets server fail fallback vlan
|
|
3763
|
+
*/
|
|
3764
|
+
serverFailNetwork?: string;
|
|
3765
|
+
/**
|
|
3766
|
+
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` when radius server reject / fails
|
|
3767
|
+
*/
|
|
3768
|
+
serverRejectNetwork?: string;
|
|
3761
3769
|
/**
|
|
3762
3770
|
* Only if `mode`!=`dynamic` speed, default is auto to automatically negotiate speed
|
|
3763
3771
|
*/
|
|
@@ -3885,6 +3893,10 @@ export declare namespace device {
|
|
|
3885
3893
|
* Auth port of RADIUS server
|
|
3886
3894
|
*/
|
|
3887
3895
|
port: number;
|
|
3896
|
+
/**
|
|
3897
|
+
* whether to require Message-Authenticator in requests
|
|
3898
|
+
*/
|
|
3899
|
+
requireMessageAuthenticator: boolean;
|
|
3888
3900
|
/**
|
|
3889
3901
|
* secret of RADIUS server
|
|
3890
3902
|
*/
|
|
@@ -4197,9 +4209,9 @@ export declare namespace device {
|
|
|
4197
4209
|
}
|
|
4198
4210
|
interface SwitchStpConfig {
|
|
4199
4211
|
/**
|
|
4200
|
-
*
|
|
4212
|
+
* ignored for switches participating in EVPN
|
|
4201
4213
|
*/
|
|
4202
|
-
|
|
4214
|
+
vstpEnabled: boolean;
|
|
4203
4215
|
}
|
|
4204
4216
|
interface SwitchSwitchMgmt {
|
|
4205
4217
|
/**
|
|
@@ -4222,6 +4234,7 @@ export declare namespace device {
|
|
|
4222
4234
|
* Enable to provide the FQDN with DHCP option 81
|
|
4223
4235
|
*/
|
|
4224
4236
|
dhcpOptionFqdn: boolean;
|
|
4237
|
+
disableOobDownAlarm?: boolean;
|
|
4225
4238
|
/**
|
|
4226
4239
|
* Property key is the user name. For Local user authentication
|
|
4227
4240
|
*/
|
|
@@ -4883,12 +4896,16 @@ export declare namespace org {
|
|
|
4883
4896
|
* by default, we'll re-advertise all learned BGP routers toward overlay
|
|
4884
4897
|
*/
|
|
4885
4898
|
noReadvertiseToOverlay: boolean;
|
|
4899
|
+
/**
|
|
4900
|
+
* if `type`==`tunnel`
|
|
4901
|
+
*/
|
|
4902
|
+
tunnelName?: string;
|
|
4886
4903
|
/**
|
|
4887
4904
|
* enum: `external`, `internal`
|
|
4888
4905
|
*/
|
|
4889
4906
|
type?: string;
|
|
4890
4907
|
/**
|
|
4891
|
-
* network name. enum: `lan`, `vpn`, `wan`
|
|
4908
|
+
* network name. enum: `lan`, `tunnel`, `vpn`, `wan`
|
|
4892
4909
|
*/
|
|
4893
4910
|
via: string;
|
|
4894
4911
|
vpnName?: string;
|
|
@@ -5715,7 +5732,7 @@ export declare namespace org {
|
|
|
5715
5732
|
/**
|
|
5716
5733
|
* networks reachable via this tunnel
|
|
5717
5734
|
*/
|
|
5718
|
-
networks
|
|
5735
|
+
networks: string[];
|
|
5719
5736
|
primary?: outputs.org.DeviceprofileGatewayTunnelConfigsPrimary;
|
|
5720
5737
|
/**
|
|
5721
5738
|
* Only if `provider`== `custom-ipsec`
|
|
@@ -5746,10 +5763,6 @@ export declare namespace org {
|
|
|
5746
5763
|
enable?: boolean;
|
|
5747
5764
|
latlng?: outputs.org.DeviceprofileGatewayTunnelConfigsAutoProvisionLatlng;
|
|
5748
5765
|
primary?: outputs.org.DeviceprofileGatewayTunnelConfigsAutoProvisionPrimary;
|
|
5749
|
-
/**
|
|
5750
|
-
* enum: `APAC`, `Americas`, `EMEA`, `auto`
|
|
5751
|
-
*/
|
|
5752
|
-
region: string;
|
|
5753
5766
|
secondary?: outputs.org.DeviceprofileGatewayTunnelConfigsAutoProvisionSecondary;
|
|
5754
5767
|
}
|
|
5755
5768
|
interface DeviceprofileGatewayTunnelConfigsAutoProvisionLatlng {
|
|
@@ -6008,12 +6021,16 @@ export declare namespace org {
|
|
|
6008
6021
|
* by default, we'll re-advertise all learned BGP routers toward overlay
|
|
6009
6022
|
*/
|
|
6010
6023
|
noReadvertiseToOverlay: boolean;
|
|
6024
|
+
/**
|
|
6025
|
+
* if `type`==`tunnel`
|
|
6026
|
+
*/
|
|
6027
|
+
tunnelName?: string;
|
|
6011
6028
|
/**
|
|
6012
6029
|
* enum: `external`, `internal`
|
|
6013
6030
|
*/
|
|
6014
6031
|
type?: string;
|
|
6015
6032
|
/**
|
|
6016
|
-
* network name. enum: `lan`, `vpn`, `wan`
|
|
6033
|
+
* network name. enum: `lan`, `tunnel`, `vpn`, `wan`
|
|
6017
6034
|
*/
|
|
6018
6035
|
via: string;
|
|
6019
6036
|
vpnName?: string;
|
|
@@ -6840,7 +6857,7 @@ export declare namespace org {
|
|
|
6840
6857
|
/**
|
|
6841
6858
|
* networks reachable via this tunnel
|
|
6842
6859
|
*/
|
|
6843
|
-
networks
|
|
6860
|
+
networks: string[];
|
|
6844
6861
|
primary?: outputs.org.GatewaytemplateTunnelConfigsPrimary;
|
|
6845
6862
|
/**
|
|
6846
6863
|
* Only if `provider`== `custom-ipsec`
|
|
@@ -6871,10 +6888,6 @@ export declare namespace org {
|
|
|
6871
6888
|
enable?: boolean;
|
|
6872
6889
|
latlng?: outputs.org.GatewaytemplateTunnelConfigsAutoProvisionLatlng;
|
|
6873
6890
|
primary?: outputs.org.GatewaytemplateTunnelConfigsAutoProvisionPrimary;
|
|
6874
|
-
/**
|
|
6875
|
-
* enum: `APAC`, `Americas`, `EMEA`, `auto`
|
|
6876
|
-
*/
|
|
6877
|
-
region: string;
|
|
6878
6891
|
secondary?: outputs.org.GatewaytemplateTunnelConfigsAutoProvisionSecondary;
|
|
6879
6892
|
}
|
|
6880
6893
|
interface GatewaytemplateTunnelConfigsAutoProvisionLatlng {
|
|
@@ -7971,6 +7984,10 @@ export declare namespace org {
|
|
|
7971
7984
|
* Only if `mode`!=`dynamic` and `enableMacAuth`==`true`
|
|
7972
7985
|
*/
|
|
7973
7986
|
macAuthOnly?: boolean;
|
|
7987
|
+
/**
|
|
7988
|
+
* Only if `mode`!=`dynamic` + `enableMacAuth`==`true` + `macAuthOnly`==`false`, dot1x will be given priority then mac_auth. Enable this to prefer macAuth over dot1x.
|
|
7989
|
+
*/
|
|
7990
|
+
macAuthPreferred?: boolean;
|
|
7974
7991
|
/**
|
|
7975
7992
|
* Only if `mode`!=`dynamic` and `enableMacAuth` ==`true`. This type is ignored if mistNac is enabled. enum: `eap-md5`, `eap-peap`, `pap`
|
|
7976
7993
|
*/
|
|
@@ -8011,10 +8028,6 @@ export declare namespace org {
|
|
|
8011
8028
|
* Only if `mode`!=`dynamic` and `portAuth`=`dot1x` reauthentication interval range
|
|
8012
8029
|
*/
|
|
8013
8030
|
reauthInterval: number;
|
|
8014
|
-
/**
|
|
8015
|
-
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` when radius server reject / fails
|
|
8016
|
-
*/
|
|
8017
|
-
rejectedNetwork?: string;
|
|
8018
8031
|
/**
|
|
8019
8032
|
* Only if `mode`==`dynamic` Control when the DPC port should be changed to the default port usage. enum: `linkDown`, `none` (let the DPC port keep at the current port usage)
|
|
8020
8033
|
*/
|
|
@@ -8023,6 +8036,14 @@ export declare namespace org {
|
|
|
8023
8036
|
* Only if `mode`==`dynamic`
|
|
8024
8037
|
*/
|
|
8025
8038
|
rules?: outputs.org.NetworktemplatePortUsagesRule[];
|
|
8039
|
+
/**
|
|
8040
|
+
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` sets server fail fallback vlan
|
|
8041
|
+
*/
|
|
8042
|
+
serverFailNetwork?: string;
|
|
8043
|
+
/**
|
|
8044
|
+
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` when radius server reject / fails
|
|
8045
|
+
*/
|
|
8046
|
+
serverRejectNetwork?: string;
|
|
8026
8047
|
/**
|
|
8027
8048
|
* Only if `mode`!=`dynamic` speed, default is auto to automatically negotiate speed
|
|
8028
8049
|
*/
|
|
@@ -8150,6 +8171,10 @@ export declare namespace org {
|
|
|
8150
8171
|
* Auth port of RADIUS server
|
|
8151
8172
|
*/
|
|
8152
8173
|
port: number;
|
|
8174
|
+
/**
|
|
8175
|
+
* whether to require Message-Authenticator in requests
|
|
8176
|
+
*/
|
|
8177
|
+
requireMessageAuthenticator: boolean;
|
|
8153
8178
|
/**
|
|
8154
8179
|
* secret of RADIUS server
|
|
8155
8180
|
*/
|
|
@@ -8622,6 +8647,7 @@ export declare namespace org {
|
|
|
8622
8647
|
* Enable to provide the FQDN with DHCP option 81
|
|
8623
8648
|
*/
|
|
8624
8649
|
dhcpOptionFqdn: boolean;
|
|
8650
|
+
disableOobDownAlarm?: boolean;
|
|
8625
8651
|
/**
|
|
8626
8652
|
* Property key is the user name. For Local user authentication
|
|
8627
8653
|
*/
|
|
@@ -9159,6 +9185,10 @@ export declare namespace org {
|
|
|
9159
9185
|
* use this IDP when no explicit realm present in the incoming username/CN OR when no IDP is explicitly mapped to the incoming realm.
|
|
9160
9186
|
*/
|
|
9161
9187
|
defaultIdpId?: string;
|
|
9188
|
+
/**
|
|
9189
|
+
* to disable RSAE_PSS_SHA256, RSAE_PSS_SHA384, RSAE_PSS_SHA512 from server side. see https://www.openssl.org/docs/man3.0/man1/openssl-ciphers.html
|
|
9190
|
+
*/
|
|
9191
|
+
disableRsaeAlgorithms: boolean;
|
|
9162
9192
|
/**
|
|
9163
9193
|
* eap ssl security level
|
|
9164
9194
|
* see https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_security_level.html#DEFAULT-CALLBACK-BEHAVIOUR
|
|
@@ -9169,6 +9199,14 @@ export declare namespace org {
|
|
|
9169
9199
|
* For strict GDPR compliancy NAC POD failover would only happen between the PODs located within the EU environment, and no authentication would take place outside of EU. This is an org setting that is applicable to WLANs, switch templates, mxedge clusters that have mistNac enabled
|
|
9170
9200
|
*/
|
|
9171
9201
|
euOnly: boolean;
|
|
9202
|
+
/**
|
|
9203
|
+
* allow customer to choose the EAP-TLS client certificate's field to use for IDP Machine Groups lookup
|
|
9204
|
+
*/
|
|
9205
|
+
idpMachineCertLookupField: string;
|
|
9206
|
+
/**
|
|
9207
|
+
* allow customer to choose the EAP-TLS client certificate's field to use for IDP User Groups lookup
|
|
9208
|
+
*/
|
|
9209
|
+
idpUserCertLookupField: string;
|
|
9172
9210
|
idps: outputs.org.SettingMistNacIdp[];
|
|
9173
9211
|
/**
|
|
9174
9212
|
* radius server cert to be presented in EAP TLS
|
|
@@ -9225,9 +9263,9 @@ export declare namespace org {
|
|
|
9225
9263
|
*/
|
|
9226
9264
|
enabled: boolean;
|
|
9227
9265
|
/**
|
|
9228
|
-
*
|
|
9266
|
+
* password expiry in days
|
|
9229
9267
|
*/
|
|
9230
|
-
|
|
9268
|
+
expiryInDays?: number;
|
|
9231
9269
|
/**
|
|
9232
9270
|
* required password length
|
|
9233
9271
|
*/
|
|
@@ -9248,6 +9286,15 @@ export declare namespace org {
|
|
|
9248
9286
|
*/
|
|
9249
9287
|
maxPktLen: number;
|
|
9250
9288
|
}
|
|
9289
|
+
interface SettingPortChannelization {
|
|
9290
|
+
/**
|
|
9291
|
+
* Property key is the interface name or range (e.g. `et-0/0/47`, `et-0/0/48-49`), Property value is the interface speed (e.g. `25g`, `50g`)
|
|
9292
|
+
*/
|
|
9293
|
+
config?: {
|
|
9294
|
+
[key: string]: string;
|
|
9295
|
+
};
|
|
9296
|
+
enabled: boolean;
|
|
9297
|
+
}
|
|
9251
9298
|
interface SettingSecurity {
|
|
9252
9299
|
/**
|
|
9253
9300
|
* whether to disable local SSH (by default, local SSH is enabled with allowMist in Org is enabled
|
|
@@ -11030,6 +11077,10 @@ export declare namespace site {
|
|
|
11030
11077
|
* Only if `mode`!=`dynamic` and `enableMacAuth`==`true`
|
|
11031
11078
|
*/
|
|
11032
11079
|
macAuthOnly?: boolean;
|
|
11080
|
+
/**
|
|
11081
|
+
* Only if `mode`!=`dynamic` + `enableMacAuth`==`true` + `macAuthOnly`==`false`, dot1x will be given priority then mac_auth. Enable this to prefer macAuth over dot1x.
|
|
11082
|
+
*/
|
|
11083
|
+
macAuthPreferred?: boolean;
|
|
11033
11084
|
/**
|
|
11034
11085
|
* Only if `mode`!=`dynamic` and `enableMacAuth` ==`true`. This type is ignored if mistNac is enabled. enum: `eap-md5`, `eap-peap`, `pap`
|
|
11035
11086
|
*/
|
|
@@ -11070,10 +11121,6 @@ export declare namespace site {
|
|
|
11070
11121
|
* Only if `mode`!=`dynamic` and `portAuth`=`dot1x` reauthentication interval range
|
|
11071
11122
|
*/
|
|
11072
11123
|
reauthInterval: number;
|
|
11073
|
-
/**
|
|
11074
|
-
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` when radius server reject / fails
|
|
11075
|
-
*/
|
|
11076
|
-
rejectedNetwork?: string;
|
|
11077
11124
|
/**
|
|
11078
11125
|
* Only if `mode`==`dynamic` Control when the DPC port should be changed to the default port usage. enum: `linkDown`, `none` (let the DPC port keep at the current port usage)
|
|
11079
11126
|
*/
|
|
@@ -11082,6 +11129,14 @@ export declare namespace site {
|
|
|
11082
11129
|
* Only if `mode`==`dynamic`
|
|
11083
11130
|
*/
|
|
11084
11131
|
rules?: outputs.site.NetworktemplatePortUsagesRule[];
|
|
11132
|
+
/**
|
|
11133
|
+
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` sets server fail fallback vlan
|
|
11134
|
+
*/
|
|
11135
|
+
serverFailNetwork?: string;
|
|
11136
|
+
/**
|
|
11137
|
+
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` when radius server reject / fails
|
|
11138
|
+
*/
|
|
11139
|
+
serverRejectNetwork?: string;
|
|
11085
11140
|
/**
|
|
11086
11141
|
* Only if `mode`!=`dynamic` speed, default is auto to automatically negotiate speed
|
|
11087
11142
|
*/
|
|
@@ -11209,6 +11264,10 @@ export declare namespace site {
|
|
|
11209
11264
|
* Auth port of RADIUS server
|
|
11210
11265
|
*/
|
|
11211
11266
|
port: number;
|
|
11267
|
+
/**
|
|
11268
|
+
* whether to require Message-Authenticator in requests
|
|
11269
|
+
*/
|
|
11270
|
+
requireMessageAuthenticator: boolean;
|
|
11212
11271
|
/**
|
|
11213
11272
|
* secret of RADIUS server
|
|
11214
11273
|
*/
|
|
@@ -11681,6 +11740,7 @@ export declare namespace site {
|
|
|
11681
11740
|
* Enable to provide the FQDN with DHCP option 81
|
|
11682
11741
|
*/
|
|
11683
11742
|
dhcpOptionFqdn: boolean;
|
|
11743
|
+
disableOobDownAlarm?: boolean;
|
|
11684
11744
|
/**
|
|
11685
11745
|
* Property key is the user name. For Local user authentication
|
|
11686
11746
|
*/
|
|
@@ -11735,7 +11795,7 @@ export declare namespace site {
|
|
|
11735
11795
|
* enum: `any`, `icmp`, `tcp`, `udp`
|
|
11736
11796
|
*/
|
|
11737
11797
|
protocol: string;
|
|
11738
|
-
subnets
|
|
11798
|
+
subnets: string[];
|
|
11739
11799
|
}
|
|
11740
11800
|
interface NetworktemplateSwitchMgmtTacacs {
|
|
11741
11801
|
acctServers?: outputs.site.NetworktemplateSwitchMgmtTacacsAcctServer[];
|
|
@@ -11938,6 +11998,8 @@ export declare namespace site {
|
|
|
11938
11998
|
enabled: boolean;
|
|
11939
11999
|
/**
|
|
11940
12000
|
* hours of operation filter, the available days (mon, tue, wed, thu, fri, sat, sun).
|
|
12001
|
+
*
|
|
12002
|
+
* **Note**: If the dow is not defined then it\u2019\ s treated as 00:00-23:59.
|
|
11941
12003
|
*/
|
|
11942
12004
|
hours?: outputs.site.SettingConfigPushPolicyPushWindowHours;
|
|
11943
12005
|
}
|
|
@@ -11966,6 +12028,8 @@ export declare namespace site {
|
|
|
11966
12028
|
dwellTags?: outputs.site.SettingEngagementDwellTags;
|
|
11967
12029
|
/**
|
|
11968
12030
|
* hours of operation filter, the available days (mon, tue, wed, thu, fri, sat, sun).
|
|
12031
|
+
*
|
|
12032
|
+
* **Note**: If the dow is not defined then it\u2019\ s treated as 00:00-23:59.
|
|
11969
12033
|
*/
|
|
11970
12034
|
hours?: outputs.site.SettingEngagementHours;
|
|
11971
12035
|
/**
|
|
@@ -12038,25 +12102,22 @@ export declare namespace site {
|
|
|
12038
12102
|
enabled?: boolean;
|
|
12039
12103
|
}
|
|
12040
12104
|
interface SettingGatewayMgmtAppProbingCustomApp {
|
|
12041
|
-
/**
|
|
12042
|
-
* if `protocol`==`icmp`
|
|
12043
|
-
*/
|
|
12044
12105
|
address: string;
|
|
12045
12106
|
appType?: string;
|
|
12046
12107
|
/**
|
|
12047
|
-
*
|
|
12108
|
+
* Only 1 entry is allowed:
|
|
12109
|
+
* * if `protocol`==`http`: URL (e.g. `http://test.com` or `https://test.com`)
|
|
12110
|
+
* * if `protocol`==`icmp`: IP Address (e.g. `1.2.3.4`)
|
|
12048
12111
|
*/
|
|
12049
12112
|
hostnames: string[];
|
|
12050
|
-
|
|
12113
|
+
key: string;
|
|
12114
|
+
name: string;
|
|
12051
12115
|
network?: string;
|
|
12052
12116
|
/**
|
|
12053
12117
|
* enum: `http`, `icmp`
|
|
12054
12118
|
*/
|
|
12055
12119
|
protocol: string;
|
|
12056
|
-
|
|
12057
|
-
* if `protocol`==`http`
|
|
12058
|
-
*/
|
|
12059
|
-
url?: string;
|
|
12120
|
+
url: string;
|
|
12060
12121
|
vrf?: string;
|
|
12061
12122
|
}
|
|
12062
12123
|
interface SettingGatewayMgmtAutoSignatureUpdate {
|