You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`active_directory_credentials_logon_name` (String) The logon name of the Active Directory account.
@@ -74,7 +69,9 @@ data "meraki_wireless_ssid" "example" {
74
69
-`local_radius_password_authentication_enabled` (Boolean) Whether or not to use EAP-TTLS/PAP or PEAP-GTC password-based authentication via LDAP lookup.
75
70
-`mandatory_dhcp_enabled` (Boolean) If true, Mandatory DHCP will enforce that clients connecting to this SSID must use the IP address assigned by the DHCP server. Clients who use a static IP address won`t be able to associate.
76
71
-`min_bitrate` (Number) The minimum bitrate in Mbps of this SSID in the default indoor RF profile. (`1`, `2`, `5.5`, `6`, `9`, `11`, `12`, `18`, `24`, `36`, `48` or `54`)
72
+
-`name` (String) The name of the SSID
77
73
-`named_vlans_radius_guest_vlan_enabled` (Boolean) Whether or not RADIUS guest named VLAN is enabled.
-`named_vlans_tagging_by_ap_tags` (Attributes List) The list of AP tags and VLAN names used for named VLAN tagging. If an AP has a tag matching one in the list, then traffic on this SSID will be directed to use the VLAN name associated to the tag. (see [below for nested schema](#nestedatt--named_vlans_tagging_by_ap_tags))
79
76
-`named_vlans_tagging_default_vlan_name` (String) The default VLAN name used to tag traffic in the absence of a matching AP tag.
80
77
-`named_vlans_tagging_enabled` (Boolean) Whether or not traffic should be directed to use specific VLAN names.
description: The LDAP servers to be used for authentication.
@@ -408,6 +409,7 @@ attributes:
408
409
type: String
409
410
description: VLAN name that will be used to tag traffic.
410
411
example: My VLAN
412
+
id: true
411
413
- model_name: tags
412
414
type: List
413
415
element_type: String
@@ -446,6 +448,7 @@ attributes:
446
448
example: tag1
447
449
- model_name: radiusAccountingServers
448
450
type: List
451
+
ordered_list: true
449
452
exclude_test: true
450
453
description: The RADIUS accounting 802.1X servers to be used for authentication. This param is only valid if the authMode is `open-with-radius`, `8021x-radius` or `ipsk-with-radius` and radiusAccountingEnabled is `true`
451
454
attributes:
@@ -473,6 +476,7 @@ attributes:
473
476
- model_name: radiusServers
474
477
type: List
475
478
exclude_test: true
479
+
ordered_list: true
476
480
description: The RADIUS 802.1X servers to be used for authentication. This param is only valid if the authMode is `open-with-radius`, `8021x-radius` or `ipsk-with-radius`
0 commit comments