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_fmg_system_admin_profiles" {
source="./modules/fortios/r/fortios_fmg_system_admin_profiles"# adom_policy_packages - (optional) is a type of stringadom_policy_packages=null# adom_switch - (optional) is a type of stringadom_switch=null# assignment - (optional) is a type of stringassignment=null# config_retrieve - (optional) is a type of stringconfig_retrieve=null# config_revert - (optional) is a type of stringconfig_revert=null# consistency_check - (optional) is a type of stringconsistency_check=null# deploy_management - (optional) is a type of stringdeploy_management=null# description - (optional) is a type of stringdescription=null# device_ap - (optional) is a type of stringdevice_ap=null# device_config - (optional) is a type of stringdevice_config=null# device_forticlient - (optional) is a type of stringdevice_forticlient=null# device_fortiswitch - (optional) is a type of stringdevice_fortiswitch=null# device_manager - (optional) is a type of stringdevice_manager=null# device_operation - (optional) is a type of stringdevice_operation=null# device_profile - (optional) is a type of stringdevice_profile=null# device_revision_deletion - (optional) is a type of stringdevice_revision_deletion=null# device_wan_link_load_balance - (optional) is a type of stringdevice_wan_link_load_balance=null# fortiguard_center - (optional) is a type of stringfortiguard_center=null# fortiguard_center_advanced - (optional) is a type of stringfortiguard_center_advanced=null# fortiguard_center_firmware_managerment - (optional) is a type of stringfortiguard_center_firmware_managerment=null# fortiguard_center_licensing - (optional) is a type of stringfortiguard_center_licensing=null# global_policy_packages - (optional) is a type of stringglobal_policy_packages=null# import_policy_packages - (optional) is a type of stringimport_policy_packages=null# intf_mapping - (optional) is a type of stringintf_mapping=null# log_viewer - (optional) is a type of stringlog_viewer=null# policy_objects - (optional) is a type of stringpolicy_objects=null# profileid - (required) is a type of stringprofileid=null# set_install_targets - (optional) is a type of stringset_install_targets=null# system_setting - (optional) is a type of stringsystem_setting=null# terminal_access - (optional) is a type of stringterminal_access=null# vpn_manager - (optional) is a type of stringvpn_manager=null
}
resource"fortios_fmg_system_admin_profiles""this" {
# adom_policy_packages - (optional) is a type of stringadom_policy_packages=var.adom_policy_packages# adom_switch - (optional) is a type of stringadom_switch=var.adom_switch# assignment - (optional) is a type of stringassignment=var.assignment# config_retrieve - (optional) is a type of stringconfig_retrieve=var.config_retrieve# config_revert - (optional) is a type of stringconfig_revert=var.config_revert# consistency_check - (optional) is a type of stringconsistency_check=var.consistency_check# deploy_management - (optional) is a type of stringdeploy_management=var.deploy_management# description - (optional) is a type of stringdescription=var.description# device_ap - (optional) is a type of stringdevice_ap=var.device_ap# device_config - (optional) is a type of stringdevice_config=var.device_config# device_forticlient - (optional) is a type of stringdevice_forticlient=var.device_forticlient# device_fortiswitch - (optional) is a type of stringdevice_fortiswitch=var.device_fortiswitch# device_manager - (optional) is a type of stringdevice_manager=var.device_manager# device_operation - (optional) is a type of stringdevice_operation=var.device_operation# device_profile - (optional) is a type of stringdevice_profile=var.device_profile# device_revision_deletion - (optional) is a type of stringdevice_revision_deletion=var.device_revision_deletion# device_wan_link_load_balance - (optional) is a type of stringdevice_wan_link_load_balance=var.device_wan_link_load_balance# fortiguard_center - (optional) is a type of stringfortiguard_center=var.fortiguard_center# fortiguard_center_advanced - (optional) is a type of stringfortiguard_center_advanced=var.fortiguard_center_advanced# fortiguard_center_firmware_managerment - (optional) is a type of stringfortiguard_center_firmware_managerment=var.fortiguard_center_firmware_managerment# fortiguard_center_licensing - (optional) is a type of stringfortiguard_center_licensing=var.fortiguard_center_licensing# global_policy_packages - (optional) is a type of stringglobal_policy_packages=var.global_policy_packages# import_policy_packages - (optional) is a type of stringimport_policy_packages=var.import_policy_packages# intf_mapping - (optional) is a type of stringintf_mapping=var.intf_mapping# log_viewer - (optional) is a type of stringlog_viewer=var.log_viewer# policy_objects - (optional) is a type of stringpolicy_objects=var.policy_objects# profileid - (required) is a type of stringprofileid=var.profileid# set_install_targets - (optional) is a type of stringset_install_targets=var.set_install_targets# system_setting - (optional) is a type of stringsystem_setting=var.system_setting# terminal_access - (optional) is a type of stringterminal_access=var.terminal_access# vpn_manager - (optional) is a type of stringvpn_manager=var.vpn_manager
}