fortimanager.SystemAdminSetting
Explore with Pulumi AI
Admin setting.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.SystemAdminSetting("trname", {idleTimeout: 400});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.SystemAdminSetting("trname", idle_timeout=400)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fortimanager.NewSystemAdminSetting(ctx, "trname", &fortimanager.SystemAdminSettingArgs{
IdleTimeout: pulumi.Float64(400),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var trname = new Fortimanager.SystemAdminSetting("trname", new()
{
IdleTimeout = 400,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.SystemAdminSetting;
import com.pulumi.fortimanager.SystemAdminSettingArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var trname = new SystemAdminSetting("trname", SystemAdminSettingArgs.builder()
.idleTimeout("400")
.build());
}
}
resources:
trname:
type: fortimanager:SystemAdminSetting
properties:
idleTimeout: '400'
Create SystemAdminSetting Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystemAdminSetting(name: string, args?: SystemAdminSettingArgs, opts?: CustomResourceOptions);
@overload
def SystemAdminSetting(resource_name: str,
args: Optional[SystemAdminSettingArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def SystemAdminSetting(resource_name: str,
opts: Optional[ResourceOptions] = None,
access_banner: Optional[str] = None,
admin_https_redirect: Optional[str] = None,
admin_login_max: Optional[float] = None,
admin_server_cert: Optional[str] = None,
allow_register: Optional[str] = None,
auth_addr: Optional[str] = None,
auth_port: Optional[float] = None,
auto_update: Optional[str] = None,
banner_message: Optional[str] = None,
central_ftgd_local_cat_id: Optional[str] = None,
chassis_mgmt: Optional[str] = None,
chassis_update_interval: Optional[float] = None,
device_sync_status: Optional[str] = None,
fgt_gui_proxy: Optional[str] = None,
fgt_gui_proxy_port: Optional[float] = None,
firmware_upgrade_check: Optional[str] = None,
fsw_ignore_platform_check: Optional[str] = None,
gui_theme: Optional[str] = None,
http_port: Optional[float] = None,
https_port: Optional[float] = None,
idle_timeout: Optional[float] = None,
idle_timeout_api: Optional[float] = None,
idle_timeout_gui: Optional[float] = None,
idle_timeout_sso: Optional[float] = None,
install_ifpolicy_only: Optional[str] = None,
mgmt_addr: Optional[str] = None,
mgmt_fqdn: Optional[str] = None,
objects_force_deletion: Optional[str] = None,
offline_mode: Optional[str] = None,
preferred_fgfm_intf: Optional[str] = None,
register_passwds: Optional[Sequence[str]] = None,
rtm_max_monitor_by_days: Optional[float] = None,
rtm_temp_file_limit: Optional[float] = None,
sdwan_monitor_history: Optional[str] = None,
sdwan_skip_unmapped_input_device: Optional[str] = None,
shell_access: Optional[str] = None,
shell_passwords: Optional[Sequence[str]] = None,
show_add_multiple: Optional[str] = None,
show_adom_devman: Optional[str] = None,
show_automatic_script: Optional[str] = None,
show_checkbox_in_table: Optional[str] = None,
show_device_import_export: Optional[str] = None,
show_fct_manager: Optional[str] = None,
show_grouping_script: Optional[str] = None,
show_hostname: Optional[str] = None,
show_schedule_script: Optional[str] = None,
show_tcl_script: Optional[str] = None,
system_admin_setting_id: Optional[str] = None,
traffic_shaping_history: Optional[str] = None,
unreg_dev_opt: Optional[str] = None,
webadmin_language: Optional[str] = None)
func NewSystemAdminSetting(ctx *Context, name string, args *SystemAdminSettingArgs, opts ...ResourceOption) (*SystemAdminSetting, error)
public SystemAdminSetting(string name, SystemAdminSettingArgs? args = null, CustomResourceOptions? opts = null)
public SystemAdminSetting(String name, SystemAdminSettingArgs args)
public SystemAdminSetting(String name, SystemAdminSettingArgs args, CustomResourceOptions options)
type: fortimanager:SystemAdminSetting
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SystemAdminSettingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SystemAdminSettingArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SystemAdminSettingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystemAdminSettingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystemAdminSettingArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var systemAdminSettingResource = new Fortimanager.SystemAdminSetting("systemAdminSettingResource", new()
{
AccessBanner = "string",
AdminHttpsRedirect = "string",
AdminLoginMax = 0,
AdminServerCert = "string",
AllowRegister = "string",
AuthAddr = "string",
AuthPort = 0,
AutoUpdate = "string",
BannerMessage = "string",
CentralFtgdLocalCatId = "string",
ChassisMgmt = "string",
ChassisUpdateInterval = 0,
DeviceSyncStatus = "string",
FgtGuiProxy = "string",
FgtGuiProxyPort = 0,
FirmwareUpgradeCheck = "string",
FswIgnorePlatformCheck = "string",
GuiTheme = "string",
HttpPort = 0,
HttpsPort = 0,
IdleTimeout = 0,
IdleTimeoutApi = 0,
IdleTimeoutGui = 0,
IdleTimeoutSso = 0,
InstallIfpolicyOnly = "string",
MgmtAddr = "string",
MgmtFqdn = "string",
ObjectsForceDeletion = "string",
OfflineMode = "string",
PreferredFgfmIntf = "string",
RegisterPasswds = new[]
{
"string",
},
RtmMaxMonitorByDays = 0,
RtmTempFileLimit = 0,
SdwanMonitorHistory = "string",
SdwanSkipUnmappedInputDevice = "string",
ShellAccess = "string",
ShellPasswords = new[]
{
"string",
},
ShowAddMultiple = "string",
ShowAdomDevman = "string",
ShowAutomaticScript = "string",
ShowCheckboxInTable = "string",
ShowDeviceImportExport = "string",
ShowFctManager = "string",
ShowGroupingScript = "string",
ShowHostname = "string",
ShowScheduleScript = "string",
ShowTclScript = "string",
SystemAdminSettingId = "string",
TrafficShapingHistory = "string",
UnregDevOpt = "string",
WebadminLanguage = "string",
});
example, err := fortimanager.NewSystemAdminSetting(ctx, "systemAdminSettingResource", &fortimanager.SystemAdminSettingArgs{
AccessBanner: pulumi.String("string"),
AdminHttpsRedirect: pulumi.String("string"),
AdminLoginMax: pulumi.Float64(0),
AdminServerCert: pulumi.String("string"),
AllowRegister: pulumi.String("string"),
AuthAddr: pulumi.String("string"),
AuthPort: pulumi.Float64(0),
AutoUpdate: pulumi.String("string"),
BannerMessage: pulumi.String("string"),
CentralFtgdLocalCatId: pulumi.String("string"),
ChassisMgmt: pulumi.String("string"),
ChassisUpdateInterval: pulumi.Float64(0),
DeviceSyncStatus: pulumi.String("string"),
FgtGuiProxy: pulumi.String("string"),
FgtGuiProxyPort: pulumi.Float64(0),
FirmwareUpgradeCheck: pulumi.String("string"),
FswIgnorePlatformCheck: pulumi.String("string"),
GuiTheme: pulumi.String("string"),
HttpPort: pulumi.Float64(0),
HttpsPort: pulumi.Float64(0),
IdleTimeout: pulumi.Float64(0),
IdleTimeoutApi: pulumi.Float64(0),
IdleTimeoutGui: pulumi.Float64(0),
IdleTimeoutSso: pulumi.Float64(0),
InstallIfpolicyOnly: pulumi.String("string"),
MgmtAddr: pulumi.String("string"),
MgmtFqdn: pulumi.String("string"),
ObjectsForceDeletion: pulumi.String("string"),
OfflineMode: pulumi.String("string"),
PreferredFgfmIntf: pulumi.String("string"),
RegisterPasswds: pulumi.StringArray{
pulumi.String("string"),
},
RtmMaxMonitorByDays: pulumi.Float64(0),
RtmTempFileLimit: pulumi.Float64(0),
SdwanMonitorHistory: pulumi.String("string"),
SdwanSkipUnmappedInputDevice: pulumi.String("string"),
ShellAccess: pulumi.String("string"),
ShellPasswords: pulumi.StringArray{
pulumi.String("string"),
},
ShowAddMultiple: pulumi.String("string"),
ShowAdomDevman: pulumi.String("string"),
ShowAutomaticScript: pulumi.String("string"),
ShowCheckboxInTable: pulumi.String("string"),
ShowDeviceImportExport: pulumi.String("string"),
ShowFctManager: pulumi.String("string"),
ShowGroupingScript: pulumi.String("string"),
ShowHostname: pulumi.String("string"),
ShowScheduleScript: pulumi.String("string"),
ShowTclScript: pulumi.String("string"),
SystemAdminSettingId: pulumi.String("string"),
TrafficShapingHistory: pulumi.String("string"),
UnregDevOpt: pulumi.String("string"),
WebadminLanguage: pulumi.String("string"),
})
var systemAdminSettingResource = new SystemAdminSetting("systemAdminSettingResource", SystemAdminSettingArgs.builder()
.accessBanner("string")
.adminHttpsRedirect("string")
.adminLoginMax(0)
.adminServerCert("string")
.allowRegister("string")
.authAddr("string")
.authPort(0)
.autoUpdate("string")
.bannerMessage("string")
.centralFtgdLocalCatId("string")
.chassisMgmt("string")
.chassisUpdateInterval(0)
.deviceSyncStatus("string")
.fgtGuiProxy("string")
.fgtGuiProxyPort(0)
.firmwareUpgradeCheck("string")
.fswIgnorePlatformCheck("string")
.guiTheme("string")
.httpPort(0)
.httpsPort(0)
.idleTimeout(0)
.idleTimeoutApi(0)
.idleTimeoutGui(0)
.idleTimeoutSso(0)
.installIfpolicyOnly("string")
.mgmtAddr("string")
.mgmtFqdn("string")
.objectsForceDeletion("string")
.offlineMode("string")
.preferredFgfmIntf("string")
.registerPasswds("string")
.rtmMaxMonitorByDays(0)
.rtmTempFileLimit(0)
.sdwanMonitorHistory("string")
.sdwanSkipUnmappedInputDevice("string")
.shellAccess("string")
.shellPasswords("string")
.showAddMultiple("string")
.showAdomDevman("string")
.showAutomaticScript("string")
.showCheckboxInTable("string")
.showDeviceImportExport("string")
.showFctManager("string")
.showGroupingScript("string")
.showHostname("string")
.showScheduleScript("string")
.showTclScript("string")
.systemAdminSettingId("string")
.trafficShapingHistory("string")
.unregDevOpt("string")
.webadminLanguage("string")
.build());
system_admin_setting_resource = fortimanager.SystemAdminSetting("systemAdminSettingResource",
access_banner="string",
admin_https_redirect="string",
admin_login_max=0,
admin_server_cert="string",
allow_register="string",
auth_addr="string",
auth_port=0,
auto_update="string",
banner_message="string",
central_ftgd_local_cat_id="string",
chassis_mgmt="string",
chassis_update_interval=0,
device_sync_status="string",
fgt_gui_proxy="string",
fgt_gui_proxy_port=0,
firmware_upgrade_check="string",
fsw_ignore_platform_check="string",
gui_theme="string",
http_port=0,
https_port=0,
idle_timeout=0,
idle_timeout_api=0,
idle_timeout_gui=0,
idle_timeout_sso=0,
install_ifpolicy_only="string",
mgmt_addr="string",
mgmt_fqdn="string",
objects_force_deletion="string",
offline_mode="string",
preferred_fgfm_intf="string",
register_passwds=["string"],
rtm_max_monitor_by_days=0,
rtm_temp_file_limit=0,
sdwan_monitor_history="string",
sdwan_skip_unmapped_input_device="string",
shell_access="string",
shell_passwords=["string"],
show_add_multiple="string",
show_adom_devman="string",
show_automatic_script="string",
show_checkbox_in_table="string",
show_device_import_export="string",
show_fct_manager="string",
show_grouping_script="string",
show_hostname="string",
show_schedule_script="string",
show_tcl_script="string",
system_admin_setting_id="string",
traffic_shaping_history="string",
unreg_dev_opt="string",
webadmin_language="string")
const systemAdminSettingResource = new fortimanager.SystemAdminSetting("systemAdminSettingResource", {
accessBanner: "string",
adminHttpsRedirect: "string",
adminLoginMax: 0,
adminServerCert: "string",
allowRegister: "string",
authAddr: "string",
authPort: 0,
autoUpdate: "string",
bannerMessage: "string",
centralFtgdLocalCatId: "string",
chassisMgmt: "string",
chassisUpdateInterval: 0,
deviceSyncStatus: "string",
fgtGuiProxy: "string",
fgtGuiProxyPort: 0,
firmwareUpgradeCheck: "string",
fswIgnorePlatformCheck: "string",
guiTheme: "string",
httpPort: 0,
httpsPort: 0,
idleTimeout: 0,
idleTimeoutApi: 0,
idleTimeoutGui: 0,
idleTimeoutSso: 0,
installIfpolicyOnly: "string",
mgmtAddr: "string",
mgmtFqdn: "string",
objectsForceDeletion: "string",
offlineMode: "string",
preferredFgfmIntf: "string",
registerPasswds: ["string"],
rtmMaxMonitorByDays: 0,
rtmTempFileLimit: 0,
sdwanMonitorHistory: "string",
sdwanSkipUnmappedInputDevice: "string",
shellAccess: "string",
shellPasswords: ["string"],
showAddMultiple: "string",
showAdomDevman: "string",
showAutomaticScript: "string",
showCheckboxInTable: "string",
showDeviceImportExport: "string",
showFctManager: "string",
showGroupingScript: "string",
showHostname: "string",
showScheduleScript: "string",
showTclScript: "string",
systemAdminSettingId: "string",
trafficShapingHistory: "string",
unregDevOpt: "string",
webadminLanguage: "string",
});
type: fortimanager:SystemAdminSetting
properties:
accessBanner: string
adminHttpsRedirect: string
adminLoginMax: 0
adminServerCert: string
allowRegister: string
authAddr: string
authPort: 0
autoUpdate: string
bannerMessage: string
centralFtgdLocalCatId: string
chassisMgmt: string
chassisUpdateInterval: 0
deviceSyncStatus: string
fgtGuiProxy: string
fgtGuiProxyPort: 0
firmwareUpgradeCheck: string
fswIgnorePlatformCheck: string
guiTheme: string
httpPort: 0
httpsPort: 0
idleTimeout: 0
idleTimeoutApi: 0
idleTimeoutGui: 0
idleTimeoutSso: 0
installIfpolicyOnly: string
mgmtAddr: string
mgmtFqdn: string
objectsForceDeletion: string
offlineMode: string
preferredFgfmIntf: string
registerPasswds:
- string
rtmMaxMonitorByDays: 0
rtmTempFileLimit: 0
sdwanMonitorHistory: string
sdwanSkipUnmappedInputDevice: string
shellAccess: string
shellPasswords:
- string
showAddMultiple: string
showAdomDevman: string
showAutomaticScript: string
showCheckboxInTable: string
showDeviceImportExport: string
showFctManager: string
showGroupingScript: string
showHostname: string
showScheduleScript: string
showTclScript: string
systemAdminSettingId: string
trafficShapingHistory: string
unregDevOpt: string
webadminLanguage: string
SystemAdminSetting Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The SystemAdminSetting resource accepts the following input properties:
- string
- Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Admin
Https stringRedirect - Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Admin
Login doubleMax - Maximum number admin users logged in at one time (1 - 256).
- Admin
Server stringCert - HTTPS & Web Service server certificate.
- Allow
Register string - Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Auth
Addr string - IP which is used by FGT to authorize FMG.
- Auth
Port double - Port which is used by FGT to authorize FMG.
- Auto
Update string - Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values:
disable
,enable
. - string
- Banner message.
- Central
Ftgd stringLocal Cat Id - Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Chassis
Mgmt string - Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Chassis
Update doubleInterval - Chassis background update interval (4 - 1440 mins).
- Device
Sync stringStatus - Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Fgt
Gui stringProxy - Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Fgt
Gui doubleProxy Port - FortiGate GUI proxy port.
- Firmware
Upgrade stringCheck - Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Fsw
Ignore stringPlatform Check - Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Gui
Theme string - Color scheme to use for the administration GUI. blue - Blueberry green - Kiwi red - Cherry melongene - Plum spring - Spring summer - Summer autumn - Autumn winter - Winter space - Space calla-lily - Calla Lily binary-tunnel - Binary Tunnel diving - Diving dreamy - Dreamy technology - Technology landscape - Landscape twilight - Twilight canyon - Canyon northern-light - Northern Light astronomy - Astronomy fish - Fish penguin - Penguin mountain - Mountain polar-bear - Polar Bear parrot - Parrot cave - Cave zebra - Zebra contrast-dark - High Contrast Dark Valid values:
blue
,green
,red
,melongene
,spring
,summer
,autumn
,winter
,space
,calla-lily
,binary-tunnel
,diving
,dreamy
,technology
,landscape
,twilight
,canyon
,northern-light
,astronomy
,fish
,penguin
,mountain
,polar-bear
,parrot
,cave
,zebra
,contrast-dark
. - Http
Port double - HTTP port.
- Https
Port double - HTTPS port.
- Idle
Timeout double - Idle timeout (1 - 480 min).
- Idle
Timeout doubleApi - Idle timeout for API sessions (1 - 28800 sec).
- Idle
Timeout doubleGui - Idle timeout for GUI sessions (60 - 28800 sec).
- Idle
Timeout doubleSso - Idle timeout for SSO sessions (60 - 28800 sec).
- Install
Ifpolicy stringOnly - Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Mgmt
Addr string - IP of FortiManager used by FGFM.
- Mgmt
Fqdn string - FQDN of FortiManager used by FGFM.
- Objects
Force stringDeletion - Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Offline
Mode string - Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values:
disable
,enable
. - Preferred
Fgfm stringIntf - Preferred interface for FGFM connection.
- Register
Passwds List<string> - Password for register a device.
- Rtm
Max doubleMonitor By Days - Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
- Rtm
Temp doubleFile Limit - Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
- Sdwan
Monitor stringHistory - Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Sdwan
Skip stringUnmapped Input Device - Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Shell
Access string - Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Shell
Passwords List<string> - Password for shell access.
- Show
Add stringMultiple - Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Adom stringDevman - Show ADOM device manager tools on GUI. disable - Hide device manager tools on GUI. enable - Show device manager tools on GUI. Valid values:
disable
,enable
. - Show
Automatic stringScript - Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - Show
Checkbox stringIn Table - Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Device stringImport Export - Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Fct stringManager - Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Grouping stringScript - Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - Show
Hostname string - Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Schedule stringScript - Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - Show
Tcl stringScript - Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - System
Admin stringSetting Id - an identifier for the resource.
- Traffic
Shaping stringHistory - Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Unreg
Dev stringOpt - Action to take when unregistered device connects to FortiManager. add_no_service - Add unregistered devices but deny service requests. ignore - Ignore unregistered devices. add_allow_service - Add unregistered devices and allow service requests. Valid values:
add_no_service
,ignore
,add_allow_service
. - Webadmin
Language string - Web admin language. auto_detect - Automatically detect language. english - English. simplified_chinese - Simplified Chinese. traditional_chinese - Traditional Chinese. japanese - Japanese. korean - Korean. spanish - Spanish. Valid values:
auto_detect
,english
,simplified_chinese
,traditional_chinese
,japanese
,korean
,spanish
.
- string
- Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Admin
Https stringRedirect - Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Admin
Login float64Max - Maximum number admin users logged in at one time (1 - 256).
- Admin
Server stringCert - HTTPS & Web Service server certificate.
- Allow
Register string - Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Auth
Addr string - IP which is used by FGT to authorize FMG.
- Auth
Port float64 - Port which is used by FGT to authorize FMG.
- Auto
Update string - Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values:
disable
,enable
. - string
- Banner message.
- Central
Ftgd stringLocal Cat Id - Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Chassis
Mgmt string - Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Chassis
Update float64Interval - Chassis background update interval (4 - 1440 mins).
- Device
Sync stringStatus - Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Fgt
Gui stringProxy - Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Fgt
Gui float64Proxy Port - FortiGate GUI proxy port.
- Firmware
Upgrade stringCheck - Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Fsw
Ignore stringPlatform Check - Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Gui
Theme string - Color scheme to use for the administration GUI. blue - Blueberry green - Kiwi red - Cherry melongene - Plum spring - Spring summer - Summer autumn - Autumn winter - Winter space - Space calla-lily - Calla Lily binary-tunnel - Binary Tunnel diving - Diving dreamy - Dreamy technology - Technology landscape - Landscape twilight - Twilight canyon - Canyon northern-light - Northern Light astronomy - Astronomy fish - Fish penguin - Penguin mountain - Mountain polar-bear - Polar Bear parrot - Parrot cave - Cave zebra - Zebra contrast-dark - High Contrast Dark Valid values:
blue
,green
,red
,melongene
,spring
,summer
,autumn
,winter
,space
,calla-lily
,binary-tunnel
,diving
,dreamy
,technology
,landscape
,twilight
,canyon
,northern-light
,astronomy
,fish
,penguin
,mountain
,polar-bear
,parrot
,cave
,zebra
,contrast-dark
. - Http
Port float64 - HTTP port.
- Https
Port float64 - HTTPS port.
- Idle
Timeout float64 - Idle timeout (1 - 480 min).
- Idle
Timeout float64Api - Idle timeout for API sessions (1 - 28800 sec).
- Idle
Timeout float64Gui - Idle timeout for GUI sessions (60 - 28800 sec).
- Idle
Timeout float64Sso - Idle timeout for SSO sessions (60 - 28800 sec).
- Install
Ifpolicy stringOnly - Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Mgmt
Addr string - IP of FortiManager used by FGFM.
- Mgmt
Fqdn string - FQDN of FortiManager used by FGFM.
- Objects
Force stringDeletion - Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Offline
Mode string - Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values:
disable
,enable
. - Preferred
Fgfm stringIntf - Preferred interface for FGFM connection.
- Register
Passwds []string - Password for register a device.
- Rtm
Max float64Monitor By Days - Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
- Rtm
Temp float64File Limit - Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
- Sdwan
Monitor stringHistory - Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Sdwan
Skip stringUnmapped Input Device - Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Shell
Access string - Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Shell
Passwords []string - Password for shell access.
- Show
Add stringMultiple - Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Adom stringDevman - Show ADOM device manager tools on GUI. disable - Hide device manager tools on GUI. enable - Show device manager tools on GUI. Valid values:
disable
,enable
. - Show
Automatic stringScript - Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - Show
Checkbox stringIn Table - Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Device stringImport Export - Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Fct stringManager - Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Grouping stringScript - Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - Show
Hostname string - Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Schedule stringScript - Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - Show
Tcl stringScript - Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - System
Admin stringSetting Id - an identifier for the resource.
- Traffic
Shaping stringHistory - Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Unreg
Dev stringOpt - Action to take when unregistered device connects to FortiManager. add_no_service - Add unregistered devices but deny service requests. ignore - Ignore unregistered devices. add_allow_service - Add unregistered devices and allow service requests. Valid values:
add_no_service
,ignore
,add_allow_service
. - Webadmin
Language string - Web admin language. auto_detect - Automatically detect language. english - English. simplified_chinese - Simplified Chinese. traditional_chinese - Traditional Chinese. japanese - Japanese. korean - Korean. spanish - Spanish. Valid values:
auto_detect
,english
,simplified_chinese
,traditional_chinese
,japanese
,korean
,spanish
.
- String
- Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - admin
Https StringRedirect - Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - admin
Login DoubleMax - Maximum number admin users logged in at one time (1 - 256).
- admin
Server StringCert - HTTPS & Web Service server certificate.
- allow
Register String - Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - auth
Addr String - IP which is used by FGT to authorize FMG.
- auth
Port Double - Port which is used by FGT to authorize FMG.
- auto
Update String - Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values:
disable
,enable
. - String
- Banner message.
- central
Ftgd StringLocal Cat Id - Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - chassis
Mgmt String - Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - chassis
Update DoubleInterval - Chassis background update interval (4 - 1440 mins).
- device
Sync StringStatus - Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fgt
Gui StringProxy - Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fgt
Gui DoubleProxy Port - FortiGate GUI proxy port.
- firmware
Upgrade StringCheck - Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fsw
Ignore StringPlatform Check - Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - gui
Theme String - Color scheme to use for the administration GUI. blue - Blueberry green - Kiwi red - Cherry melongene - Plum spring - Spring summer - Summer autumn - Autumn winter - Winter space - Space calla-lily - Calla Lily binary-tunnel - Binary Tunnel diving - Diving dreamy - Dreamy technology - Technology landscape - Landscape twilight - Twilight canyon - Canyon northern-light - Northern Light astronomy - Astronomy fish - Fish penguin - Penguin mountain - Mountain polar-bear - Polar Bear parrot - Parrot cave - Cave zebra - Zebra contrast-dark - High Contrast Dark Valid values:
blue
,green
,red
,melongene
,spring
,summer
,autumn
,winter
,space
,calla-lily
,binary-tunnel
,diving
,dreamy
,technology
,landscape
,twilight
,canyon
,northern-light
,astronomy
,fish
,penguin
,mountain
,polar-bear
,parrot
,cave
,zebra
,contrast-dark
. - http
Port Double - HTTP port.
- https
Port Double - HTTPS port.
- idle
Timeout Double - Idle timeout (1 - 480 min).
- idle
Timeout DoubleApi - Idle timeout for API sessions (1 - 28800 sec).
- idle
Timeout DoubleGui - Idle timeout for GUI sessions (60 - 28800 sec).
- idle
Timeout DoubleSso - Idle timeout for SSO sessions (60 - 28800 sec).
- install
Ifpolicy StringOnly - Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - mgmt
Addr String - IP of FortiManager used by FGFM.
- mgmt
Fqdn String - FQDN of FortiManager used by FGFM.
- objects
Force StringDeletion - Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - offline
Mode String - Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values:
disable
,enable
. - preferred
Fgfm StringIntf - Preferred interface for FGFM connection.
- register
Passwds List<String> - Password for register a device.
- rtm
Max DoubleMonitor By Days - Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
- rtm
Temp DoubleFile Limit - Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
- sdwan
Monitor StringHistory - Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - sdwan
Skip StringUnmapped Input Device - Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - shell
Access String - Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - shell
Passwords List<String> - Password for shell access.
- show
Add StringMultiple - Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Adom StringDevman - Show ADOM device manager tools on GUI. disable - Hide device manager tools on GUI. enable - Show device manager tools on GUI. Valid values:
disable
,enable
. - show
Automatic StringScript - Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show
Checkbox StringIn Table - Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Device StringImport Export - Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Fct StringManager - Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Grouping StringScript - Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show
Hostname String - Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Schedule StringScript - Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show
Tcl StringScript - Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - system
Admin StringSetting Id - an identifier for the resource.
- traffic
Shaping StringHistory - Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - unreg
Dev StringOpt - Action to take when unregistered device connects to FortiManager. add_no_service - Add unregistered devices but deny service requests. ignore - Ignore unregistered devices. add_allow_service - Add unregistered devices and allow service requests. Valid values:
add_no_service
,ignore
,add_allow_service
. - webadmin
Language String - Web admin language. auto_detect - Automatically detect language. english - English. simplified_chinese - Simplified Chinese. traditional_chinese - Traditional Chinese. japanese - Japanese. korean - Korean. spanish - Spanish. Valid values:
auto_detect
,english
,simplified_chinese
,traditional_chinese
,japanese
,korean
,spanish
.
- string
- Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - admin
Https stringRedirect - Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - admin
Login numberMax - Maximum number admin users logged in at one time (1 - 256).
- admin
Server stringCert - HTTPS & Web Service server certificate.
- allow
Register string - Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - auth
Addr string - IP which is used by FGT to authorize FMG.
- auth
Port number - Port which is used by FGT to authorize FMG.
- auto
Update string - Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values:
disable
,enable
. - string
- Banner message.
- central
Ftgd stringLocal Cat Id - Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - chassis
Mgmt string - Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - chassis
Update numberInterval - Chassis background update interval (4 - 1440 mins).
- device
Sync stringStatus - Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fgt
Gui stringProxy - Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fgt
Gui numberProxy Port - FortiGate GUI proxy port.
- firmware
Upgrade stringCheck - Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fsw
Ignore stringPlatform Check - Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - gui
Theme string - Color scheme to use for the administration GUI. blue - Blueberry green - Kiwi red - Cherry melongene - Plum spring - Spring summer - Summer autumn - Autumn winter - Winter space - Space calla-lily - Calla Lily binary-tunnel - Binary Tunnel diving - Diving dreamy - Dreamy technology - Technology landscape - Landscape twilight - Twilight canyon - Canyon northern-light - Northern Light astronomy - Astronomy fish - Fish penguin - Penguin mountain - Mountain polar-bear - Polar Bear parrot - Parrot cave - Cave zebra - Zebra contrast-dark - High Contrast Dark Valid values:
blue
,green
,red
,melongene
,spring
,summer
,autumn
,winter
,space
,calla-lily
,binary-tunnel
,diving
,dreamy
,technology
,landscape
,twilight
,canyon
,northern-light
,astronomy
,fish
,penguin
,mountain
,polar-bear
,parrot
,cave
,zebra
,contrast-dark
. - http
Port number - HTTP port.
- https
Port number - HTTPS port.
- idle
Timeout number - Idle timeout (1 - 480 min).
- idle
Timeout numberApi - Idle timeout for API sessions (1 - 28800 sec).
- idle
Timeout numberGui - Idle timeout for GUI sessions (60 - 28800 sec).
- idle
Timeout numberSso - Idle timeout for SSO sessions (60 - 28800 sec).
- install
Ifpolicy stringOnly - Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - mgmt
Addr string - IP of FortiManager used by FGFM.
- mgmt
Fqdn string - FQDN of FortiManager used by FGFM.
- objects
Force stringDeletion - Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - offline
Mode string - Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values:
disable
,enable
. - preferred
Fgfm stringIntf - Preferred interface for FGFM connection.
- register
Passwds string[] - Password for register a device.
- rtm
Max numberMonitor By Days - Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
- rtm
Temp numberFile Limit - Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
- sdwan
Monitor stringHistory - Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - sdwan
Skip stringUnmapped Input Device - Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - shell
Access string - Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - shell
Passwords string[] - Password for shell access.
- show
Add stringMultiple - Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Adom stringDevman - Show ADOM device manager tools on GUI. disable - Hide device manager tools on GUI. enable - Show device manager tools on GUI. Valid values:
disable
,enable
. - show
Automatic stringScript - Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show
Checkbox stringIn Table - Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Device stringImport Export - Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Fct stringManager - Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Grouping stringScript - Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show
Hostname string - Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Schedule stringScript - Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show
Tcl stringScript - Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - system
Admin stringSetting Id - an identifier for the resource.
- traffic
Shaping stringHistory - Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - unreg
Dev stringOpt - Action to take when unregistered device connects to FortiManager. add_no_service - Add unregistered devices but deny service requests. ignore - Ignore unregistered devices. add_allow_service - Add unregistered devices and allow service requests. Valid values:
add_no_service
,ignore
,add_allow_service
. - webadmin
Language string - Web admin language. auto_detect - Automatically detect language. english - English. simplified_chinese - Simplified Chinese. traditional_chinese - Traditional Chinese. japanese - Japanese. korean - Korean. spanish - Spanish. Valid values:
auto_detect
,english
,simplified_chinese
,traditional_chinese
,japanese
,korean
,spanish
.
- str
- Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - admin_
https_ strredirect - Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - admin_
login_ floatmax - Maximum number admin users logged in at one time (1 - 256).
- admin_
server_ strcert - HTTPS & Web Service server certificate.
- allow_
register str - Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - auth_
addr str - IP which is used by FGT to authorize FMG.
- auth_
port float - Port which is used by FGT to authorize FMG.
- auto_
update str - Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values:
disable
,enable
. - str
- Banner message.
- central_
ftgd_ strlocal_ cat_ id - Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - chassis_
mgmt str - Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - chassis_
update_ floatinterval - Chassis background update interval (4 - 1440 mins).
- device_
sync_ strstatus - Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fgt_
gui_ strproxy - Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fgt_
gui_ floatproxy_ port - FortiGate GUI proxy port.
- firmware_
upgrade_ strcheck - Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fsw_
ignore_ strplatform_ check - Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - gui_
theme str - Color scheme to use for the administration GUI. blue - Blueberry green - Kiwi red - Cherry melongene - Plum spring - Spring summer - Summer autumn - Autumn winter - Winter space - Space calla-lily - Calla Lily binary-tunnel - Binary Tunnel diving - Diving dreamy - Dreamy technology - Technology landscape - Landscape twilight - Twilight canyon - Canyon northern-light - Northern Light astronomy - Astronomy fish - Fish penguin - Penguin mountain - Mountain polar-bear - Polar Bear parrot - Parrot cave - Cave zebra - Zebra contrast-dark - High Contrast Dark Valid values:
blue
,green
,red
,melongene
,spring
,summer
,autumn
,winter
,space
,calla-lily
,binary-tunnel
,diving
,dreamy
,technology
,landscape
,twilight
,canyon
,northern-light
,astronomy
,fish
,penguin
,mountain
,polar-bear
,parrot
,cave
,zebra
,contrast-dark
. - http_
port float - HTTP port.
- https_
port float - HTTPS port.
- idle_
timeout float - Idle timeout (1 - 480 min).
- idle_
timeout_ floatapi - Idle timeout for API sessions (1 - 28800 sec).
- idle_
timeout_ floatgui - Idle timeout for GUI sessions (60 - 28800 sec).
- idle_
timeout_ floatsso - Idle timeout for SSO sessions (60 - 28800 sec).
- install_
ifpolicy_ stronly - Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - mgmt_
addr str - IP of FortiManager used by FGFM.
- mgmt_
fqdn str - FQDN of FortiManager used by FGFM.
- objects_
force_ strdeletion - Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - offline_
mode str - Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values:
disable
,enable
. - preferred_
fgfm_ strintf - Preferred interface for FGFM connection.
- register_
passwds Sequence[str] - Password for register a device.
- rtm_
max_ floatmonitor_ by_ days - Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
- rtm_
temp_ floatfile_ limit - Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
- sdwan_
monitor_ strhistory - Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - sdwan_
skip_ strunmapped_ input_ device - Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - shell_
access str - Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - shell_
passwords Sequence[str] - Password for shell access.
- show_
add_ strmultiple - Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show_
adom_ strdevman - Show ADOM device manager tools on GUI. disable - Hide device manager tools on GUI. enable - Show device manager tools on GUI. Valid values:
disable
,enable
. - show_
automatic_ strscript - Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show_
checkbox_ strin_ table - Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show_
device_ strimport_ export - Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show_
fct_ strmanager - Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show_
grouping_ strscript - Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show_
hostname str - Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show_
schedule_ strscript - Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show_
tcl_ strscript - Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - system_
admin_ strsetting_ id - an identifier for the resource.
- traffic_
shaping_ strhistory - Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - unreg_
dev_ stropt - Action to take when unregistered device connects to FortiManager. add_no_service - Add unregistered devices but deny service requests. ignore - Ignore unregistered devices. add_allow_service - Add unregistered devices and allow service requests. Valid values:
add_no_service
,ignore
,add_allow_service
. - webadmin_
language str - Web admin language. auto_detect - Automatically detect language. english - English. simplified_chinese - Simplified Chinese. traditional_chinese - Traditional Chinese. japanese - Japanese. korean - Korean. spanish - Spanish. Valid values:
auto_detect
,english
,simplified_chinese
,traditional_chinese
,japanese
,korean
,spanish
.
- String
- Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - admin
Https StringRedirect - Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - admin
Login NumberMax - Maximum number admin users logged in at one time (1 - 256).
- admin
Server StringCert - HTTPS & Web Service server certificate.
- allow
Register String - Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - auth
Addr String - IP which is used by FGT to authorize FMG.
- auth
Port Number - Port which is used by FGT to authorize FMG.
- auto
Update String - Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values:
disable
,enable
. - String
- Banner message.
- central
Ftgd StringLocal Cat Id - Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - chassis
Mgmt String - Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - chassis
Update NumberInterval - Chassis background update interval (4 - 1440 mins).
- device
Sync StringStatus - Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fgt
Gui StringProxy - Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fgt
Gui NumberProxy Port - FortiGate GUI proxy port.
- firmware
Upgrade StringCheck - Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fsw
Ignore StringPlatform Check - Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - gui
Theme String - Color scheme to use for the administration GUI. blue - Blueberry green - Kiwi red - Cherry melongene - Plum spring - Spring summer - Summer autumn - Autumn winter - Winter space - Space calla-lily - Calla Lily binary-tunnel - Binary Tunnel diving - Diving dreamy - Dreamy technology - Technology landscape - Landscape twilight - Twilight canyon - Canyon northern-light - Northern Light astronomy - Astronomy fish - Fish penguin - Penguin mountain - Mountain polar-bear - Polar Bear parrot - Parrot cave - Cave zebra - Zebra contrast-dark - High Contrast Dark Valid values:
blue
,green
,red
,melongene
,spring
,summer
,autumn
,winter
,space
,calla-lily
,binary-tunnel
,diving
,dreamy
,technology
,landscape
,twilight
,canyon
,northern-light
,astronomy
,fish
,penguin
,mountain
,polar-bear
,parrot
,cave
,zebra
,contrast-dark
. - http
Port Number - HTTP port.
- https
Port Number - HTTPS port.
- idle
Timeout Number - Idle timeout (1 - 480 min).
- idle
Timeout NumberApi - Idle timeout for API sessions (1 - 28800 sec).
- idle
Timeout NumberGui - Idle timeout for GUI sessions (60 - 28800 sec).
- idle
Timeout NumberSso - Idle timeout for SSO sessions (60 - 28800 sec).
- install
Ifpolicy StringOnly - Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - mgmt
Addr String - IP of FortiManager used by FGFM.
- mgmt
Fqdn String - FQDN of FortiManager used by FGFM.
- objects
Force StringDeletion - Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - offline
Mode String - Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values:
disable
,enable
. - preferred
Fgfm StringIntf - Preferred interface for FGFM connection.
- register
Passwds List<String> - Password for register a device.
- rtm
Max NumberMonitor By Days - Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
- rtm
Temp NumberFile Limit - Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
- sdwan
Monitor StringHistory - Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - sdwan
Skip StringUnmapped Input Device - Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - shell
Access String - Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - shell
Passwords List<String> - Password for shell access.
- show
Add StringMultiple - Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Adom StringDevman - Show ADOM device manager tools on GUI. disable - Hide device manager tools on GUI. enable - Show device manager tools on GUI. Valid values:
disable
,enable
. - show
Automatic StringScript - Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show
Checkbox StringIn Table - Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Device StringImport Export - Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Fct StringManager - Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Grouping StringScript - Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show
Hostname String - Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Schedule StringScript - Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show
Tcl StringScript - Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - system
Admin StringSetting Id - an identifier for the resource.
- traffic
Shaping StringHistory - Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - unreg
Dev StringOpt - Action to take when unregistered device connects to FortiManager. add_no_service - Add unregistered devices but deny service requests. ignore - Ignore unregistered devices. add_allow_service - Add unregistered devices and allow service requests. Valid values:
add_no_service
,ignore
,add_allow_service
. - webadmin
Language String - Web admin language. auto_detect - Automatically detect language. english - English. simplified_chinese - Simplified Chinese. traditional_chinese - Traditional Chinese. japanese - Japanese. korean - Korean. spanish - Spanish. Valid values:
auto_detect
,english
,simplified_chinese
,traditional_chinese
,japanese
,korean
,spanish
.
Outputs
All input properties are implicitly available as output properties. Additionally, the SystemAdminSetting resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing SystemAdminSetting Resource
Get an existing SystemAdminSetting resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: SystemAdminSettingState, opts?: CustomResourceOptions): SystemAdminSetting
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
access_banner: Optional[str] = None,
admin_https_redirect: Optional[str] = None,
admin_login_max: Optional[float] = None,
admin_server_cert: Optional[str] = None,
allow_register: Optional[str] = None,
auth_addr: Optional[str] = None,
auth_port: Optional[float] = None,
auto_update: Optional[str] = None,
banner_message: Optional[str] = None,
central_ftgd_local_cat_id: Optional[str] = None,
chassis_mgmt: Optional[str] = None,
chassis_update_interval: Optional[float] = None,
device_sync_status: Optional[str] = None,
fgt_gui_proxy: Optional[str] = None,
fgt_gui_proxy_port: Optional[float] = None,
firmware_upgrade_check: Optional[str] = None,
fsw_ignore_platform_check: Optional[str] = None,
gui_theme: Optional[str] = None,
http_port: Optional[float] = None,
https_port: Optional[float] = None,
idle_timeout: Optional[float] = None,
idle_timeout_api: Optional[float] = None,
idle_timeout_gui: Optional[float] = None,
idle_timeout_sso: Optional[float] = None,
install_ifpolicy_only: Optional[str] = None,
mgmt_addr: Optional[str] = None,
mgmt_fqdn: Optional[str] = None,
objects_force_deletion: Optional[str] = None,
offline_mode: Optional[str] = None,
preferred_fgfm_intf: Optional[str] = None,
register_passwds: Optional[Sequence[str]] = None,
rtm_max_monitor_by_days: Optional[float] = None,
rtm_temp_file_limit: Optional[float] = None,
sdwan_monitor_history: Optional[str] = None,
sdwan_skip_unmapped_input_device: Optional[str] = None,
shell_access: Optional[str] = None,
shell_passwords: Optional[Sequence[str]] = None,
show_add_multiple: Optional[str] = None,
show_adom_devman: Optional[str] = None,
show_automatic_script: Optional[str] = None,
show_checkbox_in_table: Optional[str] = None,
show_device_import_export: Optional[str] = None,
show_fct_manager: Optional[str] = None,
show_grouping_script: Optional[str] = None,
show_hostname: Optional[str] = None,
show_schedule_script: Optional[str] = None,
show_tcl_script: Optional[str] = None,
system_admin_setting_id: Optional[str] = None,
traffic_shaping_history: Optional[str] = None,
unreg_dev_opt: Optional[str] = None,
webadmin_language: Optional[str] = None) -> SystemAdminSetting
func GetSystemAdminSetting(ctx *Context, name string, id IDInput, state *SystemAdminSettingState, opts ...ResourceOption) (*SystemAdminSetting, error)
public static SystemAdminSetting Get(string name, Input<string> id, SystemAdminSettingState? state, CustomResourceOptions? opts = null)
public static SystemAdminSetting get(String name, Output<String> id, SystemAdminSettingState state, CustomResourceOptions options)
resources: _: type: fortimanager:SystemAdminSetting get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- string
- Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Admin
Https stringRedirect - Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Admin
Login doubleMax - Maximum number admin users logged in at one time (1 - 256).
- Admin
Server stringCert - HTTPS & Web Service server certificate.
- Allow
Register string - Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Auth
Addr string - IP which is used by FGT to authorize FMG.
- Auth
Port double - Port which is used by FGT to authorize FMG.
- Auto
Update string - Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values:
disable
,enable
. - string
- Banner message.
- Central
Ftgd stringLocal Cat Id - Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Chassis
Mgmt string - Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Chassis
Update doubleInterval - Chassis background update interval (4 - 1440 mins).
- Device
Sync stringStatus - Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Fgt
Gui stringProxy - Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Fgt
Gui doubleProxy Port - FortiGate GUI proxy port.
- Firmware
Upgrade stringCheck - Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Fsw
Ignore stringPlatform Check - Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Gui
Theme string - Color scheme to use for the administration GUI. blue - Blueberry green - Kiwi red - Cherry melongene - Plum spring - Spring summer - Summer autumn - Autumn winter - Winter space - Space calla-lily - Calla Lily binary-tunnel - Binary Tunnel diving - Diving dreamy - Dreamy technology - Technology landscape - Landscape twilight - Twilight canyon - Canyon northern-light - Northern Light astronomy - Astronomy fish - Fish penguin - Penguin mountain - Mountain polar-bear - Polar Bear parrot - Parrot cave - Cave zebra - Zebra contrast-dark - High Contrast Dark Valid values:
blue
,green
,red
,melongene
,spring
,summer
,autumn
,winter
,space
,calla-lily
,binary-tunnel
,diving
,dreamy
,technology
,landscape
,twilight
,canyon
,northern-light
,astronomy
,fish
,penguin
,mountain
,polar-bear
,parrot
,cave
,zebra
,contrast-dark
. - Http
Port double - HTTP port.
- Https
Port double - HTTPS port.
- Idle
Timeout double - Idle timeout (1 - 480 min).
- Idle
Timeout doubleApi - Idle timeout for API sessions (1 - 28800 sec).
- Idle
Timeout doubleGui - Idle timeout for GUI sessions (60 - 28800 sec).
- Idle
Timeout doubleSso - Idle timeout for SSO sessions (60 - 28800 sec).
- Install
Ifpolicy stringOnly - Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Mgmt
Addr string - IP of FortiManager used by FGFM.
- Mgmt
Fqdn string - FQDN of FortiManager used by FGFM.
- Objects
Force stringDeletion - Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Offline
Mode string - Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values:
disable
,enable
. - Preferred
Fgfm stringIntf - Preferred interface for FGFM connection.
- Register
Passwds List<string> - Password for register a device.
- Rtm
Max doubleMonitor By Days - Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
- Rtm
Temp doubleFile Limit - Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
- Sdwan
Monitor stringHistory - Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Sdwan
Skip stringUnmapped Input Device - Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Shell
Access string - Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Shell
Passwords List<string> - Password for shell access.
- Show
Add stringMultiple - Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Adom stringDevman - Show ADOM device manager tools on GUI. disable - Hide device manager tools on GUI. enable - Show device manager tools on GUI. Valid values:
disable
,enable
. - Show
Automatic stringScript - Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - Show
Checkbox stringIn Table - Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Device stringImport Export - Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Fct stringManager - Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Grouping stringScript - Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - Show
Hostname string - Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Schedule stringScript - Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - Show
Tcl stringScript - Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - System
Admin stringSetting Id - an identifier for the resource.
- Traffic
Shaping stringHistory - Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Unreg
Dev stringOpt - Action to take when unregistered device connects to FortiManager. add_no_service - Add unregistered devices but deny service requests. ignore - Ignore unregistered devices. add_allow_service - Add unregistered devices and allow service requests. Valid values:
add_no_service
,ignore
,add_allow_service
. - Webadmin
Language string - Web admin language. auto_detect - Automatically detect language. english - English. simplified_chinese - Simplified Chinese. traditional_chinese - Traditional Chinese. japanese - Japanese. korean - Korean. spanish - Spanish. Valid values:
auto_detect
,english
,simplified_chinese
,traditional_chinese
,japanese
,korean
,spanish
.
- string
- Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Admin
Https stringRedirect - Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Admin
Login float64Max - Maximum number admin users logged in at one time (1 - 256).
- Admin
Server stringCert - HTTPS & Web Service server certificate.
- Allow
Register string - Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Auth
Addr string - IP which is used by FGT to authorize FMG.
- Auth
Port float64 - Port which is used by FGT to authorize FMG.
- Auto
Update string - Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values:
disable
,enable
. - string
- Banner message.
- Central
Ftgd stringLocal Cat Id - Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Chassis
Mgmt string - Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Chassis
Update float64Interval - Chassis background update interval (4 - 1440 mins).
- Device
Sync stringStatus - Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Fgt
Gui stringProxy - Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Fgt
Gui float64Proxy Port - FortiGate GUI proxy port.
- Firmware
Upgrade stringCheck - Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Fsw
Ignore stringPlatform Check - Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Gui
Theme string - Color scheme to use for the administration GUI. blue - Blueberry green - Kiwi red - Cherry melongene - Plum spring - Spring summer - Summer autumn - Autumn winter - Winter space - Space calla-lily - Calla Lily binary-tunnel - Binary Tunnel diving - Diving dreamy - Dreamy technology - Technology landscape - Landscape twilight - Twilight canyon - Canyon northern-light - Northern Light astronomy - Astronomy fish - Fish penguin - Penguin mountain - Mountain polar-bear - Polar Bear parrot - Parrot cave - Cave zebra - Zebra contrast-dark - High Contrast Dark Valid values:
blue
,green
,red
,melongene
,spring
,summer
,autumn
,winter
,space
,calla-lily
,binary-tunnel
,diving
,dreamy
,technology
,landscape
,twilight
,canyon
,northern-light
,astronomy
,fish
,penguin
,mountain
,polar-bear
,parrot
,cave
,zebra
,contrast-dark
. - Http
Port float64 - HTTP port.
- Https
Port float64 - HTTPS port.
- Idle
Timeout float64 - Idle timeout (1 - 480 min).
- Idle
Timeout float64Api - Idle timeout for API sessions (1 - 28800 sec).
- Idle
Timeout float64Gui - Idle timeout for GUI sessions (60 - 28800 sec).
- Idle
Timeout float64Sso - Idle timeout for SSO sessions (60 - 28800 sec).
- Install
Ifpolicy stringOnly - Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Mgmt
Addr string - IP of FortiManager used by FGFM.
- Mgmt
Fqdn string - FQDN of FortiManager used by FGFM.
- Objects
Force stringDeletion - Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Offline
Mode string - Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values:
disable
,enable
. - Preferred
Fgfm stringIntf - Preferred interface for FGFM connection.
- Register
Passwds []string - Password for register a device.
- Rtm
Max float64Monitor By Days - Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
- Rtm
Temp float64File Limit - Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
- Sdwan
Monitor stringHistory - Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Sdwan
Skip stringUnmapped Input Device - Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Shell
Access string - Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Shell
Passwords []string - Password for shell access.
- Show
Add stringMultiple - Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Adom stringDevman - Show ADOM device manager tools on GUI. disable - Hide device manager tools on GUI. enable - Show device manager tools on GUI. Valid values:
disable
,enable
. - Show
Automatic stringScript - Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - Show
Checkbox stringIn Table - Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Device stringImport Export - Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Fct stringManager - Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Grouping stringScript - Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - Show
Hostname string - Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Show
Schedule stringScript - Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - Show
Tcl stringScript - Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - System
Admin stringSetting Id - an identifier for the resource.
- Traffic
Shaping stringHistory - Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Unreg
Dev stringOpt - Action to take when unregistered device connects to FortiManager. add_no_service - Add unregistered devices but deny service requests. ignore - Ignore unregistered devices. add_allow_service - Add unregistered devices and allow service requests. Valid values:
add_no_service
,ignore
,add_allow_service
. - Webadmin
Language string - Web admin language. auto_detect - Automatically detect language. english - English. simplified_chinese - Simplified Chinese. traditional_chinese - Traditional Chinese. japanese - Japanese. korean - Korean. spanish - Spanish. Valid values:
auto_detect
,english
,simplified_chinese
,traditional_chinese
,japanese
,korean
,spanish
.
- String
- Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - admin
Https StringRedirect - Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - admin
Login DoubleMax - Maximum number admin users logged in at one time (1 - 256).
- admin
Server StringCert - HTTPS & Web Service server certificate.
- allow
Register String - Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - auth
Addr String - IP which is used by FGT to authorize FMG.
- auth
Port Double - Port which is used by FGT to authorize FMG.
- auto
Update String - Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values:
disable
,enable
. - String
- Banner message.
- central
Ftgd StringLocal Cat Id - Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - chassis
Mgmt String - Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - chassis
Update DoubleInterval - Chassis background update interval (4 - 1440 mins).
- device
Sync StringStatus - Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fgt
Gui StringProxy - Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fgt
Gui DoubleProxy Port - FortiGate GUI proxy port.
- firmware
Upgrade StringCheck - Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fsw
Ignore StringPlatform Check - Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - gui
Theme String - Color scheme to use for the administration GUI. blue - Blueberry green - Kiwi red - Cherry melongene - Plum spring - Spring summer - Summer autumn - Autumn winter - Winter space - Space calla-lily - Calla Lily binary-tunnel - Binary Tunnel diving - Diving dreamy - Dreamy technology - Technology landscape - Landscape twilight - Twilight canyon - Canyon northern-light - Northern Light astronomy - Astronomy fish - Fish penguin - Penguin mountain - Mountain polar-bear - Polar Bear parrot - Parrot cave - Cave zebra - Zebra contrast-dark - High Contrast Dark Valid values:
blue
,green
,red
,melongene
,spring
,summer
,autumn
,winter
,space
,calla-lily
,binary-tunnel
,diving
,dreamy
,technology
,landscape
,twilight
,canyon
,northern-light
,astronomy
,fish
,penguin
,mountain
,polar-bear
,parrot
,cave
,zebra
,contrast-dark
. - http
Port Double - HTTP port.
- https
Port Double - HTTPS port.
- idle
Timeout Double - Idle timeout (1 - 480 min).
- idle
Timeout DoubleApi - Idle timeout for API sessions (1 - 28800 sec).
- idle
Timeout DoubleGui - Idle timeout for GUI sessions (60 - 28800 sec).
- idle
Timeout DoubleSso - Idle timeout for SSO sessions (60 - 28800 sec).
- install
Ifpolicy StringOnly - Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - mgmt
Addr String - IP of FortiManager used by FGFM.
- mgmt
Fqdn String - FQDN of FortiManager used by FGFM.
- objects
Force StringDeletion - Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - offline
Mode String - Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values:
disable
,enable
. - preferred
Fgfm StringIntf - Preferred interface for FGFM connection.
- register
Passwds List<String> - Password for register a device.
- rtm
Max DoubleMonitor By Days - Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
- rtm
Temp DoubleFile Limit - Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
- sdwan
Monitor StringHistory - Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - sdwan
Skip StringUnmapped Input Device - Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - shell
Access String - Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - shell
Passwords List<String> - Password for shell access.
- show
Add StringMultiple - Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Adom StringDevman - Show ADOM device manager tools on GUI. disable - Hide device manager tools on GUI. enable - Show device manager tools on GUI. Valid values:
disable
,enable
. - show
Automatic StringScript - Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show
Checkbox StringIn Table - Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Device StringImport Export - Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Fct StringManager - Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Grouping StringScript - Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show
Hostname String - Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Schedule StringScript - Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show
Tcl StringScript - Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - system
Admin StringSetting Id - an identifier for the resource.
- traffic
Shaping StringHistory - Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - unreg
Dev StringOpt - Action to take when unregistered device connects to FortiManager. add_no_service - Add unregistered devices but deny service requests. ignore - Ignore unregistered devices. add_allow_service - Add unregistered devices and allow service requests. Valid values:
add_no_service
,ignore
,add_allow_service
. - webadmin
Language String - Web admin language. auto_detect - Automatically detect language. english - English. simplified_chinese - Simplified Chinese. traditional_chinese - Traditional Chinese. japanese - Japanese. korean - Korean. spanish - Spanish. Valid values:
auto_detect
,english
,simplified_chinese
,traditional_chinese
,japanese
,korean
,spanish
.
- string
- Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - admin
Https stringRedirect - Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - admin
Login numberMax - Maximum number admin users logged in at one time (1 - 256).
- admin
Server stringCert - HTTPS & Web Service server certificate.
- allow
Register string - Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - auth
Addr string - IP which is used by FGT to authorize FMG.
- auth
Port number - Port which is used by FGT to authorize FMG.
- auto
Update string - Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values:
disable
,enable
. - string
- Banner message.
- central
Ftgd stringLocal Cat Id - Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - chassis
Mgmt string - Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - chassis
Update numberInterval - Chassis background update interval (4 - 1440 mins).
- device
Sync stringStatus - Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fgt
Gui stringProxy - Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fgt
Gui numberProxy Port - FortiGate GUI proxy port.
- firmware
Upgrade stringCheck - Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fsw
Ignore stringPlatform Check - Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - gui
Theme string - Color scheme to use for the administration GUI. blue - Blueberry green - Kiwi red - Cherry melongene - Plum spring - Spring summer - Summer autumn - Autumn winter - Winter space - Space calla-lily - Calla Lily binary-tunnel - Binary Tunnel diving - Diving dreamy - Dreamy technology - Technology landscape - Landscape twilight - Twilight canyon - Canyon northern-light - Northern Light astronomy - Astronomy fish - Fish penguin - Penguin mountain - Mountain polar-bear - Polar Bear parrot - Parrot cave - Cave zebra - Zebra contrast-dark - High Contrast Dark Valid values:
blue
,green
,red
,melongene
,spring
,summer
,autumn
,winter
,space
,calla-lily
,binary-tunnel
,diving
,dreamy
,technology
,landscape
,twilight
,canyon
,northern-light
,astronomy
,fish
,penguin
,mountain
,polar-bear
,parrot
,cave
,zebra
,contrast-dark
. - http
Port number - HTTP port.
- https
Port number - HTTPS port.
- idle
Timeout number - Idle timeout (1 - 480 min).
- idle
Timeout numberApi - Idle timeout for API sessions (1 - 28800 sec).
- idle
Timeout numberGui - Idle timeout for GUI sessions (60 - 28800 sec).
- idle
Timeout numberSso - Idle timeout for SSO sessions (60 - 28800 sec).
- install
Ifpolicy stringOnly - Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - mgmt
Addr string - IP of FortiManager used by FGFM.
- mgmt
Fqdn string - FQDN of FortiManager used by FGFM.
- objects
Force stringDeletion - Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - offline
Mode string - Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values:
disable
,enable
. - preferred
Fgfm stringIntf - Preferred interface for FGFM connection.
- register
Passwds string[] - Password for register a device.
- rtm
Max numberMonitor By Days - Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
- rtm
Temp numberFile Limit - Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
- sdwan
Monitor stringHistory - Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - sdwan
Skip stringUnmapped Input Device - Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - shell
Access string - Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - shell
Passwords string[] - Password for shell access.
- show
Add stringMultiple - Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Adom stringDevman - Show ADOM device manager tools on GUI. disable - Hide device manager tools on GUI. enable - Show device manager tools on GUI. Valid values:
disable
,enable
. - show
Automatic stringScript - Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show
Checkbox stringIn Table - Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Device stringImport Export - Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Fct stringManager - Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Grouping stringScript - Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show
Hostname string - Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Schedule stringScript - Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show
Tcl stringScript - Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - system
Admin stringSetting Id - an identifier for the resource.
- traffic
Shaping stringHistory - Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - unreg
Dev stringOpt - Action to take when unregistered device connects to FortiManager. add_no_service - Add unregistered devices but deny service requests. ignore - Ignore unregistered devices. add_allow_service - Add unregistered devices and allow service requests. Valid values:
add_no_service
,ignore
,add_allow_service
. - webadmin
Language string - Web admin language. auto_detect - Automatically detect language. english - English. simplified_chinese - Simplified Chinese. traditional_chinese - Traditional Chinese. japanese - Japanese. korean - Korean. spanish - Spanish. Valid values:
auto_detect
,english
,simplified_chinese
,traditional_chinese
,japanese
,korean
,spanish
.
- str
- Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - admin_
https_ strredirect - Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - admin_
login_ floatmax - Maximum number admin users logged in at one time (1 - 256).
- admin_
server_ strcert - HTTPS & Web Service server certificate.
- allow_
register str - Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - auth_
addr str - IP which is used by FGT to authorize FMG.
- auth_
port float - Port which is used by FGT to authorize FMG.
- auto_
update str - Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values:
disable
,enable
. - str
- Banner message.
- central_
ftgd_ strlocal_ cat_ id - Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - chassis_
mgmt str - Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - chassis_
update_ floatinterval - Chassis background update interval (4 - 1440 mins).
- device_
sync_ strstatus - Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fgt_
gui_ strproxy - Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fgt_
gui_ floatproxy_ port - FortiGate GUI proxy port.
- firmware_
upgrade_ strcheck - Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fsw_
ignore_ strplatform_ check - Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - gui_
theme str - Color scheme to use for the administration GUI. blue - Blueberry green - Kiwi red - Cherry melongene - Plum spring - Spring summer - Summer autumn - Autumn winter - Winter space - Space calla-lily - Calla Lily binary-tunnel - Binary Tunnel diving - Diving dreamy - Dreamy technology - Technology landscape - Landscape twilight - Twilight canyon - Canyon northern-light - Northern Light astronomy - Astronomy fish - Fish penguin - Penguin mountain - Mountain polar-bear - Polar Bear parrot - Parrot cave - Cave zebra - Zebra contrast-dark - High Contrast Dark Valid values:
blue
,green
,red
,melongene
,spring
,summer
,autumn
,winter
,space
,calla-lily
,binary-tunnel
,diving
,dreamy
,technology
,landscape
,twilight
,canyon
,northern-light
,astronomy
,fish
,penguin
,mountain
,polar-bear
,parrot
,cave
,zebra
,contrast-dark
. - http_
port float - HTTP port.
- https_
port float - HTTPS port.
- idle_
timeout float - Idle timeout (1 - 480 min).
- idle_
timeout_ floatapi - Idle timeout for API sessions (1 - 28800 sec).
- idle_
timeout_ floatgui - Idle timeout for GUI sessions (60 - 28800 sec).
- idle_
timeout_ floatsso - Idle timeout for SSO sessions (60 - 28800 sec).
- install_
ifpolicy_ stronly - Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - mgmt_
addr str - IP of FortiManager used by FGFM.
- mgmt_
fqdn str - FQDN of FortiManager used by FGFM.
- objects_
force_ strdeletion - Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - offline_
mode str - Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values:
disable
,enable
. - preferred_
fgfm_ strintf - Preferred interface for FGFM connection.
- register_
passwds Sequence[str] - Password for register a device.
- rtm_
max_ floatmonitor_ by_ days - Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
- rtm_
temp_ floatfile_ limit - Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
- sdwan_
monitor_ strhistory - Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - sdwan_
skip_ strunmapped_ input_ device - Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - shell_
access str - Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - shell_
passwords Sequence[str] - Password for shell access.
- show_
add_ strmultiple - Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show_
adom_ strdevman - Show ADOM device manager tools on GUI. disable - Hide device manager tools on GUI. enable - Show device manager tools on GUI. Valid values:
disable
,enable
. - show_
automatic_ strscript - Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show_
checkbox_ strin_ table - Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show_
device_ strimport_ export - Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show_
fct_ strmanager - Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show_
grouping_ strscript - Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show_
hostname str - Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show_
schedule_ strscript - Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show_
tcl_ strscript - Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - system_
admin_ strsetting_ id - an identifier for the resource.
- traffic_
shaping_ strhistory - Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - unreg_
dev_ stropt - Action to take when unregistered device connects to FortiManager. add_no_service - Add unregistered devices but deny service requests. ignore - Ignore unregistered devices. add_allow_service - Add unregistered devices and allow service requests. Valid values:
add_no_service
,ignore
,add_allow_service
. - webadmin_
language str - Web admin language. auto_detect - Automatically detect language. english - English. simplified_chinese - Simplified Chinese. traditional_chinese - Traditional Chinese. japanese - Japanese. korean - Korean. spanish - Spanish. Valid values:
auto_detect
,english
,simplified_chinese
,traditional_chinese
,japanese
,korean
,spanish
.
- String
- Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - admin
Https StringRedirect - Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - admin
Login NumberMax - Maximum number admin users logged in at one time (1 - 256).
- admin
Server StringCert - HTTPS & Web Service server certificate.
- allow
Register String - Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - auth
Addr String - IP which is used by FGT to authorize FMG.
- auth
Port Number - Port which is used by FGT to authorize FMG.
- auto
Update String - Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values:
disable
,enable
. - String
- Banner message.
- central
Ftgd StringLocal Cat Id - Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - chassis
Mgmt String - Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - chassis
Update NumberInterval - Chassis background update interval (4 - 1440 mins).
- device
Sync StringStatus - Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fgt
Gui StringProxy - Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fgt
Gui NumberProxy Port - FortiGate GUI proxy port.
- firmware
Upgrade StringCheck - Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fsw
Ignore StringPlatform Check - Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - gui
Theme String - Color scheme to use for the administration GUI. blue - Blueberry green - Kiwi red - Cherry melongene - Plum spring - Spring summer - Summer autumn - Autumn winter - Winter space - Space calla-lily - Calla Lily binary-tunnel - Binary Tunnel diving - Diving dreamy - Dreamy technology - Technology landscape - Landscape twilight - Twilight canyon - Canyon northern-light - Northern Light astronomy - Astronomy fish - Fish penguin - Penguin mountain - Mountain polar-bear - Polar Bear parrot - Parrot cave - Cave zebra - Zebra contrast-dark - High Contrast Dark Valid values:
blue
,green
,red
,melongene
,spring
,summer
,autumn
,winter
,space
,calla-lily
,binary-tunnel
,diving
,dreamy
,technology
,landscape
,twilight
,canyon
,northern-light
,astronomy
,fish
,penguin
,mountain
,polar-bear
,parrot
,cave
,zebra
,contrast-dark
. - http
Port Number - HTTP port.
- https
Port Number - HTTPS port.
- idle
Timeout Number - Idle timeout (1 - 480 min).
- idle
Timeout NumberApi - Idle timeout for API sessions (1 - 28800 sec).
- idle
Timeout NumberGui - Idle timeout for GUI sessions (60 - 28800 sec).
- idle
Timeout NumberSso - Idle timeout for SSO sessions (60 - 28800 sec).
- install
Ifpolicy StringOnly - Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - mgmt
Addr String - IP of FortiManager used by FGFM.
- mgmt
Fqdn String - FQDN of FortiManager used by FGFM.
- objects
Force StringDeletion - Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - offline
Mode String - Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values:
disable
,enable
. - preferred
Fgfm StringIntf - Preferred interface for FGFM connection.
- register
Passwds List<String> - Password for register a device.
- rtm
Max NumberMonitor By Days - Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
- rtm
Temp NumberFile Limit - Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
- sdwan
Monitor StringHistory - Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - sdwan
Skip StringUnmapped Input Device - Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - shell
Access String - Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - shell
Passwords List<String> - Password for shell access.
- show
Add StringMultiple - Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Adom StringDevman - Show ADOM device manager tools on GUI. disable - Hide device manager tools on GUI. enable - Show device manager tools on GUI. Valid values:
disable
,enable
. - show
Automatic StringScript - Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show
Checkbox StringIn Table - Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Device StringImport Export - Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Fct StringManager - Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Grouping StringScript - Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show
Hostname String - Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - show
Schedule StringScript - Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - show
Tcl StringScript - Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values:
disable
,enable
. - system
Admin StringSetting Id - an identifier for the resource.
- traffic
Shaping StringHistory - Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - unreg
Dev StringOpt - Action to take when unregistered device connects to FortiManager. add_no_service - Add unregistered devices but deny service requests. ignore - Ignore unregistered devices. add_allow_service - Add unregistered devices and allow service requests. Valid values:
add_no_service
,ignore
,add_allow_service
. - webadmin
Language String - Web admin language. auto_detect - Automatically detect language. english - English. simplified_chinese - Simplified Chinese. traditional_chinese - Traditional Chinese. japanese - Japanese. korean - Korean. spanish - Spanish. Valid values:
auto_detect
,english
,simplified_chinese
,traditional_chinese
,japanese
,korean
,spanish
.
Import
System AdminSetting can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/systemAdminSetting:SystemAdminSetting labelname SystemAdminSetting
$ unset “FORTIMANAGER_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.