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
module"fortios_authentication_setting" {
source="./modules/fortios/r/fortios_authentication_setting"# active_auth_scheme - (optional) is a type of stringactive_auth_scheme=null# auth_https - (optional) is a type of stringauth_https=null# captive_portal - (optional) is a type of stringcaptive_portal=null# captive_portal6 - (optional) is a type of stringcaptive_portal6=null# captive_portal_ip - (optional) is a type of stringcaptive_portal_ip=null# captive_portal_ip6 - (optional) is a type of stringcaptive_portal_ip6=null# captive_portal_port - (optional) is a type of numbercaptive_portal_port=null# captive_portal_ssl_port - (optional) is a type of numbercaptive_portal_ssl_port=null# captive_portal_type - (optional) is a type of stringcaptive_portal_type=null# sso_auth_scheme - (optional) is a type of stringsso_auth_scheme=null
}
resource"fortios_authentication_setting""this" {
# active_auth_scheme - (optional) is a type of stringactive_auth_scheme=var.active_auth_scheme# auth_https - (optional) is a type of stringauth_https=var.auth_https# captive_portal - (optional) is a type of stringcaptive_portal=var.captive_portal# captive_portal6 - (optional) is a type of stringcaptive_portal6=var.captive_portal6# captive_portal_ip - (optional) is a type of stringcaptive_portal_ip=var.captive_portal_ip# captive_portal_ip6 - (optional) is a type of stringcaptive_portal_ip6=var.captive_portal_ip6# captive_portal_port - (optional) is a type of numbercaptive_portal_port=var.captive_portal_port# captive_portal_ssl_port - (optional) is a type of numbercaptive_portal_ssl_port=var.captive_portal_ssl_port# captive_portal_type - (optional) is a type of stringcaptive_portal_type=var.captive_portal_type# sso_auth_scheme - (optional) is a type of stringsso_auth_scheme=var.sso_auth_scheme
}