mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-03 04:18:15 +00:00
1.8 KiB
1.8 KiB
CaptivePortalConfiguration
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| model_type | str | [optional] | |
| browser_title | str | [optional] | |
| header_content | str | [optional] | |
| user_acceptance_policy | str | [optional] | |
| success_page_markdown_text | str | [optional] | |
| redirect_url | str | [optional] | |
| external_captive_portal_url | str | [optional] | |
| session_timeout_in_minutes | int | [optional] | |
| logo_file | ManagedFileInfo | [optional] | |
| background_file | ManagedFileInfo | [optional] | |
| walled_garden_allowlist | list[str] | [optional] | |
| username_password_file | ManagedFileInfo | [optional] | |
| authentication_type | CaptivePortalAuthenticationType | [optional] | |
| radius_auth_method | RadiusAuthenticationMethod | [optional] | |
| max_users_with_same_credentials | int | [optional] | |
| external_policy_file | ManagedFileInfo | [optional] | |
| background_position | BackgroundPosition | [optional] | |
| background_repeat | BackgroundRepeat | [optional] | |
| radius_service_id | int | [optional] | |
| expiry_type | SessionExpiryType | [optional] | |
| user_list | list[TimedAccessUserRecord] | [optional] | |
| mac_allow_list | list[MacAllowlistRecord] | [optional] |