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_vpnsslweb_userbookmark" {
source="./modules/fortios/r/fortios_vpnsslweb_userbookmark"# custom_lang - (optional) is a type of stringcustom_lang=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# name - (optional) is a type of stringname=nullbookmarks=[{
additional_params =null
apptype =null
description =null
domain =null
folder =null
form_data = [{
name =null
value =null
}]
host =null
listening_port =null
load_balancing_info =null
logon_password =null
logon_user =null
name =null
port =null
preconnection_blob =null
preconnection_id =null
remote_port =null
security =null
server_layout =null
show_status_window =null
sso =null
sso_credential =null
sso_credential_sent_once =null
sso_password =null
sso_username =null
url =null
}]
}
resource"fortios_vpnsslweb_userbookmark""this" {
# custom_lang - (optional) is a type of stringcustom_lang=var.custom_lang# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# name - (optional) is a type of stringname=var.namedynamic"bookmarks" {
for_each=var.bookmarkscontent {
# additional_params - (optional) is a type of stringadditional_params=bookmarks.value["additional_params"]
# apptype - (optional) is a type of stringapptype=bookmarks.value["apptype"]
# description - (optional) is a type of stringdescription=bookmarks.value["description"]
# domain - (optional) is a type of stringdomain=bookmarks.value["domain"]
# folder - (optional) is a type of stringfolder=bookmarks.value["folder"]
# host - (optional) is a type of stringhost=bookmarks.value["host"]
# listening_port - (optional) is a type of numberlistening_port=bookmarks.value["listening_port"]
# load_balancing_info - (optional) is a type of stringload_balancing_info=bookmarks.value["load_balancing_info"]
# logon_password - (optional) is a type of stringlogon_password=bookmarks.value["logon_password"]
# logon_user - (optional) is a type of stringlogon_user=bookmarks.value["logon_user"]
# name - (optional) is a type of stringname=bookmarks.value["name"]
# port - (optional) is a type of numberport=bookmarks.value["port"]
# preconnection_blob - (optional) is a type of stringpreconnection_blob=bookmarks.value["preconnection_blob"]
# preconnection_id - (optional) is a type of numberpreconnection_id=bookmarks.value["preconnection_id"]
# remote_port - (optional) is a type of numberremote_port=bookmarks.value["remote_port"]
# security - (optional) is a type of stringsecurity=bookmarks.value["security"]
# server_layout - (optional) is a type of stringserver_layout=bookmarks.value["server_layout"]
# show_status_window - (optional) is a type of stringshow_status_window=bookmarks.value["show_status_window"]
# sso - (optional) is a type of stringsso=bookmarks.value["sso"]
# sso_credential - (optional) is a type of stringsso_credential=bookmarks.value["sso_credential"]
# sso_credential_sent_once - (optional) is a type of stringsso_credential_sent_once=bookmarks.value["sso_credential_sent_once"]
# sso_password - (optional) is a type of stringsso_password=bookmarks.value["sso_password"]
# sso_username - (optional) is a type of stringsso_username=bookmarks.value["sso_username"]
# url - (optional) is a type of stringurl=bookmarks.value["url"]
dynamic"form_data" {
for_each=bookmarks.value.form_datacontent {
# name - (optional) is a type of stringname=form_data.value["name"]
# value - (optional) is a type of stringvalue=form_data.value["value"]
}
}
}
}
}