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_scheme" {
source="./modules/fortios/r/fortios_authentication_scheme"# domain_controller - (optional) is a type of stringdomain_controller=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# fsso_agent_for_ntlm - (optional) is a type of stringfsso_agent_for_ntlm=null# fsso_guest - (optional) is a type of stringfsso_guest=null# kerberos_keytab - (optional) is a type of stringkerberos_keytab=null# method - (required) is a type of stringmethod=null# name - (optional) is a type of stringname=null# negotiate_ntlm - (optional) is a type of stringnegotiate_ntlm=null# require_tfa - (optional) is a type of stringrequire_tfa=null# ssh_ca - (optional) is a type of stringssh_ca=nulluser_database=[{
name =null
}]
}
resource"fortios_authentication_scheme""this" {
# domain_controller - (optional) is a type of stringdomain_controller=var.domain_controller# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# fsso_agent_for_ntlm - (optional) is a type of stringfsso_agent_for_ntlm=var.fsso_agent_for_ntlm# fsso_guest - (optional) is a type of stringfsso_guest=var.fsso_guest# kerberos_keytab - (optional) is a type of stringkerberos_keytab=var.kerberos_keytab# method - (required) is a type of stringmethod=var.method# name - (optional) is a type of stringname=var.name# negotiate_ntlm - (optional) is a type of stringnegotiate_ntlm=var.negotiate_ntlm# require_tfa - (optional) is a type of stringrequire_tfa=var.require_tfa# ssh_ca - (optional) is a type of stringssh_ca=var.ssh_cadynamic"user_database" {
for_each=var.user_databasecontent {
# name - (optional) is a type of stringname=user_database.value["name"]
}
}
}