* feat: initialize Terraform Plugin Framework * fix docker-compose path for tests * fix: ensure documentation can be generated with old provider SDK and new plugin framework * lint
1.2 KiB
1.2 KiB
page_title, subcategory, description
| page_title | subcategory | description |
|---|---|---|
| unifi_setting_radius Resource - terraform-provider-unifi | unifi_setting_radius manages settings for the built-in RADIUS server. |
unifi_setting_radius (Resource)
unifi_setting_radius manages settings for the built-in RADIUS server.
Schema
Optional
accounting_enabled(Boolean) Enable RADIUS accounting Defaults tofalse.accounting_port(Number) The port for accounting communications. Defaults to1813.auth_port(Number) The port for authentication communications. Defaults to1812.enabled(Boolean) RAIDUS server enabled. Defaults totrue.interim_update_interval(Number) Statistics will be collected from connected clients at this interval. Defaults to3600.secret(String, Sensitive) RAIDUS secret passphrase. Defaults to ``.site(String) The name of the site to associate the settings with.tunneled_reply(Boolean) Encrypt communication between the server and the client. Defaults totrue.
Read-Only
id(String) The ID of the settings.