1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. SystemAdminSetting
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.SystemAdminSetting

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    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:

    AccessBanner string
    Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    AdminHttpsRedirect string
    Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    AdminLoginMax double
    Maximum number admin users logged in at one time (1 - 256).
    AdminServerCert string
    HTTPS & Web Service server certificate.
    AllowRegister string
    Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    AuthAddr string
    IP which is used by FGT to authorize FMG.
    AuthPort double
    Port which is used by FGT to authorize FMG.
    AutoUpdate string
    Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values: disable, enable.
    BannerMessage string
    Banner message.
    CentralFtgdLocalCatId string
    Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ChassisMgmt string
    Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ChassisUpdateInterval double
    Chassis background update interval (4 - 1440 mins).
    DeviceSyncStatus string
    Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    FgtGuiProxy string
    Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    FgtGuiProxyPort double
    FortiGate GUI proxy port.
    FirmwareUpgradeCheck string
    Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    FswIgnorePlatformCheck string
    Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    GuiTheme 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.
    HttpPort double
    HTTP port.
    HttpsPort double
    HTTPS port.
    IdleTimeout double
    Idle timeout (1 - 480 min).
    IdleTimeoutApi double
    Idle timeout for API sessions (1 - 28800 sec).
    IdleTimeoutGui double
    Idle timeout for GUI sessions (60 - 28800 sec).
    IdleTimeoutSso double
    Idle timeout for SSO sessions (60 - 28800 sec).
    InstallIfpolicyOnly string
    Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    MgmtAddr string
    IP of FortiManager used by FGFM.
    MgmtFqdn string
    FQDN of FortiManager used by FGFM.
    ObjectsForceDeletion string
    Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    OfflineMode string
    Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values: disable, enable.
    PreferredFgfmIntf string
    Preferred interface for FGFM connection.
    RegisterPasswds List<string>
    Password for register a device.
    RtmMaxMonitorByDays double
    Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
    RtmTempFileLimit double
    Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
    SdwanMonitorHistory string
    Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    SdwanSkipUnmappedInputDevice string
    Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShellAccess string
    Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShellPasswords List<string>
    Password for shell access.
    ShowAddMultiple string
    Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowAdomDevman string
    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.
    ShowAutomaticScript string
    Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    ShowCheckboxInTable string
    Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowDeviceImportExport string
    Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowFctManager string
    Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowGroupingScript string
    Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    ShowHostname string
    Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowScheduleScript string
    Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    ShowTclScript string
    Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    SystemAdminSettingId string
    an identifier for the resource.
    TrafficShapingHistory string
    Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    UnregDevOpt string
    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.
    WebadminLanguage 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.
    AccessBanner string
    Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    AdminHttpsRedirect string
    Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    AdminLoginMax float64
    Maximum number admin users logged in at one time (1 - 256).
    AdminServerCert string
    HTTPS & Web Service server certificate.
    AllowRegister string
    Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    AuthAddr string
    IP which is used by FGT to authorize FMG.
    AuthPort float64
    Port which is used by FGT to authorize FMG.
    AutoUpdate string
    Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values: disable, enable.
    BannerMessage string
    Banner message.
    CentralFtgdLocalCatId string
    Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ChassisMgmt string
    Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ChassisUpdateInterval float64
    Chassis background update interval (4 - 1440 mins).
    DeviceSyncStatus string
    Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    FgtGuiProxy string
    Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    FgtGuiProxyPort float64
    FortiGate GUI proxy port.
    FirmwareUpgradeCheck string
    Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    FswIgnorePlatformCheck string
    Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    GuiTheme 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.
    HttpPort float64
    HTTP port.
    HttpsPort float64
    HTTPS port.
    IdleTimeout float64
    Idle timeout (1 - 480 min).
    IdleTimeoutApi float64
    Idle timeout for API sessions (1 - 28800 sec).
    IdleTimeoutGui float64
    Idle timeout for GUI sessions (60 - 28800 sec).
    IdleTimeoutSso float64
    Idle timeout for SSO sessions (60 - 28800 sec).
    InstallIfpolicyOnly string
    Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    MgmtAddr string
    IP of FortiManager used by FGFM.
    MgmtFqdn string
    FQDN of FortiManager used by FGFM.
    ObjectsForceDeletion string
    Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    OfflineMode string
    Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values: disable, enable.
    PreferredFgfmIntf string
    Preferred interface for FGFM connection.
    RegisterPasswds []string
    Password for register a device.
    RtmMaxMonitorByDays float64
    Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
    RtmTempFileLimit float64
    Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
    SdwanMonitorHistory string
    Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    SdwanSkipUnmappedInputDevice string
    Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShellAccess string
    Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShellPasswords []string
    Password for shell access.
    ShowAddMultiple string
    Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowAdomDevman string
    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.
    ShowAutomaticScript string
    Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    ShowCheckboxInTable string
    Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowDeviceImportExport string
    Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowFctManager string
    Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowGroupingScript string
    Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    ShowHostname string
    Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowScheduleScript string
    Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    ShowTclScript string
    Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    SystemAdminSettingId string
    an identifier for the resource.
    TrafficShapingHistory string
    Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    UnregDevOpt string
    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.
    WebadminLanguage 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.
    accessBanner String
    Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    adminHttpsRedirect String
    Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    adminLoginMax Double
    Maximum number admin users logged in at one time (1 - 256).
    adminServerCert String
    HTTPS & Web Service server certificate.
    allowRegister String
    Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    authAddr String
    IP which is used by FGT to authorize FMG.
    authPort Double
    Port which is used by FGT to authorize FMG.
    autoUpdate String
    Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values: disable, enable.
    bannerMessage String
    Banner message.
    centralFtgdLocalCatId String
    Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    chassisMgmt String
    Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    chassisUpdateInterval Double
    Chassis background update interval (4 - 1440 mins).
    deviceSyncStatus String
    Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fgtGuiProxy String
    Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fgtGuiProxyPort Double
    FortiGate GUI proxy port.
    firmwareUpgradeCheck String
    Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fswIgnorePlatformCheck String
    Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    guiTheme 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.
    httpPort Double
    HTTP port.
    httpsPort Double
    HTTPS port.
    idleTimeout Double
    Idle timeout (1 - 480 min).
    idleTimeoutApi Double
    Idle timeout for API sessions (1 - 28800 sec).
    idleTimeoutGui Double
    Idle timeout for GUI sessions (60 - 28800 sec).
    idleTimeoutSso Double
    Idle timeout for SSO sessions (60 - 28800 sec).
    installIfpolicyOnly String
    Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    mgmtAddr String
    IP of FortiManager used by FGFM.
    mgmtFqdn String
    FQDN of FortiManager used by FGFM.
    objectsForceDeletion String
    Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    offlineMode String
    Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values: disable, enable.
    preferredFgfmIntf String
    Preferred interface for FGFM connection.
    registerPasswds List<String>
    Password for register a device.
    rtmMaxMonitorByDays Double
    Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
    rtmTempFileLimit Double
    Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
    sdwanMonitorHistory String
    Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    sdwanSkipUnmappedInputDevice String
    Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    shellAccess String
    Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    shellPasswords List<String>
    Password for shell access.
    showAddMultiple String
    Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showAdomDevman String
    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.
    showAutomaticScript String
    Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    showCheckboxInTable String
    Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showDeviceImportExport String
    Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showFctManager String
    Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showGroupingScript String
    Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    showHostname String
    Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showScheduleScript String
    Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    showTclScript String
    Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    systemAdminSettingId String
    an identifier for the resource.
    trafficShapingHistory String
    Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    unregDevOpt String
    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.
    webadminLanguage 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.
    accessBanner string
    Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    adminHttpsRedirect string
    Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    adminLoginMax number
    Maximum number admin users logged in at one time (1 - 256).
    adminServerCert string
    HTTPS & Web Service server certificate.
    allowRegister string
    Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    authAddr string
    IP which is used by FGT to authorize FMG.
    authPort number
    Port which is used by FGT to authorize FMG.
    autoUpdate string
    Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values: disable, enable.
    bannerMessage string
    Banner message.
    centralFtgdLocalCatId string
    Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    chassisMgmt string
    Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    chassisUpdateInterval number
    Chassis background update interval (4 - 1440 mins).
    deviceSyncStatus string
    Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fgtGuiProxy string
    Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fgtGuiProxyPort number
    FortiGate GUI proxy port.
    firmwareUpgradeCheck string
    Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fswIgnorePlatformCheck string
    Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    guiTheme 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.
    httpPort number
    HTTP port.
    httpsPort number
    HTTPS port.
    idleTimeout number
    Idle timeout (1 - 480 min).
    idleTimeoutApi number
    Idle timeout for API sessions (1 - 28800 sec).
    idleTimeoutGui number
    Idle timeout for GUI sessions (60 - 28800 sec).
    idleTimeoutSso number
    Idle timeout for SSO sessions (60 - 28800 sec).
    installIfpolicyOnly string
    Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    mgmtAddr string
    IP of FortiManager used by FGFM.
    mgmtFqdn string
    FQDN of FortiManager used by FGFM.
    objectsForceDeletion string
    Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    offlineMode string
    Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values: disable, enable.
    preferredFgfmIntf string
    Preferred interface for FGFM connection.
    registerPasswds string[]
    Password for register a device.
    rtmMaxMonitorByDays number
    Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
    rtmTempFileLimit number
    Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
    sdwanMonitorHistory string
    Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    sdwanSkipUnmappedInputDevice string
    Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    shellAccess string
    Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    shellPasswords string[]
    Password for shell access.
    showAddMultiple string
    Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showAdomDevman string
    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.
    showAutomaticScript string
    Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    showCheckboxInTable string
    Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showDeviceImportExport string
    Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showFctManager string
    Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showGroupingScript string
    Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    showHostname string
    Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showScheduleScript string
    Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    showTclScript string
    Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    systemAdminSettingId string
    an identifier for the resource.
    trafficShapingHistory string
    Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    unregDevOpt string
    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.
    webadminLanguage 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.
    access_banner str
    Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    admin_https_redirect str
    Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    admin_login_max float
    Maximum number admin users logged in at one time (1 - 256).
    admin_server_cert str
    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_local_cat_id str
    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_interval float
    Chassis background update interval (4 - 1440 mins).
    device_sync_status str
    Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fgt_gui_proxy str
    Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fgt_gui_proxy_port float
    FortiGate GUI proxy port.
    firmware_upgrade_check str
    Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fsw_ignore_platform_check str
    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_api float
    Idle timeout for API sessions (1 - 28800 sec).
    idle_timeout_gui float
    Idle timeout for GUI sessions (60 - 28800 sec).
    idle_timeout_sso float
    Idle timeout for SSO sessions (60 - 28800 sec).
    install_ifpolicy_only str
    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_deletion str
    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_intf str
    Preferred interface for FGFM connection.
    register_passwds Sequence[str]
    Password for register a device.
    rtm_max_monitor_by_days float
    Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
    rtm_temp_file_limit float
    Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
    sdwan_monitor_history str
    Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    sdwan_skip_unmapped_input_device str
    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_multiple str
    Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    show_adom_devman str
    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_script str
    Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    show_checkbox_in_table str
    Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    show_device_import_export str
    Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    show_fct_manager str
    Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    show_grouping_script str
    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_script str
    Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    show_tcl_script str
    Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    system_admin_setting_id str
    an identifier for the resource.
    traffic_shaping_history str
    Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    unreg_dev_opt str
    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.
    accessBanner String
    Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    adminHttpsRedirect String
    Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    adminLoginMax Number
    Maximum number admin users logged in at one time (1 - 256).
    adminServerCert String
    HTTPS & Web Service server certificate.
    allowRegister String
    Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    authAddr String
    IP which is used by FGT to authorize FMG.
    authPort Number
    Port which is used by FGT to authorize FMG.
    autoUpdate String
    Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values: disable, enable.
    bannerMessage String
    Banner message.
    centralFtgdLocalCatId String
    Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    chassisMgmt String
    Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    chassisUpdateInterval Number
    Chassis background update interval (4 - 1440 mins).
    deviceSyncStatus String
    Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fgtGuiProxy String
    Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fgtGuiProxyPort Number
    FortiGate GUI proxy port.
    firmwareUpgradeCheck String
    Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fswIgnorePlatformCheck String
    Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    guiTheme 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.
    httpPort Number
    HTTP port.
    httpsPort Number
    HTTPS port.
    idleTimeout Number
    Idle timeout (1 - 480 min).
    idleTimeoutApi Number
    Idle timeout for API sessions (1 - 28800 sec).
    idleTimeoutGui Number
    Idle timeout for GUI sessions (60 - 28800 sec).
    idleTimeoutSso Number
    Idle timeout for SSO sessions (60 - 28800 sec).
    installIfpolicyOnly String
    Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    mgmtAddr String
    IP of FortiManager used by FGFM.
    mgmtFqdn String
    FQDN of FortiManager used by FGFM.
    objectsForceDeletion String
    Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    offlineMode String
    Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values: disable, enable.
    preferredFgfmIntf String
    Preferred interface for FGFM connection.
    registerPasswds List<String>
    Password for register a device.
    rtmMaxMonitorByDays Number
    Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
    rtmTempFileLimit Number
    Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
    sdwanMonitorHistory String
    Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    sdwanSkipUnmappedInputDevice String
    Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    shellAccess String
    Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    shellPasswords List<String>
    Password for shell access.
    showAddMultiple String
    Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showAdomDevman String
    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.
    showAutomaticScript String
    Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    showCheckboxInTable String
    Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showDeviceImportExport String
    Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showFctManager String
    Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showGroupingScript String
    Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    showHostname String
    Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showScheduleScript String
    Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    showTclScript String
    Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    systemAdminSettingId String
    an identifier for the resource.
    trafficShapingHistory String
    Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    unregDevOpt String
    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.
    webadminLanguage 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.
    The following state arguments are supported:
    AccessBanner string
    Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    AdminHttpsRedirect string
    Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    AdminLoginMax double
    Maximum number admin users logged in at one time (1 - 256).
    AdminServerCert string
    HTTPS & Web Service server certificate.
    AllowRegister string
    Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    AuthAddr string
    IP which is used by FGT to authorize FMG.
    AuthPort double
    Port which is used by FGT to authorize FMG.
    AutoUpdate string
    Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values: disable, enable.
    BannerMessage string
    Banner message.
    CentralFtgdLocalCatId string
    Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ChassisMgmt string
    Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ChassisUpdateInterval double
    Chassis background update interval (4 - 1440 mins).
    DeviceSyncStatus string
    Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    FgtGuiProxy string
    Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    FgtGuiProxyPort double
    FortiGate GUI proxy port.
    FirmwareUpgradeCheck string
    Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    FswIgnorePlatformCheck string
    Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    GuiTheme 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.
    HttpPort double
    HTTP port.
    HttpsPort double
    HTTPS port.
    IdleTimeout double
    Idle timeout (1 - 480 min).
    IdleTimeoutApi double
    Idle timeout for API sessions (1 - 28800 sec).
    IdleTimeoutGui double
    Idle timeout for GUI sessions (60 - 28800 sec).
    IdleTimeoutSso double
    Idle timeout for SSO sessions (60 - 28800 sec).
    InstallIfpolicyOnly string
    Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    MgmtAddr string
    IP of FortiManager used by FGFM.
    MgmtFqdn string
    FQDN of FortiManager used by FGFM.
    ObjectsForceDeletion string
    Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    OfflineMode string
    Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values: disable, enable.
    PreferredFgfmIntf string
    Preferred interface for FGFM connection.
    RegisterPasswds List<string>
    Password for register a device.
    RtmMaxMonitorByDays double
    Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
    RtmTempFileLimit double
    Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
    SdwanMonitorHistory string
    Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    SdwanSkipUnmappedInputDevice string
    Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShellAccess string
    Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShellPasswords List<string>
    Password for shell access.
    ShowAddMultiple string
    Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowAdomDevman string
    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.
    ShowAutomaticScript string
    Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    ShowCheckboxInTable string
    Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowDeviceImportExport string
    Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowFctManager string
    Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowGroupingScript string
    Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    ShowHostname string
    Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowScheduleScript string
    Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    ShowTclScript string
    Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    SystemAdminSettingId string
    an identifier for the resource.
    TrafficShapingHistory string
    Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    UnregDevOpt string
    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.
    WebadminLanguage 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.
    AccessBanner string
    Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    AdminHttpsRedirect string
    Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    AdminLoginMax float64
    Maximum number admin users logged in at one time (1 - 256).
    AdminServerCert string
    HTTPS & Web Service server certificate.
    AllowRegister string
    Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    AuthAddr string
    IP which is used by FGT to authorize FMG.
    AuthPort float64
    Port which is used by FGT to authorize FMG.
    AutoUpdate string
    Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values: disable, enable.
    BannerMessage string
    Banner message.
    CentralFtgdLocalCatId string
    Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ChassisMgmt string
    Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ChassisUpdateInterval float64
    Chassis background update interval (4 - 1440 mins).
    DeviceSyncStatus string
    Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    FgtGuiProxy string
    Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    FgtGuiProxyPort float64
    FortiGate GUI proxy port.
    FirmwareUpgradeCheck string
    Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    FswIgnorePlatformCheck string
    Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    GuiTheme 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.
    HttpPort float64
    HTTP port.
    HttpsPort float64
    HTTPS port.
    IdleTimeout float64
    Idle timeout (1 - 480 min).
    IdleTimeoutApi float64
    Idle timeout for API sessions (1 - 28800 sec).
    IdleTimeoutGui float64
    Idle timeout for GUI sessions (60 - 28800 sec).
    IdleTimeoutSso float64
    Idle timeout for SSO sessions (60 - 28800 sec).
    InstallIfpolicyOnly string
    Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    MgmtAddr string
    IP of FortiManager used by FGFM.
    MgmtFqdn string
    FQDN of FortiManager used by FGFM.
    ObjectsForceDeletion string
    Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    OfflineMode string
    Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values: disable, enable.
    PreferredFgfmIntf string
    Preferred interface for FGFM connection.
    RegisterPasswds []string
    Password for register a device.
    RtmMaxMonitorByDays float64
    Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
    RtmTempFileLimit float64
    Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
    SdwanMonitorHistory string
    Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    SdwanSkipUnmappedInputDevice string
    Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShellAccess string
    Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShellPasswords []string
    Password for shell access.
    ShowAddMultiple string
    Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowAdomDevman string
    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.
    ShowAutomaticScript string
    Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    ShowCheckboxInTable string
    Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowDeviceImportExport string
    Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowFctManager string
    Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowGroupingScript string
    Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    ShowHostname string
    Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    ShowScheduleScript string
    Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    ShowTclScript string
    Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    SystemAdminSettingId string
    an identifier for the resource.
    TrafficShapingHistory string
    Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    UnregDevOpt string
    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.
    WebadminLanguage 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.
    accessBanner String
    Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    adminHttpsRedirect String
    Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    adminLoginMax Double
    Maximum number admin users logged in at one time (1 - 256).
    adminServerCert String
    HTTPS & Web Service server certificate.
    allowRegister String
    Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    authAddr String
    IP which is used by FGT to authorize FMG.
    authPort Double
    Port which is used by FGT to authorize FMG.
    autoUpdate String
    Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values: disable, enable.
    bannerMessage String
    Banner message.
    centralFtgdLocalCatId String
    Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    chassisMgmt String
    Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    chassisUpdateInterval Double
    Chassis background update interval (4 - 1440 mins).
    deviceSyncStatus String
    Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fgtGuiProxy String
    Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fgtGuiProxyPort Double
    FortiGate GUI proxy port.
    firmwareUpgradeCheck String
    Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fswIgnorePlatformCheck String
    Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    guiTheme 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.
    httpPort Double
    HTTP port.
    httpsPort Double
    HTTPS port.
    idleTimeout Double
    Idle timeout (1 - 480 min).
    idleTimeoutApi Double
    Idle timeout for API sessions (1 - 28800 sec).
    idleTimeoutGui Double
    Idle timeout for GUI sessions (60 - 28800 sec).
    idleTimeoutSso Double
    Idle timeout for SSO sessions (60 - 28800 sec).
    installIfpolicyOnly String
    Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    mgmtAddr String
    IP of FortiManager used by FGFM.
    mgmtFqdn String
    FQDN of FortiManager used by FGFM.
    objectsForceDeletion String
    Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    offlineMode String
    Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values: disable, enable.
    preferredFgfmIntf String
    Preferred interface for FGFM connection.
    registerPasswds List<String>
    Password for register a device.
    rtmMaxMonitorByDays Double
    Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
    rtmTempFileLimit Double
    Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
    sdwanMonitorHistory String
    Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    sdwanSkipUnmappedInputDevice String
    Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    shellAccess String
    Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    shellPasswords List<String>
    Password for shell access.
    showAddMultiple String
    Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showAdomDevman String
    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.
    showAutomaticScript String
    Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    showCheckboxInTable String
    Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showDeviceImportExport String
    Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showFctManager String
    Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showGroupingScript String
    Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    showHostname String
    Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showScheduleScript String
    Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    showTclScript String
    Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    systemAdminSettingId String
    an identifier for the resource.
    trafficShapingHistory String
    Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    unregDevOpt String
    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.
    webadminLanguage 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.
    accessBanner string
    Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    adminHttpsRedirect string
    Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    adminLoginMax number
    Maximum number admin users logged in at one time (1 - 256).
    adminServerCert string
    HTTPS & Web Service server certificate.
    allowRegister string
    Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    authAddr string
    IP which is used by FGT to authorize FMG.
    authPort number
    Port which is used by FGT to authorize FMG.
    autoUpdate string
    Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values: disable, enable.
    bannerMessage string
    Banner message.
    centralFtgdLocalCatId string
    Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    chassisMgmt string
    Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    chassisUpdateInterval number
    Chassis background update interval (4 - 1440 mins).
    deviceSyncStatus string
    Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fgtGuiProxy string
    Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fgtGuiProxyPort number
    FortiGate GUI proxy port.
    firmwareUpgradeCheck string
    Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fswIgnorePlatformCheck string
    Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    guiTheme 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.
    httpPort number
    HTTP port.
    httpsPort number
    HTTPS port.
    idleTimeout number
    Idle timeout (1 - 480 min).
    idleTimeoutApi number
    Idle timeout for API sessions (1 - 28800 sec).
    idleTimeoutGui number
    Idle timeout for GUI sessions (60 - 28800 sec).
    idleTimeoutSso number
    Idle timeout for SSO sessions (60 - 28800 sec).
    installIfpolicyOnly string
    Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    mgmtAddr string
    IP of FortiManager used by FGFM.
    mgmtFqdn string
    FQDN of FortiManager used by FGFM.
    objectsForceDeletion string
    Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    offlineMode string
    Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values: disable, enable.
    preferredFgfmIntf string
    Preferred interface for FGFM connection.
    registerPasswds string[]
    Password for register a device.
    rtmMaxMonitorByDays number
    Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
    rtmTempFileLimit number
    Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
    sdwanMonitorHistory string
    Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    sdwanSkipUnmappedInputDevice string
    Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    shellAccess string
    Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    shellPasswords string[]
    Password for shell access.
    showAddMultiple string
    Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showAdomDevman string
    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.
    showAutomaticScript string
    Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    showCheckboxInTable string
    Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showDeviceImportExport string
    Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showFctManager string
    Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showGroupingScript string
    Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    showHostname string
    Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showScheduleScript string
    Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    showTclScript string
    Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    systemAdminSettingId string
    an identifier for the resource.
    trafficShapingHistory string
    Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    unregDevOpt string
    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.
    webadminLanguage 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.
    access_banner str
    Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    admin_https_redirect str
    Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    admin_login_max float
    Maximum number admin users logged in at one time (1 - 256).
    admin_server_cert str
    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.
    banner_message str
    Banner message.
    central_ftgd_local_cat_id str
    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_interval float
    Chassis background update interval (4 - 1440 mins).
    device_sync_status str
    Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fgt_gui_proxy str
    Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fgt_gui_proxy_port float
    FortiGate GUI proxy port.
    firmware_upgrade_check str
    Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fsw_ignore_platform_check str
    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_api float
    Idle timeout for API sessions (1 - 28800 sec).
    idle_timeout_gui float
    Idle timeout for GUI sessions (60 - 28800 sec).
    idle_timeout_sso float
    Idle timeout for SSO sessions (60 - 28800 sec).
    install_ifpolicy_only str
    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_deletion str
    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_intf str
    Preferred interface for FGFM connection.
    register_passwds Sequence[str]
    Password for register a device.
    rtm_max_monitor_by_days float
    Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
    rtm_temp_file_limit float
    Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
    sdwan_monitor_history str
    Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    sdwan_skip_unmapped_input_device str
    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_multiple str
    Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    show_adom_devman str
    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_script str
    Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    show_checkbox_in_table str
    Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    show_device_import_export str
    Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    show_fct_manager str
    Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    show_grouping_script str
    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_script str
    Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    show_tcl_script str
    Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    system_admin_setting_id str
    an identifier for the resource.
    traffic_shaping_history str
    Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    unreg_dev_opt str
    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.
    accessBanner String
    Enable/disable access banner. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    adminHttpsRedirect String
    Enable/disable redirection of HTTP admin traffic to HTTPS. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    adminLoginMax Number
    Maximum number admin users logged in at one time (1 - 256).
    adminServerCert String
    HTTPS & Web Service server certificate.
    allowRegister String
    Enable/disable allowance of register an unregistered device. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    authAddr String
    IP which is used by FGT to authorize FMG.
    authPort Number
    Port which is used by FGT to authorize FMG.
    autoUpdate String
    Enable/disable FortiGate automatic update. disable - Disable device automatic update. enable - Enable device automatic update. Valid values: disable, enable.
    bannerMessage String
    Banner message.
    centralFtgdLocalCatId String
    Central FortiGuard local category id management, and do not auto assign id during installation. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    chassisMgmt String
    Enable or disable chassis management. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    chassisUpdateInterval Number
    Chassis background update interval (4 - 1440 mins).
    deviceSyncStatus String
    Enable/disable device synchronization status indication. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fgtGuiProxy String
    Enable/disable FortiGate GUI proxy. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fgtGuiProxyPort Number
    FortiGate GUI proxy port.
    firmwareUpgradeCheck String
    Enable/disable firmware upgrade check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    fswIgnorePlatformCheck String
    Enable/disable FortiSwitch Manager switch platform support check. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    guiTheme 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.
    httpPort Number
    HTTP port.
    httpsPort Number
    HTTPS port.
    idleTimeout Number
    Idle timeout (1 - 480 min).
    idleTimeoutApi Number
    Idle timeout for API sessions (1 - 28800 sec).
    idleTimeoutGui Number
    Idle timeout for GUI sessions (60 - 28800 sec).
    idleTimeoutSso Number
    Idle timeout for SSO sessions (60 - 28800 sec).
    installIfpolicyOnly String
    Allow install interface policy only. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    mgmtAddr String
    IP of FortiManager used by FGFM.
    mgmtFqdn String
    FQDN of FortiManager used by FGFM.
    objectsForceDeletion String
    Enable/disable used objects force deletion. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    offlineMode String
    Enable/disable offline mode. disable - Disable offline mode. enable - Enable offline mode. Valid values: disable, enable.
    preferredFgfmIntf String
    Preferred interface for FGFM connection.
    registerPasswds List<String>
    Password for register a device.
    rtmMaxMonitorByDays Number
    Maximum rtm monitor (sdwan, traffic shaping, etc) history by days (1 - 180).
    rtmTempFileLimit Number
    Set rtm monitor temp file limit by hours. Lower value will reduce disk usage, but may cause data loss (1 - 120).
    sdwanMonitorHistory String
    Enable/disable sdwan-monitor-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    sdwanSkipUnmappedInputDevice String
    Skip unmapped interface for sdwan/rule/input-device instead of report mapping error. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    shellAccess String
    Enable/disable shell access. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    shellPasswords List<String>
    Password for shell access.
    showAddMultiple String
    Show add multiple button. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showAdomDevman String
    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.
    showAutomaticScript String
    Enable/disable automatic script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    showCheckboxInTable String
    Show checkboxs in tables on GUI. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showDeviceImportExport String
    Enable/disable import/export of ADOM, device, and group lists. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showFctManager String
    Enable/disable FCT manager. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showGroupingScript String
    Enable/disable grouping script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    showHostname String
    Enable/disable hostname display in the GUI login page. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    showScheduleScript String
    Enable or disable schedule script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    showTclScript String
    Enable/disable TCL script. disable - Disable script option. enable - Enable script option. Valid values: disable, enable.
    systemAdminSettingId String
    an identifier for the resource.
    trafficShapingHistory String
    Enable/disable traffic-shaping-history. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
    unregDevOpt String
    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.
    webadminLanguage 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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev