1. Packages
  2. Packages
  3. Fortimanager Provider
  4. API Docs
  5. SystempSystemTemplateInterface
Viewing docs for fortimanager 1.17.0
published on Monday, May 4, 2026 by fortinetdev
Viewing docs for fortimanager 1.17.0
published on Monday, May 4, 2026 by fortinetdev

    Systemp SystemTemplateInterface

    The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

    • ip_range: fortimanager.SystempSystemTemplateInterfaceIprange

    Create SystempSystemTemplateInterface Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new SystempSystemTemplateInterface(name: string, args: SystempSystemTemplateInterfaceArgs, opts?: CustomResourceOptions);
    @overload
    def SystempSystemTemplateInterface(resource_name: str,
                                       args: SystempSystemTemplateInterfaceArgs,
                                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def SystempSystemTemplateInterface(resource_name: str,
                                       opts: Optional[ResourceOptions] = None,
                                       devprof: Optional[str] = None,
                                       monitor_bandwidth: Optional[str] = None,
                                       interface: Optional[str] = None,
                                       adom: Optional[str] = None,
                                       dhcp_id: Optional[float] = None,
                                       dynamic_sort_subtable: Optional[str] = None,
                                       gateway: Optional[str] = None,
                                       action: Optional[str] = None,
                                       interface_members: Optional[Sequence[str]] = None,
                                       ip_ranges: Optional[Sequence[SystempSystemTemplateInterfaceIpRangeArgs]] = None,
                                       ipmasks: Optional[Sequence[str]] = None,
                                       allowaccesses: Optional[Sequence[str]] = None,
                                       model: Optional[str] = None,
                                       seq: Optional[float] = None,
                                       netmask: Optional[str] = None,
                                       role: Optional[str] = None,
                                       scopetype: Optional[str] = None,
                                       name: Optional[str] = None,
                                       systemp_system_template_interface_id: Optional[str] = None,
                                       update_if_exist: Optional[bool] = None,
                                       vdom: Optional[str] = None,
                                       vlan_id: Optional[float] = None,
                                       wifi_keys: Optional[Sequence[str]] = None,
                                       wifi_security: Optional[str] = None,
                                       wifi_ssid: Optional[str] = None)
    func NewSystempSystemTemplateInterface(ctx *Context, name string, args SystempSystemTemplateInterfaceArgs, opts ...ResourceOption) (*SystempSystemTemplateInterface, error)
    public SystempSystemTemplateInterface(string name, SystempSystemTemplateInterfaceArgs args, CustomResourceOptions? opts = null)
    public SystempSystemTemplateInterface(String name, SystempSystemTemplateInterfaceArgs args)
    public SystempSystemTemplateInterface(String name, SystempSystemTemplateInterfaceArgs args, CustomResourceOptions options)
    
    type: fortimanager:SystempSystemTemplateInterface
    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 SystempSystemTemplateInterfaceArgs
    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 SystempSystemTemplateInterfaceArgs
    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 SystempSystemTemplateInterfaceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SystempSystemTemplateInterfaceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SystempSystemTemplateInterfaceArgs
    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 systempSystemTemplateInterfaceResource = new Fortimanager.SystempSystemTemplateInterface("systempSystemTemplateInterfaceResource", new()
    {
        Devprof = "string",
        MonitorBandwidth = "string",
        Interface = "string",
        Adom = "string",
        DhcpId = 0,
        DynamicSortSubtable = "string",
        Gateway = "string",
        Action = "string",
        InterfaceMembers = new[]
        {
            "string",
        },
        IpRanges = new[]
        {
            new Fortimanager.Inputs.SystempSystemTemplateInterfaceIpRangeArgs
            {
                EndIp = "string",
                Id = 0,
                StartIp = "string",
            },
        },
        Ipmasks = new[]
        {
            "string",
        },
        Allowaccesses = new[]
        {
            "string",
        },
        Model = "string",
        Seq = 0,
        Netmask = "string",
        Role = "string",
        Scopetype = "string",
        Name = "string",
        SystempSystemTemplateInterfaceId = "string",
        UpdateIfExist = false,
        Vdom = "string",
        VlanId = 0,
        WifiKeys = new[]
        {
            "string",
        },
        WifiSecurity = "string",
        WifiSsid = "string",
    });
    
    example, err := fortimanager.NewSystempSystemTemplateInterface(ctx, "systempSystemTemplateInterfaceResource", &fortimanager.SystempSystemTemplateInterfaceArgs{
    	Devprof:             pulumi.String("string"),
    	MonitorBandwidth:    pulumi.String("string"),
    	Interface:           pulumi.String("string"),
    	Adom:                pulumi.String("string"),
    	DhcpId:              pulumi.Float64(0),
    	DynamicSortSubtable: pulumi.String("string"),
    	Gateway:             pulumi.String("string"),
    	Action:              pulumi.String("string"),
    	InterfaceMembers: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	IpRanges: fortimanager.SystempSystemTemplateInterfaceIpRangeTypeArray{
    		&fortimanager.SystempSystemTemplateInterfaceIpRangeTypeArgs{
    			EndIp:   pulumi.String("string"),
    			Id:      pulumi.Float64(0),
    			StartIp: pulumi.String("string"),
    		},
    	},
    	Ipmasks: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Allowaccesses: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Model:                            pulumi.String("string"),
    	Seq:                              pulumi.Float64(0),
    	Netmask:                          pulumi.String("string"),
    	Role:                             pulumi.String("string"),
    	Scopetype:                        pulumi.String("string"),
    	Name:                             pulumi.String("string"),
    	SystempSystemTemplateInterfaceId: pulumi.String("string"),
    	UpdateIfExist:                    pulumi.Bool(false),
    	Vdom:                             pulumi.String("string"),
    	VlanId:                           pulumi.Float64(0),
    	WifiKeys: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	WifiSecurity: pulumi.String("string"),
    	WifiSsid:     pulumi.String("string"),
    })
    
    var systempSystemTemplateInterfaceResource = new SystempSystemTemplateInterface("systempSystemTemplateInterfaceResource", SystempSystemTemplateInterfaceArgs.builder()
        .devprof("string")
        .monitorBandwidth("string")
        .interface_("string")
        .adom("string")
        .dhcpId(0.0)
        .dynamicSortSubtable("string")
        .gateway("string")
        .action("string")
        .interfaceMembers("string")
        .ipRanges(SystempSystemTemplateInterfaceIpRangeArgs.builder()
            .endIp("string")
            .id(0.0)
            .startIp("string")
            .build())
        .ipmasks("string")
        .allowaccesses("string")
        .model("string")
        .seq(0.0)
        .netmask("string")
        .role("string")
        .scopetype("string")
        .name("string")
        .systempSystemTemplateInterfaceId("string")
        .updateIfExist(false)
        .vdom("string")
        .vlanId(0.0)
        .wifiKeys("string")
        .wifiSecurity("string")
        .wifiSsid("string")
        .build());
    
    systemp_system_template_interface_resource = fortimanager.SystempSystemTemplateInterface("systempSystemTemplateInterfaceResource",
        devprof="string",
        monitor_bandwidth="string",
        interface="string",
        adom="string",
        dhcp_id=float(0),
        dynamic_sort_subtable="string",
        gateway="string",
        action="string",
        interface_members=["string"],
        ip_ranges=[{
            "end_ip": "string",
            "id": float(0),
            "start_ip": "string",
        }],
        ipmasks=["string"],
        allowaccesses=["string"],
        model="string",
        seq=float(0),
        netmask="string",
        role="string",
        scopetype="string",
        name="string",
        systemp_system_template_interface_id="string",
        update_if_exist=False,
        vdom="string",
        vlan_id=float(0),
        wifi_keys=["string"],
        wifi_security="string",
        wifi_ssid="string")
    
    const systempSystemTemplateInterfaceResource = new fortimanager.SystempSystemTemplateInterface("systempSystemTemplateInterfaceResource", {
        devprof: "string",
        monitorBandwidth: "string",
        "interface": "string",
        adom: "string",
        dhcpId: 0,
        dynamicSortSubtable: "string",
        gateway: "string",
        action: "string",
        interfaceMembers: ["string"],
        ipRanges: [{
            endIp: "string",
            id: 0,
            startIp: "string",
        }],
        ipmasks: ["string"],
        allowaccesses: ["string"],
        model: "string",
        seq: 0,
        netmask: "string",
        role: "string",
        scopetype: "string",
        name: "string",
        systempSystemTemplateInterfaceId: "string",
        updateIfExist: false,
        vdom: "string",
        vlanId: 0,
        wifiKeys: ["string"],
        wifiSecurity: "string",
        wifiSsid: "string",
    });
    
    type: fortimanager:SystempSystemTemplateInterface
    properties:
        action: string
        adom: string
        allowaccesses:
            - string
        devprof: string
        dhcpId: 0
        dynamicSortSubtable: string
        gateway: string
        interface: string
        interfaceMembers:
            - string
        ipRanges:
            - endIp: string
              id: 0
              startIp: string
        ipmasks:
            - string
        model: string
        monitorBandwidth: string
        name: string
        netmask: string
        role: string
        scopetype: string
        seq: 0
        systempSystemTemplateInterfaceId: string
        updateIfExist: false
        vdom: string
        vlanId: 0
        wifiKeys:
            - string
        wifiSecurity: string
        wifiSsid: string
    

    SystempSystemTemplateInterface 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 SystempSystemTemplateInterface resource accepts the following input properties:

    Devprof string
    Devprof.
    Action string
    Action. Valid values: add-aggregate, add-loopback, add-vlan, add-zone, conf-intf, conf-dhcp-server, conf-monitor-bandwd, conf-vap-ssid.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Allowaccesses List<string>
    Allowaccess. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, radius-acct, probe-response, dnp, ftm, fabric, speed-test.
    DhcpId double
    Support meta variable
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Gateway string
    Support meta variable
    Interface string
    Support meta variable
    InterfaceMembers List<string>
    Support meta variable
    IpRanges List<SystempSystemTemplateInterfaceIpRange>
    Ip-Range. The structure of ip_range block is documented below.
    Ipmasks List<string>
    Support meta variable
    Model string
    Model.
    MonitorBandwidth string
    Monitor-Bandwidth. Valid values: disable, enable.
    Name string
    Support meta variable
    Netmask string
    Support meta variable
    Role string
    Role. Valid values: lan, wan, dmz, undefined.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Seq double
    Seq.
    SystempSystemTemplateInterfaceId string
    an identifier for the resource with format {{seq}}.
    UpdateIfExist bool
    Vdom string
    Support meta variable
    VlanId double
    Support meta variable
    WifiKeys List<string>
    Wifi-Key.
    WifiSecurity string
    Wifi-Security. Valid values: None, wep64, wep128, WPA_PSK, WPA_RADIUS, WPA, WPA2, WPA2_AUTO, open, wpa-personal, wpa-enterprise, captive-portal, wpa-only-personal, wpa-only-enterprise, wpa2-only-personal, wpa2-only-enterprise, wpa-personal+captive-portal, wpa-only-personal+captive-portal, wpa2-only-personal+captive-portal, osen, wpa3-enterprise, sae, sae-transition, owe, wpa3-sae, wpa3-sae-transition, wpa3-only-enterprise, wpa3-enterprise-transition.
    WifiSsid string
    Support meta variable
    Devprof string
    Devprof.
    Action string
    Action. Valid values: add-aggregate, add-loopback, add-vlan, add-zone, conf-intf, conf-dhcp-server, conf-monitor-bandwd, conf-vap-ssid.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Allowaccesses []string
    Allowaccess. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, radius-acct, probe-response, dnp, ftm, fabric, speed-test.
    DhcpId float64
    Support meta variable
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Gateway string
    Support meta variable
    Interface string
    Support meta variable
    InterfaceMembers []string
    Support meta variable
    IpRanges []SystempSystemTemplateInterfaceIpRangeTypeArgs
    Ip-Range. The structure of ip_range block is documented below.
    Ipmasks []string
    Support meta variable
    Model string
    Model.
    MonitorBandwidth string
    Monitor-Bandwidth. Valid values: disable, enable.
    Name string
    Support meta variable
    Netmask string
    Support meta variable
    Role string
    Role. Valid values: lan, wan, dmz, undefined.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Seq float64
    Seq.
    SystempSystemTemplateInterfaceId string
    an identifier for the resource with format {{seq}}.
    UpdateIfExist bool
    Vdom string
    Support meta variable
    VlanId float64
    Support meta variable
    WifiKeys []string
    Wifi-Key.
    WifiSecurity string
    Wifi-Security. Valid values: None, wep64, wep128, WPA_PSK, WPA_RADIUS, WPA, WPA2, WPA2_AUTO, open, wpa-personal, wpa-enterprise, captive-portal, wpa-only-personal, wpa-only-enterprise, wpa2-only-personal, wpa2-only-enterprise, wpa-personal+captive-portal, wpa-only-personal+captive-portal, wpa2-only-personal+captive-portal, osen, wpa3-enterprise, sae, sae-transition, owe, wpa3-sae, wpa3-sae-transition, wpa3-only-enterprise, wpa3-enterprise-transition.
    WifiSsid string
    Support meta variable
    devprof String
    Devprof.
    action String
    Action. Valid values: add-aggregate, add-loopback, add-vlan, add-zone, conf-intf, conf-dhcp-server, conf-monitor-bandwd, conf-vap-ssid.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowaccesses List<String>
    Allowaccess. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, radius-acct, probe-response, dnp, ftm, fabric, speed-test.
    dhcpId Double
    Support meta variable
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    gateway String
    Support meta variable
    interfaceMembers List<String>
    Support meta variable
    interface_ String
    Support meta variable
    ipRanges List<SystempSystemTemplateInterfaceIpRange>
    Ip-Range. The structure of ip_range block is documented below.
    ipmasks List<String>
    Support meta variable
    model String
    Model.
    monitorBandwidth String
    Monitor-Bandwidth. Valid values: disable, enable.
    name String
    Support meta variable
    netmask String
    Support meta variable
    role String
    Role. Valid values: lan, wan, dmz, undefined.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    seq Double
    Seq.
    systempSystemTemplateInterfaceId String
    an identifier for the resource with format {{seq}}.
    updateIfExist Boolean
    vdom String
    Support meta variable
    vlanId Double
    Support meta variable
    wifiKeys List<String>
    Wifi-Key.
    wifiSecurity String
    Wifi-Security. Valid values: None, wep64, wep128, WPA_PSK, WPA_RADIUS, WPA, WPA2, WPA2_AUTO, open, wpa-personal, wpa-enterprise, captive-portal, wpa-only-personal, wpa-only-enterprise, wpa2-only-personal, wpa2-only-enterprise, wpa-personal+captive-portal, wpa-only-personal+captive-portal, wpa2-only-personal+captive-portal, osen, wpa3-enterprise, sae, sae-transition, owe, wpa3-sae, wpa3-sae-transition, wpa3-only-enterprise, wpa3-enterprise-transition.
    wifiSsid String
    Support meta variable
    devprof string
    Devprof.
    action string
    Action. Valid values: add-aggregate, add-loopback, add-vlan, add-zone, conf-intf, conf-dhcp-server, conf-monitor-bandwd, conf-vap-ssid.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowaccesses string[]
    Allowaccess. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, radius-acct, probe-response, dnp, ftm, fabric, speed-test.
    dhcpId number
    Support meta variable
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    gateway string
    Support meta variable
    interface string
    Support meta variable
    interfaceMembers string[]
    Support meta variable
    ipRanges SystempSystemTemplateInterfaceIpRange[]
    Ip-Range. The structure of ip_range block is documented below.
    ipmasks string[]
    Support meta variable
    model string
    Model.
    monitorBandwidth string
    Monitor-Bandwidth. Valid values: disable, enable.
    name string
    Support meta variable
    netmask string
    Support meta variable
    role string
    Role. Valid values: lan, wan, dmz, undefined.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    seq number
    Seq.
    systempSystemTemplateInterfaceId string
    an identifier for the resource with format {{seq}}.
    updateIfExist boolean
    vdom string
    Support meta variable
    vlanId number
    Support meta variable
    wifiKeys string[]
    Wifi-Key.
    wifiSecurity string
    Wifi-Security. Valid values: None, wep64, wep128, WPA_PSK, WPA_RADIUS, WPA, WPA2, WPA2_AUTO, open, wpa-personal, wpa-enterprise, captive-portal, wpa-only-personal, wpa-only-enterprise, wpa2-only-personal, wpa2-only-enterprise, wpa-personal+captive-portal, wpa-only-personal+captive-portal, wpa2-only-personal+captive-portal, osen, wpa3-enterprise, sae, sae-transition, owe, wpa3-sae, wpa3-sae-transition, wpa3-only-enterprise, wpa3-enterprise-transition.
    wifiSsid string
    Support meta variable
    devprof str
    Devprof.
    action str
    Action. Valid values: add-aggregate, add-loopback, add-vlan, add-zone, conf-intf, conf-dhcp-server, conf-monitor-bandwd, conf-vap-ssid.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowaccesses Sequence[str]
    Allowaccess. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, radius-acct, probe-response, dnp, ftm, fabric, speed-test.
    dhcp_id float
    Support meta variable
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    gateway str
    Support meta variable
    interface str
    Support meta variable
    interface_members Sequence[str]
    Support meta variable
    ip_ranges Sequence[SystempSystemTemplateInterfaceIpRangeArgs]
    Ip-Range. The structure of ip_range block is documented below.
    ipmasks Sequence[str]
    Support meta variable
    model str
    Model.
    monitor_bandwidth str
    Monitor-Bandwidth. Valid values: disable, enable.
    name str
    Support meta variable
    netmask str
    Support meta variable
    role str
    Role. Valid values: lan, wan, dmz, undefined.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    seq float
    Seq.
    systemp_system_template_interface_id str
    an identifier for the resource with format {{seq}}.
    update_if_exist bool
    vdom str
    Support meta variable
    vlan_id float
    Support meta variable
    wifi_keys Sequence[str]
    Wifi-Key.
    wifi_security str
    Wifi-Security. Valid values: None, wep64, wep128, WPA_PSK, WPA_RADIUS, WPA, WPA2, WPA2_AUTO, open, wpa-personal, wpa-enterprise, captive-portal, wpa-only-personal, wpa-only-enterprise, wpa2-only-personal, wpa2-only-enterprise, wpa-personal+captive-portal, wpa-only-personal+captive-portal, wpa2-only-personal+captive-portal, osen, wpa3-enterprise, sae, sae-transition, owe, wpa3-sae, wpa3-sae-transition, wpa3-only-enterprise, wpa3-enterprise-transition.
    wifi_ssid str
    Support meta variable
    devprof String
    Devprof.
    action String
    Action. Valid values: add-aggregate, add-loopback, add-vlan, add-zone, conf-intf, conf-dhcp-server, conf-monitor-bandwd, conf-vap-ssid.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowaccesses List<String>
    Allowaccess. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, radius-acct, probe-response, dnp, ftm, fabric, speed-test.
    dhcpId Number
    Support meta variable
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    gateway String
    Support meta variable
    interface String
    Support meta variable
    interfaceMembers List<String>
    Support meta variable
    ipRanges List<Property Map>
    Ip-Range. The structure of ip_range block is documented below.
    ipmasks List<String>
    Support meta variable
    model String
    Model.
    monitorBandwidth String
    Monitor-Bandwidth. Valid values: disable, enable.
    name String
    Support meta variable
    netmask String
    Support meta variable
    role String
    Role. Valid values: lan, wan, dmz, undefined.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    seq Number
    Seq.
    systempSystemTemplateInterfaceId String
    an identifier for the resource with format {{seq}}.
    updateIfExist Boolean
    vdom String
    Support meta variable
    vlanId Number
    Support meta variable
    wifiKeys List<String>
    Wifi-Key.
    wifiSecurity String
    Wifi-Security. Valid values: None, wep64, wep128, WPA_PSK, WPA_RADIUS, WPA, WPA2, WPA2_AUTO, open, wpa-personal, wpa-enterprise, captive-portal, wpa-only-personal, wpa-only-enterprise, wpa2-only-personal, wpa2-only-enterprise, wpa-personal+captive-portal, wpa-only-personal+captive-portal, wpa2-only-personal+captive-portal, osen, wpa3-enterprise, sae, sae-transition, owe, wpa3-sae, wpa3-sae-transition, wpa3-only-enterprise, wpa3-enterprise-transition.
    wifiSsid String
    Support meta variable

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SystempSystemTemplateInterface 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 SystempSystemTemplateInterface Resource

    Get an existing SystempSystemTemplateInterface 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?: SystempSystemTemplateInterfaceState, opts?: CustomResourceOptions): SystempSystemTemplateInterface
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            action: Optional[str] = None,
            adom: Optional[str] = None,
            allowaccesses: Optional[Sequence[str]] = None,
            devprof: Optional[str] = None,
            dhcp_id: Optional[float] = None,
            dynamic_sort_subtable: Optional[str] = None,
            gateway: Optional[str] = None,
            interface: Optional[str] = None,
            interface_members: Optional[Sequence[str]] = None,
            ip_ranges: Optional[Sequence[SystempSystemTemplateInterfaceIpRangeArgs]] = None,
            ipmasks: Optional[Sequence[str]] = None,
            model: Optional[str] = None,
            monitor_bandwidth: Optional[str] = None,
            name: Optional[str] = None,
            netmask: Optional[str] = None,
            role: Optional[str] = None,
            scopetype: Optional[str] = None,
            seq: Optional[float] = None,
            systemp_system_template_interface_id: Optional[str] = None,
            update_if_exist: Optional[bool] = None,
            vdom: Optional[str] = None,
            vlan_id: Optional[float] = None,
            wifi_keys: Optional[Sequence[str]] = None,
            wifi_security: Optional[str] = None,
            wifi_ssid: Optional[str] = None) -> SystempSystemTemplateInterface
    func GetSystempSystemTemplateInterface(ctx *Context, name string, id IDInput, state *SystempSystemTemplateInterfaceState, opts ...ResourceOption) (*SystempSystemTemplateInterface, error)
    public static SystempSystemTemplateInterface Get(string name, Input<string> id, SystempSystemTemplateInterfaceState? state, CustomResourceOptions? opts = null)
    public static SystempSystemTemplateInterface get(String name, Output<String> id, SystempSystemTemplateInterfaceState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:SystempSystemTemplateInterface    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:
    Action string
    Action. Valid values: add-aggregate, add-loopback, add-vlan, add-zone, conf-intf, conf-dhcp-server, conf-monitor-bandwd, conf-vap-ssid.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Allowaccesses List<string>
    Allowaccess. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, radius-acct, probe-response, dnp, ftm, fabric, speed-test.
    Devprof string
    Devprof.
    DhcpId double
    Support meta variable
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Gateway string
    Support meta variable
    Interface string
    Support meta variable
    InterfaceMembers List<string>
    Support meta variable
    IpRanges List<SystempSystemTemplateInterfaceIpRange>
    Ip-Range. The structure of ip_range block is documented below.
    Ipmasks List<string>
    Support meta variable
    Model string
    Model.
    MonitorBandwidth string
    Monitor-Bandwidth. Valid values: disable, enable.
    Name string
    Support meta variable
    Netmask string
    Support meta variable
    Role string
    Role. Valid values: lan, wan, dmz, undefined.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Seq double
    Seq.
    SystempSystemTemplateInterfaceId string
    an identifier for the resource with format {{seq}}.
    UpdateIfExist bool
    Vdom string
    Support meta variable
    VlanId double
    Support meta variable
    WifiKeys List<string>
    Wifi-Key.
    WifiSecurity string
    Wifi-Security. Valid values: None, wep64, wep128, WPA_PSK, WPA_RADIUS, WPA, WPA2, WPA2_AUTO, open, wpa-personal, wpa-enterprise, captive-portal, wpa-only-personal, wpa-only-enterprise, wpa2-only-personal, wpa2-only-enterprise, wpa-personal+captive-portal, wpa-only-personal+captive-portal, wpa2-only-personal+captive-portal, osen, wpa3-enterprise, sae, sae-transition, owe, wpa3-sae, wpa3-sae-transition, wpa3-only-enterprise, wpa3-enterprise-transition.
    WifiSsid string
    Support meta variable
    Action string
    Action. Valid values: add-aggregate, add-loopback, add-vlan, add-zone, conf-intf, conf-dhcp-server, conf-monitor-bandwd, conf-vap-ssid.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Allowaccesses []string
    Allowaccess. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, radius-acct, probe-response, dnp, ftm, fabric, speed-test.
    Devprof string
    Devprof.
    DhcpId float64
    Support meta variable
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Gateway string
    Support meta variable
    Interface string
    Support meta variable
    InterfaceMembers []string
    Support meta variable
    IpRanges []SystempSystemTemplateInterfaceIpRangeTypeArgs
    Ip-Range. The structure of ip_range block is documented below.
    Ipmasks []string
    Support meta variable
    Model string
    Model.
    MonitorBandwidth string
    Monitor-Bandwidth. Valid values: disable, enable.
    Name string
    Support meta variable
    Netmask string
    Support meta variable
    Role string
    Role. Valid values: lan, wan, dmz, undefined.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Seq float64
    Seq.
    SystempSystemTemplateInterfaceId string
    an identifier for the resource with format {{seq}}.
    UpdateIfExist bool
    Vdom string
    Support meta variable
    VlanId float64
    Support meta variable
    WifiKeys []string
    Wifi-Key.
    WifiSecurity string
    Wifi-Security. Valid values: None, wep64, wep128, WPA_PSK, WPA_RADIUS, WPA, WPA2, WPA2_AUTO, open, wpa-personal, wpa-enterprise, captive-portal, wpa-only-personal, wpa-only-enterprise, wpa2-only-personal, wpa2-only-enterprise, wpa-personal+captive-portal, wpa-only-personal+captive-portal, wpa2-only-personal+captive-portal, osen, wpa3-enterprise, sae, sae-transition, owe, wpa3-sae, wpa3-sae-transition, wpa3-only-enterprise, wpa3-enterprise-transition.
    WifiSsid string
    Support meta variable
    action String
    Action. Valid values: add-aggregate, add-loopback, add-vlan, add-zone, conf-intf, conf-dhcp-server, conf-monitor-bandwd, conf-vap-ssid.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowaccesses List<String>
    Allowaccess. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, radius-acct, probe-response, dnp, ftm, fabric, speed-test.
    devprof String
    Devprof.
    dhcpId Double
    Support meta variable
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    gateway String
    Support meta variable
    interfaceMembers List<String>
    Support meta variable
    interface_ String
    Support meta variable
    ipRanges List<SystempSystemTemplateInterfaceIpRange>
    Ip-Range. The structure of ip_range block is documented below.
    ipmasks List<String>
    Support meta variable
    model String
    Model.
    monitorBandwidth String
    Monitor-Bandwidth. Valid values: disable, enable.
    name String
    Support meta variable
    netmask String
    Support meta variable
    role String
    Role. Valid values: lan, wan, dmz, undefined.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    seq Double
    Seq.
    systempSystemTemplateInterfaceId String
    an identifier for the resource with format {{seq}}.
    updateIfExist Boolean
    vdom String
    Support meta variable
    vlanId Double
    Support meta variable
    wifiKeys List<String>
    Wifi-Key.
    wifiSecurity String
    Wifi-Security. Valid values: None, wep64, wep128, WPA_PSK, WPA_RADIUS, WPA, WPA2, WPA2_AUTO, open, wpa-personal, wpa-enterprise, captive-portal, wpa-only-personal, wpa-only-enterprise, wpa2-only-personal, wpa2-only-enterprise, wpa-personal+captive-portal, wpa-only-personal+captive-portal, wpa2-only-personal+captive-portal, osen, wpa3-enterprise, sae, sae-transition, owe, wpa3-sae, wpa3-sae-transition, wpa3-only-enterprise, wpa3-enterprise-transition.
    wifiSsid String
    Support meta variable
    action string
    Action. Valid values: add-aggregate, add-loopback, add-vlan, add-zone, conf-intf, conf-dhcp-server, conf-monitor-bandwd, conf-vap-ssid.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowaccesses string[]
    Allowaccess. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, radius-acct, probe-response, dnp, ftm, fabric, speed-test.
    devprof string
    Devprof.
    dhcpId number
    Support meta variable
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    gateway string
    Support meta variable
    interface string
    Support meta variable
    interfaceMembers string[]
    Support meta variable
    ipRanges SystempSystemTemplateInterfaceIpRange[]
    Ip-Range. The structure of ip_range block is documented below.
    ipmasks string[]
    Support meta variable
    model string
    Model.
    monitorBandwidth string
    Monitor-Bandwidth. Valid values: disable, enable.
    name string
    Support meta variable
    netmask string
    Support meta variable
    role string
    Role. Valid values: lan, wan, dmz, undefined.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    seq number
    Seq.
    systempSystemTemplateInterfaceId string
    an identifier for the resource with format {{seq}}.
    updateIfExist boolean
    vdom string
    Support meta variable
    vlanId number
    Support meta variable
    wifiKeys string[]
    Wifi-Key.
    wifiSecurity string
    Wifi-Security. Valid values: None, wep64, wep128, WPA_PSK, WPA_RADIUS, WPA, WPA2, WPA2_AUTO, open, wpa-personal, wpa-enterprise, captive-portal, wpa-only-personal, wpa-only-enterprise, wpa2-only-personal, wpa2-only-enterprise, wpa-personal+captive-portal, wpa-only-personal+captive-portal, wpa2-only-personal+captive-portal, osen, wpa3-enterprise, sae, sae-transition, owe, wpa3-sae, wpa3-sae-transition, wpa3-only-enterprise, wpa3-enterprise-transition.
    wifiSsid string
    Support meta variable
    action str
    Action. Valid values: add-aggregate, add-loopback, add-vlan, add-zone, conf-intf, conf-dhcp-server, conf-monitor-bandwd, conf-vap-ssid.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowaccesses Sequence[str]
    Allowaccess. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, radius-acct, probe-response, dnp, ftm, fabric, speed-test.
    devprof str
    Devprof.
    dhcp_id float
    Support meta variable
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    gateway str
    Support meta variable
    interface str
    Support meta variable
    interface_members Sequence[str]
    Support meta variable
    ip_ranges Sequence[SystempSystemTemplateInterfaceIpRangeArgs]
    Ip-Range. The structure of ip_range block is documented below.
    ipmasks Sequence[str]
    Support meta variable
    model str
    Model.
    monitor_bandwidth str
    Monitor-Bandwidth. Valid values: disable, enable.
    name str
    Support meta variable
    netmask str
    Support meta variable
    role str
    Role. Valid values: lan, wan, dmz, undefined.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    seq float
    Seq.
    systemp_system_template_interface_id str
    an identifier for the resource with format {{seq}}.
    update_if_exist bool
    vdom str
    Support meta variable
    vlan_id float
    Support meta variable
    wifi_keys Sequence[str]
    Wifi-Key.
    wifi_security str
    Wifi-Security. Valid values: None, wep64, wep128, WPA_PSK, WPA_RADIUS, WPA, WPA2, WPA2_AUTO, open, wpa-personal, wpa-enterprise, captive-portal, wpa-only-personal, wpa-only-enterprise, wpa2-only-personal, wpa2-only-enterprise, wpa-personal+captive-portal, wpa-only-personal+captive-portal, wpa2-only-personal+captive-portal, osen, wpa3-enterprise, sae, sae-transition, owe, wpa3-sae, wpa3-sae-transition, wpa3-only-enterprise, wpa3-enterprise-transition.
    wifi_ssid str
    Support meta variable
    action String
    Action. Valid values: add-aggregate, add-loopback, add-vlan, add-zone, conf-intf, conf-dhcp-server, conf-monitor-bandwd, conf-vap-ssid.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowaccesses List<String>
    Allowaccess. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, radius-acct, probe-response, dnp, ftm, fabric, speed-test.
    devprof String
    Devprof.
    dhcpId Number
    Support meta variable
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    gateway String
    Support meta variable
    interface String
    Support meta variable
    interfaceMembers List<String>
    Support meta variable
    ipRanges List<Property Map>
    Ip-Range. The structure of ip_range block is documented below.
    ipmasks List<String>
    Support meta variable
    model String
    Model.
    monitorBandwidth String
    Monitor-Bandwidth. Valid values: disable, enable.
    name String
    Support meta variable
    netmask String
    Support meta variable
    role String
    Role. Valid values: lan, wan, dmz, undefined.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    seq Number
    Seq.
    systempSystemTemplateInterfaceId String
    an identifier for the resource with format {{seq}}.
    updateIfExist Boolean
    vdom String
    Support meta variable
    vlanId Number
    Support meta variable
    wifiKeys List<String>
    Wifi-Key.
    wifiSecurity String
    Wifi-Security. Valid values: None, wep64, wep128, WPA_PSK, WPA_RADIUS, WPA, WPA2, WPA2_AUTO, open, wpa-personal, wpa-enterprise, captive-portal, wpa-only-personal, wpa-only-enterprise, wpa2-only-personal, wpa2-only-enterprise, wpa-personal+captive-portal, wpa-only-personal+captive-portal, wpa2-only-personal+captive-portal, osen, wpa3-enterprise, sae, sae-transition, owe, wpa3-sae, wpa3-sae-transition, wpa3-only-enterprise, wpa3-enterprise-transition.
    wifiSsid String
    Support meta variable

    Supporting Types

    SystempSystemTemplateInterfaceIpRange, SystempSystemTemplateInterfaceIpRangeArgs

    EndIp string
    End-Ip.
    Id double
    Id.
    StartIp string
    Start-Ip.
    EndIp string
    End-Ip.
    Id float64
    Id.
    StartIp string
    Start-Ip.
    endIp String
    End-Ip.
    id Double
    Id.
    startIp String
    Start-Ip.
    endIp string
    End-Ip.
    id number
    Id.
    startIp string
    Start-Ip.
    end_ip str
    End-Ip.
    id float
    Id.
    start_ip str
    Start-Ip.
    endIp String
    End-Ip.
    id Number
    Id.
    startIp String
    Start-Ip.

    Import

    Systemp SystemTemplateInterface can be imported using any of these accepted formats:

    Set import_options = [“devprof=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/systempSystemTemplateInterface:SystempSystemTemplateInterface labelname {{seq}}
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    -> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.

    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.
    Viewing docs for fortimanager 1.17.0
    published on Monday, May 4, 2026 by fortinetdev
      Try Pulumi Cloud free. Your team will thank you.