diff --git a/Meraki.Api/Data/DhcpEnforcedDeauthentication.cs b/Meraki.Api/Data/DhcpEnforcedDeauthentication.cs new file mode 100644 index 00000000..fcf55f13 --- /dev/null +++ b/Meraki.Api/Data/DhcpEnforcedDeauthentication.cs @@ -0,0 +1,15 @@ +namespace Meraki.Api.Data; + +/// +/// DhcpEnforcedDeauthentication +/// +[DataContract] +public class DhcpEnforcedDeauthentication +{ + /// + /// Undocumented - 2025-01-27 + /// + [ApiAccess(ApiAccess.ReadUpdate)] + [DataMember(Name = "enabled")] + public bool? Enabled { get; set; } +} diff --git a/Meraki.Api/Data/NetworkApplianceSsid.cs b/Meraki.Api/Data/NetworkApplianceSsid.cs index 88799447..ba39b03a 100644 --- a/Meraki.Api/Data/NetworkApplianceSsid.cs +++ b/Meraki.Api/Data/NetworkApplianceSsid.cs @@ -69,6 +69,13 @@ public class NetworkApplianceSsid [DataMember(Name = "visible")] public bool? Visible { get; set; } + /// + /// Undocumented - 2025-01-27 + /// + [ApiAccess(ApiAccess.ReadUpdate)] + [DataMember(Name = "dhcpEnforcedDeauthentication")] + public DhcpEnforcedDeauthentication? DhcpEnforcedDeauthentication { get; set; } + /// /// The RADIUS 802.1x. servers to be used for authentication ///