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",
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.FmupdateFdssetting("trname",
fds_clt_ssl_protocol="sslv3",
fds_ssl_protocol="sslv3",
fmtr_log="emergency")
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
})
}
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",
});
});
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());
}
}
resources:
trname:
type: fortimanager:FmupdateFdssetting
properties:
fdsCltSslProtocol: sslv3
fdsSslProtocol: sslv3
fmtrLog: emergency
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 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 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 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 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 String
- The unique name of the resource.
- args 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",
});
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"),
})
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());
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")
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",
});
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
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:
- Fds
Clt stringSsl Protocol - 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 stringProtocol - 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 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
. - Fmupdate
Fdssetting stringId - an identifier for the resource.
- Fortiguard
Anycast string - Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Fortiguard
Anycast stringSource - 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 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
. - Max
Av doubleIps Version - The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
- Max
Work double - The maximum number of worker processing download requests (1 - 32, default = 1).
- Push
Override FmupdateFdssetting Push Override - Push-Override. The structure of
push_override
block is documented below. - Push
Override FmupdateTo Client Fdssetting Push Override To Client - Push-Override-To-Client. The structure of
push_override_to_client
block is documented below. - Send
Report string - send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Send
Setup string - forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Server
Override FmupdateFdssetting Server Override - Server-Override. The structure of
server_override
block is documented below. - System
Support List<string>Fais - Supported FortiNDR versions. 7.x - Support version 7.x Valid values:
7.x
. - System
Support List<string>Fazs - Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values:
6.x
,7.x
. - System
Support List<string>Fcts - 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 List<string>Fdcs - Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values:
3.x
. - System
Support List<string>Fgts - 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 List<string>Fis - Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values:
1.x
,2.x
. - System
Support List<string>Fmls - 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 List<string>Fsas - 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 List<string>Fsws - 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 List<string>Fts - Supported FortiTester versions. 4.x - Support version 4.x Valid values:
4.x
. - Umsvc
Log 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
. - Unreg
Dev stringOption - 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 FmupdateFdssetting Update Schedule - Update-Schedule. The structure of
update_schedule
block is documented below. - User
Agent string - Configure the user agent string.
- Wanip
Query stringMode - 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 stringSsl Protocol - 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 stringProtocol - 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 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
. - Fmupdate
Fdssetting stringId - an identifier for the resource.
- Fortiguard
Anycast string - Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Fortiguard
Anycast stringSource - 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 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
. - Max
Av float64Ips Version - The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
- Max
Work float64 - The maximum number of worker processing download requests (1 - 32, default = 1).
- Push
Override FmupdateFdssetting Push Override Type Args - Push-Override. The structure of
push_override
block is documented below. - Push
Override FmupdateTo Client Fdssetting Push Override To Client Type Args - Push-Override-To-Client. The structure of
push_override_to_client
block is documented below. - Send
Report string - send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Send
Setup string - forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Server
Override FmupdateFdssetting Server Override Type Args - Server-Override. The structure of
server_override
block is documented below. - System
Support []stringFais - Supported FortiNDR versions. 7.x - Support version 7.x Valid values:
7.x
. - System
Support []stringFazs - Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values:
6.x
,7.x
. - System
Support []stringFcts - 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 []stringFdcs - Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values:
3.x
. - System
Support []stringFgts - 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 []stringFis - Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values:
1.x
,2.x
. - System
Support []stringFmls - 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 []stringFsas - 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 []stringFsws - 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 []stringFts - Supported FortiTester versions. 4.x - Support version 4.x Valid values:
4.x
. - Umsvc
Log 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
. - Unreg
Dev stringOption - 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 FmupdateFdssetting Update Schedule Type Args - Update-Schedule. The structure of
update_schedule
block is documented below. - User
Agent string - Configure the user agent string.
- Wanip
Query stringMode - 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 StringSsl Protocol - 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 StringProtocol - 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 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
. - fmupdate
Fdssetting StringId - an identifier for the resource.
- fortiguard
Anycast String - Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fortiguard
Anycast StringSource - 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 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
. - max
Av DoubleIps Version - The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
- max
Work Double - The maximum number of worker processing download requests (1 - 32, default = 1).
- push
Override FmupdateFdssetting Push Override - Push-Override. The structure of
push_override
block is documented below. - push
Override FmupdateTo Client Fdssetting Push Override To Client - Push-Override-To-Client. The structure of
push_override_to_client
block is documented below. - send
Report String - send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - send
Setup String - forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - server
Override FmupdateFdssetting Server Override - Server-Override. The structure of
server_override
block is documented below. - system
Support List<String>Fais - Supported FortiNDR versions. 7.x - Support version 7.x Valid values:
7.x
. - system
Support List<String>Fazs - Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values:
6.x
,7.x
. - system
Support List<String>Fcts - 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 List<String>Fdcs - Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values:
3.x
. - system
Support List<String>Fgts - 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 List<String>Fis - Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values:
1.x
,2.x
. - system
Support List<String>Fmls - 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 List<String>Fsas - 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 List<String>Fsws - 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 List<String>Fts - Supported FortiTester versions. 4.x - Support version 4.x Valid values:
4.x
. - umsvc
Log 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
. - unreg
Dev StringOption - 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 FmupdateFdssetting Update Schedule - Update-Schedule. The structure of
update_schedule
block is documented below. - user
Agent String - Configure the user agent string.
- wanip
Query StringMode - 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 stringSsl Protocol - 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 stringProtocol - 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 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
. - fmupdate
Fdssetting stringId - an identifier for the resource.
- fortiguard
Anycast string - Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fortiguard
Anycast stringSource - 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 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
. - max
Av numberIps Version - The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
- max
Work number - The maximum number of worker processing download requests (1 - 32, default = 1).
- push
Override FmupdateFdssetting Push Override - Push-Override. The structure of
push_override
block is documented below. - push
Override FmupdateTo Client Fdssetting Push Override To Client - Push-Override-To-Client. The structure of
push_override_to_client
block is documented below. - send
Report string - send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - send
Setup string - forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - server
Override FmupdateFdssetting Server Override - Server-Override. The structure of
server_override
block is documented below. - system
Support string[]Fais - Supported FortiNDR versions. 7.x - Support version 7.x Valid values:
7.x
. - system
Support string[]Fazs - Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values:
6.x
,7.x
. - system
Support string[]Fcts - 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 string[]Fdcs - Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values:
3.x
. - system
Support string[]Fgts - 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 string[]Fis - Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values:
1.x
,2.x
. - system
Support string[]Fmls - 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 string[]Fsas - 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 string[]Fsws - 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 string[]Fts - Supported FortiTester versions. 4.x - Support version 4.x Valid values:
4.x
. - umsvc
Log 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
. - unreg
Dev stringOption - 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 FmupdateFdssetting Update Schedule - Update-Schedule. The structure of
update_schedule
block is documented below. - user
Agent string - Configure the user agent string.
- wanip
Query stringMode - 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_ strssl_ protocol - 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_ strprotocol - 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_ strid - 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_ strsource - 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_ floatips_ version - 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 FmupdateFdssetting Push Override Args - Push-Override. The structure of
push_override
block is documented below. - push_
override_ Fmupdateto_ client Fdssetting Push Override To Client Args - 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 FmupdateFdssetting Server Override Args - Server-Override. The structure of
server_override
block is documented below. - system_
support_ Sequence[str]fais - Supported FortiNDR versions. 7.x - Support version 7.x Valid values:
7.x
. - system_
support_ Sequence[str]fazs - Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values:
6.x
,7.x
. - system_
support_ Sequence[str]fcts - 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_ Sequence[str]fdcs - Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values:
3.x
. - system_
support_ Sequence[str]fgts - 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_ Sequence[str]fis - Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values:
1.x
,2.x
. - system_
support_ Sequence[str]fmls - 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_ Sequence[str]fsas - 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_ Sequence[str]fsws - 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_ Sequence[str]fts - 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_ stroption - 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 FmupdateFdssetting Update Schedule Args - Update-Schedule. The structure of
update_schedule
block is documented below. - user_
agent str - Configure the user agent string.
- wanip_
query_ strmode - 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 StringSsl Protocol - 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 StringProtocol - 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 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
. - fmupdate
Fdssetting StringId - an identifier for the resource.
- fortiguard
Anycast String - Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fortiguard
Anycast StringSource - 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 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
. - max
Av NumberIps Version - The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
- max
Work Number - The maximum number of worker processing download requests (1 - 32, default = 1).
- push
Override Property Map - Push-Override. The structure of
push_override
block is documented below. - push
Override Property MapTo Client - Push-Override-To-Client. The structure of
push_override_to_client
block is documented below. - send
Report String - send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - send
Setup String - forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - server
Override Property Map - Server-Override. The structure of
server_override
block is documented below. - system
Support List<String>Fais - Supported FortiNDR versions. 7.x - Support version 7.x Valid values:
7.x
. - system
Support List<String>Fazs - Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values:
6.x
,7.x
. - system
Support List<String>Fcts - 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 List<String>Fdcs - Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values:
3.x
. - system
Support List<String>Fgts - 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 List<String>Fis - Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values:
1.x
,2.x
. - system
Support List<String>Fmls - 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 List<String>Fsas - 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 List<String>Fsws - 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 List<String>Fts - Supported FortiTester versions. 4.x - Support version 4.x Valid values:
4.x
. - umsvc
Log 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
. - unreg
Dev StringOption - 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 Property Map - Update-Schedule. The structure of
update_schedule
block is documented below. - user
Agent String - Configure the user agent string.
- wanip
Query StringMode - 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
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Fds
Clt stringSsl Protocol - 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 stringProtocol - 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 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
. - Fmupdate
Fdssetting stringId - an identifier for the resource.
- Fortiguard
Anycast string - Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Fortiguard
Anycast stringSource - 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 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
. - Max
Av doubleIps Version - The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
- Max
Work double - The maximum number of worker processing download requests (1 - 32, default = 1).
- Push
Override FmupdateFdssetting Push Override - Push-Override. The structure of
push_override
block is documented below. - Push
Override FmupdateTo Client Fdssetting Push Override To Client - Push-Override-To-Client. The structure of
push_override_to_client
block is documented below. - Send
Report string - send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Send
Setup string - forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Server
Override FmupdateFdssetting Server Override - Server-Override. The structure of
server_override
block is documented below. - System
Support List<string>Fais - Supported FortiNDR versions. 7.x - Support version 7.x Valid values:
7.x
. - System
Support List<string>Fazs - Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values:
6.x
,7.x
. - System
Support List<string>Fcts - 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 List<string>Fdcs - Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values:
3.x
. - System
Support List<string>Fgts - 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 List<string>Fis - Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values:
1.x
,2.x
. - System
Support List<string>Fmls - 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 List<string>Fsas - 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 List<string>Fsws - 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 List<string>Fts - Supported FortiTester versions. 4.x - Support version 4.x Valid values:
4.x
. - Umsvc
Log 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
. - Unreg
Dev stringOption - 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 FmupdateFdssetting Update Schedule - Update-Schedule. The structure of
update_schedule
block is documented below. - User
Agent string - Configure the user agent string.
- Wanip
Query stringMode - 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 stringSsl Protocol - 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 stringProtocol - 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 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
. - Fmupdate
Fdssetting stringId - an identifier for the resource.
- Fortiguard
Anycast string - Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Fortiguard
Anycast stringSource - 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 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
. - Max
Av float64Ips Version - The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
- Max
Work float64 - The maximum number of worker processing download requests (1 - 32, default = 1).
- Push
Override FmupdateFdssetting Push Override Type Args - Push-Override. The structure of
push_override
block is documented below. - Push
Override FmupdateTo Client Fdssetting Push Override To Client Type Args - Push-Override-To-Client. The structure of
push_override_to_client
block is documented below. - Send
Report string - send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Send
Setup string - forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Server
Override FmupdateFdssetting Server Override Type Args - Server-Override. The structure of
server_override
block is documented below. - System
Support []stringFais - Supported FortiNDR versions. 7.x - Support version 7.x Valid values:
7.x
. - System
Support []stringFazs - Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values:
6.x
,7.x
. - System
Support []stringFcts - 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 []stringFdcs - Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values:
3.x
. - System
Support []stringFgts - 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 []stringFis - Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values:
1.x
,2.x
. - System
Support []stringFmls - 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 []stringFsas - 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 []stringFsws - 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 []stringFts - Supported FortiTester versions. 4.x - Support version 4.x Valid values:
4.x
. - Umsvc
Log 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
. - Unreg
Dev stringOption - 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 FmupdateFdssetting Update Schedule Type Args - Update-Schedule. The structure of
update_schedule
block is documented below. - User
Agent string - Configure the user agent string.
- Wanip
Query stringMode - 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 StringSsl Protocol - 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 StringProtocol - 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 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
. - fmupdate
Fdssetting StringId - an identifier for the resource.
- fortiguard
Anycast String - Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fortiguard
Anycast StringSource - 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 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
. - max
Av DoubleIps Version - The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
- max
Work Double - The maximum number of worker processing download requests (1 - 32, default = 1).
- push
Override FmupdateFdssetting Push Override - Push-Override. The structure of
push_override
block is documented below. - push
Override FmupdateTo Client Fdssetting Push Override To Client - Push-Override-To-Client. The structure of
push_override_to_client
block is documented below. - send
Report String - send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - send
Setup String - forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - server
Override FmupdateFdssetting Server Override - Server-Override. The structure of
server_override
block is documented below. - system
Support List<String>Fais - Supported FortiNDR versions. 7.x - Support version 7.x Valid values:
7.x
. - system
Support List<String>Fazs - Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values:
6.x
,7.x
. - system
Support List<String>Fcts - 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 List<String>Fdcs - Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values:
3.x
. - system
Support List<String>Fgts - 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 List<String>Fis - Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values:
1.x
,2.x
. - system
Support List<String>Fmls - 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 List<String>Fsas - 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 List<String>Fsws - 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 List<String>Fts - Supported FortiTester versions. 4.x - Support version 4.x Valid values:
4.x
. - umsvc
Log 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
. - unreg
Dev StringOption - 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 FmupdateFdssetting Update Schedule - Update-Schedule. The structure of
update_schedule
block is documented below. - user
Agent String - Configure the user agent string.
- wanip
Query StringMode - 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 stringSsl Protocol - 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 stringProtocol - 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 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
. - fmupdate
Fdssetting stringId - an identifier for the resource.
- fortiguard
Anycast string - Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fortiguard
Anycast stringSource - 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 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
. - max
Av numberIps Version - The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
- max
Work number - The maximum number of worker processing download requests (1 - 32, default = 1).
- push
Override FmupdateFdssetting Push Override - Push-Override. The structure of
push_override
block is documented below. - push
Override FmupdateTo Client Fdssetting Push Override To Client - Push-Override-To-Client. The structure of
push_override_to_client
block is documented below. - send
Report string - send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - send
Setup string - forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - server
Override FmupdateFdssetting Server Override - Server-Override. The structure of
server_override
block is documented below. - system
Support string[]Fais - Supported FortiNDR versions. 7.x - Support version 7.x Valid values:
7.x
. - system
Support string[]Fazs - Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values:
6.x
,7.x
. - system
Support string[]Fcts - 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 string[]Fdcs - Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values:
3.x
. - system
Support string[]Fgts - 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 string[]Fis - Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values:
1.x
,2.x
. - system
Support string[]Fmls - 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 string[]Fsas - 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 string[]Fsws - 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 string[]Fts - Supported FortiTester versions. 4.x - Support version 4.x Valid values:
4.x
. - umsvc
Log 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
. - unreg
Dev stringOption - 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 FmupdateFdssetting Update Schedule - Update-Schedule. The structure of
update_schedule
block is documented below. - user
Agent string - Configure the user agent string.
- wanip
Query stringMode - 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_ strssl_ protocol - 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_ strprotocol - 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_ strid - 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_ strsource - 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_ floatips_ version - 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 FmupdateFdssetting Push Override Args - Push-Override. The structure of
push_override
block is documented below. - push_
override_ Fmupdateto_ client Fdssetting Push Override To Client Args - 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 FmupdateFdssetting Server Override Args - Server-Override. The structure of
server_override
block is documented below. - system_
support_ Sequence[str]fais - Supported FortiNDR versions. 7.x - Support version 7.x Valid values:
7.x
. - system_
support_ Sequence[str]fazs - Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values:
6.x
,7.x
. - system_
support_ Sequence[str]fcts - 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_ Sequence[str]fdcs - Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values:
3.x
. - system_
support_ Sequence[str]fgts - 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_ Sequence[str]fis - Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values:
1.x
,2.x
. - system_
support_ Sequence[str]fmls - 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_ Sequence[str]fsas - 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_ Sequence[str]fsws - 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_ Sequence[str]fts - 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_ stroption - 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 FmupdateFdssetting Update Schedule Args - Update-Schedule. The structure of
update_schedule
block is documented below. - user_
agent str - Configure the user agent string.
- wanip_
query_ strmode - 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 StringSsl Protocol - 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 StringProtocol - 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 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
. - fmupdate
Fdssetting StringId - an identifier for the resource.
- fortiguard
Anycast String - Enable/disable use of FortiGuard's anycast network disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - fortiguard
Anycast StringSource - 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 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
. - max
Av NumberIps Version - The maximum number of downloadable, full version AV/IPS packages (1 - 1000, default = 20).
- max
Work Number - The maximum number of worker processing download requests (1 - 32, default = 1).
- push
Override Property Map - Push-Override. The structure of
push_override
block is documented below. - push
Override Property MapTo Client - Push-Override-To-Client. The structure of
push_override_to_client
block is documented below. - send
Report String - send report/fssi to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - send
Setup String - forward setup to fds server. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - server
Override Property Map - Server-Override. The structure of
server_override
block is documented below. - system
Support List<String>Fais - Supported FortiNDR versions. 7.x - Support version 7.x Valid values:
7.x
. - system
Support List<String>Fazs - Supported FortiAnalyzer versions. 6.x - Support version 6.x 7.x - Support version 7.x Valid values:
6.x
,7.x
. - system
Support List<String>Fcts - 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 List<String>Fdcs - Supported FortiDeceptor versions. 3.x - Support version 3.x Valid values:
3.x
. - system
Support List<String>Fgts - 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 List<String>Fis - Supported FortiIsolator versions. 1.x - Support version 1.x 2.x - Support version 2.x Valid values:
1.x
,2.x
. - system
Support List<String>Fmls - 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 List<String>Fsas - 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 List<String>Fsws - 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 List<String>Fts - Supported FortiTester versions. 4.x - Support version 4.x Valid values:
4.x
. - umsvc
Log 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
. - unreg
Dev StringOption - 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 Property Map - Update-Schedule. The structure of
update_schedule
block is documented below. - user
Agent String - Configure the user agent string.
- wanip
Query StringMode - 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
- Announce
Ips List<FmupdateFdssetting Push Override To Client Announce Ip> - 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 []FmupdateFdssetting Push Override To Client Announce Ip - 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 List<FmupdateFdssetting Push Override To Client Announce Ip> - 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 FmupdateFdssetting Push Override To Client Announce Ip[] - 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[FmupdateFdssetting Push Override To Client Announce Ip] - 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
.
- announce
Ips 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
FmupdateFdssettingServerOverride, FmupdateFdssettingServerOverrideArgs
- Servlists
List<Fmupdate
Fdssetting Server Override Servlist> - Servlist. The structure of
servlist
block is documented below. - Status string
- Override status. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- Servlists
[]Fmupdate
Fdssetting Server Override Servlist - 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<Fmupdate
Fdssetting Server Override Servlist> - Servlist. The structure of
servlist
block is documented below. - status String
- Override status. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- servlists
Fmupdate
Fdssetting Server Override Servlist[] - 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[Fmupdate
Fdssetting Server Override Servlist] - 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).
- Service
Type 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).
- Service
Type 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).
- service
Type 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).
- service
Type 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).
- service
Type 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
$ 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.