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

fortimanager.FmupdateFdssetting

Explore with Pulumi AI

Configure FortiGuard settings.

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

  • push_override: fortimanager.FmupdateFdssettingPushoverride
  • push_override_to_client: fortimanager.FmupdateFdssettingPushoverridetoclient
  • server_override: fortimanager.FmupdateFdssettingServeroverride
  • update_schedule: fortimanager.FmupdateFdssettingUpdateschedule

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";

const trname = new fortimanager.FmupdateFdssetting("trname", {
    fdsCltSslProtocol: "sslv3",
    fdsSslProtocol: "sslv3",
    fmtrLog: "emergency",
});
Copy
import pulumi
import pulumi_fortimanager as fortimanager

trname = fortimanager.FmupdateFdssetting("trname",
    fds_clt_ssl_protocol="sslv3",
    fds_ssl_protocol="sslv3",
    fmtr_log="emergency")
Copy
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.NewFmupdateFdssetting(ctx, "trname", &fortimanager.FmupdateFdssettingArgs{
			FdsCltSslProtocol: pulumi.String("sslv3"),
			FdsSslProtocol:    pulumi.String("sslv3"),
			FmtrLog:           pulumi.String("emergency"),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;

return await Deployment.RunAsync(() => 
{
    var trname = new Fortimanager.FmupdateFdssetting("trname", new()
    {
        FdsCltSslProtocol = "sslv3",
        FdsSslProtocol = "sslv3",
        FmtrLog = "emergency",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.FmupdateFdssetting;
import com.pulumi.fortimanager.FmupdateFdssettingArgs;
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 FmupdateFdssetting("trname", FmupdateFdssettingArgs.builder()
            .fdsCltSslProtocol("sslv3")
            .fdsSslProtocol("sslv3")
            .fmtrLog("emergency")
            .build());

    }
}
Copy
resources:
  trname:
    type: fortimanager:FmupdateFdssetting
    properties:
      fdsCltSslProtocol: sslv3
      fdsSslProtocol: sslv3
      fmtrLog: emergency
Copy

Create FmupdateFdssetting Resource

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

Constructor syntax

new FmupdateFdssetting(name: string, args?: FmupdateFdssettingArgs, opts?: CustomResourceOptions);
@overload
def FmupdateFdssetting(resource_name: str,
                       args: Optional[FmupdateFdssettingArgs] = None,
                       opts: Optional[ResourceOptions] = None)

@overload
def FmupdateFdssetting(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       fds_clt_ssl_protocol: Optional[str] = None,
                       fds_ssl_protocol: Optional[str] = None,
                       fmtr_log: Optional[str] = None,
                       fmupdate_fdssetting_id: Optional[str] = None,
                       fortiguard_anycast: Optional[str] = None,
                       fortiguard_anycast_source: Optional[str] = None,
                       linkd_log: Optional[str] = None,
                       max_av_ips_version: Optional[float] = None,
                       max_work: Optional[float] = None,
                       push_override: Optional[FmupdateFdssettingPushOverrideArgs] = None,
                       push_override_to_client: Optional[FmupdateFdssettingPushOverrideToClientArgs] = None,
                       send_report: Optional[str] = None,
                       send_setup: Optional[str] = None,
                       server_override: Optional[FmupdateFdssettingServerOverrideArgs] = None,
                       system_support_fais: Optional[Sequence[str]] = None,
                       system_support_fazs: Optional[Sequence[str]] = None,
                       system_support_fcts: Optional[Sequence[str]] = None,
                       system_support_fdcs: Optional[Sequence[str]] = None,
                       system_support_fgts: Optional[Sequence[str]] = None,
                       system_support_fis: Optional[Sequence[str]] = None,
                       system_support_fmls: Optional[Sequence[str]] = None,
                       system_support_fsas: Optional[Sequence[str]] = None,
                       system_support_fsws: Optional[Sequence[str]] = None,
                       system_support_fts: Optional[Sequence[str]] = None,
                       umsvc_log: Optional[str] = None,
                       unreg_dev_option: Optional[str] = None,
                       update_schedule: Optional[FmupdateFdssettingUpdateScheduleArgs] = None,
                       user_agent: Optional[str] = None,
                       wanip_query_mode: Optional[str] = None)
func NewFmupdateFdssetting(ctx *Context, name string, args *FmupdateFdssettingArgs, opts ...ResourceOption) (*FmupdateFdssetting, error)
public FmupdateFdssetting(string name, FmupdateFdssettingArgs? args = null, CustomResourceOptions? opts = null)
public FmupdateFdssetting(String name, FmupdateFdssettingArgs args)
public FmupdateFdssetting(String name, FmupdateFdssettingArgs args, CustomResourceOptions options)
type: fortimanager:FmupdateFdssetting
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args FmupdateFdssettingArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args FmupdateFdssettingArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args FmupdateFdssettingArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args FmupdateFdssettingArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. FmupdateFdssettingArgs
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 fmupdateFdssettingResource = new Fortimanager.FmupdateFdssetting("fmupdateFdssettingResource", new()
{
    FdsCltSslProtocol = "string",
    FdsSslProtocol = "string",
    FmtrLog = "string",
    FmupdateFdssettingId = "string",
    FortiguardAnycast = "string",
    FortiguardAnycastSource = "string",
    LinkdLog = "string",
    MaxAvIpsVersion = 0,
    MaxWork = 0,
    PushOverride = new Fortimanager.Inputs.FmupdateFdssettingPushOverrideArgs
    {
        Ip = "string",
        Port = 0,
        Status = "string",
    },
    PushOverrideToClient = new Fortimanager.Inputs.FmupdateFdssettingPushOverrideToClientArgs
    {
        AnnounceIps = new[]
        {
            new Fortimanager.Inputs.FmupdateFdssettingPushOverrideToClientAnnounceIpArgs
            {
                Id = 0,
                Ip = "string",
                Port = 0,
            },
        },
        Status = "string",
    },
    SendReport = "string",
    SendSetup = "string",
    ServerOverride = new Fortimanager.Inputs.FmupdateFdssettingServerOverrideArgs
    {
        Servlists = new[]
        {
            new Fortimanager.Inputs.FmupdateFdssettingServerOverrideServlistArgs
            {
                Id = 0,
                Ip = "string",
                Ip6 = "string",
                Port = 0,
                ServiceType = "string",
            },
        },
        Status = "string",
    },
    SystemSupportFais = new[]
    {
        "string",
    },
    SystemSupportFazs = new[]
    {
        "string",
    },
    SystemSupportFcts = new[]
    {
        "string",
    },
    SystemSupportFdcs = new[]
    {
        "string",
    },
    SystemSupportFgts = new[]
    {
        "string",
    },
    SystemSupportFis = new[]
    {
        "string",
    },
    SystemSupportFmls = new[]
    {
        "string",
    },
    SystemSupportFsas = new[]
    {
        "string",
    },
    SystemSupportFsws = new[]
    {
        "string",
    },
    SystemSupportFts = new[]
    {
        "string",
    },
    UmsvcLog = "string",
    UnregDevOption = "string",
    UpdateSchedule = new Fortimanager.Inputs.FmupdateFdssettingUpdateScheduleArgs
    {
        Day = "string",
        Frequency = "string",
        Status = "string",
        Times = new[]
        {
            "string",
        },
    },
    UserAgent = "string",
    WanipQueryMode = "string",
});
Copy
example, err := fortimanager.NewFmupdateFdssetting(ctx, "fmupdateFdssettingResource", &fortimanager.FmupdateFdssettingArgs{
FdsCltSslProtocol: pulumi.String("string"),
FdsSslProtocol: pulumi.String("string"),
FmtrLog: pulumi.String("string"),
FmupdateFdssettingId: pulumi.String("string"),
FortiguardAnycast: pulumi.String("string"),
FortiguardAnycastSource: pulumi.String("string"),
LinkdLog: pulumi.String("string"),
MaxAvIpsVersion: pulumi.Float64(0),
MaxWork: pulumi.Float64(0),
PushOverride: &.FmupdateFdssettingPushOverrideTypeArgs{
Ip: pulumi.String("string"),
Port: pulumi.Float64(0),
Status: pulumi.String("string"),
},
PushOverrideToClient: &.FmupdateFdssettingPushOverrideToClientTypeArgs{
AnnounceIps: .FmupdateFdssettingPushOverrideToClientAnnounceIpArray{
&.FmupdateFdssettingPushOverrideToClientAnnounceIpArgs{
Id: pulumi.Float64(0),
Ip: pulumi.String("string"),
Port: pulumi.Float64(0),
},
},
Status: pulumi.String("string"),
},
SendReport: pulumi.String("string"),
SendSetup: pulumi.String("string"),
ServerOverride: &.FmupdateFdssettingServerOverrideTypeArgs{
Servlists: .FmupdateFdssettingServerOverrideServlistArray{
&.FmupdateFdssettingServerOverrideServlistArgs{
Id: pulumi.Float64(0),
Ip: pulumi.String("string"),
Ip6: pulumi.String("string"),
Port: pulumi.Float64(0),
ServiceType: pulumi.String("string"),
},
},
Status: pulumi.String("string"),
},
SystemSupportFais: pulumi.StringArray{
pulumi.String("string"),
},
SystemSupportFazs: pulumi.StringArray{
pulumi.String("string"),
},
SystemSupportFcts: pulumi.StringArray{
pulumi.String("string"),
},
SystemSupportFdcs: pulumi.StringArray{
pulumi.String("string"),
},
SystemSupportFgts: pulumi.StringArray{
pulumi.String("string"),
},
SystemSupportFis: pulumi.StringArray{
pulumi.String("string"),
},
SystemSupportFmls: pulumi.StringArray{
pulumi.String("string"),
},
SystemSupportFsas: pulumi.StringArray{
pulumi.String("string"),
},
SystemSupportFsws: pulumi.StringArray{
pulumi.String("string"),
},
SystemSupportFts: pulumi.StringArray{
pulumi.String("string"),
},
UmsvcLog: pulumi.String("string"),
UnregDevOption: pulumi.String("string"),
UpdateSchedule: &.FmupdateFdssettingUpdateScheduleTypeArgs{
Day: pulumi.String("string"),
Frequency: pulumi.String("string"),
Status: pulumi.String("string"),
Times: pulumi.StringArray{
pulumi.String("string"),
},
},
UserAgent: pulumi.String("string"),
WanipQueryMode: pulumi.String("string"),
})
Copy
var fmupdateFdssettingResource = new FmupdateFdssetting("fmupdateFdssettingResource", FmupdateFdssettingArgs.builder()
    .fdsCltSslProtocol("string")
    .fdsSslProtocol("string")
    .fmtrLog("string")
    .fmupdateFdssettingId("string")
    .fortiguardAnycast("string")
    .fortiguardAnycastSource("string")
    .linkdLog("string")
    .maxAvIpsVersion(0)
    .maxWork(0)
    .pushOverride(FmupdateFdssettingPushOverrideArgs.builder()
        .ip("string")
        .port(0)
        .status("string")
        .build())
    .pushOverrideToClient(FmupdateFdssettingPushOverrideToClientArgs.builder()
        .announceIps(FmupdateFdssettingPushOverrideToClientAnnounceIpArgs.builder()
            .id(0)
            .ip("string")
            .port(0)
            .build())
        .status("string")
        .build())
    .sendReport("string")
    .sendSetup("string")
    .serverOverride(FmupdateFdssettingServerOverrideArgs.builder()
        .servlists(FmupdateFdssettingServerOverrideServlistArgs.builder()
            .id(0)
            .ip("string")
            .ip6("string")
            .port(0)
            .serviceType("string")
            .build())
        .status("string")
        .build())
    .systemSupportFais("string")
    .systemSupportFazs("string")
    .systemSupportFcts("string")
    .systemSupportFdcs("string")
    .systemSupportFgts("string")
    .systemSupportFis("string")
    .systemSupportFmls("string")
    .systemSupportFsas("string")
    .systemSupportFsws("string")
    .systemSupportFts("string")
    .umsvcLog("string")
    .unregDevOption("string")
    .updateSchedule(FmupdateFdssettingUpdateScheduleArgs.builder()
        .day("string")
        .frequency("string")
        .status("string")
        .times("string")
        .build())
    .userAgent("string")
    .wanipQueryMode("string")
    .build());
Copy
fmupdate_fdssetting_resource = fortimanager.FmupdateFdssetting("fmupdateFdssettingResource",
    fds_clt_ssl_protocol="string",
    fds_ssl_protocol="string",
    fmtr_log="string",
    fmupdate_fdssetting_id="string",
    fortiguard_anycast="string",
    fortiguard_anycast_source="string",
    linkd_log="string",
    max_av_ips_version=0,
    max_work=0,
    push_override={
        "ip": "string",
        "port": 0,
        "status": "string",
    },
    push_override_to_client={
        "announce_ips": [{
            "id": 0,
            "ip": "string",
            "port": 0,
        }],
        "status": "string",
    },
    send_report="string",
    send_setup="string",
    server_override={
        "servlists": [{
            "id": 0,
            "ip": "string",
            "ip6": "string",
            "port": 0,
            "service_type": "string",
        }],
        "status": "string",
    },
    system_support_fais=["string"],
    system_support_fazs=["string"],
    system_support_fcts=["string"],
    system_support_fdcs=["string"],
    system_support_fgts=["string"],
    system_support_fis=["string"],
    system_support_fmls=["string"],
    system_support_fsas=["string"],
    system_support_fsws=["string"],
    system_support_fts=["string"],
    umsvc_log="string",
    unreg_dev_option="string",
    update_schedule={
        "day": "string",
        "frequency": "string",
        "status": "string",
        "times": ["string"],
    },
    user_agent="string",
    wanip_query_mode="string")
Copy
const fmupdateFdssettingResource = new fortimanager.FmupdateFdssetting("fmupdateFdssettingResource", {
    fdsCltSslProtocol: "string",
    fdsSslProtocol: "string",
    fmtrLog: "string",
    fmupdateFdssettingId: "string",
    fortiguardAnycast: "string",
    fortiguardAnycastSource: "string",
    linkdLog: "string",
    maxAvIpsVersion: 0,
    maxWork: 0,
    pushOverride: {
        ip: "string",
        port: 0,
        status: "string",
    },
    pushOverrideToClient: {
        announceIps: [{
            id: 0,
            ip: "string",
            port: 0,
        }],
        status: "string",
    },
    sendReport: "string",
    sendSetup: "string",
    serverOverride: {
        servlists: [{
            id: 0,
            ip: "string",
            ip6: "string",
            port: 0,
            serviceType: "string",
        }],
        status: "string",
    },
    systemSupportFais: ["string"],
    systemSupportFazs: ["string"],
    systemSupportFcts: ["string"],
    systemSupportFdcs: ["string"],
    systemSupportFgts: ["string"],
    systemSupportFis: ["string"],
    systemSupportFmls: ["string"],
    systemSupportFsas: ["string"],
    systemSupportFsws: ["string"],
    systemSupportFts: ["string"],
    umsvcLog: "string",
    unregDevOption: "string",
    updateSchedule: {
        day: "string",
        frequency: "string",
        status: "string",
        times: ["string"],
    },
    userAgent: "string",
    wanipQueryMode: "string",
});
Copy
type: fortimanager:FmupdateFdssetting
properties:
    fdsCltSslProtocol: string
    fdsSslProtocol: string
    fmtrLog: string
    fmupdateFdssettingId: string
    fortiguardAnycast: string
    fortiguardAnycastSource: string
    linkdLog: string
    maxAvIpsVersion: 0
    maxWork: 0
    pushOverride:
        ip: string
        port: 0
        status: string
    pushOverrideToClient:
        announceIps:
            - id: 0
              ip: string
              port: 0
        status: string
    sendReport: string
    sendSetup: string
    serverOverride:
        servlists:
            - id: 0
              ip: string
              ip6: string
              port: 0
              serviceType: string
        status: string
    systemSupportFais:
        - string
    systemSupportFazs:
        - string
    systemSupportFcts:
        - string
    systemSupportFdcs:
        - string
    systemSupportFgts:
        - string
    systemSupportFis:
        - string
    systemSupportFmls:
        - string
    systemSupportFsas:
        - string
    systemSupportFsws:
        - string
    systemSupportFts:
        - string
    umsvcLog: string
    unregDevOption: string
    updateSchedule:
        day: string
        frequency: string
        status: string
        times:
            - string
    userAgent: string
    wanipQueryMode: string
Copy

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

FdsCltSslProtocol string
The SSL protocols version for connecting fds server (default = tlsv1.2). sslv3 - set SSLv3 as the client version. tlsv1.0 - set TLSv1.0 as the client version. tlsv1.1 - set TLSv1.1 as the client version. tlsv1.2 - set TLSv1.2 as the client version (default). tlsv1.3 - set TLSv1.3 as the client version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
FdsSslProtocol string
The SSL protocols version for receiving fgt connection (default = tlsv1.2). sslv3 - set SSLv3 as the lowest version. tlsv1.0 - set TLSv1.0 as the lowest version. tlsv1.1 - set TLSv1.1 as the lowest version. tlsv1.2 - set TLSv1.2 as the lowest version (default). tlsv1.3 - set TLSv1.3 as the lowest version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
FmtrLog string
fmtr log level emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
FmupdateFdssettingId string
an identifier for the resource.
FortiguardAnycast string
Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
FortiguardAnycastSource string
Configure which of Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. Default is Fortinet fortinet - Use Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. aws - Use Fortinet's AWS servers to provide FortiGuard services in FortiGuard's anycast network. Valid values: fortinet, aws.
LinkdLog string
The linkd log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
MaxAvIpsVersion double
The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
MaxWork double
The maximum number of worker processing download requests (1 - 32, default = 1).
PushOverride FmupdateFdssettingPushOverride
Push-Override. The structure of push_override block is documented below.
PushOverrideToClient FmupdateFdssettingPushOverrideToClient
Push-Override-To-Client. The structure of push_override_to_client block is documented below.
SendReport string
send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
SendSetup string
forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
ServerOverride FmupdateFdssettingServerOverride
Server-Override. The structure of server_override block is documented below.
SystemSupportFais List<string>
Supported FortiNDR versions. 7.x - Support version 7.x Valid values: 7.x.
SystemSupportFazs List<string>
Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values: 6.x, 7.x.
SystemSupportFcts List<string>
Supported FortiClient versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
SystemSupportFdcs List<string>
Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values: 3.x.
SystemSupportFgts List<string>
Supported FortiOS versions. 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 5.4, 5.6, 6.0, 6.2, 6.4.
SystemSupportFis List<string>
Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values: 1.x, 2.x.
SystemSupportFmls List<string>
Supported FortiMail versions. 4.x - Support version 4.x 5.x - Support version 5.x 6.x - Support version 6.x Valid values: 4.x, 5.x, 6.x.
SystemSupportFsas List<string>
Supported FortiSandbox versions. 1.x - Support version 1.x 2.x - Support version 2.x 3.x - Support version 3.x Valid values: 1.x, 2.x, 3.x.
SystemSupportFsws List<string>
Supported FortiSwitch versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
SystemSupportFts List<string>
Supported FortiTester versions. 4.x - Support version 4.x Valid values: 4.x.
UmsvcLog string
The um_service log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
UnregDevOption string
set the option for unregister devices ignore - Ignore all unregistered devices. svc-only - Allow update requests without adding the device. add-service - Add unregistered devices and allow update request. Valid values: ignore, svc-only, add-service.
UpdateSchedule FmupdateFdssettingUpdateSchedule
Update-Schedule. The structure of update_schedule block is documented below.
UserAgent string
Configure the user agent string.
WanipQueryMode string
public ip query mode disable - Do not query public ip ipify - Get public IP through https://api.ipify.org Valid values: disable, ipify.
FdsCltSslProtocol string
The SSL protocols version for connecting fds server (default = tlsv1.2). sslv3 - set SSLv3 as the client version. tlsv1.0 - set TLSv1.0 as the client version. tlsv1.1 - set TLSv1.1 as the client version. tlsv1.2 - set TLSv1.2 as the client version (default). tlsv1.3 - set TLSv1.3 as the client version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
FdsSslProtocol string
The SSL protocols version for receiving fgt connection (default = tlsv1.2). sslv3 - set SSLv3 as the lowest version. tlsv1.0 - set TLSv1.0 as the lowest version. tlsv1.1 - set TLSv1.1 as the lowest version. tlsv1.2 - set TLSv1.2 as the lowest version (default). tlsv1.3 - set TLSv1.3 as the lowest version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
FmtrLog string
fmtr log level emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
FmupdateFdssettingId string
an identifier for the resource.
FortiguardAnycast string
Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
FortiguardAnycastSource string
Configure which of Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. Default is Fortinet fortinet - Use Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. aws - Use Fortinet's AWS servers to provide FortiGuard services in FortiGuard's anycast network. Valid values: fortinet, aws.
LinkdLog string
The linkd log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
MaxAvIpsVersion float64
The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
MaxWork float64
The maximum number of worker processing download requests (1 - 32, default = 1).
PushOverride FmupdateFdssettingPushOverrideTypeArgs
Push-Override. The structure of push_override block is documented below.
PushOverrideToClient FmupdateFdssettingPushOverrideToClientTypeArgs
Push-Override-To-Client. The structure of push_override_to_client block is documented below.
SendReport string
send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
SendSetup string
forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
ServerOverride FmupdateFdssettingServerOverrideTypeArgs
Server-Override. The structure of server_override block is documented below.
SystemSupportFais []string
Supported FortiNDR versions. 7.x - Support version 7.x Valid values: 7.x.
SystemSupportFazs []string
Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values: 6.x, 7.x.
SystemSupportFcts []string
Supported FortiClient versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
SystemSupportFdcs []string
Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values: 3.x.
SystemSupportFgts []string
Supported FortiOS versions. 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 5.4, 5.6, 6.0, 6.2, 6.4.
SystemSupportFis []string
Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values: 1.x, 2.x.
SystemSupportFmls []string
Supported FortiMail versions. 4.x - Support version 4.x 5.x - Support version 5.x 6.x - Support version 6.x Valid values: 4.x, 5.x, 6.x.
SystemSupportFsas []string
Supported FortiSandbox versions. 1.x - Support version 1.x 2.x - Support version 2.x 3.x - Support version 3.x Valid values: 1.x, 2.x, 3.x.
SystemSupportFsws []string
Supported FortiSwitch versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
SystemSupportFts []string
Supported FortiTester versions. 4.x - Support version 4.x Valid values: 4.x.
UmsvcLog string
The um_service log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
UnregDevOption string
set the option for unregister devices ignore - Ignore all unregistered devices. svc-only - Allow update requests without adding the device. add-service - Add unregistered devices and allow update request. Valid values: ignore, svc-only, add-service.
UpdateSchedule FmupdateFdssettingUpdateScheduleTypeArgs
Update-Schedule. The structure of update_schedule block is documented below.
UserAgent string
Configure the user agent string.
WanipQueryMode string
public ip query mode disable - Do not query public ip ipify - Get public IP through https://api.ipify.org Valid values: disable, ipify.
fdsCltSslProtocol String
The SSL protocols version for connecting fds server (default = tlsv1.2). sslv3 - set SSLv3 as the client version. tlsv1.0 - set TLSv1.0 as the client version. tlsv1.1 - set TLSv1.1 as the client version. tlsv1.2 - set TLSv1.2 as the client version (default). tlsv1.3 - set TLSv1.3 as the client version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
fdsSslProtocol String
The SSL protocols version for receiving fgt connection (default = tlsv1.2). sslv3 - set SSLv3 as the lowest version. tlsv1.0 - set TLSv1.0 as the lowest version. tlsv1.1 - set TLSv1.1 as the lowest version. tlsv1.2 - set TLSv1.2 as the lowest version (default). tlsv1.3 - set TLSv1.3 as the lowest version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
fmtrLog String
fmtr log level emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
fmupdateFdssettingId String
an identifier for the resource.
fortiguardAnycast String
Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
fortiguardAnycastSource String
Configure which of Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. Default is Fortinet fortinet - Use Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. aws - Use Fortinet's AWS servers to provide FortiGuard services in FortiGuard's anycast network. Valid values: fortinet, aws.
linkdLog String
The linkd log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
maxAvIpsVersion Double
The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
maxWork Double
The maximum number of worker processing download requests (1 - 32, default = 1).
pushOverride FmupdateFdssettingPushOverride
Push-Override. The structure of push_override block is documented below.
pushOverrideToClient FmupdateFdssettingPushOverrideToClient
Push-Override-To-Client. The structure of push_override_to_client block is documented below.
sendReport String
send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
sendSetup String
forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
serverOverride FmupdateFdssettingServerOverride
Server-Override. The structure of server_override block is documented below.
systemSupportFais List<String>
Supported FortiNDR versions. 7.x - Support version 7.x Valid values: 7.x.
systemSupportFazs List<String>
Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values: 6.x, 7.x.
systemSupportFcts List<String>
Supported FortiClient versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
systemSupportFdcs List<String>
Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values: 3.x.
systemSupportFgts List<String>
Supported FortiOS versions. 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 5.4, 5.6, 6.0, 6.2, 6.4.
systemSupportFis List<String>
Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values: 1.x, 2.x.
systemSupportFmls List<String>
Supported FortiMail versions. 4.x - Support version 4.x 5.x - Support version 5.x 6.x - Support version 6.x Valid values: 4.x, 5.x, 6.x.
systemSupportFsas List<String>
Supported FortiSandbox versions. 1.x - Support version 1.x 2.x - Support version 2.x 3.x - Support version 3.x Valid values: 1.x, 2.x, 3.x.
systemSupportFsws List<String>
Supported FortiSwitch versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
systemSupportFts List<String>
Supported FortiTester versions. 4.x - Support version 4.x Valid values: 4.x.
umsvcLog String
The um_service log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
unregDevOption String
set the option for unregister devices ignore - Ignore all unregistered devices. svc-only - Allow update requests without adding the device. add-service - Add unregistered devices and allow update request. Valid values: ignore, svc-only, add-service.
updateSchedule FmupdateFdssettingUpdateSchedule
Update-Schedule. The structure of update_schedule block is documented below.
userAgent String
Configure the user agent string.
wanipQueryMode String
public ip query mode disable - Do not query public ip ipify - Get public IP through https://api.ipify.org Valid values: disable, ipify.
fdsCltSslProtocol string
The SSL protocols version for connecting fds server (default = tlsv1.2). sslv3 - set SSLv3 as the client version. tlsv1.0 - set TLSv1.0 as the client version. tlsv1.1 - set TLSv1.1 as the client version. tlsv1.2 - set TLSv1.2 as the client version (default). tlsv1.3 - set TLSv1.3 as the client version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
fdsSslProtocol string
The SSL protocols version for receiving fgt connection (default = tlsv1.2). sslv3 - set SSLv3 as the lowest version. tlsv1.0 - set TLSv1.0 as the lowest version. tlsv1.1 - set TLSv1.1 as the lowest version. tlsv1.2 - set TLSv1.2 as the lowest version (default). tlsv1.3 - set TLSv1.3 as the lowest version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
fmtrLog string
fmtr log level emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
fmupdateFdssettingId string
an identifier for the resource.
fortiguardAnycast string
Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
fortiguardAnycastSource string
Configure which of Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. Default is Fortinet fortinet - Use Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. aws - Use Fortinet's AWS servers to provide FortiGuard services in FortiGuard's anycast network. Valid values: fortinet, aws.
linkdLog string
The linkd log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
maxAvIpsVersion number
The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
maxWork number
The maximum number of worker processing download requests (1 - 32, default = 1).
pushOverride FmupdateFdssettingPushOverride
Push-Override. The structure of push_override block is documented below.
pushOverrideToClient FmupdateFdssettingPushOverrideToClient
Push-Override-To-Client. The structure of push_override_to_client block is documented below.
sendReport string
send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
sendSetup string
forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
serverOverride FmupdateFdssettingServerOverride
Server-Override. The structure of server_override block is documented below.
systemSupportFais string[]
Supported FortiNDR versions. 7.x - Support version 7.x Valid values: 7.x.
systemSupportFazs string[]
Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values: 6.x, 7.x.
systemSupportFcts string[]
Supported FortiClient versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
systemSupportFdcs string[]
Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values: 3.x.
systemSupportFgts string[]
Supported FortiOS versions. 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 5.4, 5.6, 6.0, 6.2, 6.4.
systemSupportFis string[]
Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values: 1.x, 2.x.
systemSupportFmls string[]
Supported FortiMail versions. 4.x - Support version 4.x 5.x - Support version 5.x 6.x - Support version 6.x Valid values: 4.x, 5.x, 6.x.
systemSupportFsas string[]
Supported FortiSandbox versions. 1.x - Support version 1.x 2.x - Support version 2.x 3.x - Support version 3.x Valid values: 1.x, 2.x, 3.x.
systemSupportFsws string[]
Supported FortiSwitch versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
systemSupportFts string[]
Supported FortiTester versions. 4.x - Support version 4.x Valid values: 4.x.
umsvcLog string
The um_service log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
unregDevOption string
set the option for unregister devices ignore - Ignore all unregistered devices. svc-only - Allow update requests without adding the device. add-service - Add unregistered devices and allow update request. Valid values: ignore, svc-only, add-service.
updateSchedule FmupdateFdssettingUpdateSchedule
Update-Schedule. The structure of update_schedule block is documented below.
userAgent string
Configure the user agent string.
wanipQueryMode string
public ip query mode disable - Do not query public ip ipify - Get public IP through https://api.ipify.org Valid values: disable, ipify.
fds_clt_ssl_protocol str
The SSL protocols version for connecting fds server (default = tlsv1.2). sslv3 - set SSLv3 as the client version. tlsv1.0 - set TLSv1.0 as the client version. tlsv1.1 - set TLSv1.1 as the client version. tlsv1.2 - set TLSv1.2 as the client version (default). tlsv1.3 - set TLSv1.3 as the client version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
fds_ssl_protocol str
The SSL protocols version for receiving fgt connection (default = tlsv1.2). sslv3 - set SSLv3 as the lowest version. tlsv1.0 - set TLSv1.0 as the lowest version. tlsv1.1 - set TLSv1.1 as the lowest version. tlsv1.2 - set TLSv1.2 as the lowest version (default). tlsv1.3 - set TLSv1.3 as the lowest version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
fmtr_log str
fmtr log level emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
fmupdate_fdssetting_id str
an identifier for the resource.
fortiguard_anycast str
Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
fortiguard_anycast_source str
Configure which of Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. Default is Fortinet fortinet - Use Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. aws - Use Fortinet's AWS servers to provide FortiGuard services in FortiGuard's anycast network. Valid values: fortinet, aws.
linkd_log str
The linkd log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
max_av_ips_version float
The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
max_work float
The maximum number of worker processing download requests (1 - 32, default = 1).
push_override FmupdateFdssettingPushOverrideArgs
Push-Override. The structure of push_override block is documented below.
push_override_to_client FmupdateFdssettingPushOverrideToClientArgs
Push-Override-To-Client. The structure of push_override_to_client block is documented below.
send_report str
send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
send_setup str
forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
server_override FmupdateFdssettingServerOverrideArgs
Server-Override. The structure of server_override block is documented below.
system_support_fais Sequence[str]
Supported FortiNDR versions. 7.x - Support version 7.x Valid values: 7.x.
system_support_fazs Sequence[str]
Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values: 6.x, 7.x.
system_support_fcts Sequence[str]
Supported FortiClient versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
system_support_fdcs Sequence[str]
Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values: 3.x.
system_support_fgts Sequence[str]
Supported FortiOS versions. 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 5.4, 5.6, 6.0, 6.2, 6.4.
system_support_fis Sequence[str]
Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values: 1.x, 2.x.
system_support_fmls Sequence[str]
Supported FortiMail versions. 4.x - Support version 4.x 5.x - Support version 5.x 6.x - Support version 6.x Valid values: 4.x, 5.x, 6.x.
system_support_fsas Sequence[str]
Supported FortiSandbox versions. 1.x - Support version 1.x 2.x - Support version 2.x 3.x - Support version 3.x Valid values: 1.x, 2.x, 3.x.
system_support_fsws Sequence[str]
Supported FortiSwitch versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
system_support_fts Sequence[str]
Supported FortiTester versions. 4.x - Support version 4.x Valid values: 4.x.
umsvc_log str
The um_service log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
unreg_dev_option str
set the option for unregister devices ignore - Ignore all unregistered devices. svc-only - Allow update requests without adding the device. add-service - Add unregistered devices and allow update request. Valid values: ignore, svc-only, add-service.
update_schedule FmupdateFdssettingUpdateScheduleArgs
Update-Schedule. The structure of update_schedule block is documented below.
user_agent str
Configure the user agent string.
wanip_query_mode str
public ip query mode disable - Do not query public ip ipify - Get public IP through https://api.ipify.org Valid values: disable, ipify.
fdsCltSslProtocol String
The SSL protocols version for connecting fds server (default = tlsv1.2). sslv3 - set SSLv3 as the client version. tlsv1.0 - set TLSv1.0 as the client version. tlsv1.1 - set TLSv1.1 as the client version. tlsv1.2 - set TLSv1.2 as the client version (default). tlsv1.3 - set TLSv1.3 as the client version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
fdsSslProtocol String
The SSL protocols version for receiving fgt connection (default = tlsv1.2). sslv3 - set SSLv3 as the lowest version. tlsv1.0 - set TLSv1.0 as the lowest version. tlsv1.1 - set TLSv1.1 as the lowest version. tlsv1.2 - set TLSv1.2 as the lowest version (default). tlsv1.3 - set TLSv1.3 as the lowest version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
fmtrLog String
fmtr log level emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
fmupdateFdssettingId String
an identifier for the resource.
fortiguardAnycast String
Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
fortiguardAnycastSource String
Configure which of Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. Default is Fortinet fortinet - Use Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. aws - Use Fortinet's AWS servers to provide FortiGuard services in FortiGuard's anycast network. Valid values: fortinet, aws.
linkdLog String
The linkd log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
maxAvIpsVersion Number
The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
maxWork Number
The maximum number of worker processing download requests (1 - 32, default = 1).
pushOverride Property Map
Push-Override. The structure of push_override block is documented below.
pushOverrideToClient Property Map
Push-Override-To-Client. The structure of push_override_to_client block is documented below.
sendReport String
send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
sendSetup String
forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
serverOverride Property Map
Server-Override. The structure of server_override block is documented below.
systemSupportFais List<String>
Supported FortiNDR versions. 7.x - Support version 7.x Valid values: 7.x.
systemSupportFazs List<String>
Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values: 6.x, 7.x.
systemSupportFcts List<String>
Supported FortiClient versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
systemSupportFdcs List<String>
Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values: 3.x.
systemSupportFgts List<String>
Supported FortiOS versions. 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 5.4, 5.6, 6.0, 6.2, 6.4.
systemSupportFis List<String>
Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values: 1.x, 2.x.
systemSupportFmls List<String>
Supported FortiMail versions. 4.x - Support version 4.x 5.x - Support version 5.x 6.x - Support version 6.x Valid values: 4.x, 5.x, 6.x.
systemSupportFsas List<String>
Supported FortiSandbox versions. 1.x - Support version 1.x 2.x - Support version 2.x 3.x - Support version 3.x Valid values: 1.x, 2.x, 3.x.
systemSupportFsws List<String>
Supported FortiSwitch versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
systemSupportFts List<String>
Supported FortiTester versions. 4.x - Support version 4.x Valid values: 4.x.
umsvcLog String
The um_service log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
unregDevOption String
set the option for unregister devices ignore - Ignore all unregistered devices. svc-only - Allow update requests without adding the device. add-service - Add unregistered devices and allow update request. Valid values: ignore, svc-only, add-service.
updateSchedule Property Map
Update-Schedule. The structure of update_schedule block is documented below.
userAgent String
Configure the user agent string.
wanipQueryMode String
public ip query mode disable - Do not query public ip ipify - Get public IP through https://api.ipify.org Valid values: disable, ipify.

Outputs

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

Get an existing FmupdateFdssetting 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?: FmupdateFdssettingState, opts?: CustomResourceOptions): FmupdateFdssetting
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        fds_clt_ssl_protocol: Optional[str] = None,
        fds_ssl_protocol: Optional[str] = None,
        fmtr_log: Optional[str] = None,
        fmupdate_fdssetting_id: Optional[str] = None,
        fortiguard_anycast: Optional[str] = None,
        fortiguard_anycast_source: Optional[str] = None,
        linkd_log: Optional[str] = None,
        max_av_ips_version: Optional[float] = None,
        max_work: Optional[float] = None,
        push_override: Optional[FmupdateFdssettingPushOverrideArgs] = None,
        push_override_to_client: Optional[FmupdateFdssettingPushOverrideToClientArgs] = None,
        send_report: Optional[str] = None,
        send_setup: Optional[str] = None,
        server_override: Optional[FmupdateFdssettingServerOverrideArgs] = None,
        system_support_fais: Optional[Sequence[str]] = None,
        system_support_fazs: Optional[Sequence[str]] = None,
        system_support_fcts: Optional[Sequence[str]] = None,
        system_support_fdcs: Optional[Sequence[str]] = None,
        system_support_fgts: Optional[Sequence[str]] = None,
        system_support_fis: Optional[Sequence[str]] = None,
        system_support_fmls: Optional[Sequence[str]] = None,
        system_support_fsas: Optional[Sequence[str]] = None,
        system_support_fsws: Optional[Sequence[str]] = None,
        system_support_fts: Optional[Sequence[str]] = None,
        umsvc_log: Optional[str] = None,
        unreg_dev_option: Optional[str] = None,
        update_schedule: Optional[FmupdateFdssettingUpdateScheduleArgs] = None,
        user_agent: Optional[str] = None,
        wanip_query_mode: Optional[str] = None) -> FmupdateFdssetting
func GetFmupdateFdssetting(ctx *Context, name string, id IDInput, state *FmupdateFdssettingState, opts ...ResourceOption) (*FmupdateFdssetting, error)
public static FmupdateFdssetting Get(string name, Input<string> id, FmupdateFdssettingState? state, CustomResourceOptions? opts = null)
public static FmupdateFdssetting get(String name, Output<String> id, FmupdateFdssettingState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:FmupdateFdssetting    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
FdsCltSslProtocol string
The SSL protocols version for connecting fds server (default = tlsv1.2). sslv3 - set SSLv3 as the client version. tlsv1.0 - set TLSv1.0 as the client version. tlsv1.1 - set TLSv1.1 as the client version. tlsv1.2 - set TLSv1.2 as the client version (default). tlsv1.3 - set TLSv1.3 as the client version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
FdsSslProtocol string
The SSL protocols version for receiving fgt connection (default = tlsv1.2). sslv3 - set SSLv3 as the lowest version. tlsv1.0 - set TLSv1.0 as the lowest version. tlsv1.1 - set TLSv1.1 as the lowest version. tlsv1.2 - set TLSv1.2 as the lowest version (default). tlsv1.3 - set TLSv1.3 as the lowest version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
FmtrLog string
fmtr log level emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
FmupdateFdssettingId string
an identifier for the resource.
FortiguardAnycast string
Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
FortiguardAnycastSource string
Configure which of Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. Default is Fortinet fortinet - Use Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. aws - Use Fortinet's AWS servers to provide FortiGuard services in FortiGuard's anycast network. Valid values: fortinet, aws.
LinkdLog string
The linkd log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
MaxAvIpsVersion double
The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
MaxWork double
The maximum number of worker processing download requests (1 - 32, default = 1).
PushOverride FmupdateFdssettingPushOverride
Push-Override. The structure of push_override block is documented below.
PushOverrideToClient FmupdateFdssettingPushOverrideToClient
Push-Override-To-Client. The structure of push_override_to_client block is documented below.
SendReport string
send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
SendSetup string
forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
ServerOverride FmupdateFdssettingServerOverride
Server-Override. The structure of server_override block is documented below.
SystemSupportFais List<string>
Supported FortiNDR versions. 7.x - Support version 7.x Valid values: 7.x.
SystemSupportFazs List<string>
Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values: 6.x, 7.x.
SystemSupportFcts List<string>
Supported FortiClient versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
SystemSupportFdcs List<string>
Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values: 3.x.
SystemSupportFgts List<string>
Supported FortiOS versions. 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 5.4, 5.6, 6.0, 6.2, 6.4.
SystemSupportFis List<string>
Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values: 1.x, 2.x.
SystemSupportFmls List<string>
Supported FortiMail versions. 4.x - Support version 4.x 5.x - Support version 5.x 6.x - Support version 6.x Valid values: 4.x, 5.x, 6.x.
SystemSupportFsas List<string>
Supported FortiSandbox versions. 1.x - Support version 1.x 2.x - Support version 2.x 3.x - Support version 3.x Valid values: 1.x, 2.x, 3.x.
SystemSupportFsws List<string>
Supported FortiSwitch versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
SystemSupportFts List<string>
Supported FortiTester versions. 4.x - Support version 4.x Valid values: 4.x.
UmsvcLog string
The um_service log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
UnregDevOption string
set the option for unregister devices ignore - Ignore all unregistered devices. svc-only - Allow update requests without adding the device. add-service - Add unregistered devices and allow update request. Valid values: ignore, svc-only, add-service.
UpdateSchedule FmupdateFdssettingUpdateSchedule
Update-Schedule. The structure of update_schedule block is documented below.
UserAgent string
Configure the user agent string.
WanipQueryMode string
public ip query mode disable - Do not query public ip ipify - Get public IP through https://api.ipify.org Valid values: disable, ipify.
FdsCltSslProtocol string
The SSL protocols version for connecting fds server (default = tlsv1.2). sslv3 - set SSLv3 as the client version. tlsv1.0 - set TLSv1.0 as the client version. tlsv1.1 - set TLSv1.1 as the client version. tlsv1.2 - set TLSv1.2 as the client version (default). tlsv1.3 - set TLSv1.3 as the client version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
FdsSslProtocol string
The SSL protocols version for receiving fgt connection (default = tlsv1.2). sslv3 - set SSLv3 as the lowest version. tlsv1.0 - set TLSv1.0 as the lowest version. tlsv1.1 - set TLSv1.1 as the lowest version. tlsv1.2 - set TLSv1.2 as the lowest version (default). tlsv1.3 - set TLSv1.3 as the lowest version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
FmtrLog string
fmtr log level emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
FmupdateFdssettingId string
an identifier for the resource.
FortiguardAnycast string
Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
FortiguardAnycastSource string
Configure which of Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. Default is Fortinet fortinet - Use Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. aws - Use Fortinet's AWS servers to provide FortiGuard services in FortiGuard's anycast network. Valid values: fortinet, aws.
LinkdLog string
The linkd log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
MaxAvIpsVersion float64
The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
MaxWork float64
The maximum number of worker processing download requests (1 - 32, default = 1).
PushOverride FmupdateFdssettingPushOverrideTypeArgs
Push-Override. The structure of push_override block is documented below.
PushOverrideToClient FmupdateFdssettingPushOverrideToClientTypeArgs
Push-Override-To-Client. The structure of push_override_to_client block is documented below.
SendReport string
send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
SendSetup string
forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
ServerOverride FmupdateFdssettingServerOverrideTypeArgs
Server-Override. The structure of server_override block is documented below.
SystemSupportFais []string
Supported FortiNDR versions. 7.x - Support version 7.x Valid values: 7.x.
SystemSupportFazs []string
Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values: 6.x, 7.x.
SystemSupportFcts []string
Supported FortiClient versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
SystemSupportFdcs []string
Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values: 3.x.
SystemSupportFgts []string
Supported FortiOS versions. 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 5.4, 5.6, 6.0, 6.2, 6.4.
SystemSupportFis []string
Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values: 1.x, 2.x.
SystemSupportFmls []string
Supported FortiMail versions. 4.x - Support version 4.x 5.x - Support version 5.x 6.x - Support version 6.x Valid values: 4.x, 5.x, 6.x.
SystemSupportFsas []string
Supported FortiSandbox versions. 1.x - Support version 1.x 2.x - Support version 2.x 3.x - Support version 3.x Valid values: 1.x, 2.x, 3.x.
SystemSupportFsws []string
Supported FortiSwitch versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
SystemSupportFts []string
Supported FortiTester versions. 4.x - Support version 4.x Valid values: 4.x.
UmsvcLog string
The um_service log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
UnregDevOption string
set the option for unregister devices ignore - Ignore all unregistered devices. svc-only - Allow update requests without adding the device. add-service - Add unregistered devices and allow update request. Valid values: ignore, svc-only, add-service.
UpdateSchedule FmupdateFdssettingUpdateScheduleTypeArgs
Update-Schedule. The structure of update_schedule block is documented below.
UserAgent string
Configure the user agent string.
WanipQueryMode string
public ip query mode disable - Do not query public ip ipify - Get public IP through https://api.ipify.org Valid values: disable, ipify.
fdsCltSslProtocol String
The SSL protocols version for connecting fds server (default = tlsv1.2). sslv3 - set SSLv3 as the client version. tlsv1.0 - set TLSv1.0 as the client version. tlsv1.1 - set TLSv1.1 as the client version. tlsv1.2 - set TLSv1.2 as the client version (default). tlsv1.3 - set TLSv1.3 as the client version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
fdsSslProtocol String
The SSL protocols version for receiving fgt connection (default = tlsv1.2). sslv3 - set SSLv3 as the lowest version. tlsv1.0 - set TLSv1.0 as the lowest version. tlsv1.1 - set TLSv1.1 as the lowest version. tlsv1.2 - set TLSv1.2 as the lowest version (default). tlsv1.3 - set TLSv1.3 as the lowest version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
fmtrLog String
fmtr log level emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
fmupdateFdssettingId String
an identifier for the resource.
fortiguardAnycast String
Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
fortiguardAnycastSource String
Configure which of Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. Default is Fortinet fortinet - Use Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. aws - Use Fortinet's AWS servers to provide FortiGuard services in FortiGuard's anycast network. Valid values: fortinet, aws.
linkdLog String
The linkd log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
maxAvIpsVersion Double
The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
maxWork Double
The maximum number of worker processing download requests (1 - 32, default = 1).
pushOverride FmupdateFdssettingPushOverride
Push-Override. The structure of push_override block is documented below.
pushOverrideToClient FmupdateFdssettingPushOverrideToClient
Push-Override-To-Client. The structure of push_override_to_client block is documented below.
sendReport String
send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
sendSetup String
forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
serverOverride FmupdateFdssettingServerOverride
Server-Override. The structure of server_override block is documented below.
systemSupportFais List<String>
Supported FortiNDR versions. 7.x - Support version 7.x Valid values: 7.x.
systemSupportFazs List<String>
Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values: 6.x, 7.x.
systemSupportFcts List<String>
Supported FortiClient versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
systemSupportFdcs List<String>
Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values: 3.x.
systemSupportFgts List<String>
Supported FortiOS versions. 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 5.4, 5.6, 6.0, 6.2, 6.4.
systemSupportFis List<String>
Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values: 1.x, 2.x.
systemSupportFmls List<String>
Supported FortiMail versions. 4.x - Support version 4.x 5.x - Support version 5.x 6.x - Support version 6.x Valid values: 4.x, 5.x, 6.x.
systemSupportFsas List<String>
Supported FortiSandbox versions. 1.x - Support version 1.x 2.x - Support version 2.x 3.x - Support version 3.x Valid values: 1.x, 2.x, 3.x.
systemSupportFsws List<String>
Supported FortiSwitch versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
systemSupportFts List<String>
Supported FortiTester versions. 4.x - Support version 4.x Valid values: 4.x.
umsvcLog String
The um_service log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
unregDevOption String
set the option for unregister devices ignore - Ignore all unregistered devices. svc-only - Allow update requests without adding the device. add-service - Add unregistered devices and allow update request. Valid values: ignore, svc-only, add-service.
updateSchedule FmupdateFdssettingUpdateSchedule
Update-Schedule. The structure of update_schedule block is documented below.
userAgent String
Configure the user agent string.
wanipQueryMode String
public ip query mode disable - Do not query public ip ipify - Get public IP through https://api.ipify.org Valid values: disable, ipify.
fdsCltSslProtocol string
The SSL protocols version for connecting fds server (default = tlsv1.2). sslv3 - set SSLv3 as the client version. tlsv1.0 - set TLSv1.0 as the client version. tlsv1.1 - set TLSv1.1 as the client version. tlsv1.2 - set TLSv1.2 as the client version (default). tlsv1.3 - set TLSv1.3 as the client version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
fdsSslProtocol string
The SSL protocols version for receiving fgt connection (default = tlsv1.2). sslv3 - set SSLv3 as the lowest version. tlsv1.0 - set TLSv1.0 as the lowest version. tlsv1.1 - set TLSv1.1 as the lowest version. tlsv1.2 - set TLSv1.2 as the lowest version (default). tlsv1.3 - set TLSv1.3 as the lowest version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
fmtrLog string
fmtr log level emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
fmupdateFdssettingId string
an identifier for the resource.
fortiguardAnycast string
Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
fortiguardAnycastSource string
Configure which of Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. Default is Fortinet fortinet - Use Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. aws - Use Fortinet's AWS servers to provide FortiGuard services in FortiGuard's anycast network. Valid values: fortinet, aws.
linkdLog string
The linkd log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
maxAvIpsVersion number
The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
maxWork number
The maximum number of worker processing download requests (1 - 32, default = 1).
pushOverride FmupdateFdssettingPushOverride
Push-Override. The structure of push_override block is documented below.
pushOverrideToClient FmupdateFdssettingPushOverrideToClient
Push-Override-To-Client. The structure of push_override_to_client block is documented below.
sendReport string
send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
sendSetup string
forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
serverOverride FmupdateFdssettingServerOverride
Server-Override. The structure of server_override block is documented below.
systemSupportFais string[]
Supported FortiNDR versions. 7.x - Support version 7.x Valid values: 7.x.
systemSupportFazs string[]
Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values: 6.x, 7.x.
systemSupportFcts string[]
Supported FortiClient versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
systemSupportFdcs string[]
Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values: 3.x.
systemSupportFgts string[]
Supported FortiOS versions. 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 5.4, 5.6, 6.0, 6.2, 6.4.
systemSupportFis string[]
Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values: 1.x, 2.x.
systemSupportFmls string[]
Supported FortiMail versions. 4.x - Support version 4.x 5.x - Support version 5.x 6.x - Support version 6.x Valid values: 4.x, 5.x, 6.x.
systemSupportFsas string[]
Supported FortiSandbox versions. 1.x - Support version 1.x 2.x - Support version 2.x 3.x - Support version 3.x Valid values: 1.x, 2.x, 3.x.
systemSupportFsws string[]
Supported FortiSwitch versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
systemSupportFts string[]
Supported FortiTester versions. 4.x - Support version 4.x Valid values: 4.x.
umsvcLog string
The um_service log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
unregDevOption string
set the option for unregister devices ignore - Ignore all unregistered devices. svc-only - Allow update requests without adding the device. add-service - Add unregistered devices and allow update request. Valid values: ignore, svc-only, add-service.
updateSchedule FmupdateFdssettingUpdateSchedule
Update-Schedule. The structure of update_schedule block is documented below.
userAgent string
Configure the user agent string.
wanipQueryMode string
public ip query mode disable - Do not query public ip ipify - Get public IP through https://api.ipify.org Valid values: disable, ipify.
fds_clt_ssl_protocol str
The SSL protocols version for connecting fds server (default = tlsv1.2). sslv3 - set SSLv3 as the client version. tlsv1.0 - set TLSv1.0 as the client version. tlsv1.1 - set TLSv1.1 as the client version. tlsv1.2 - set TLSv1.2 as the client version (default). tlsv1.3 - set TLSv1.3 as the client version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
fds_ssl_protocol str
The SSL protocols version for receiving fgt connection (default = tlsv1.2). sslv3 - set SSLv3 as the lowest version. tlsv1.0 - set TLSv1.0 as the lowest version. tlsv1.1 - set TLSv1.1 as the lowest version. tlsv1.2 - set TLSv1.2 as the lowest version (default). tlsv1.3 - set TLSv1.3 as the lowest version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
fmtr_log str
fmtr log level emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
fmupdate_fdssetting_id str
an identifier for the resource.
fortiguard_anycast str
Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
fortiguard_anycast_source str
Configure which of Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. Default is Fortinet fortinet - Use Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. aws - Use Fortinet's AWS servers to provide FortiGuard services in FortiGuard's anycast network. Valid values: fortinet, aws.
linkd_log str
The linkd log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
max_av_ips_version float
The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
max_work float
The maximum number of worker processing download requests (1 - 32, default = 1).
push_override FmupdateFdssettingPushOverrideArgs
Push-Override. The structure of push_override block is documented below.
push_override_to_client FmupdateFdssettingPushOverrideToClientArgs
Push-Override-To-Client. The structure of push_override_to_client block is documented below.
send_report str
send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
send_setup str
forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
server_override FmupdateFdssettingServerOverrideArgs
Server-Override. The structure of server_override block is documented below.
system_support_fais Sequence[str]
Supported FortiNDR versions. 7.x - Support version 7.x Valid values: 7.x.
system_support_fazs Sequence[str]
Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values: 6.x, 7.x.
system_support_fcts Sequence[str]
Supported FortiClient versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
system_support_fdcs Sequence[str]
Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values: 3.x.
system_support_fgts Sequence[str]
Supported FortiOS versions. 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 5.4, 5.6, 6.0, 6.2, 6.4.
system_support_fis Sequence[str]
Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values: 1.x, 2.x.
system_support_fmls Sequence[str]
Supported FortiMail versions. 4.x - Support version 4.x 5.x - Support version 5.x 6.x - Support version 6.x Valid values: 4.x, 5.x, 6.x.
system_support_fsas Sequence[str]
Supported FortiSandbox versions. 1.x - Support version 1.x 2.x - Support version 2.x 3.x - Support version 3.x Valid values: 1.x, 2.x, 3.x.
system_support_fsws Sequence[str]
Supported FortiSwitch versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
system_support_fts Sequence[str]
Supported FortiTester versions. 4.x - Support version 4.x Valid values: 4.x.
umsvc_log str
The um_service log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
unreg_dev_option str
set the option for unregister devices ignore - Ignore all unregistered devices. svc-only - Allow update requests without adding the device. add-service - Add unregistered devices and allow update request. Valid values: ignore, svc-only, add-service.
update_schedule FmupdateFdssettingUpdateScheduleArgs
Update-Schedule. The structure of update_schedule block is documented below.
user_agent str
Configure the user agent string.
wanip_query_mode str
public ip query mode disable - Do not query public ip ipify - Get public IP through https://api.ipify.org Valid values: disable, ipify.
fdsCltSslProtocol String
The SSL protocols version for connecting fds server (default = tlsv1.2). sslv3 - set SSLv3 as the client version. tlsv1.0 - set TLSv1.0 as the client version. tlsv1.1 - set TLSv1.1 as the client version. tlsv1.2 - set TLSv1.2 as the client version (default). tlsv1.3 - set TLSv1.3 as the client version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
fdsSslProtocol String
The SSL protocols version for receiving fgt connection (default = tlsv1.2). sslv3 - set SSLv3 as the lowest version. tlsv1.0 - set TLSv1.0 as the lowest version. tlsv1.1 - set TLSv1.1 as the lowest version. tlsv1.2 - set TLSv1.2 as the lowest version (default). tlsv1.3 - set TLSv1.3 as the lowest version. Valid values: sslv3, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3.
fmtrLog String
fmtr log level emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
fmupdateFdssettingId String
an identifier for the resource.
fortiguardAnycast String
Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
fortiguardAnycastSource String
Configure which of Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. Default is Fortinet fortinet - Use Fortinet's servers to provide FortiGuard services in FortiGuard's anycast network. aws - Use Fortinet's AWS servers to provide FortiGuard services in FortiGuard's anycast network. Valid values: fortinet, aws.
linkdLog String
The linkd log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
maxAvIpsVersion Number
The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
maxWork Number
The maximum number of worker processing download requests (1 - 32, default = 1).
pushOverride Property Map
Push-Override. The structure of push_override block is documented below.
pushOverrideToClient Property Map
Push-Override-To-Client. The structure of push_override_to_client block is documented below.
sendReport String
send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
sendSetup String
forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
serverOverride Property Map
Server-Override. The structure of server_override block is documented below.
systemSupportFais List<String>
Supported FortiNDR versions. 7.x - Support version 7.x Valid values: 7.x.
systemSupportFazs List<String>
Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values: 6.x, 7.x.
systemSupportFcts List<String>
Supported FortiClient versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
systemSupportFdcs List<String>
Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values: 3.x.
systemSupportFgts List<String>
Supported FortiOS versions. 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 5.4, 5.6, 6.0, 6.2, 6.4.
systemSupportFis List<String>
Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values: 1.x, 2.x.
systemSupportFmls List<String>
Supported FortiMail versions. 4.x - Support version 4.x 5.x - Support version 5.x 6.x - Support version 6.x Valid values: 4.x, 5.x, 6.x.
systemSupportFsas List<String>
Supported FortiSandbox versions. 1.x - Support version 1.x 2.x - Support version 2.x 3.x - Support version 3.x Valid values: 1.x, 2.x, 3.x.
systemSupportFsws List<String>
Supported FortiSwitch versions. 4.x - Support version 4.x 5.0 - Support version 5.0 5.2 - Support version 5.2 5.4 - Support version 5.4 5.6 - Support version 5.6 6.0 - Support version 6.0 6.2 - Support version 6.2 6.4 - Support version 6.4 Valid values: 4.x, 5.0, 5.2, 5.4, 5.6, 6.0, 6.2, 6.4.
systemSupportFts List<String>
Supported FortiTester versions. 4.x - Support version 4.x Valid values: 4.x.
umsvcLog String
The um_service log level (default = info). emergency - Log level - emergency alert - Log level - alert critical - Log level - critical error - Log level - error warn - Log level - warn notice - Log level - notice info - Log level - info debug - Log level - debug disable - Disable linkd log Valid values: emergency, alert, critical, error, warn, notice, info, debug, disable.
unregDevOption String
set the option for unregister devices ignore - Ignore all unregistered devices. svc-only - Allow update requests without adding the device. add-service - Add unregistered devices and allow update request. Valid values: ignore, svc-only, add-service.
updateSchedule Property Map
Update-Schedule. The structure of update_schedule block is documented below.
userAgent String
Configure the user agent string.
wanipQueryMode String
public ip query mode disable - Do not query public ip ipify - Get public IP through https://api.ipify.org Valid values: disable, ipify.

Supporting Types

FmupdateFdssettingPushOverride
, FmupdateFdssettingPushOverrideArgs

Ip string
External or virtual IP address of the NAT device that will forward push messages to the FortiManager unit.
Port double
Receiving port number on the NAT device (1 - 65535, default = 9443).
Status string
Enable/disable push updates for clients (default = disable). disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
Ip string
External or virtual IP address of the NAT device that will forward push messages to the FortiManager unit.
Port float64
Receiving port number on the NAT device (1 - 65535, default = 9443).
Status string
Enable/disable push updates for clients (default = disable). disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
ip String
External or virtual IP address of the NAT device that will forward push messages to the FortiManager unit.
port Double
Receiving port number on the NAT device (1 - 65535, default = 9443).
status String
Enable/disable push updates for clients (default = disable). disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
ip string
External or virtual IP address of the NAT device that will forward push messages to the FortiManager unit.
port number
Receiving port number on the NAT device (1 - 65535, default = 9443).
status string
Enable/disable push updates for clients (default = disable). disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
ip str
External or virtual IP address of the NAT device that will forward push messages to the FortiManager unit.
port float
Receiving port number on the NAT device (1 - 65535, default = 9443).
status str
Enable/disable push updates for clients (default = disable). disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
ip String
External or virtual IP address of the NAT device that will forward push messages to the FortiManager unit.
port Number
Receiving port number on the NAT device (1 - 65535, default = 9443).
status String
Enable/disable push updates for clients (default = disable). disable - Disable setting. enable - Enable setting. Valid values: disable, enable.

FmupdateFdssettingPushOverrideToClient
, FmupdateFdssettingPushOverrideToClientArgs

AnnounceIps List<FmupdateFdssettingPushOverrideToClientAnnounceIp>
Announce-Ip. The structure of announce_ip block is documented below.
Status string
Enable/disable push updates (default = disable). disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
AnnounceIps []FmupdateFdssettingPushOverrideToClientAnnounceIp
Announce-Ip. The structure of announce_ip block is documented below.
Status string
Enable/disable push updates (default = disable). disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
announceIps List<FmupdateFdssettingPushOverrideToClientAnnounceIp>
Announce-Ip. The structure of announce_ip block is documented below.
status String
Enable/disable push updates (default = disable). disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
announceIps FmupdateFdssettingPushOverrideToClientAnnounceIp[]
Announce-Ip. The structure of announce_ip block is documented below.
status string
Enable/disable push updates (default = disable). disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
announce_ips Sequence[FmupdateFdssettingPushOverrideToClientAnnounceIp]
Announce-Ip. The structure of announce_ip block is documented below.
status str
Enable/disable push updates (default = disable). disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
announceIps List<Property Map>
Announce-Ip. The structure of announce_ip block is documented below.
status String
Enable/disable push updates (default = disable). disable - Disable setting. enable - Enable setting. Valid values: disable, enable.

FmupdateFdssettingPushOverrideToClientAnnounceIp
, FmupdateFdssettingPushOverrideToClientAnnounceIpArgs

Id double
ID of the announce IP address (1 - 10).
Ip string
Announce IPv4 address.
Port double
Announce IP port (1 - 65535, default = 8890).
Id float64
ID of the announce IP address (1 - 10).
Ip string
Announce IPv4 address.
Port float64
Announce IP port (1 - 65535, default = 8890).
id Double
ID of the announce IP address (1 - 10).
ip String
Announce IPv4 address.
port Double
Announce IP port (1 - 65535, default = 8890).
id number
ID of the announce IP address (1 - 10).
ip string
Announce IPv4 address.
port number
Announce IP port (1 - 65535, default = 8890).
id float
ID of the announce IP address (1 - 10).
ip str
Announce IPv4 address.
port float
Announce IP port (1 - 65535, default = 8890).
id Number
ID of the announce IP address (1 - 10).
ip String
Announce IPv4 address.
port Number
Announce IP port (1 - 65535, default = 8890).

FmupdateFdssettingServerOverride
, FmupdateFdssettingServerOverrideArgs

Servlists List<FmupdateFdssettingServerOverrideServlist>
Servlist. The structure of servlist block is documented below.
Status string
Override status. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
Servlists []FmupdateFdssettingServerOverrideServlist
Servlist. The structure of servlist block is documented below.
Status string
Override status. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
servlists List<FmupdateFdssettingServerOverrideServlist>
Servlist. The structure of servlist block is documented below.
status String
Override status. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
servlists FmupdateFdssettingServerOverrideServlist[]
Servlist. The structure of servlist block is documented below.
status string
Override status. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
servlists Sequence[FmupdateFdssettingServerOverrideServlist]
Servlist. The structure of servlist block is documented below.
status str
Override status. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
servlists List<Property Map>
Servlist. The structure of servlist block is documented below.
status String
Override status. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.

FmupdateFdssettingServerOverrideServlist
, FmupdateFdssettingServerOverrideServlistArgs

Id double
Override server ID (1 - 10).
Ip string
IPv4 address of the override server.
Ip6 string
IPv6 address of the override server.
Port double
Port number to use when contacting FortiGuard (1 - 65535, default = 443).
ServiceType string
Override service type. fct - Server override config for fct fds - Server override config for fds Valid values: fct, fds.
Id float64
Override server ID (1 - 10).
Ip string
IPv4 address of the override server.
Ip6 string
IPv6 address of the override server.
Port float64
Port number to use when contacting FortiGuard (1 - 65535, default = 443).
ServiceType string
Override service type. fct - Server override config for fct fds - Server override config for fds Valid values: fct, fds.
id Double
Override server ID (1 - 10).
ip String
IPv4 address of the override server.
ip6 String
IPv6 address of the override server.
port Double
Port number to use when contacting FortiGuard (1 - 65535, default = 443).
serviceType String
Override service type. fct - Server override config for fct fds - Server override config for fds Valid values: fct, fds.
id number
Override server ID (1 - 10).
ip string
IPv4 address of the override server.
ip6 string
IPv6 address of the override server.
port number
Port number to use when contacting FortiGuard (1 - 65535, default = 443).
serviceType string
Override service type. fct - Server override config for fct fds - Server override config for fds Valid values: fct, fds.
id float
Override server ID (1 - 10).
ip str
IPv4 address of the override server.
ip6 str
IPv6 address of the override server.
port float
Port number to use when contacting FortiGuard (1 - 65535, default = 443).
service_type str
Override service type. fct - Server override config for fct fds - Server override config for fds Valid values: fct, fds.
id Number
Override server ID (1 - 10).
ip String
IPv4 address of the override server.
ip6 String
IPv6 address of the override server.
port Number
Port number to use when contacting FortiGuard (1 - 65535, default = 443).
serviceType String
Override service type. fct - Server override config for fct fds - Server override config for fds Valid values: fct, fds.

FmupdateFdssettingUpdateSchedule
, FmupdateFdssettingUpdateScheduleArgs

Day string
Configure the day the update will occur, if the freqnecy is weekly (Sunday - Saturday, default = Monday). Sunday - Update every Sunday. Monday - Update every Monday. Tuesday - Update every Tuesday. Wednesday - Update every Wednesday. Thursday - Update every Thursday. Friday - Update every Friday. Saturday - Update every Saturday. Valid values: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday.
Frequency string
Configure update frequency: every - time interval, daily - once a day, weekly - once a week (default = every). every - Time interval. daily - Every day. weekly - Every week. Valid values: every, daily, weekly.
Status string
Enable/disable scheduled updates. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
Times List<string>
Time interval between updates, or the hour and minute when the update occurs (hh: 0 - 23, mm: 0 - 59 or 60 = random, default = 00:10).
Day string
Configure the day the update will occur, if the freqnecy is weekly (Sunday - Saturday, default = Monday). Sunday - Update every Sunday. Monday - Update every Monday. Tuesday - Update every Tuesday. Wednesday - Update every Wednesday. Thursday - Update every Thursday. Friday - Update every Friday. Saturday - Update every Saturday. Valid values: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday.
Frequency string
Configure update frequency: every - time interval, daily - once a day, weekly - once a week (default = every). every - Time interval. daily - Every day. weekly - Every week. Valid values: every, daily, weekly.
Status string
Enable/disable scheduled updates. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
Times []string
Time interval between updates, or the hour and minute when the update occurs (hh: 0 - 23, mm: 0 - 59 or 60 = random, default = 00:10).
day String
Configure the day the update will occur, if the freqnecy is weekly (Sunday - Saturday, default = Monday). Sunday - Update every Sunday. Monday - Update every Monday. Tuesday - Update every Tuesday. Wednesday - Update every Wednesday. Thursday - Update every Thursday. Friday - Update every Friday. Saturday - Update every Saturday. Valid values: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday.
frequency String
Configure update frequency: every - time interval, daily - once a day, weekly - once a week (default = every). every - Time interval. daily - Every day. weekly - Every week. Valid values: every, daily, weekly.
status String
Enable/disable scheduled updates. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
times List<String>
Time interval between updates, or the hour and minute when the update occurs (hh: 0 - 23, mm: 0 - 59 or 60 = random, default = 00:10).
day string
Configure the day the update will occur, if the freqnecy is weekly (Sunday - Saturday, default = Monday). Sunday - Update every Sunday. Monday - Update every Monday. Tuesday - Update every Tuesday. Wednesday - Update every Wednesday. Thursday - Update every Thursday. Friday - Update every Friday. Saturday - Update every Saturday. Valid values: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday.
frequency string
Configure update frequency: every - time interval, daily - once a day, weekly - once a week (default = every). every - Time interval. daily - Every day. weekly - Every week. Valid values: every, daily, weekly.
status string
Enable/disable scheduled updates. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
times string[]
Time interval between updates, or the hour and minute when the update occurs (hh: 0 - 23, mm: 0 - 59 or 60 = random, default = 00:10).
day str
Configure the day the update will occur, if the freqnecy is weekly (Sunday - Saturday, default = Monday). Sunday - Update every Sunday. Monday - Update every Monday. Tuesday - Update every Tuesday. Wednesday - Update every Wednesday. Thursday - Update every Thursday. Friday - Update every Friday. Saturday - Update every Saturday. Valid values: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday.
frequency str
Configure update frequency: every - time interval, daily - once a day, weekly - once a week (default = every). every - Time interval. daily - Every day. weekly - Every week. Valid values: every, daily, weekly.
status str
Enable/disable scheduled updates. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
times Sequence[str]
Time interval between updates, or the hour and minute when the update occurs (hh: 0 - 23, mm: 0 - 59 or 60 = random, default = 00:10).
day String
Configure the day the update will occur, if the freqnecy is weekly (Sunday - Saturday, default = Monday). Sunday - Update every Sunday. Monday - Update every Monday. Tuesday - Update every Tuesday. Wednesday - Update every Wednesday. Thursday - Update every Thursday. Friday - Update every Friday. Saturday - Update every Saturday. Valid values: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday.
frequency String
Configure update frequency: every - time interval, daily - once a day, weekly - once a week (default = every). every - Time interval. daily - Every day. weekly - Every week. Valid values: every, daily, weekly.
status String
Enable/disable scheduled updates. disable - Disable setting. enable - Enable setting. Valid values: disable, enable.
times List<String>
Time interval between updates, or the hour and minute when the update occurs (hh: 0 - 23, mm: 0 - 59 or 60 = random, default = 00:10).

Import

Fmupdate FdsSetting can be imported using any of these accepted formats:

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/fmupdateFdssetting:FmupdateFdssetting labelname FmupdateFdsSetting
Copy

$ 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.