Enum SplashPage
The type of splash page for the SSID ('None', 'Click-through splash page', 'Billing', 'Password-protected with Meraki RADIUS', 'Password-protected with custom RADIUS', 'Password-protected with Active Directory', 'Password-protected with LDAP', 'SMS authentication', 'Systems Manager Sentry', 'Facebook Wi-Fi', 'Google OAuth', 'Sponsored guest', 'Cisco ISE' or 'Google Apps domain'). This attribute is not supported for template children. ///
[JsonConverter(typeof(StringEnumConverter))]
public enum SplashPage
- Extension Methods
Fields
[EnumMember(Value = "Billing")] Billing = 2Enum Billing for "Billing"
[EnumMember(Value = "Cisco ISE")] CiscoISE = 12Cisco ISE
[EnumMember(Value = "Click-through splash page")] Clickthroughsplashpage = 1Click-through splash page
[EnumMember(Value = "Facebook Wi-Fi")] FacebookWiFi = 9Facebook Wi-Fi
[EnumMember(Value = "Google Apps domain")] GoogleAppsDomain = 13Google Apps domain
[EnumMember(Value = "Google OAuth")] GoogleOAuth = 10Google OAuth
[EnumMember(Value = "None")] None = 0None
[EnumMember(Value = "Password-protected with Active Directory")] PasswordprotectedwithActiveDirectory = 5Password-protected with Active Directory
[EnumMember(Value = "Password-protected with LDAP")] PasswordprotectedwithLDAP = 6Password-protected with LDAP
[EnumMember(Value = "Password-protected with Meraki RADIUS")] PasswordprotectedwithMerakiRADIUS = 3Password-protected with Meraki RADIUS
[EnumMember(Value = "Password-protected with custom RADIUS")] PasswordprotectedwithcustomRADIUS = 4Password-protected with custom RADIUS
[EnumMember(Value = "SMS authentication")] SMSauthentication = 7SMS authentication
[EnumMember(Value = "Sponsored guest")] SponsoredGuest = 11Sponsored guest
[EnumMember(Value = "Systems Manager Sentry")] SystemsManagerSentry = 8Systems Manager Sentry