fortimanager.SystemGlobal
Explore with Pulumi AI
Global range attributes.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
mc_policy_disabled_adoms
:fortimanager_system_global_mcpolicydisabledadoms
ssl_cipher_suites
:fortimanager.SystemGlobalSslciphersuites
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.SystemGlobal("trname", {
hostname: "FMG-Terr",
language: "en",
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.SystemGlobal("trname",
hostname="FMG-Terr",
language="en")
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.NewSystemGlobal(ctx, "trname", &fortimanager.SystemGlobalArgs{
Hostname: pulumi.String("FMG-Terr"),
Language: pulumi.String("en"),
})
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.SystemGlobal("trname", new()
{
Hostname = "FMG-Terr",
Language = "en",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.SystemGlobal;
import com.pulumi.fortimanager.SystemGlobalArgs;
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 SystemGlobal("trname", SystemGlobalArgs.builder()
.hostname("FMG-Terr")
.language("en")
.build());
}
}
resources:
trname:
type: fortimanager:SystemGlobal
properties:
hostname: FMG-Terr
language: en
Create SystemGlobal Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystemGlobal(name: string, args?: SystemGlobalArgs, opts?: CustomResourceOptions);
@overload
def SystemGlobal(resource_name: str,
args: Optional[SystemGlobalArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def SystemGlobal(resource_name: str,
opts: Optional[ResourceOptions] = None,
admin_host: Optional[str] = None,
admin_lockout_duration: Optional[float] = None,
admin_lockout_method: Optional[str] = None,
admin_lockout_threshold: Optional[float] = None,
admin_ssh_grace_time: Optional[float] = None,
adom_mode: Optional[str] = None,
adom_rev_auto_delete: Optional[str] = None,
adom_rev_max_backup_revisions: Optional[float] = None,
adom_rev_max_days: Optional[float] = None,
adom_rev_max_revisions: Optional[float] = None,
adom_select: Optional[str] = None,
adom_status: Optional[str] = None,
apache_mode: Optional[str] = None,
api_ip_binding: Optional[str] = None,
clone_name_option: Optional[str] = None,
clt_cert_req: Optional[str] = None,
console_output: Optional[str] = None,
contentpack_fgt_install: Optional[str] = None,
country_flag: Optional[str] = None,
create_revision: Optional[str] = None,
daylightsavetime: Optional[str] = None,
detect_unregistered_log_device: Optional[str] = None,
device_view_mode: Optional[str] = None,
dh_params: Optional[str] = None,
disable_modules: Optional[Sequence[str]] = None,
dynamic_sort_subtable: Optional[str] = None,
enc_algorithm: Optional[str] = None,
fabric_storage_pool_quota: Optional[float] = None,
fabric_storage_pool_size: Optional[float] = None,
faz_status: Optional[str] = None,
fcp_cfg_service: Optional[str] = None,
fgfm_ca_cert: Optional[str] = None,
fgfm_cert_exclusive: Optional[str] = None,
fgfm_deny_unknown: Optional[str] = None,
fgfm_local_cert: Optional[str] = None,
fgfm_peercert_withoutsn: Optional[str] = None,
fgfm_ssl_protocol: Optional[str] = None,
fortiservice_port: Optional[float] = None,
global_ssl_protocol: Optional[str] = None,
gui_curl_timeout: Optional[float] = None,
gui_polling_interval: Optional[float] = None,
ha_member_auto_grouping: Optional[str] = None,
hostname: Optional[str] = None,
httpd_ssl_protocols: Optional[Sequence[str]] = None,
import_ignore_addr_cmt: Optional[str] = None,
jsonapi_log: Optional[str] = None,
language: Optional[str] = None,
latitude: Optional[str] = None,
ldap_cache_timeout: Optional[float] = None,
ldapconntimeout: Optional[float] = None,
lock_preempt: Optional[str] = None,
log_checksum: Optional[str] = None,
log_checksum_upload: Optional[str] = None,
log_forward_cache_size: Optional[float] = None,
longitude: Optional[str] = None,
management_ip: Optional[str] = None,
management_port: Optional[float] = None,
mapclient_ssl_protocol: Optional[str] = None,
max_log_forward: Optional[float] = None,
max_running_reports: Optional[float] = None,
mc_policy_disabled_adoms: Optional[Sequence[SystemGlobalMcPolicyDisabledAdomArgs]] = None,
multiple_steps_upgrade_in_autolink: Optional[str] = None,
no_copy_permission_check: Optional[str] = None,
no_vip_value_check: Optional[str] = None,
normalized_intf_zone_only: Optional[str] = None,
object_revision_db_max: Optional[float] = None,
object_revision_mandatory_note: Optional[str] = None,
object_revision_object_max: Optional[float] = None,
object_revision_status: Optional[str] = None,
oftp_ssl_protocol: Optional[str] = None,
partial_install: Optional[str] = None,
partial_install_force: Optional[str] = None,
partial_install_rev: Optional[str] = None,
per_policy_lock: Optional[str] = None,
perform_improve_by_ha: Optional[str] = None,
policy_object_icon: Optional[str] = None,
policy_object_in_dual_pane: Optional[str] = None,
pre_login_banner: Optional[str] = None,
pre_login_banner_message: Optional[str] = None,
private_data_encryption: Optional[str] = None,
remoteauthtimeout: Optional[float] = None,
save_last_hit_in_adomdb: Optional[str] = None,
search_all_adoms: Optional[str] = None,
ssh_enc_algos: Optional[Sequence[str]] = None,
ssh_hostkey_algos: Optional[Sequence[str]] = None,
ssh_kex_algos: Optional[Sequence[str]] = None,
ssh_mac_algos: Optional[Sequence[str]] = None,
ssh_strong_crypto: Optional[str] = None,
ssl_cipher_suites: Optional[Sequence[SystemGlobalSslCipherSuiteArgs]] = None,
ssl_low_encryption: Optional[str] = None,
ssl_protocols: Optional[Sequence[str]] = None,
ssl_static_key_ciphers: Optional[str] = None,
system_global_id: Optional[str] = None,
table_entry_blink: Optional[str] = None,
task_list_size: Optional[float] = None,
tftp: Optional[str] = None,
timezone: Optional[str] = None,
tunnel_mtu: Optional[float] = None,
usg: Optional[str] = None,
vdom_mirror: Optional[str] = None,
webservice_protos: Optional[Sequence[str]] = None,
workflow_max_sessions: Optional[float] = None,
workspace_mode: Optional[str] = None,
workspace_unlock_after_install: Optional[str] = None)
func NewSystemGlobal(ctx *Context, name string, args *SystemGlobalArgs, opts ...ResourceOption) (*SystemGlobal, error)
public SystemGlobal(string name, SystemGlobalArgs? args = null, CustomResourceOptions? opts = null)
public SystemGlobal(String name, SystemGlobalArgs args)
public SystemGlobal(String name, SystemGlobalArgs args, CustomResourceOptions options)
type: fortimanager:SystemGlobal
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 SystemGlobalArgs
- 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 SystemGlobalArgs
- 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 SystemGlobalArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystemGlobalArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystemGlobalArgs
- 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 systemGlobalResource = new Fortimanager.SystemGlobal("systemGlobalResource", new()
{
AdminHost = "string",
AdminLockoutDuration = 0,
AdminLockoutMethod = "string",
AdminLockoutThreshold = 0,
AdminSshGraceTime = 0,
AdomMode = "string",
AdomRevAutoDelete = "string",
AdomRevMaxBackupRevisions = 0,
AdomRevMaxDays = 0,
AdomRevMaxRevisions = 0,
AdomSelect = "string",
AdomStatus = "string",
ApacheMode = "string",
ApiIpBinding = "string",
CloneNameOption = "string",
CltCertReq = "string",
ConsoleOutput = "string",
ContentpackFgtInstall = "string",
CountryFlag = "string",
CreateRevision = "string",
Daylightsavetime = "string",
DetectUnregisteredLogDevice = "string",
DeviceViewMode = "string",
DhParams = "string",
DisableModules = new[]
{
"string",
},
DynamicSortSubtable = "string",
EncAlgorithm = "string",
FabricStoragePoolQuota = 0,
FabricStoragePoolSize = 0,
FazStatus = "string",
FcpCfgService = "string",
FgfmCaCert = "string",
FgfmCertExclusive = "string",
FgfmDenyUnknown = "string",
FgfmLocalCert = "string",
FgfmPeercertWithoutsn = "string",
FgfmSslProtocol = "string",
FortiservicePort = 0,
GlobalSslProtocol = "string",
GuiCurlTimeout = 0,
GuiPollingInterval = 0,
HaMemberAutoGrouping = "string",
Hostname = "string",
HttpdSslProtocols = new[]
{
"string",
},
ImportIgnoreAddrCmt = "string",
JsonapiLog = "string",
Language = "string",
Latitude = "string",
LdapCacheTimeout = 0,
Ldapconntimeout = 0,
LockPreempt = "string",
LogChecksum = "string",
LogChecksumUpload = "string",
LogForwardCacheSize = 0,
Longitude = "string",
ManagementIp = "string",
ManagementPort = 0,
MapclientSslProtocol = "string",
MaxLogForward = 0,
MaxRunningReports = 0,
McPolicyDisabledAdoms = new[]
{
new Fortimanager.Inputs.SystemGlobalMcPolicyDisabledAdomArgs
{
AdomName = "string",
},
},
MultipleStepsUpgradeInAutolink = "string",
NoCopyPermissionCheck = "string",
NoVipValueCheck = "string",
NormalizedIntfZoneOnly = "string",
ObjectRevisionDbMax = 0,
ObjectRevisionMandatoryNote = "string",
ObjectRevisionObjectMax = 0,
ObjectRevisionStatus = "string",
OftpSslProtocol = "string",
PartialInstall = "string",
PartialInstallForce = "string",
PartialInstallRev = "string",
PerPolicyLock = "string",
PerformImproveByHa = "string",
PolicyObjectIcon = "string",
PolicyObjectInDualPane = "string",
PreLoginBanner = "string",
PreLoginBannerMessage = "string",
PrivateDataEncryption = "string",
Remoteauthtimeout = 0,
SaveLastHitInAdomdb = "string",
SearchAllAdoms = "string",
SshEncAlgos = new[]
{
"string",
},
SshHostkeyAlgos = new[]
{
"string",
},
SshKexAlgos = new[]
{
"string",
},
SshMacAlgos = new[]
{
"string",
},
SshStrongCrypto = "string",
SslCipherSuites = new[]
{
new Fortimanager.Inputs.SystemGlobalSslCipherSuiteArgs
{
Cipher = "string",
Priority = 0,
Version = "string",
},
},
SslLowEncryption = "string",
SslProtocols = new[]
{
"string",
},
SslStaticKeyCiphers = "string",
SystemGlobalId = "string",
TableEntryBlink = "string",
TaskListSize = 0,
Tftp = "string",
Timezone = "string",
TunnelMtu = 0,
Usg = "string",
VdomMirror = "string",
WebserviceProtos = new[]
{
"string",
},
WorkflowMaxSessions = 0,
WorkspaceMode = "string",
WorkspaceUnlockAfterInstall = "string",
});
example, err := fortimanager.NewSystemGlobal(ctx, "systemGlobalResource", &fortimanager.SystemGlobalArgs{
AdminHost: pulumi.String("string"),
AdminLockoutDuration: pulumi.Float64(0),
AdminLockoutMethod: pulumi.String("string"),
AdminLockoutThreshold: pulumi.Float64(0),
AdminSshGraceTime: pulumi.Float64(0),
AdomMode: pulumi.String("string"),
AdomRevAutoDelete: pulumi.String("string"),
AdomRevMaxBackupRevisions: pulumi.Float64(0),
AdomRevMaxDays: pulumi.Float64(0),
AdomRevMaxRevisions: pulumi.Float64(0),
AdomSelect: pulumi.String("string"),
AdomStatus: pulumi.String("string"),
ApacheMode: pulumi.String("string"),
ApiIpBinding: pulumi.String("string"),
CloneNameOption: pulumi.String("string"),
CltCertReq: pulumi.String("string"),
ConsoleOutput: pulumi.String("string"),
ContentpackFgtInstall: pulumi.String("string"),
CountryFlag: pulumi.String("string"),
CreateRevision: pulumi.String("string"),
Daylightsavetime: pulumi.String("string"),
DetectUnregisteredLogDevice: pulumi.String("string"),
DeviceViewMode: pulumi.String("string"),
DhParams: pulumi.String("string"),
DisableModules: pulumi.StringArray{
pulumi.String("string"),
},
DynamicSortSubtable: pulumi.String("string"),
EncAlgorithm: pulumi.String("string"),
FabricStoragePoolQuota: pulumi.Float64(0),
FabricStoragePoolSize: pulumi.Float64(0),
FazStatus: pulumi.String("string"),
FcpCfgService: pulumi.String("string"),
FgfmCaCert: pulumi.String("string"),
FgfmCertExclusive: pulumi.String("string"),
FgfmDenyUnknown: pulumi.String("string"),
FgfmLocalCert: pulumi.String("string"),
FgfmPeercertWithoutsn: pulumi.String("string"),
FgfmSslProtocol: pulumi.String("string"),
FortiservicePort: pulumi.Float64(0),
GlobalSslProtocol: pulumi.String("string"),
GuiCurlTimeout: pulumi.Float64(0),
GuiPollingInterval: pulumi.Float64(0),
HaMemberAutoGrouping: pulumi.String("string"),
Hostname: pulumi.String("string"),
HttpdSslProtocols: pulumi.StringArray{
pulumi.String("string"),
},
ImportIgnoreAddrCmt: pulumi.String("string"),
JsonapiLog: pulumi.String("string"),
Language: pulumi.String("string"),
Latitude: pulumi.String("string"),
LdapCacheTimeout: pulumi.Float64(0),
Ldapconntimeout: pulumi.Float64(0),
LockPreempt: pulumi.String("string"),
LogChecksum: pulumi.String("string"),
LogChecksumUpload: pulumi.String("string"),
LogForwardCacheSize: pulumi.Float64(0),
Longitude: pulumi.String("string"),
ManagementIp: pulumi.String("string"),
ManagementPort: pulumi.Float64(0),
MapclientSslProtocol: pulumi.String("string"),
MaxLogForward: pulumi.Float64(0),
MaxRunningReports: pulumi.Float64(0),
McPolicyDisabledAdoms: .SystemGlobalMcPolicyDisabledAdomArray{
&.SystemGlobalMcPolicyDisabledAdomArgs{
AdomName: pulumi.String("string"),
},
},
MultipleStepsUpgradeInAutolink: pulumi.String("string"),
NoCopyPermissionCheck: pulumi.String("string"),
NoVipValueCheck: pulumi.String("string"),
NormalizedIntfZoneOnly: pulumi.String("string"),
ObjectRevisionDbMax: pulumi.Float64(0),
ObjectRevisionMandatoryNote: pulumi.String("string"),
ObjectRevisionObjectMax: pulumi.Float64(0),
ObjectRevisionStatus: pulumi.String("string"),
OftpSslProtocol: pulumi.String("string"),
PartialInstall: pulumi.String("string"),
PartialInstallForce: pulumi.String("string"),
PartialInstallRev: pulumi.String("string"),
PerPolicyLock: pulumi.String("string"),
PerformImproveByHa: pulumi.String("string"),
PolicyObjectIcon: pulumi.String("string"),
PolicyObjectInDualPane: pulumi.String("string"),
PreLoginBanner: pulumi.String("string"),
PreLoginBannerMessage: pulumi.String("string"),
PrivateDataEncryption: pulumi.String("string"),
Remoteauthtimeout: pulumi.Float64(0),
SaveLastHitInAdomdb: pulumi.String("string"),
SearchAllAdoms: pulumi.String("string"),
SshEncAlgos: pulumi.StringArray{
pulumi.String("string"),
},
SshHostkeyAlgos: pulumi.StringArray{
pulumi.String("string"),
},
SshKexAlgos: pulumi.StringArray{
pulumi.String("string"),
},
SshMacAlgos: pulumi.StringArray{
pulumi.String("string"),
},
SshStrongCrypto: pulumi.String("string"),
SslCipherSuites: .SystemGlobalSslCipherSuiteArray{
&.SystemGlobalSslCipherSuiteArgs{
Cipher: pulumi.String("string"),
Priority: pulumi.Float64(0),
Version: pulumi.String("string"),
},
},
SslLowEncryption: pulumi.String("string"),
SslProtocols: pulumi.StringArray{
pulumi.String("string"),
},
SslStaticKeyCiphers: pulumi.String("string"),
SystemGlobalId: pulumi.String("string"),
TableEntryBlink: pulumi.String("string"),
TaskListSize: pulumi.Float64(0),
Tftp: pulumi.String("string"),
Timezone: pulumi.String("string"),
TunnelMtu: pulumi.Float64(0),
Usg: pulumi.String("string"),
VdomMirror: pulumi.String("string"),
WebserviceProtos: pulumi.StringArray{
pulumi.String("string"),
},
WorkflowMaxSessions: pulumi.Float64(0),
WorkspaceMode: pulumi.String("string"),
WorkspaceUnlockAfterInstall: pulumi.String("string"),
})
var systemGlobalResource = new SystemGlobal("systemGlobalResource", SystemGlobalArgs.builder()
.adminHost("string")
.adminLockoutDuration(0)
.adminLockoutMethod("string")
.adminLockoutThreshold(0)
.adminSshGraceTime(0)
.adomMode("string")
.adomRevAutoDelete("string")
.adomRevMaxBackupRevisions(0)
.adomRevMaxDays(0)
.adomRevMaxRevisions(0)
.adomSelect("string")
.adomStatus("string")
.apacheMode("string")
.apiIpBinding("string")
.cloneNameOption("string")
.cltCertReq("string")
.consoleOutput("string")
.contentpackFgtInstall("string")
.countryFlag("string")
.createRevision("string")
.daylightsavetime("string")
.detectUnregisteredLogDevice("string")
.deviceViewMode("string")
.dhParams("string")
.disableModules("string")
.dynamicSortSubtable("string")
.encAlgorithm("string")
.fabricStoragePoolQuota(0)
.fabricStoragePoolSize(0)
.fazStatus("string")
.fcpCfgService("string")
.fgfmCaCert("string")
.fgfmCertExclusive("string")
.fgfmDenyUnknown("string")
.fgfmLocalCert("string")
.fgfmPeercertWithoutsn("string")
.fgfmSslProtocol("string")
.fortiservicePort(0)
.globalSslProtocol("string")
.guiCurlTimeout(0)
.guiPollingInterval(0)
.haMemberAutoGrouping("string")
.hostname("string")
.httpdSslProtocols("string")
.importIgnoreAddrCmt("string")
.jsonapiLog("string")
.language("string")
.latitude("string")
.ldapCacheTimeout(0)
.ldapconntimeout(0)
.lockPreempt("string")
.logChecksum("string")
.logChecksumUpload("string")
.logForwardCacheSize(0)
.longitude("string")
.managementIp("string")
.managementPort(0)
.mapclientSslProtocol("string")
.maxLogForward(0)
.maxRunningReports(0)
.mcPolicyDisabledAdoms(SystemGlobalMcPolicyDisabledAdomArgs.builder()
.adomName("string")
.build())
.multipleStepsUpgradeInAutolink("string")
.noCopyPermissionCheck("string")
.noVipValueCheck("string")
.normalizedIntfZoneOnly("string")
.objectRevisionDbMax(0)
.objectRevisionMandatoryNote("string")
.objectRevisionObjectMax(0)
.objectRevisionStatus("string")
.oftpSslProtocol("string")
.partialInstall("string")
.partialInstallForce("string")
.partialInstallRev("string")
.perPolicyLock("string")
.performImproveByHa("string")
.policyObjectIcon("string")
.policyObjectInDualPane("string")
.preLoginBanner("string")
.preLoginBannerMessage("string")
.privateDataEncryption("string")
.remoteauthtimeout(0)
.saveLastHitInAdomdb("string")
.searchAllAdoms("string")
.sshEncAlgos("string")
.sshHostkeyAlgos("string")
.sshKexAlgos("string")
.sshMacAlgos("string")
.sshStrongCrypto("string")
.sslCipherSuites(SystemGlobalSslCipherSuiteArgs.builder()
.cipher("string")
.priority(0)
.version("string")
.build())
.sslLowEncryption("string")
.sslProtocols("string")
.sslStaticKeyCiphers("string")
.systemGlobalId("string")
.tableEntryBlink("string")
.taskListSize(0)
.tftp("string")
.timezone("string")
.tunnelMtu(0)
.usg("string")
.vdomMirror("string")
.webserviceProtos("string")
.workflowMaxSessions(0)
.workspaceMode("string")
.workspaceUnlockAfterInstall("string")
.build());
system_global_resource = fortimanager.SystemGlobal("systemGlobalResource",
admin_host="string",
admin_lockout_duration=0,
admin_lockout_method="string",
admin_lockout_threshold=0,
admin_ssh_grace_time=0,
adom_mode="string",
adom_rev_auto_delete="string",
adom_rev_max_backup_revisions=0,
adom_rev_max_days=0,
adom_rev_max_revisions=0,
adom_select="string",
adom_status="string",
apache_mode="string",
api_ip_binding="string",
clone_name_option="string",
clt_cert_req="string",
console_output="string",
contentpack_fgt_install="string",
country_flag="string",
create_revision="string",
daylightsavetime="string",
detect_unregistered_log_device="string",
device_view_mode="string",
dh_params="string",
disable_modules=["string"],
dynamic_sort_subtable="string",
enc_algorithm="string",
fabric_storage_pool_quota=0,
fabric_storage_pool_size=0,
faz_status="string",
fcp_cfg_service="string",
fgfm_ca_cert="string",
fgfm_cert_exclusive="string",
fgfm_deny_unknown="string",
fgfm_local_cert="string",
fgfm_peercert_withoutsn="string",
fgfm_ssl_protocol="string",
fortiservice_port=0,
global_ssl_protocol="string",
gui_curl_timeout=0,
gui_polling_interval=0,
ha_member_auto_grouping="string",
hostname="string",
httpd_ssl_protocols=["string"],
import_ignore_addr_cmt="string",
jsonapi_log="string",
language="string",
latitude="string",
ldap_cache_timeout=0,
ldapconntimeout=0,
lock_preempt="string",
log_checksum="string",
log_checksum_upload="string",
log_forward_cache_size=0,
longitude="string",
management_ip="string",
management_port=0,
mapclient_ssl_protocol="string",
max_log_forward=0,
max_running_reports=0,
mc_policy_disabled_adoms=[{
"adom_name": "string",
}],
multiple_steps_upgrade_in_autolink="string",
no_copy_permission_check="string",
no_vip_value_check="string",
normalized_intf_zone_only="string",
object_revision_db_max=0,
object_revision_mandatory_note="string",
object_revision_object_max=0,
object_revision_status="string",
oftp_ssl_protocol="string",
partial_install="string",
partial_install_force="string",
partial_install_rev="string",
per_policy_lock="string",
perform_improve_by_ha="string",
policy_object_icon="string",
policy_object_in_dual_pane="string",
pre_login_banner="string",
pre_login_banner_message="string",
private_data_encryption="string",
remoteauthtimeout=0,
save_last_hit_in_adomdb="string",
search_all_adoms="string",
ssh_enc_algos=["string"],
ssh_hostkey_algos=["string"],
ssh_kex_algos=["string"],
ssh_mac_algos=["string"],
ssh_strong_crypto="string",
ssl_cipher_suites=[{
"cipher": "string",
"priority": 0,
"version": "string",
}],
ssl_low_encryption="string",
ssl_protocols=["string"],
ssl_static_key_ciphers="string",
system_global_id="string",
table_entry_blink="string",
task_list_size=0,
tftp="string",
timezone="string",
tunnel_mtu=0,
usg="string",
vdom_mirror="string",
webservice_protos=["string"],
workflow_max_sessions=0,
workspace_mode="string",
workspace_unlock_after_install="string")
const systemGlobalResource = new fortimanager.SystemGlobal("systemGlobalResource", {
adminHost: "string",
adminLockoutDuration: 0,
adminLockoutMethod: "string",
adminLockoutThreshold: 0,
adminSshGraceTime: 0,
adomMode: "string",
adomRevAutoDelete: "string",
adomRevMaxBackupRevisions: 0,
adomRevMaxDays: 0,
adomRevMaxRevisions: 0,
adomSelect: "string",
adomStatus: "string",
apacheMode: "string",
apiIpBinding: "string",
cloneNameOption: "string",
cltCertReq: "string",
consoleOutput: "string",
contentpackFgtInstall: "string",
countryFlag: "string",
createRevision: "string",
daylightsavetime: "string",
detectUnregisteredLogDevice: "string",
deviceViewMode: "string",
dhParams: "string",
disableModules: ["string"],
dynamicSortSubtable: "string",
encAlgorithm: "string",
fabricStoragePoolQuota: 0,
fabricStoragePoolSize: 0,
fazStatus: "string",
fcpCfgService: "string",
fgfmCaCert: "string",
fgfmCertExclusive: "string",
fgfmDenyUnknown: "string",
fgfmLocalCert: "string",
fgfmPeercertWithoutsn: "string",
fgfmSslProtocol: "string",
fortiservicePort: 0,
globalSslProtocol: "string",
guiCurlTimeout: 0,
guiPollingInterval: 0,
haMemberAutoGrouping: "string",
hostname: "string",
httpdSslProtocols: ["string"],
importIgnoreAddrCmt: "string",
jsonapiLog: "string",
language: "string",
latitude: "string",
ldapCacheTimeout: 0,
ldapconntimeout: 0,
lockPreempt: "string",
logChecksum: "string",
logChecksumUpload: "string",
logForwardCacheSize: 0,
longitude: "string",
managementIp: "string",
managementPort: 0,
mapclientSslProtocol: "string",
maxLogForward: 0,
maxRunningReports: 0,
mcPolicyDisabledAdoms: [{
adomName: "string",
}],
multipleStepsUpgradeInAutolink: "string",
noCopyPermissionCheck: "string",
noVipValueCheck: "string",
normalizedIntfZoneOnly: "string",
objectRevisionDbMax: 0,
objectRevisionMandatoryNote: "string",
objectRevisionObjectMax: 0,
objectRevisionStatus: "string",
oftpSslProtocol: "string",
partialInstall: "string",
partialInstallForce: "string",
partialInstallRev: "string",
perPolicyLock: "string",
performImproveByHa: "string",
policyObjectIcon: "string",
policyObjectInDualPane: "string",
preLoginBanner: "string",
preLoginBannerMessage: "string",
privateDataEncryption: "string",
remoteauthtimeout: 0,
saveLastHitInAdomdb: "string",
searchAllAdoms: "string",
sshEncAlgos: ["string"],
sshHostkeyAlgos: ["string"],
sshKexAlgos: ["string"],
sshMacAlgos: ["string"],
sshStrongCrypto: "string",
sslCipherSuites: [{
cipher: "string",
priority: 0,
version: "string",
}],
sslLowEncryption: "string",
sslProtocols: ["string"],
sslStaticKeyCiphers: "string",
systemGlobalId: "string",
tableEntryBlink: "string",
taskListSize: 0,
tftp: "string",
timezone: "string",
tunnelMtu: 0,
usg: "string",
vdomMirror: "string",
webserviceProtos: ["string"],
workflowMaxSessions: 0,
workspaceMode: "string",
workspaceUnlockAfterInstall: "string",
});
type: fortimanager:SystemGlobal
properties:
adminHost: string
adminLockoutDuration: 0
adminLockoutMethod: string
adminLockoutThreshold: 0
adminSshGraceTime: 0
adomMode: string
adomRevAutoDelete: string
adomRevMaxBackupRevisions: 0
adomRevMaxDays: 0
adomRevMaxRevisions: 0
adomSelect: string
adomStatus: string
apacheMode: string
apiIpBinding: string
cloneNameOption: string
cltCertReq: string
consoleOutput: string
contentpackFgtInstall: string
countryFlag: string
createRevision: string
daylightsavetime: string
detectUnregisteredLogDevice: string
deviceViewMode: string
dhParams: string
disableModules:
- string
dynamicSortSubtable: string
encAlgorithm: string
fabricStoragePoolQuota: 0
fabricStoragePoolSize: 0
fazStatus: string
fcpCfgService: string
fgfmCaCert: string
fgfmCertExclusive: string
fgfmDenyUnknown: string
fgfmLocalCert: string
fgfmPeercertWithoutsn: string
fgfmSslProtocol: string
fortiservicePort: 0
globalSslProtocol: string
guiCurlTimeout: 0
guiPollingInterval: 0
haMemberAutoGrouping: string
hostname: string
httpdSslProtocols:
- string
importIgnoreAddrCmt: string
jsonapiLog: string
language: string
latitude: string
ldapCacheTimeout: 0
ldapconntimeout: 0
lockPreempt: string
logChecksum: string
logChecksumUpload: string
logForwardCacheSize: 0
longitude: string
managementIp: string
managementPort: 0
mapclientSslProtocol: string
maxLogForward: 0
maxRunningReports: 0
mcPolicyDisabledAdoms:
- adomName: string
multipleStepsUpgradeInAutolink: string
noCopyPermissionCheck: string
noVipValueCheck: string
normalizedIntfZoneOnly: string
objectRevisionDbMax: 0
objectRevisionMandatoryNote: string
objectRevisionObjectMax: 0
objectRevisionStatus: string
oftpSslProtocol: string
partialInstall: string
partialInstallForce: string
partialInstallRev: string
perPolicyLock: string
performImproveByHa: string
policyObjectIcon: string
policyObjectInDualPane: string
preLoginBanner: string
preLoginBannerMessage: string
privateDataEncryption: string
remoteauthtimeout: 0
saveLastHitInAdomdb: string
searchAllAdoms: string
sshEncAlgos:
- string
sshHostkeyAlgos:
- string
sshKexAlgos:
- string
sshMacAlgos:
- string
sshStrongCrypto: string
sslCipherSuites:
- cipher: string
priority: 0
version: string
sslLowEncryption: string
sslProtocols:
- string
sslStaticKeyCiphers: string
systemGlobalId: string
tableEntryBlink: string
taskListSize: 0
tftp: string
timezone: string
tunnelMtu: 0
usg: string
vdomMirror: string
webserviceProtos:
- string
workflowMaxSessions: 0
workspaceMode: string
workspaceUnlockAfterInstall: string
SystemGlobal 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 SystemGlobal resource accepts the following input properties:
- Admin
Host string - Administrative host for HTTP and HTTPs. When set, will be used in lieu of the client's Host header for any redirection.
- Admin
Lockout doubleDuration - Lockout duration(sec) for administration.
- Admin
Lockout stringMethod - Lockout method for administration. ip - Lockout by IP user - Lockout by user Valid values:
ip
,user
. - Admin
Lockout doubleThreshold - Lockout threshold for administration.
- Admin
Ssh doubleGrace Time - Maximum time in seconds permitted between making an SSH connection to the FortiManager unit and authenticating (10 - 3600 sec (1 hour), default 120).
- Adom
Mode string - ADOM mode. normal - Normal ADOM mode. advanced - Advanced ADOM mode. Valid values:
normal
,advanced
. - Adom
Rev stringAuto Delete - Auto delete features for old ADOM revisions. disable - Disable auto delete function for ADOM revision. by-revisions - Auto delete ADOM revisions by maximum number of revisions. by-days - Auto delete ADOM revisions by maximum days. Valid values:
disable
,by-revisions
,by-days
. - Adom
Rev doubleMax Backup Revisions - Maximum number of ADOM revisions to backup.
- Adom
Rev doubleMax Days - Number of days to keep old ADOM revisions.
- Adom
Rev doubleMax Revisions - Maximum number of ADOM revisions to keep.
- Adom
Select string - Enable/disable select ADOM after login. disable - Disable select ADOM after login. enable - Enable select ADOM after login. Valid values:
disable
,enable
. - Adom
Status string - ADOM status. disable - Disable ADOM mode. enable - Enable ADOM mode. Valid values:
disable
,enable
. - Apache
Mode string - Set apache mode. event - Apache event mode. prefork - Apache prefork mode. Valid values:
event
,prefork
. - Api
Ip stringBinding - Enable/disable source IP check for JSON API request. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Clone
Name stringOption - set the clone object names option. default - Add a prefix of 'Clone of' to the clone name. keep - Keep the original name for user to edit. Valid values:
default
,keep
. - Clt
Cert stringReq - Require client certificate for GUI login. disable - Disable setting. enable - Require client certificate for GUI login. optional - Optional client certificate for GUI login. Valid values:
disable
,enable
,optional
. - Console
Output string - Console output mode. standard - Standard output. more - More page output. Valid values:
standard
,more
. - Contentpack
Fgt stringInstall - Enable/disable outbreak alert auto install for FGT ADOMS . disable - Disable the sql report auto outbreak auto install. enable - Enable the sql report auto outbreak auto install. Valid values:
disable
,enable
. - Country
Flag string - Country flag Status. disable - Disable country flag icon beside ip address. enable - Enable country flag icon beside ip address. Valid values:
disable
,enable
. - Create
Revision string - Enable/disable create revision by default. disable - Disable create revision by default. enable - Enable create revision by default. Valid values:
disable
,enable
. - Daylightsavetime string
- Enable/disable daylight saving time. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Detect
Unregistered stringLog Device - Detect unregistered logging device from log message. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - Device
View stringMode - Set devices/groups view mode. regular - Regular view mode. tree - Tree view mode. Valid values:
regular
,tree
. - Dh
Params string - Minimum size of Diffie-Hellman prime for SSH/HTTPS (bits). 1024 - 1024 bits. 1536 - 1536 bits. 2048 - 2048 bits. 3072 - 3072 bits. 4096 - 4096 bits. 6144 - 6144 bits. 8192 - 8192 bits. Valid values:
1024
,1536
,2048
,3072
,4096
,6144
,8192
. - Disable
Modules List<string> - Disable module list. fortiview-noc - FortiView/NOC-SOC module. fortirecorder - FortiRecorder module. siem - SIEM module. soc - SOC module. ai - AI module. Valid values:
fortiview-noc
,fortirecorder
,siem
,soc
,ai
. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Enc
Algorithm string - SSL communication encryption algorithms. low - SSL communication using all available encryption algorithms. medium - SSL communication using high and medium encryption algorithms. high - SSL communication using high encryption algorithms. Valid values:
low
,medium
,high
. - Fabric
Storage doublePool Quota - Disk quota for Fabric (MB).
- Fabric
Storage doublePool Size - Max storage pooll size
- Faz
Status string - FAZ status. disable - Disable FAZ feature. enable - Enable FAZ feature. Valid values:
disable
,enable
. - Fcp
Cfg stringService - Enable/disable FCP service processing configuration requests disable - FCP service doesn't process configuration requests from web enable - FCP service processes configuration requests from web. Valid values:
disable
,enable
. - Fgfm
Ca stringCert - set the extra fgfm CA certificates.
- Fgfm
Cert stringExclusive - set if the local or CA certificates should be used exclusively. disable - Used certificate best-effort. enable - Used certificate exclusive. Valid values:
disable
,enable
. - Fgfm
Deny stringUnknown - set if allow devices with unknown SN actively register as an unauthorized device. disable - Allow devices with unknown SN to actively register as an unauthorized device. enable - Deny devices with unknown SN to actively register as an unauthorized device. Valid values:
disable
,enable
. - Fgfm
Local stringCert - set the fgfm local certificate.
- Fgfm
Peercert stringWithoutsn - set if the subject CN or SAN of peer's SSL certificate sent in FGFM should include the serial number of the device. disable - Peer's certificate must include serial number in subject CN or SAN. enable - Peer's certificate might not include serial number in subject CN or SAN. Valid values:
disable
,enable
. - Fgfm
Ssl stringProtocol - set the lowest SSL protocols for fgfmsd. 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
. - Fortiservice
Port double - FortiService port (1 - 65535, default = 8013). Used by FortiClient endpoint compliance. Older versions of FortiClient used a different port.
- Global
Ssl stringProtocol - set the lowest SSL protocol version for all SSL connections. 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
. - Gui
Curl doubleTimeout - GUI curl timeout in seconds (5-300 default 30).
- Gui
Polling doubleInterval - GUI polling interval in seconds (1-288000 default 5).
- Ha
Member stringAuto Grouping - Enable/disable automatically group HA members feature disable - Disable automatically grouping HA members feature. enable - Enable automatically grouping HA members only when group name is unique in your network. Valid values:
disable
,enable
. - Hostname string
- System hostname.
- Httpd
Ssl List<string>Protocols - set SSL protocols for apache daemon (httpd) sslv3 - Enable SSLv3. tlsv1.0 - Enable TLSv1.0. tlsv1.1 - Enable TLSv1.1. tlsv1.2 - Enable TLSv1.2. tlsv1.3 - Enable TLSv1.3. Valid values:
sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - Import
Ignore stringAddr Cmt - Enable/Disable import ignore of address comments. disable - Disable import ignore of address comments. enable - Enable import ignore of address comments. Valid values:
disable
,enable
. - Jsonapi
Log string - enable jsonapi log. disable - disable jsonapi log. request - logging jsonapi request. response - logging jsonapi response. all - logging both jsonapi request & response. Valid values:
disable
,request
,response
,all
. - Language string
- System global language. english - English simch - Simplified Chinese japanese - Japanese korean - Korean spanish - Spanish trach - Traditional Chinese Valid values:
english
,simch
,japanese
,korean
,spanish
,trach
. - Latitude string
- fmg location latitude
- Ldap
Cache doubleTimeout - LDAP browser cache timeout (seconds).
- Ldapconntimeout double
- LDAP connection timeout (msec).
- Lock
Preempt string - Enable/disable ADOM lock override. disable - Disable lock preempt. enable - Enable lock preempt. Valid values:
disable
,enable
. - Log
Checksum string - Record log file hash value, timestamp, and authentication code at transmission or rolling. none - No record log file checksum. md5 - Record log file's MD5 hash value only. md5-auth - Record log file's MD5 hash value and authentication code. Valid values:
none
,md5
,md5-auth
. - Log
Checksum stringUpload - Enable/disable upload log checksum with log files. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - Log
Forward doubleCache Size - Log forwarding disk cache size (GB).
- Longitude string
- fmg location longitude
- Management
Ip string - Management IP address of this FortiGate. Used to log into this FortiGate from another FortiGate in the Security Fabric.
- Management
Port double - Overriding port for management connection (Overrides admin port).
- Mapclient
Ssl stringProtocol - set the lowest SSL protocol version for connection to mapserver. follow-global-ssl-protocol - Follow system.global.global-ssl-protocol setting (default). 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. tlsv1.3 - set TLSv1.3 as the lowest version. Valid values:
follow-global-ssl-protocol
,sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - Max
Log doubleForward - Maximum number of log-forward and aggregation settings.
- Max
Running doubleReports - Maximum number of reports generating at one time.
- Mc
Policy List<SystemDisabled Adoms Global Mc Policy Disabled Adom> - Mc-Policy-Disabled-Adoms. The structure of
mc_policy_disabled_adoms
block is documented below. - Multiple
Steps stringUpgrade In Autolink - Enable/disable multiple steps upgade in autolink process disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - No
Copy stringPermission Check - Do not perform permission check to block object changes in different adom during copy and install. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - No
Vip stringValue Check - Enable/disable skipping policy instead of throwing error when vip has no default or dynamic mapping during policy copy disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Normalized
Intf stringZone Only - allow normalized interface to be zone only. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - Object
Revision doubleDb Max - Maximum revisions for a single database (10,000-1,000,000 default 100,000).
- Object
Revision stringMandatory Note - Enable/disable mandatory note when create revision. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - Object
Revision doubleObject Max - Maximum revisions for a single object (10-1000 default 100).
- Object
Revision stringStatus - Enable/disable create revision when modify objects. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - Oftp
Ssl stringProtocol - set the lowest SSL protocols for oftpd. 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
. - Partial
Install string - Enable/Disable partial install (install some objects). disable - Disable partial install function. enable - Enable partial install function. Valid values:
disable
,enable
. - Partial
Install stringForce - Enable/Disable partial install when devdb is modified. disable - Disable partial install when devdb is modified. enable - Enable partial install when devdb is modified. Valid values:
disable
,enable
. - Partial
Install stringRev - Enable/Disable auto creating adom revision for partial install. disable - Disable partial install revision. enable - Enable partial install revision. Valid values:
disable
,enable
. - Per
Policy stringLock - Enable/Disable per policy lock. disable - Disable per policy lock. enable - Enable per policy lock. Valid values:
disable
,enable
. - Perform
Improve stringBy Ha - Enable/Disable performance improvement by distributing tasks to HA secondary units. disable - Disable performance improvement by HA. enable - Enable performance improvement by HA. Valid values:
disable
,enable
. - Policy
Object stringIcon - show icons of policy objects. disable - Disable icon of policy objects. enable - Enable icon of policy objects. Valid values:
disable
,enable
. - Policy
Object stringIn Dual Pane - show policies and objects in dual pane. disable - Disable polices and objects in dual pane. enable - Enable polices and objects in dual pane. Valid values:
disable
,enable
. - string
- Enable/disable pre-login banner. disable - Disable pre-login banner. enable - Enable pre-login banner. Valid values:
disable
,enable
. - string
- Pre-login banner message.
- Private
Data stringEncryption - Enable/disable private data encryption using an AES 128-bit key. disable - Disable private data encryption using an AES 128-bit key. enable - Enable private data encryption using an AES 128-bit key. Valid values:
disable
,enable
. - Remoteauthtimeout double
- Remote authentication (RADIUS/LDAP) timeout (sec).
- Save
Last stringHit In Adomdb - Enable/Disable save last-hit value in adomdb. disable - Disable save last-hit value in adomdb. enable - Enable save last-hit value in adomdb. Valid values:
disable
,enable
. - Search
All stringAdoms - Enable/Disable Search all ADOMs for where-used query. disable - Disable search all ADOMs for where-used queries. enable - Enable search all ADOMs for where-used queries. Valid values:
disable
,enable
. - Ssh
Enc List<string>Algos - Select one or more SSH ciphers. chacha20-poly1305@openssh.com - aes128-ctr - aes192-ctr - aes256-ctr - arcfour256 - arcfour128 - aes128-cbc - 3des-cbc - blowfish-cbc - cast128-cbc - aes192-cbc - aes256-cbc - arcfour - rijndael-cbc@lysator.liu.se - aes128-gcm@openssh.com - aes256-gcm@openssh.com - Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - Ssh
Hostkey List<string>Algos - Select one or more SSH hostkey algorithms. ssh-rsa - ecdsa-sha2-nistp521 - rsa-sha2-256 - rsa-sha2-512 - ssh-ed25519 - Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - Ssh
Kex List<string>Algos - Select one or more SSH kex algorithms. diffie-hellman-group1-sha1 - diffie-hellman-group14-sha1 - diffie-hellman-group14-sha256 - diffie-hellman-group16-sha512 - diffie-hellman-group18-sha512 - diffie-hellman-group-exchange-sha1 - diffie-hellman-group-exchange-sha256 - curve25519-sha256@libssh.org - ecdh-sha2-nistp256 - ecdh-sha2-nistp384 - ecdh-sha2-nistp521 - Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - Ssh
Mac List<string>Algos - Select one or more SSH MAC algorithms. hmac-md5 - hmac-md5-etm@openssh.com - hmac-md5-96 - hmac-md5-96-etm@openssh.com - hmac-sha1 - hmac-sha1-etm@openssh.com - hmac-sha2-256 - hmac-sha2-256-etm@openssh.com - hmac-sha2-512 - hmac-sha2-512-etm@openssh.com - hmac-ripemd160 - hmac-ripemd160@openssh.com - hmac-ripemd160-etm@openssh.com - umac-64@openssh.com - umac-128@openssh.com - umac-64-etm@openssh.com - umac-128-etm@openssh.com - Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - Ssh
Strong stringCrypto - Only allow strong ciphers for SSH when enabled. disable - Disable strong crypto for SSH. enable - Enable strong crypto for SSH. Valid values:
disable
,enable
. - Ssl
Cipher List<SystemSuites Global Ssl Cipher Suite> - Ssl-Cipher-Suites. The structure of
ssl_cipher_suites
block is documented below. - Ssl
Low stringEncryption - SSL low-grade encryption. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - Ssl
Protocols List<string> - SSL protocols. tlsv1.3 - Enable TLSv1.3. tlsv1.2 - Enable TLSv1.2. tlsv1.1 - Enable TLSv1.1. tlsv1.0 - Enable TLSv1.0. sslv3 - Enable SSLv3. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
. - Ssl
Static stringKey Ciphers - Enable/disable SSL static key ciphers. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - System
Global stringId - an identifier for the resource.
- Table
Entry stringBlink - Enable/disable table entry blink in GUI disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Task
List doubleSize - Maximum number of completed tasks to keep.
- Tftp string
- Enable/disable TFTP in
exec restore image
command (disabled by default in FIPS mode) disable - Disable TFTP enable - Enable TFTP Valid values:disable
,enable
. - Timezone string
- Time zone. 00 - (GMT-12:00) Eniwetak, Kwajalein. 01 - (GMT-11:00) Midway Island, Samoa. 02 - (GMT-10:00) Hawaii. 03 - (GMT-9:00) Alaska. 04 - (GMT-8:00) Pacific Time (US & Canada). 05 - (GMT-7:00) Arizona. 06 - (GMT-7:00) Mountain Time (US & Canada). 07 - (GMT-6:00) Central America. 08 - (GMT-6:00) Central Time (US & Canada). 09 - (GMT-6:00) Mexico City. 10 - (GMT-6:00) Saskatchewan. 11 - (GMT-5:00) Bogota, Lima, Quito. 12 - (GMT-5:00) Eastern Time (US & Canada). 13 - (GMT-5:00) Indiana (East). 14 - (GMT-4:00) Atlantic Time (Canada). 15 - (GMT-4:00) La Paz. 16 - (GMT-4:00) Santiago. 17 - (GMT-3:30) Newfoundland. 18 - (GMT-3:00) Brasilia. 19 - (GMT-3:00) Buenos Aires, Georgetown. 20 - (GMT-3:00) Nuuk (Greenland). 21 - (GMT-2:00) Mid-Atlantic (Deprecated). 22 - (GMT-1:00) Azores. 23 - (GMT-1:00) Cape Verde Is. 24 - (GMT) Monrovia. 25 - (GMT) London, Edinburgh. 26 - (GMT+1:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna. 27 - (GMT+1:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague. 28 - (GMT+1:00) Brussels, Copenhagen, Madrid, Paris. 29 - (GMT+1:00) Sarajevo, Skopje, Warsaw, Zagreb. 30 - (GMT+1:00) West Central Africa. 31 - (GMT+2:00) Athens, Sofia, Vilnius. 32 - (GMT+2:00) Bucharest. 33 - (GMT+2:00) Cairo. 34 - (GMT+2:00) Harare, Pretoria. 35 - (GMT+2:00) Helsinki, Riga,Tallinn. 36 - (GMT+2:00) Jerusalem. 37 - (GMT+3:00) Baghdad. 38 - (GMT+3:00) Kuwait, Riyadh. 39 - (GMT+3:00) St.Petersburg, Volgograd. 40 - (GMT+3:00) Nairobi. 41 - (GMT+3:30) Tehran. 42 - (GMT+4:00) Abu Dhabi, Muscat. 43 - (GMT+4:00) Baku. 44 - (GMT+4:30) Kabul. 45 - (GMT+5:00) Ekaterinburg. 46 - (GMT+5:00) Islamabad, Karachi, Tashkent. 47 - (GMT+5:30) Calcutta, Chennai, Mumbai, New Delhi. 48 - (GMT+5:45) Kathmandu. 49 - (GMT+6:00) Almaty, Novosibirsk. 50 - (GMT+6:00) Astana, Dhaka. 51 - (GMT+5:30) Sri Jayawardenepura. 52 - (GMT+6:30) Rangoon. 53 - (GMT+7:00) Bangkok, Hanoi, Jakarta. 54 - (GMT+7:00) Krasnoyarsk. 55 - (GMT+8:00) Beijing, ChongQing, HongKong, Urumqi. 56 - (GMT+8:00) Irkutsk, Ulaanbaatar. 57 - (GMT+8:00) Kuala Lumpur, Singapore. 58 - (GMT+8:00) Perth. 59 - (GMT+8:00) Taipei. 60 - (GMT+9:00) Osaka, Sapporo, Tokyo, Seoul. 61 - (GMT+9:00) Yakutsk. 62 - (GMT+9:30) Adelaide. 63 - (GMT+9:30) Darwin. 64 - (GMT+10:00) Brisbane. 65 - (GMT+10:00) Canberra, Melbourne, Sydney. 66 - (GMT+10:00) Guam, Port Moresby. 67 - (GMT+10:00) Hobart. 68 - (GMT+10:00) Vladivostok. 69 - (GMT+11:00) Magadan. 70 - (GMT+11:00) Solomon Is., New Caledonia. 71 - (GMT+12:00) Auckland, Wellington. 72 - (GMT+12:00) Fiji, Kamchatka, Marshall Is. 73 - (GMT+13:00) Nuku'alofa. 74 - (GMT-4:30) Caracas. 75 - (GMT+1:00) Namibia. 76 - (GMT-5:00) Brazil-Acre. 77 - (GMT-4:00) Brazil-West. 78 - (GMT-3:00) Brazil-East. 79 - (GMT-2:00) Brazil-DeNoronha. 80 - (GMT+14:00) Kiritimati. 81 - (GMT-7:00) Baja California Sur, Chihuahua. 82 - (GMT+12:45) Chatham Islands. 83 - (GMT+3:00) Minsk. 84 - (GMT+13:00) Samoa. 85 - (GMT+3:00) Istanbul. 86 - (GMT-4:00) Paraguay. 87 - (GMT) Casablanca. 88 - (GMT+3:00) Moscow. 89 - (GMT) Greenwich Mean Time. 90 - (GMT) Dublin. 91 - (GMT) Lisbon. Valid values:
00
,01
,02
,03
,04
,05
,06
,07
,08
,09
,10
,11
,12
,13
,14
,15
,16
,17
,18
,19
,20
,21
,22
,23
,24
,25
,26
,27
,28
,29
,30
,31
,32
,33
,34
,35
,36
,37
,38
,39
,40
,41
,42
,43
,44
,45
,46
,47
,48
,49
,50
,51
,52
,53
,54
,55
,56
,57
,58
,59
,60
,61
,62
,63
,64
,65
,66
,67
,68
,69
,70
,71
,72
,73
,74
,75
,76
,77
,78
,79
,80
,81
,82
,83
,84
,85
,86
,87
,88
,89
,90
,91
. - Tunnel
Mtu double - Maximum transportation unit(68 - 9000).
- Usg string
- Enable/disable Fortiguard server restriction. disable - Contact any Fortiguard server enable - Contact Fortiguard server in USA only Valid values:
disable
,enable
. - Vdom
Mirror string - VDOM mirror. disable - Disable VDOM mirror function. enable - Enable VDOM mirror function. Valid values:
disable
,enable
. - Webservice
Protos List<string> - Web Service connection support SSL protocols. tlsv1.3 - Web Service connection using TLSv1.3 protocol. tlsv1.2 - Web Service connection using TLSv1.2 protocol. tlsv1.1 - Web Service connection using TLSv1.1 protocol. tlsv1.0 - Web Service connection using TLSv1.0 protocol. sslv3 - Web Service connection using SSLv3 protocol. sslv2 - Web Service connection using SSLv2 protocol. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
,sslv2
. - Workflow
Max doubleSessions - Maximum number of workflow sessions per ADOM (minimum 100).
- Workspace
Mode string - Set workspace mode. disabled - Workspace disabled. normal - Workspace lock mode. workflow - Workspace workflow mode. per-adom - Per-Adom workspace mode. Valid values:
disabled
,normal
,workflow
,per-adom
. - Workspace
Unlock stringAfter Install - Enable/disable ADOM auto-unlock after device installation. disable - Disable automatically unlock adom after device installation. enable - Enable automatically unlock adom after device installation. Valid values:
disable
,enable
.
- Admin
Host string - Administrative host for HTTP and HTTPs. When set, will be used in lieu of the client's Host header for any redirection.
- Admin
Lockout float64Duration - Lockout duration(sec) for administration.
- Admin
Lockout stringMethod - Lockout method for administration. ip - Lockout by IP user - Lockout by user Valid values:
ip
,user
. - Admin
Lockout float64Threshold - Lockout threshold for administration.
- Admin
Ssh float64Grace Time - Maximum time in seconds permitted between making an SSH connection to the FortiManager unit and authenticating (10 - 3600 sec (1 hour), default 120).
- Adom
Mode string - ADOM mode. normal - Normal ADOM mode. advanced - Advanced ADOM mode. Valid values:
normal
,advanced
. - Adom
Rev stringAuto Delete - Auto delete features for old ADOM revisions. disable - Disable auto delete function for ADOM revision. by-revisions - Auto delete ADOM revisions by maximum number of revisions. by-days - Auto delete ADOM revisions by maximum days. Valid values:
disable
,by-revisions
,by-days
. - Adom
Rev float64Max Backup Revisions - Maximum number of ADOM revisions to backup.
- Adom
Rev float64Max Days - Number of days to keep old ADOM revisions.
- Adom
Rev float64Max Revisions - Maximum number of ADOM revisions to keep.
- Adom
Select string - Enable/disable select ADOM after login. disable - Disable select ADOM after login. enable - Enable select ADOM after login. Valid values:
disable
,enable
. - Adom
Status string - ADOM status. disable - Disable ADOM mode. enable - Enable ADOM mode. Valid values:
disable
,enable
. - Apache
Mode string - Set apache mode. event - Apache event mode. prefork - Apache prefork mode. Valid values:
event
,prefork
. - Api
Ip stringBinding - Enable/disable source IP check for JSON API request. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Clone
Name stringOption - set the clone object names option. default - Add a prefix of 'Clone of' to the clone name. keep - Keep the original name for user to edit. Valid values:
default
,keep
. - Clt
Cert stringReq - Require client certificate for GUI login. disable - Disable setting. enable - Require client certificate for GUI login. optional - Optional client certificate for GUI login. Valid values:
disable
,enable
,optional
. - Console
Output string - Console output mode. standard - Standard output. more - More page output. Valid values:
standard
,more
. - Contentpack
Fgt stringInstall - Enable/disable outbreak alert auto install for FGT ADOMS . disable - Disable the sql report auto outbreak auto install. enable - Enable the sql report auto outbreak auto install. Valid values:
disable
,enable
. - Country
Flag string - Country flag Status. disable - Disable country flag icon beside ip address. enable - Enable country flag icon beside ip address. Valid values:
disable
,enable
. - Create
Revision string - Enable/disable create revision by default. disable - Disable create revision by default. enable - Enable create revision by default. Valid values:
disable
,enable
. - Daylightsavetime string
- Enable/disable daylight saving time. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Detect
Unregistered stringLog Device - Detect unregistered logging device from log message. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - Device
View stringMode - Set devices/groups view mode. regular - Regular view mode. tree - Tree view mode. Valid values:
regular
,tree
. - Dh
Params string - Minimum size of Diffie-Hellman prime for SSH/HTTPS (bits). 1024 - 1024 bits. 1536 - 1536 bits. 2048 - 2048 bits. 3072 - 3072 bits. 4096 - 4096 bits. 6144 - 6144 bits. 8192 - 8192 bits. Valid values:
1024
,1536
,2048
,3072
,4096
,6144
,8192
. - Disable
Modules []string - Disable module list. fortiview-noc - FortiView/NOC-SOC module. fortirecorder - FortiRecorder module. siem - SIEM module. soc - SOC module. ai - AI module. Valid values:
fortiview-noc
,fortirecorder
,siem
,soc
,ai
. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Enc
Algorithm string - SSL communication encryption algorithms. low - SSL communication using all available encryption algorithms. medium - SSL communication using high and medium encryption algorithms. high - SSL communication using high encryption algorithms. Valid values:
low
,medium
,high
. - Fabric
Storage float64Pool Quota - Disk quota for Fabric (MB).
- Fabric
Storage float64Pool Size - Max storage pooll size
- Faz
Status string - FAZ status. disable - Disable FAZ feature. enable - Enable FAZ feature. Valid values:
disable
,enable
. - Fcp
Cfg stringService - Enable/disable FCP service processing configuration requests disable - FCP service doesn't process configuration requests from web enable - FCP service processes configuration requests from web. Valid values:
disable
,enable
. - Fgfm
Ca stringCert - set the extra fgfm CA certificates.
- Fgfm
Cert stringExclusive - set if the local or CA certificates should be used exclusively. disable - Used certificate best-effort. enable - Used certificate exclusive. Valid values:
disable
,enable
. - Fgfm
Deny stringUnknown - set if allow devices with unknown SN actively register as an unauthorized device. disable - Allow devices with unknown SN to actively register as an unauthorized device. enable - Deny devices with unknown SN to actively register as an unauthorized device. Valid values:
disable
,enable
. - Fgfm
Local stringCert - set the fgfm local certificate.
- Fgfm
Peercert stringWithoutsn - set if the subject CN or SAN of peer's SSL certificate sent in FGFM should include the serial number of the device. disable - Peer's certificate must include serial number in subject CN or SAN. enable - Peer's certificate might not include serial number in subject CN or SAN. Valid values:
disable
,enable
. - Fgfm
Ssl stringProtocol - set the lowest SSL protocols for fgfmsd. 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
. - Fortiservice
Port float64 - FortiService port (1 - 65535, default = 8013). Used by FortiClient endpoint compliance. Older versions of FortiClient used a different port.
- Global
Ssl stringProtocol - set the lowest SSL protocol version for all SSL connections. 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
. - Gui
Curl float64Timeout - GUI curl timeout in seconds (5-300 default 30).
- Gui
Polling float64Interval - GUI polling interval in seconds (1-288000 default 5).
- Ha
Member stringAuto Grouping - Enable/disable automatically group HA members feature disable - Disable automatically grouping HA members feature. enable - Enable automatically grouping HA members only when group name is unique in your network. Valid values:
disable
,enable
. - Hostname string
- System hostname.
- Httpd
Ssl []stringProtocols - set SSL protocols for apache daemon (httpd) sslv3 - Enable SSLv3. tlsv1.0 - Enable TLSv1.0. tlsv1.1 - Enable TLSv1.1. tlsv1.2 - Enable TLSv1.2. tlsv1.3 - Enable TLSv1.3. Valid values:
sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - Import
Ignore stringAddr Cmt - Enable/Disable import ignore of address comments. disable - Disable import ignore of address comments. enable - Enable import ignore of address comments. Valid values:
disable
,enable
. - Jsonapi
Log string - enable jsonapi log. disable - disable jsonapi log. request - logging jsonapi request. response - logging jsonapi response. all - logging both jsonapi request & response. Valid values:
disable
,request
,response
,all
. - Language string
- System global language. english - English simch - Simplified Chinese japanese - Japanese korean - Korean spanish - Spanish trach - Traditional Chinese Valid values:
english
,simch
,japanese
,korean
,spanish
,trach
. - Latitude string
- fmg location latitude
- Ldap
Cache float64Timeout - LDAP browser cache timeout (seconds).
- Ldapconntimeout float64
- LDAP connection timeout (msec).
- Lock
Preempt string - Enable/disable ADOM lock override. disable - Disable lock preempt. enable - Enable lock preempt. Valid values:
disable
,enable
. - Log
Checksum string - Record log file hash value, timestamp, and authentication code at transmission or rolling. none - No record log file checksum. md5 - Record log file's MD5 hash value only. md5-auth - Record log file's MD5 hash value and authentication code. Valid values:
none
,md5
,md5-auth
. - Log
Checksum stringUpload - Enable/disable upload log checksum with log files. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - Log
Forward float64Cache Size - Log forwarding disk cache size (GB).
- Longitude string
- fmg location longitude
- Management
Ip string - Management IP address of this FortiGate. Used to log into this FortiGate from another FortiGate in the Security Fabric.
- Management
Port float64 - Overriding port for management connection (Overrides admin port).
- Mapclient
Ssl stringProtocol - set the lowest SSL protocol version for connection to mapserver. follow-global-ssl-protocol - Follow system.global.global-ssl-protocol setting (default). 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. tlsv1.3 - set TLSv1.3 as the lowest version. Valid values:
follow-global-ssl-protocol
,sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - Max
Log float64Forward - Maximum number of log-forward and aggregation settings.
- Max
Running float64Reports - Maximum number of reports generating at one time.
- Mc
Policy []SystemDisabled Adoms Global Mc Policy Disabled Adom Args - Mc-Policy-Disabled-Adoms. The structure of
mc_policy_disabled_adoms
block is documented below. - Multiple
Steps stringUpgrade In Autolink - Enable/disable multiple steps upgade in autolink process disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - No
Copy stringPermission Check - Do not perform permission check to block object changes in different adom during copy and install. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - No
Vip stringValue Check - Enable/disable skipping policy instead of throwing error when vip has no default or dynamic mapping during policy copy disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Normalized
Intf stringZone Only - allow normalized interface to be zone only. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - Object
Revision float64Db Max - Maximum revisions for a single database (10,000-1,000,000 default 100,000).
- Object
Revision stringMandatory Note - Enable/disable mandatory note when create revision. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - Object
Revision float64Object Max - Maximum revisions for a single object (10-1000 default 100).
- Object
Revision stringStatus - Enable/disable create revision when modify objects. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - Oftp
Ssl stringProtocol - set the lowest SSL protocols for oftpd. 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
. - Partial
Install string - Enable/Disable partial install (install some objects). disable - Disable partial install function. enable - Enable partial install function. Valid values:
disable
,enable
. - Partial
Install stringForce - Enable/Disable partial install when devdb is modified. disable - Disable partial install when devdb is modified. enable - Enable partial install when devdb is modified. Valid values:
disable
,enable
. - Partial
Install stringRev - Enable/Disable auto creating adom revision for partial install. disable - Disable partial install revision. enable - Enable partial install revision. Valid values:
disable
,enable
. - Per
Policy stringLock - Enable/Disable per policy lock. disable - Disable per policy lock. enable - Enable per policy lock. Valid values:
disable
,enable
. - Perform
Improve stringBy Ha - Enable/Disable performance improvement by distributing tasks to HA secondary units. disable - Disable performance improvement by HA. enable - Enable performance improvement by HA. Valid values:
disable
,enable
. - Policy
Object stringIcon - show icons of policy objects. disable - Disable icon of policy objects. enable - Enable icon of policy objects. Valid values:
disable
,enable
. - Policy
Object stringIn Dual Pane - show policies and objects in dual pane. disable - Disable polices and objects in dual pane. enable - Enable polices and objects in dual pane. Valid values:
disable
,enable
. - string
- Enable/disable pre-login banner. disable - Disable pre-login banner. enable - Enable pre-login banner. Valid values:
disable
,enable
. - string
- Pre-login banner message.
- Private
Data stringEncryption - Enable/disable private data encryption using an AES 128-bit key. disable - Disable private data encryption using an AES 128-bit key. enable - Enable private data encryption using an AES 128-bit key. Valid values:
disable
,enable
. - Remoteauthtimeout float64
- Remote authentication (RADIUS/LDAP) timeout (sec).
- Save
Last stringHit In Adomdb - Enable/Disable save last-hit value in adomdb. disable - Disable save last-hit value in adomdb. enable - Enable save last-hit value in adomdb. Valid values:
disable
,enable
. - Search
All stringAdoms - Enable/Disable Search all ADOMs for where-used query. disable - Disable search all ADOMs for where-used queries. enable - Enable search all ADOMs for where-used queries. Valid values:
disable
,enable
. - Ssh
Enc []stringAlgos - Select one or more SSH ciphers. chacha20-poly1305@openssh.com - aes128-ctr - aes192-ctr - aes256-ctr - arcfour256 - arcfour128 - aes128-cbc - 3des-cbc - blowfish-cbc - cast128-cbc - aes192-cbc - aes256-cbc - arcfour - rijndael-cbc@lysator.liu.se - aes128-gcm@openssh.com - aes256-gcm@openssh.com - Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - Ssh
Hostkey []stringAlgos - Select one or more SSH hostkey algorithms. ssh-rsa - ecdsa-sha2-nistp521 - rsa-sha2-256 - rsa-sha2-512 - ssh-ed25519 - Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - Ssh
Kex []stringAlgos - Select one or more SSH kex algorithms. diffie-hellman-group1-sha1 - diffie-hellman-group14-sha1 - diffie-hellman-group14-sha256 - diffie-hellman-group16-sha512 - diffie-hellman-group18-sha512 - diffie-hellman-group-exchange-sha1 - diffie-hellman-group-exchange-sha256 - curve25519-sha256@libssh.org - ecdh-sha2-nistp256 - ecdh-sha2-nistp384 - ecdh-sha2-nistp521 - Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - Ssh
Mac []stringAlgos - Select one or more SSH MAC algorithms. hmac-md5 - hmac-md5-etm@openssh.com - hmac-md5-96 - hmac-md5-96-etm@openssh.com - hmac-sha1 - hmac-sha1-etm@openssh.com - hmac-sha2-256 - hmac-sha2-256-etm@openssh.com - hmac-sha2-512 - hmac-sha2-512-etm@openssh.com - hmac-ripemd160 - hmac-ripemd160@openssh.com - hmac-ripemd160-etm@openssh.com - umac-64@openssh.com - umac-128@openssh.com - umac-64-etm@openssh.com - umac-128-etm@openssh.com - Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - Ssh
Strong stringCrypto - Only allow strong ciphers for SSH when enabled. disable - Disable strong crypto for SSH. enable - Enable strong crypto for SSH. Valid values:
disable
,enable
. - Ssl
Cipher []SystemSuites Global Ssl Cipher Suite Args - Ssl-Cipher-Suites. The structure of
ssl_cipher_suites
block is documented below. - Ssl
Low stringEncryption - SSL low-grade encryption. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - Ssl
Protocols []string - SSL protocols. tlsv1.3 - Enable TLSv1.3. tlsv1.2 - Enable TLSv1.2. tlsv1.1 - Enable TLSv1.1. tlsv1.0 - Enable TLSv1.0. sslv3 - Enable SSLv3. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
. - Ssl
Static stringKey Ciphers - Enable/disable SSL static key ciphers. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - System
Global stringId - an identifier for the resource.
- Table
Entry stringBlink - Enable/disable table entry blink in GUI disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Task
List float64Size - Maximum number of completed tasks to keep.
- Tftp string
- Enable/disable TFTP in
exec restore image
command (disabled by default in FIPS mode) disable - Disable TFTP enable - Enable TFTP Valid values:disable
,enable
. - Timezone string
- Time zone. 00 - (GMT-12:00) Eniwetak, Kwajalein. 01 - (GMT-11:00) Midway Island, Samoa. 02 - (GMT-10:00) Hawaii. 03 - (GMT-9:00) Alaska. 04 - (GMT-8:00) Pacific Time (US & Canada). 05 - (GMT-7:00) Arizona. 06 - (GMT-7:00) Mountain Time (US & Canada). 07 - (GMT-6:00) Central America. 08 - (GMT-6:00) Central Time (US & Canada). 09 - (GMT-6:00) Mexico City. 10 - (GMT-6:00) Saskatchewan. 11 - (GMT-5:00) Bogota, Lima, Quito. 12 - (GMT-5:00) Eastern Time (US & Canada). 13 - (GMT-5:00) Indiana (East). 14 - (GMT-4:00) Atlantic Time (Canada). 15 - (GMT-4:00) La Paz. 16 - (GMT-4:00) Santiago. 17 - (GMT-3:30) Newfoundland. 18 - (GMT-3:00) Brasilia. 19 - (GMT-3:00) Buenos Aires, Georgetown. 20 - (GMT-3:00) Nuuk (Greenland). 21 - (GMT-2:00) Mid-Atlantic (Deprecated). 22 - (GMT-1:00) Azores. 23 - (GMT-1:00) Cape Verde Is. 24 - (GMT) Monrovia. 25 - (GMT) London, Edinburgh. 26 - (GMT+1:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna. 27 - (GMT+1:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague. 28 - (GMT+1:00) Brussels, Copenhagen, Madrid, Paris. 29 - (GMT+1:00) Sarajevo, Skopje, Warsaw, Zagreb. 30 - (GMT+1:00) West Central Africa. 31 - (GMT+2:00) Athens, Sofia, Vilnius. 32 - (GMT+2:00) Bucharest. 33 - (GMT+2:00) Cairo. 34 - (GMT+2:00) Harare, Pretoria. 35 - (GMT+2:00) Helsinki, Riga,Tallinn. 36 - (GMT+2:00) Jerusalem. 37 - (GMT+3:00) Baghdad. 38 - (GMT+3:00) Kuwait, Riyadh. 39 - (GMT+3:00) St.Petersburg, Volgograd. 40 - (GMT+3:00) Nairobi. 41 - (GMT+3:30) Tehran. 42 - (GMT+4:00) Abu Dhabi, Muscat. 43 - (GMT+4:00) Baku. 44 - (GMT+4:30) Kabul. 45 - (GMT+5:00) Ekaterinburg. 46 - (GMT+5:00) Islamabad, Karachi, Tashkent. 47 - (GMT+5:30) Calcutta, Chennai, Mumbai, New Delhi. 48 - (GMT+5:45) Kathmandu. 49 - (GMT+6:00) Almaty, Novosibirsk. 50 - (GMT+6:00) Astana, Dhaka. 51 - (GMT+5:30) Sri Jayawardenepura. 52 - (GMT+6:30) Rangoon. 53 - (GMT+7:00) Bangkok, Hanoi, Jakarta. 54 - (GMT+7:00) Krasnoyarsk. 55 - (GMT+8:00) Beijing, ChongQing, HongKong, Urumqi. 56 - (GMT+8:00) Irkutsk, Ulaanbaatar. 57 - (GMT+8:00) Kuala Lumpur, Singapore. 58 - (GMT+8:00) Perth. 59 - (GMT+8:00) Taipei. 60 - (GMT+9:00) Osaka, Sapporo, Tokyo, Seoul. 61 - (GMT+9:00) Yakutsk. 62 - (GMT+9:30) Adelaide. 63 - (GMT+9:30) Darwin. 64 - (GMT+10:00) Brisbane. 65 - (GMT+10:00) Canberra, Melbourne, Sydney. 66 - (GMT+10:00) Guam, Port Moresby. 67 - (GMT+10:00) Hobart. 68 - (GMT+10:00) Vladivostok. 69 - (GMT+11:00) Magadan. 70 - (GMT+11:00) Solomon Is., New Caledonia. 71 - (GMT+12:00) Auckland, Wellington. 72 - (GMT+12:00) Fiji, Kamchatka, Marshall Is. 73 - (GMT+13:00) Nuku'alofa. 74 - (GMT-4:30) Caracas. 75 - (GMT+1:00) Namibia. 76 - (GMT-5:00) Brazil-Acre. 77 - (GMT-4:00) Brazil-West. 78 - (GMT-3:00) Brazil-East. 79 - (GMT-2:00) Brazil-DeNoronha. 80 - (GMT+14:00) Kiritimati. 81 - (GMT-7:00) Baja California Sur, Chihuahua. 82 - (GMT+12:45) Chatham Islands. 83 - (GMT+3:00) Minsk. 84 - (GMT+13:00) Samoa. 85 - (GMT+3:00) Istanbul. 86 - (GMT-4:00) Paraguay. 87 - (GMT) Casablanca. 88 - (GMT+3:00) Moscow. 89 - (GMT) Greenwich Mean Time. 90 - (GMT) Dublin. 91 - (GMT) Lisbon. Valid values:
00
,01
,02
,03
,04
,05
,06
,07
,08
,09
,10
,11
,12
,13
,14
,15
,16
,17
,18
,19
,20
,21
,22
,23
,24
,25
,26
,27
,28
,29
,30
,31
,32
,33
,34
,35
,36
,37
,38
,39
,40
,41
,42
,43
,44
,45
,46
,47
,48
,49
,50
,51
,52
,53
,54
,55
,56
,57
,58
,59
,60
,61
,62
,63
,64
,65
,66
,67
,68
,69
,70
,71
,72
,73
,74
,75
,76
,77
,78
,79
,80
,81
,82
,83
,84
,85
,86
,87
,88
,89
,90
,91
. - Tunnel
Mtu float64 - Maximum transportation unit(68 - 9000).
- Usg string
- Enable/disable Fortiguard server restriction. disable - Contact any Fortiguard server enable - Contact Fortiguard server in USA only Valid values:
disable
,enable
. - Vdom
Mirror string - VDOM mirror. disable - Disable VDOM mirror function. enable - Enable VDOM mirror function. Valid values:
disable
,enable
. - Webservice
Protos []string - Web Service connection support SSL protocols. tlsv1.3 - Web Service connection using TLSv1.3 protocol. tlsv1.2 - Web Service connection using TLSv1.2 protocol. tlsv1.1 - Web Service connection using TLSv1.1 protocol. tlsv1.0 - Web Service connection using TLSv1.0 protocol. sslv3 - Web Service connection using SSLv3 protocol. sslv2 - Web Service connection using SSLv2 protocol. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
,sslv2
. - Workflow
Max float64Sessions - Maximum number of workflow sessions per ADOM (minimum 100).
- Workspace
Mode string - Set workspace mode. disabled - Workspace disabled. normal - Workspace lock mode. workflow - Workspace workflow mode. per-adom - Per-Adom workspace mode. Valid values:
disabled
,normal
,workflow
,per-adom
. - Workspace
Unlock stringAfter Install - Enable/disable ADOM auto-unlock after device installation. disable - Disable automatically unlock adom after device installation. enable - Enable automatically unlock adom after device installation. Valid values:
disable
,enable
.
- admin
Host String - Administrative host for HTTP and HTTPs. When set, will be used in lieu of the client's Host header for any redirection.
- admin
Lockout DoubleDuration - Lockout duration(sec) for administration.
- admin
Lockout StringMethod - Lockout method for administration. ip - Lockout by IP user - Lockout by user Valid values:
ip
,user
. - admin
Lockout DoubleThreshold - Lockout threshold for administration.
- admin
Ssh DoubleGrace Time - Maximum time in seconds permitted between making an SSH connection to the FortiManager unit and authenticating (10 - 3600 sec (1 hour), default 120).
- adom
Mode String - ADOM mode. normal - Normal ADOM mode. advanced - Advanced ADOM mode. Valid values:
normal
,advanced
. - adom
Rev StringAuto Delete - Auto delete features for old ADOM revisions. disable - Disable auto delete function for ADOM revision. by-revisions - Auto delete ADOM revisions by maximum number of revisions. by-days - Auto delete ADOM revisions by maximum days. Valid values:
disable
,by-revisions
,by-days
. - adom
Rev DoubleMax Backup Revisions - Maximum number of ADOM revisions to backup.
- adom
Rev DoubleMax Days - Number of days to keep old ADOM revisions.
- adom
Rev DoubleMax Revisions - Maximum number of ADOM revisions to keep.
- adom
Select String - Enable/disable select ADOM after login. disable - Disable select ADOM after login. enable - Enable select ADOM after login. Valid values:
disable
,enable
. - adom
Status String - ADOM status. disable - Disable ADOM mode. enable - Enable ADOM mode. Valid values:
disable
,enable
. - apache
Mode String - Set apache mode. event - Apache event mode. prefork - Apache prefork mode. Valid values:
event
,prefork
. - api
Ip StringBinding - Enable/disable source IP check for JSON API request. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - clone
Name StringOption - set the clone object names option. default - Add a prefix of 'Clone of' to the clone name. keep - Keep the original name for user to edit. Valid values:
default
,keep
. - clt
Cert StringReq - Require client certificate for GUI login. disable - Disable setting. enable - Require client certificate for GUI login. optional - Optional client certificate for GUI login. Valid values:
disable
,enable
,optional
. - console
Output String - Console output mode. standard - Standard output. more - More page output. Valid values:
standard
,more
. - contentpack
Fgt StringInstall - Enable/disable outbreak alert auto install for FGT ADOMS . disable - Disable the sql report auto outbreak auto install. enable - Enable the sql report auto outbreak auto install. Valid values:
disable
,enable
. - country
Flag String - Country flag Status. disable - Disable country flag icon beside ip address. enable - Enable country flag icon beside ip address. Valid values:
disable
,enable
. - create
Revision String - Enable/disable create revision by default. disable - Disable create revision by default. enable - Enable create revision by default. Valid values:
disable
,enable
. - daylightsavetime String
- Enable/disable daylight saving time. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - detect
Unregistered StringLog Device - Detect unregistered logging device from log message. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - device
View StringMode - Set devices/groups view mode. regular - Regular view mode. tree - Tree view mode. Valid values:
regular
,tree
. - dh
Params String - Minimum size of Diffie-Hellman prime for SSH/HTTPS (bits). 1024 - 1024 bits. 1536 - 1536 bits. 2048 - 2048 bits. 3072 - 3072 bits. 4096 - 4096 bits. 6144 - 6144 bits. 8192 - 8192 bits. Valid values:
1024
,1536
,2048
,3072
,4096
,6144
,8192
. - disable
Modules List<String> - Disable module list. fortiview-noc - FortiView/NOC-SOC module. fortirecorder - FortiRecorder module. siem - SIEM module. soc - SOC module. ai - AI module. Valid values:
fortiview-noc
,fortirecorder
,siem
,soc
,ai
. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- enc
Algorithm String - SSL communication encryption algorithms. low - SSL communication using all available encryption algorithms. medium - SSL communication using high and medium encryption algorithms. high - SSL communication using high encryption algorithms. Valid values:
low
,medium
,high
. - fabric
Storage DoublePool Quota - Disk quota for Fabric (MB).
- fabric
Storage DoublePool Size - Max storage pooll size
- faz
Status String - FAZ status. disable - Disable FAZ feature. enable - Enable FAZ feature. Valid values:
disable
,enable
. - fcp
Cfg StringService - Enable/disable FCP service processing configuration requests disable - FCP service doesn't process configuration requests from web enable - FCP service processes configuration requests from web. Valid values:
disable
,enable
. - fgfm
Ca StringCert - set the extra fgfm CA certificates.
- fgfm
Cert StringExclusive - set if the local or CA certificates should be used exclusively. disable - Used certificate best-effort. enable - Used certificate exclusive. Valid values:
disable
,enable
. - fgfm
Deny StringUnknown - set if allow devices with unknown SN actively register as an unauthorized device. disable - Allow devices with unknown SN to actively register as an unauthorized device. enable - Deny devices with unknown SN to actively register as an unauthorized device. Valid values:
disable
,enable
. - fgfm
Local StringCert - set the fgfm local certificate.
- fgfm
Peercert StringWithoutsn - set if the subject CN or SAN of peer's SSL certificate sent in FGFM should include the serial number of the device. disable - Peer's certificate must include serial number in subject CN or SAN. enable - Peer's certificate might not include serial number in subject CN or SAN. Valid values:
disable
,enable
. - fgfm
Ssl StringProtocol - set the lowest SSL protocols for fgfmsd. 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
. - fortiservice
Port Double - FortiService port (1 - 65535, default = 8013). Used by FortiClient endpoint compliance. Older versions of FortiClient used a different port.
- global
Ssl StringProtocol - set the lowest SSL protocol version for all SSL connections. 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
. - gui
Curl DoubleTimeout - GUI curl timeout in seconds (5-300 default 30).
- gui
Polling DoubleInterval - GUI polling interval in seconds (1-288000 default 5).
- ha
Member StringAuto Grouping - Enable/disable automatically group HA members feature disable - Disable automatically grouping HA members feature. enable - Enable automatically grouping HA members only when group name is unique in your network. Valid values:
disable
,enable
. - hostname String
- System hostname.
- httpd
Ssl List<String>Protocols - set SSL protocols for apache daemon (httpd) sslv3 - Enable SSLv3. tlsv1.0 - Enable TLSv1.0. tlsv1.1 - Enable TLSv1.1. tlsv1.2 - Enable TLSv1.2. tlsv1.3 - Enable TLSv1.3. Valid values:
sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - import
Ignore StringAddr Cmt - Enable/Disable import ignore of address comments. disable - Disable import ignore of address comments. enable - Enable import ignore of address comments. Valid values:
disable
,enable
. - jsonapi
Log String - enable jsonapi log. disable - disable jsonapi log. request - logging jsonapi request. response - logging jsonapi response. all - logging both jsonapi request & response. Valid values:
disable
,request
,response
,all
. - language String
- System global language. english - English simch - Simplified Chinese japanese - Japanese korean - Korean spanish - Spanish trach - Traditional Chinese Valid values:
english
,simch
,japanese
,korean
,spanish
,trach
. - latitude String
- fmg location latitude
- ldap
Cache DoubleTimeout - LDAP browser cache timeout (seconds).
- ldapconntimeout Double
- LDAP connection timeout (msec).
- lock
Preempt String - Enable/disable ADOM lock override. disable - Disable lock preempt. enable - Enable lock preempt. Valid values:
disable
,enable
. - log
Checksum String - Record log file hash value, timestamp, and authentication code at transmission or rolling. none - No record log file checksum. md5 - Record log file's MD5 hash value only. md5-auth - Record log file's MD5 hash value and authentication code. Valid values:
none
,md5
,md5-auth
. - log
Checksum StringUpload - Enable/disable upload log checksum with log files. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - log
Forward DoubleCache Size - Log forwarding disk cache size (GB).
- longitude String
- fmg location longitude
- management
Ip String - Management IP address of this FortiGate. Used to log into this FortiGate from another FortiGate in the Security Fabric.
- management
Port Double - Overriding port for management connection (Overrides admin port).
- mapclient
Ssl StringProtocol - set the lowest SSL protocol version for connection to mapserver. follow-global-ssl-protocol - Follow system.global.global-ssl-protocol setting (default). 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. tlsv1.3 - set TLSv1.3 as the lowest version. Valid values:
follow-global-ssl-protocol
,sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - max
Log DoubleForward - Maximum number of log-forward and aggregation settings.
- max
Running DoubleReports - Maximum number of reports generating at one time.
- mc
Policy List<SystemDisabled Adoms Global Mc Policy Disabled Adom> - Mc-Policy-Disabled-Adoms. The structure of
mc_policy_disabled_adoms
block is documented below. - multiple
Steps StringUpgrade In Autolink - Enable/disable multiple steps upgade in autolink process disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - no
Copy StringPermission Check - Do not perform permission check to block object changes in different adom during copy and install. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - no
Vip StringValue Check - Enable/disable skipping policy instead of throwing error when vip has no default or dynamic mapping during policy copy disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - normalized
Intf StringZone Only - allow normalized interface to be zone only. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - object
Revision DoubleDb Max - Maximum revisions for a single database (10,000-1,000,000 default 100,000).
- object
Revision StringMandatory Note - Enable/disable mandatory note when create revision. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - object
Revision DoubleObject Max - Maximum revisions for a single object (10-1000 default 100).
- object
Revision StringStatus - Enable/disable create revision when modify objects. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - oftp
Ssl StringProtocol - set the lowest SSL protocols for oftpd. 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
. - partial
Install String - Enable/Disable partial install (install some objects). disable - Disable partial install function. enable - Enable partial install function. Valid values:
disable
,enable
. - partial
Install StringForce - Enable/Disable partial install when devdb is modified. disable - Disable partial install when devdb is modified. enable - Enable partial install when devdb is modified. Valid values:
disable
,enable
. - partial
Install StringRev - Enable/Disable auto creating adom revision for partial install. disable - Disable partial install revision. enable - Enable partial install revision. Valid values:
disable
,enable
. - per
Policy StringLock - Enable/Disable per policy lock. disable - Disable per policy lock. enable - Enable per policy lock. Valid values:
disable
,enable
. - perform
Improve StringBy Ha - Enable/Disable performance improvement by distributing tasks to HA secondary units. disable - Disable performance improvement by HA. enable - Enable performance improvement by HA. Valid values:
disable
,enable
. - policy
Object StringIcon - show icons of policy objects. disable - Disable icon of policy objects. enable - Enable icon of policy objects. Valid values:
disable
,enable
. - policy
Object StringIn Dual Pane - show policies and objects in dual pane. disable - Disable polices and objects in dual pane. enable - Enable polices and objects in dual pane. Valid values:
disable
,enable
. - String
- Enable/disable pre-login banner. disable - Disable pre-login banner. enable - Enable pre-login banner. Valid values:
disable
,enable
. - String
- Pre-login banner message.
- private
Data StringEncryption - Enable/disable private data encryption using an AES 128-bit key. disable - Disable private data encryption using an AES 128-bit key. enable - Enable private data encryption using an AES 128-bit key. Valid values:
disable
,enable
. - remoteauthtimeout Double
- Remote authentication (RADIUS/LDAP) timeout (sec).
- save
Last StringHit In Adomdb - Enable/Disable save last-hit value in adomdb. disable - Disable save last-hit value in adomdb. enable - Enable save last-hit value in adomdb. Valid values:
disable
,enable
. - search
All StringAdoms - Enable/Disable Search all ADOMs for where-used query. disable - Disable search all ADOMs for where-used queries. enable - Enable search all ADOMs for where-used queries. Valid values:
disable
,enable
. - ssh
Enc List<String>Algos - Select one or more SSH ciphers. chacha20-poly1305@openssh.com - aes128-ctr - aes192-ctr - aes256-ctr - arcfour256 - arcfour128 - aes128-cbc - 3des-cbc - blowfish-cbc - cast128-cbc - aes192-cbc - aes256-cbc - arcfour - rijndael-cbc@lysator.liu.se - aes128-gcm@openssh.com - aes256-gcm@openssh.com - Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - ssh
Hostkey List<String>Algos - Select one or more SSH hostkey algorithms. ssh-rsa - ecdsa-sha2-nistp521 - rsa-sha2-256 - rsa-sha2-512 - ssh-ed25519 - Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - ssh
Kex List<String>Algos - Select one or more SSH kex algorithms. diffie-hellman-group1-sha1 - diffie-hellman-group14-sha1 - diffie-hellman-group14-sha256 - diffie-hellman-group16-sha512 - diffie-hellman-group18-sha512 - diffie-hellman-group-exchange-sha1 - diffie-hellman-group-exchange-sha256 - curve25519-sha256@libssh.org - ecdh-sha2-nistp256 - ecdh-sha2-nistp384 - ecdh-sha2-nistp521 - Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - ssh
Mac List<String>Algos - Select one or more SSH MAC algorithms. hmac-md5 - hmac-md5-etm@openssh.com - hmac-md5-96 - hmac-md5-96-etm@openssh.com - hmac-sha1 - hmac-sha1-etm@openssh.com - hmac-sha2-256 - hmac-sha2-256-etm@openssh.com - hmac-sha2-512 - hmac-sha2-512-etm@openssh.com - hmac-ripemd160 - hmac-ripemd160@openssh.com - hmac-ripemd160-etm@openssh.com - umac-64@openssh.com - umac-128@openssh.com - umac-64-etm@openssh.com - umac-128-etm@openssh.com - Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - ssh
Strong StringCrypto - Only allow strong ciphers for SSH when enabled. disable - Disable strong crypto for SSH. enable - Enable strong crypto for SSH. Valid values:
disable
,enable
. - ssl
Cipher List<SystemSuites Global Ssl Cipher Suite> - Ssl-Cipher-Suites. The structure of
ssl_cipher_suites
block is documented below. - ssl
Low StringEncryption - SSL low-grade encryption. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - ssl
Protocols List<String> - SSL protocols. tlsv1.3 - Enable TLSv1.3. tlsv1.2 - Enable TLSv1.2. tlsv1.1 - Enable TLSv1.1. tlsv1.0 - Enable TLSv1.0. sslv3 - Enable SSLv3. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
. - ssl
Static StringKey Ciphers - Enable/disable SSL static key ciphers. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - system
Global StringId - an identifier for the resource.
- table
Entry StringBlink - Enable/disable table entry blink in GUI disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - task
List DoubleSize - Maximum number of completed tasks to keep.
- tftp String
- Enable/disable TFTP in
exec restore image
command (disabled by default in FIPS mode) disable - Disable TFTP enable - Enable TFTP Valid values:disable
,enable
. - timezone String
- Time zone. 00 - (GMT-12:00) Eniwetak, Kwajalein. 01 - (GMT-11:00) Midway Island, Samoa. 02 - (GMT-10:00) Hawaii. 03 - (GMT-9:00) Alaska. 04 - (GMT-8:00) Pacific Time (US & Canada). 05 - (GMT-7:00) Arizona. 06 - (GMT-7:00) Mountain Time (US & Canada). 07 - (GMT-6:00) Central America. 08 - (GMT-6:00) Central Time (US & Canada). 09 - (GMT-6:00) Mexico City. 10 - (GMT-6:00) Saskatchewan. 11 - (GMT-5:00) Bogota, Lima, Quito. 12 - (GMT-5:00) Eastern Time (US & Canada). 13 - (GMT-5:00) Indiana (East). 14 - (GMT-4:00) Atlantic Time (Canada). 15 - (GMT-4:00) La Paz. 16 - (GMT-4:00) Santiago. 17 - (GMT-3:30) Newfoundland. 18 - (GMT-3:00) Brasilia. 19 - (GMT-3:00) Buenos Aires, Georgetown. 20 - (GMT-3:00) Nuuk (Greenland). 21 - (GMT-2:00) Mid-Atlantic (Deprecated). 22 - (GMT-1:00) Azores. 23 - (GMT-1:00) Cape Verde Is. 24 - (GMT) Monrovia. 25 - (GMT) London, Edinburgh. 26 - (GMT+1:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna. 27 - (GMT+1:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague. 28 - (GMT+1:00) Brussels, Copenhagen, Madrid, Paris. 29 - (GMT+1:00) Sarajevo, Skopje, Warsaw, Zagreb. 30 - (GMT+1:00) West Central Africa. 31 - (GMT+2:00) Athens, Sofia, Vilnius. 32 - (GMT+2:00) Bucharest. 33 - (GMT+2:00) Cairo. 34 - (GMT+2:00) Harare, Pretoria. 35 - (GMT+2:00) Helsinki, Riga,Tallinn. 36 - (GMT+2:00) Jerusalem. 37 - (GMT+3:00) Baghdad. 38 - (GMT+3:00) Kuwait, Riyadh. 39 - (GMT+3:00) St.Petersburg, Volgograd. 40 - (GMT+3:00) Nairobi. 41 - (GMT+3:30) Tehran. 42 - (GMT+4:00) Abu Dhabi, Muscat. 43 - (GMT+4:00) Baku. 44 - (GMT+4:30) Kabul. 45 - (GMT+5:00) Ekaterinburg. 46 - (GMT+5:00) Islamabad, Karachi, Tashkent. 47 - (GMT+5:30) Calcutta, Chennai, Mumbai, New Delhi. 48 - (GMT+5:45) Kathmandu. 49 - (GMT+6:00) Almaty, Novosibirsk. 50 - (GMT+6:00) Astana, Dhaka. 51 - (GMT+5:30) Sri Jayawardenepura. 52 - (GMT+6:30) Rangoon. 53 - (GMT+7:00) Bangkok, Hanoi, Jakarta. 54 - (GMT+7:00) Krasnoyarsk. 55 - (GMT+8:00) Beijing, ChongQing, HongKong, Urumqi. 56 - (GMT+8:00) Irkutsk, Ulaanbaatar. 57 - (GMT+8:00) Kuala Lumpur, Singapore. 58 - (GMT+8:00) Perth. 59 - (GMT+8:00) Taipei. 60 - (GMT+9:00) Osaka, Sapporo, Tokyo, Seoul. 61 - (GMT+9:00) Yakutsk. 62 - (GMT+9:30) Adelaide. 63 - (GMT+9:30) Darwin. 64 - (GMT+10:00) Brisbane. 65 - (GMT+10:00) Canberra, Melbourne, Sydney. 66 - (GMT+10:00) Guam, Port Moresby. 67 - (GMT+10:00) Hobart. 68 - (GMT+10:00) Vladivostok. 69 - (GMT+11:00) Magadan. 70 - (GMT+11:00) Solomon Is., New Caledonia. 71 - (GMT+12:00) Auckland, Wellington. 72 - (GMT+12:00) Fiji, Kamchatka, Marshall Is. 73 - (GMT+13:00) Nuku'alofa. 74 - (GMT-4:30) Caracas. 75 - (GMT+1:00) Namibia. 76 - (GMT-5:00) Brazil-Acre. 77 - (GMT-4:00) Brazil-West. 78 - (GMT-3:00) Brazil-East. 79 - (GMT-2:00) Brazil-DeNoronha. 80 - (GMT+14:00) Kiritimati. 81 - (GMT-7:00) Baja California Sur, Chihuahua. 82 - (GMT+12:45) Chatham Islands. 83 - (GMT+3:00) Minsk. 84 - (GMT+13:00) Samoa. 85 - (GMT+3:00) Istanbul. 86 - (GMT-4:00) Paraguay. 87 - (GMT) Casablanca. 88 - (GMT+3:00) Moscow. 89 - (GMT) Greenwich Mean Time. 90 - (GMT) Dublin. 91 - (GMT) Lisbon. Valid values:
00
,01
,02
,03
,04
,05
,06
,07
,08
,09
,10
,11
,12
,13
,14
,15
,16
,17
,18
,19
,20
,21
,22
,23
,24
,25
,26
,27
,28
,29
,30
,31
,32
,33
,34
,35
,36
,37
,38
,39
,40
,41
,42
,43
,44
,45
,46
,47
,48
,49
,50
,51
,52
,53
,54
,55
,56
,57
,58
,59
,60
,61
,62
,63
,64
,65
,66
,67
,68
,69
,70
,71
,72
,73
,74
,75
,76
,77
,78
,79
,80
,81
,82
,83
,84
,85
,86
,87
,88
,89
,90
,91
. - tunnel
Mtu Double - Maximum transportation unit(68 - 9000).
- usg String
- Enable/disable Fortiguard server restriction. disable - Contact any Fortiguard server enable - Contact Fortiguard server in USA only Valid values:
disable
,enable
. - vdom
Mirror String - VDOM mirror. disable - Disable VDOM mirror function. enable - Enable VDOM mirror function. Valid values:
disable
,enable
. - webservice
Protos List<String> - Web Service connection support SSL protocols. tlsv1.3 - Web Service connection using TLSv1.3 protocol. tlsv1.2 - Web Service connection using TLSv1.2 protocol. tlsv1.1 - Web Service connection using TLSv1.1 protocol. tlsv1.0 - Web Service connection using TLSv1.0 protocol. sslv3 - Web Service connection using SSLv3 protocol. sslv2 - Web Service connection using SSLv2 protocol. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
,sslv2
. - workflow
Max DoubleSessions - Maximum number of workflow sessions per ADOM (minimum 100).
- workspace
Mode String - Set workspace mode. disabled - Workspace disabled. normal - Workspace lock mode. workflow - Workspace workflow mode. per-adom - Per-Adom workspace mode. Valid values:
disabled
,normal
,workflow
,per-adom
. - workspace
Unlock StringAfter Install - Enable/disable ADOM auto-unlock after device installation. disable - Disable automatically unlock adom after device installation. enable - Enable automatically unlock adom after device installation. Valid values:
disable
,enable
.
- admin
Host string - Administrative host for HTTP and HTTPs. When set, will be used in lieu of the client's Host header for any redirection.
- admin
Lockout numberDuration - Lockout duration(sec) for administration.
- admin
Lockout stringMethod - Lockout method for administration. ip - Lockout by IP user - Lockout by user Valid values:
ip
,user
. - admin
Lockout numberThreshold - Lockout threshold for administration.
- admin
Ssh numberGrace Time - Maximum time in seconds permitted between making an SSH connection to the FortiManager unit and authenticating (10 - 3600 sec (1 hour), default 120).
- adom
Mode string - ADOM mode. normal - Normal ADOM mode. advanced - Advanced ADOM mode. Valid values:
normal
,advanced
. - adom
Rev stringAuto Delete - Auto delete features for old ADOM revisions. disable - Disable auto delete function for ADOM revision. by-revisions - Auto delete ADOM revisions by maximum number of revisions. by-days - Auto delete ADOM revisions by maximum days. Valid values:
disable
,by-revisions
,by-days
. - adom
Rev numberMax Backup Revisions - Maximum number of ADOM revisions to backup.
- adom
Rev numberMax Days - Number of days to keep old ADOM revisions.
- adom
Rev numberMax Revisions - Maximum number of ADOM revisions to keep.
- adom
Select string - Enable/disable select ADOM after login. disable - Disable select ADOM after login. enable - Enable select ADOM after login. Valid values:
disable
,enable
. - adom
Status string - ADOM status. disable - Disable ADOM mode. enable - Enable ADOM mode. Valid values:
disable
,enable
. - apache
Mode string - Set apache mode. event - Apache event mode. prefork - Apache prefork mode. Valid values:
event
,prefork
. - api
Ip stringBinding - Enable/disable source IP check for JSON API request. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - clone
Name stringOption - set the clone object names option. default - Add a prefix of 'Clone of' to the clone name. keep - Keep the original name for user to edit. Valid values:
default
,keep
. - clt
Cert stringReq - Require client certificate for GUI login. disable - Disable setting. enable - Require client certificate for GUI login. optional - Optional client certificate for GUI login. Valid values:
disable
,enable
,optional
. - console
Output string - Console output mode. standard - Standard output. more - More page output. Valid values:
standard
,more
. - contentpack
Fgt stringInstall - Enable/disable outbreak alert auto install for FGT ADOMS . disable - Disable the sql report auto outbreak auto install. enable - Enable the sql report auto outbreak auto install. Valid values:
disable
,enable
. - country
Flag string - Country flag Status. disable - Disable country flag icon beside ip address. enable - Enable country flag icon beside ip address. Valid values:
disable
,enable
. - create
Revision string - Enable/disable create revision by default. disable - Disable create revision by default. enable - Enable create revision by default. Valid values:
disable
,enable
. - daylightsavetime string
- Enable/disable daylight saving time. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - detect
Unregistered stringLog Device - Detect unregistered logging device from log message. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - device
View stringMode - Set devices/groups view mode. regular - Regular view mode. tree - Tree view mode. Valid values:
regular
,tree
. - dh
Params string - Minimum size of Diffie-Hellman prime for SSH/HTTPS (bits). 1024 - 1024 bits. 1536 - 1536 bits. 2048 - 2048 bits. 3072 - 3072 bits. 4096 - 4096 bits. 6144 - 6144 bits. 8192 - 8192 bits. Valid values:
1024
,1536
,2048
,3072
,4096
,6144
,8192
. - disable
Modules string[] - Disable module list. fortiview-noc - FortiView/NOC-SOC module. fortirecorder - FortiRecorder module. siem - SIEM module. soc - SOC module. ai - AI module. Valid values:
fortiview-noc
,fortirecorder
,siem
,soc
,ai
. - dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- enc
Algorithm string - SSL communication encryption algorithms. low - SSL communication using all available encryption algorithms. medium - SSL communication using high and medium encryption algorithms. high - SSL communication using high encryption algorithms. Valid values:
low
,medium
,high
. - fabric
Storage numberPool Quota - Disk quota for Fabric (MB).
- fabric
Storage numberPool Size - Max storage pooll size
- faz
Status string - FAZ status. disable - Disable FAZ feature. enable - Enable FAZ feature. Valid values:
disable
,enable
. - fcp
Cfg stringService - Enable/disable FCP service processing configuration requests disable - FCP service doesn't process configuration requests from web enable - FCP service processes configuration requests from web. Valid values:
disable
,enable
. - fgfm
Ca stringCert - set the extra fgfm CA certificates.
- fgfm
Cert stringExclusive - set if the local or CA certificates should be used exclusively. disable - Used certificate best-effort. enable - Used certificate exclusive. Valid values:
disable
,enable
. - fgfm
Deny stringUnknown - set if allow devices with unknown SN actively register as an unauthorized device. disable - Allow devices with unknown SN to actively register as an unauthorized device. enable - Deny devices with unknown SN to actively register as an unauthorized device. Valid values:
disable
,enable
. - fgfm
Local stringCert - set the fgfm local certificate.
- fgfm
Peercert stringWithoutsn - set if the subject CN or SAN of peer's SSL certificate sent in FGFM should include the serial number of the device. disable - Peer's certificate must include serial number in subject CN or SAN. enable - Peer's certificate might not include serial number in subject CN or SAN. Valid values:
disable
,enable
. - fgfm
Ssl stringProtocol - set the lowest SSL protocols for fgfmsd. 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
. - fortiservice
Port number - FortiService port (1 - 65535, default = 8013). Used by FortiClient endpoint compliance. Older versions of FortiClient used a different port.
- global
Ssl stringProtocol - set the lowest SSL protocol version for all SSL connections. 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
. - gui
Curl numberTimeout - GUI curl timeout in seconds (5-300 default 30).
- gui
Polling numberInterval - GUI polling interval in seconds (1-288000 default 5).
- ha
Member stringAuto Grouping - Enable/disable automatically group HA members feature disable - Disable automatically grouping HA members feature. enable - Enable automatically grouping HA members only when group name is unique in your network. Valid values:
disable
,enable
. - hostname string
- System hostname.
- httpd
Ssl string[]Protocols - set SSL protocols for apache daemon (httpd) sslv3 - Enable SSLv3. tlsv1.0 - Enable TLSv1.0. tlsv1.1 - Enable TLSv1.1. tlsv1.2 - Enable TLSv1.2. tlsv1.3 - Enable TLSv1.3. Valid values:
sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - import
Ignore stringAddr Cmt - Enable/Disable import ignore of address comments. disable - Disable import ignore of address comments. enable - Enable import ignore of address comments. Valid values:
disable
,enable
. - jsonapi
Log string - enable jsonapi log. disable - disable jsonapi log. request - logging jsonapi request. response - logging jsonapi response. all - logging both jsonapi request & response. Valid values:
disable
,request
,response
,all
. - language string
- System global language. english - English simch - Simplified Chinese japanese - Japanese korean - Korean spanish - Spanish trach - Traditional Chinese Valid values:
english
,simch
,japanese
,korean
,spanish
,trach
. - latitude string
- fmg location latitude
- ldap
Cache numberTimeout - LDAP browser cache timeout (seconds).
- ldapconntimeout number
- LDAP connection timeout (msec).
- lock
Preempt string - Enable/disable ADOM lock override. disable - Disable lock preempt. enable - Enable lock preempt. Valid values:
disable
,enable
. - log
Checksum string - Record log file hash value, timestamp, and authentication code at transmission or rolling. none - No record log file checksum. md5 - Record log file's MD5 hash value only. md5-auth - Record log file's MD5 hash value and authentication code. Valid values:
none
,md5
,md5-auth
. - log
Checksum stringUpload - Enable/disable upload log checksum with log files. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - log
Forward numberCache Size - Log forwarding disk cache size (GB).
- longitude string
- fmg location longitude
- management
Ip string - Management IP address of this FortiGate. Used to log into this FortiGate from another FortiGate in the Security Fabric.
- management
Port number - Overriding port for management connection (Overrides admin port).
- mapclient
Ssl stringProtocol - set the lowest SSL protocol version for connection to mapserver. follow-global-ssl-protocol - Follow system.global.global-ssl-protocol setting (default). 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. tlsv1.3 - set TLSv1.3 as the lowest version. Valid values:
follow-global-ssl-protocol
,sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - max
Log numberForward - Maximum number of log-forward and aggregation settings.
- max
Running numberReports - Maximum number of reports generating at one time.
- mc
Policy SystemDisabled Adoms Global Mc Policy Disabled Adom[] - Mc-Policy-Disabled-Adoms. The structure of
mc_policy_disabled_adoms
block is documented below. - multiple
Steps stringUpgrade In Autolink - Enable/disable multiple steps upgade in autolink process disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - no
Copy stringPermission Check - Do not perform permission check to block object changes in different adom during copy and install. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - no
Vip stringValue Check - Enable/disable skipping policy instead of throwing error when vip has no default or dynamic mapping during policy copy disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - normalized
Intf stringZone Only - allow normalized interface to be zone only. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - object
Revision numberDb Max - Maximum revisions for a single database (10,000-1,000,000 default 100,000).
- object
Revision stringMandatory Note - Enable/disable mandatory note when create revision. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - object
Revision numberObject Max - Maximum revisions for a single object (10-1000 default 100).
- object
Revision stringStatus - Enable/disable create revision when modify objects. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - oftp
Ssl stringProtocol - set the lowest SSL protocols for oftpd. 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
. - partial
Install string - Enable/Disable partial install (install some objects). disable - Disable partial install function. enable - Enable partial install function. Valid values:
disable
,enable
. - partial
Install stringForce - Enable/Disable partial install when devdb is modified. disable - Disable partial install when devdb is modified. enable - Enable partial install when devdb is modified. Valid values:
disable
,enable
. - partial
Install stringRev - Enable/Disable auto creating adom revision for partial install. disable - Disable partial install revision. enable - Enable partial install revision. Valid values:
disable
,enable
. - per
Policy stringLock - Enable/Disable per policy lock. disable - Disable per policy lock. enable - Enable per policy lock. Valid values:
disable
,enable
. - perform
Improve stringBy Ha - Enable/Disable performance improvement by distributing tasks to HA secondary units. disable - Disable performance improvement by HA. enable - Enable performance improvement by HA. Valid values:
disable
,enable
. - policy
Object stringIcon - show icons of policy objects. disable - Disable icon of policy objects. enable - Enable icon of policy objects. Valid values:
disable
,enable
. - policy
Object stringIn Dual Pane - show policies and objects in dual pane. disable - Disable polices and objects in dual pane. enable - Enable polices and objects in dual pane. Valid values:
disable
,enable
. - string
- Enable/disable pre-login banner. disable - Disable pre-login banner. enable - Enable pre-login banner. Valid values:
disable
,enable
. - string
- Pre-login banner message.
- private
Data stringEncryption - Enable/disable private data encryption using an AES 128-bit key. disable - Disable private data encryption using an AES 128-bit key. enable - Enable private data encryption using an AES 128-bit key. Valid values:
disable
,enable
. - remoteauthtimeout number
- Remote authentication (RADIUS/LDAP) timeout (sec).
- save
Last stringHit In Adomdb - Enable/Disable save last-hit value in adomdb. disable - Disable save last-hit value in adomdb. enable - Enable save last-hit value in adomdb. Valid values:
disable
,enable
. - search
All stringAdoms - Enable/Disable Search all ADOMs for where-used query. disable - Disable search all ADOMs for where-used queries. enable - Enable search all ADOMs for where-used queries. Valid values:
disable
,enable
. - ssh
Enc string[]Algos - Select one or more SSH ciphers. chacha20-poly1305@openssh.com - aes128-ctr - aes192-ctr - aes256-ctr - arcfour256 - arcfour128 - aes128-cbc - 3des-cbc - blowfish-cbc - cast128-cbc - aes192-cbc - aes256-cbc - arcfour - rijndael-cbc@lysator.liu.se - aes128-gcm@openssh.com - aes256-gcm@openssh.com - Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - ssh
Hostkey string[]Algos - Select one or more SSH hostkey algorithms. ssh-rsa - ecdsa-sha2-nistp521 - rsa-sha2-256 - rsa-sha2-512 - ssh-ed25519 - Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - ssh
Kex string[]Algos - Select one or more SSH kex algorithms. diffie-hellman-group1-sha1 - diffie-hellman-group14-sha1 - diffie-hellman-group14-sha256 - diffie-hellman-group16-sha512 - diffie-hellman-group18-sha512 - diffie-hellman-group-exchange-sha1 - diffie-hellman-group-exchange-sha256 - curve25519-sha256@libssh.org - ecdh-sha2-nistp256 - ecdh-sha2-nistp384 - ecdh-sha2-nistp521 - Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - ssh
Mac string[]Algos - Select one or more SSH MAC algorithms. hmac-md5 - hmac-md5-etm@openssh.com - hmac-md5-96 - hmac-md5-96-etm@openssh.com - hmac-sha1 - hmac-sha1-etm@openssh.com - hmac-sha2-256 - hmac-sha2-256-etm@openssh.com - hmac-sha2-512 - hmac-sha2-512-etm@openssh.com - hmac-ripemd160 - hmac-ripemd160@openssh.com - hmac-ripemd160-etm@openssh.com - umac-64@openssh.com - umac-128@openssh.com - umac-64-etm@openssh.com - umac-128-etm@openssh.com - Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - ssh
Strong stringCrypto - Only allow strong ciphers for SSH when enabled. disable - Disable strong crypto for SSH. enable - Enable strong crypto for SSH. Valid values:
disable
,enable
. - ssl
Cipher SystemSuites Global Ssl Cipher Suite[] - Ssl-Cipher-Suites. The structure of
ssl_cipher_suites
block is documented below. - ssl
Low stringEncryption - SSL low-grade encryption. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - ssl
Protocols string[] - SSL protocols. tlsv1.3 - Enable TLSv1.3. tlsv1.2 - Enable TLSv1.2. tlsv1.1 - Enable TLSv1.1. tlsv1.0 - Enable TLSv1.0. sslv3 - Enable SSLv3. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
. - ssl
Static stringKey Ciphers - Enable/disable SSL static key ciphers. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - system
Global stringId - an identifier for the resource.
- table
Entry stringBlink - Enable/disable table entry blink in GUI disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - task
List numberSize - Maximum number of completed tasks to keep.
- tftp string
- Enable/disable TFTP in
exec restore image
command (disabled by default in FIPS mode) disable - Disable TFTP enable - Enable TFTP Valid values:disable
,enable
. - timezone string
- Time zone. 00 - (GMT-12:00) Eniwetak, Kwajalein. 01 - (GMT-11:00) Midway Island, Samoa. 02 - (GMT-10:00) Hawaii. 03 - (GMT-9:00) Alaska. 04 - (GMT-8:00) Pacific Time (US & Canada). 05 - (GMT-7:00) Arizona. 06 - (GMT-7:00) Mountain Time (US & Canada). 07 - (GMT-6:00) Central America. 08 - (GMT-6:00) Central Time (US & Canada). 09 - (GMT-6:00) Mexico City. 10 - (GMT-6:00) Saskatchewan. 11 - (GMT-5:00) Bogota, Lima, Quito. 12 - (GMT-5:00) Eastern Time (US & Canada). 13 - (GMT-5:00) Indiana (East). 14 - (GMT-4:00) Atlantic Time (Canada). 15 - (GMT-4:00) La Paz. 16 - (GMT-4:00) Santiago. 17 - (GMT-3:30) Newfoundland. 18 - (GMT-3:00) Brasilia. 19 - (GMT-3:00) Buenos Aires, Georgetown. 20 - (GMT-3:00) Nuuk (Greenland). 21 - (GMT-2:00) Mid-Atlantic (Deprecated). 22 - (GMT-1:00) Azores. 23 - (GMT-1:00) Cape Verde Is. 24 - (GMT) Monrovia. 25 - (GMT) London, Edinburgh. 26 - (GMT+1:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna. 27 - (GMT+1:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague. 28 - (GMT+1:00) Brussels, Copenhagen, Madrid, Paris. 29 - (GMT+1:00) Sarajevo, Skopje, Warsaw, Zagreb. 30 - (GMT+1:00) West Central Africa. 31 - (GMT+2:00) Athens, Sofia, Vilnius. 32 - (GMT+2:00) Bucharest. 33 - (GMT+2:00) Cairo. 34 - (GMT+2:00) Harare, Pretoria. 35 - (GMT+2:00) Helsinki, Riga,Tallinn. 36 - (GMT+2:00) Jerusalem. 37 - (GMT+3:00) Baghdad. 38 - (GMT+3:00) Kuwait, Riyadh. 39 - (GMT+3:00) St.Petersburg, Volgograd. 40 - (GMT+3:00) Nairobi. 41 - (GMT+3:30) Tehran. 42 - (GMT+4:00) Abu Dhabi, Muscat. 43 - (GMT+4:00) Baku. 44 - (GMT+4:30) Kabul. 45 - (GMT+5:00) Ekaterinburg. 46 - (GMT+5:00) Islamabad, Karachi, Tashkent. 47 - (GMT+5:30) Calcutta, Chennai, Mumbai, New Delhi. 48 - (GMT+5:45) Kathmandu. 49 - (GMT+6:00) Almaty, Novosibirsk. 50 - (GMT+6:00) Astana, Dhaka. 51 - (GMT+5:30) Sri Jayawardenepura. 52 - (GMT+6:30) Rangoon. 53 - (GMT+7:00) Bangkok, Hanoi, Jakarta. 54 - (GMT+7:00) Krasnoyarsk. 55 - (GMT+8:00) Beijing, ChongQing, HongKong, Urumqi. 56 - (GMT+8:00) Irkutsk, Ulaanbaatar. 57 - (GMT+8:00) Kuala Lumpur, Singapore. 58 - (GMT+8:00) Perth. 59 - (GMT+8:00) Taipei. 60 - (GMT+9:00) Osaka, Sapporo, Tokyo, Seoul. 61 - (GMT+9:00) Yakutsk. 62 - (GMT+9:30) Adelaide. 63 - (GMT+9:30) Darwin. 64 - (GMT+10:00) Brisbane. 65 - (GMT+10:00) Canberra, Melbourne, Sydney. 66 - (GMT+10:00) Guam, Port Moresby. 67 - (GMT+10:00) Hobart. 68 - (GMT+10:00) Vladivostok. 69 - (GMT+11:00) Magadan. 70 - (GMT+11:00) Solomon Is., New Caledonia. 71 - (GMT+12:00) Auckland, Wellington. 72 - (GMT+12:00) Fiji, Kamchatka, Marshall Is. 73 - (GMT+13:00) Nuku'alofa. 74 - (GMT-4:30) Caracas. 75 - (GMT+1:00) Namibia. 76 - (GMT-5:00) Brazil-Acre. 77 - (GMT-4:00) Brazil-West. 78 - (GMT-3:00) Brazil-East. 79 - (GMT-2:00) Brazil-DeNoronha. 80 - (GMT+14:00) Kiritimati. 81 - (GMT-7:00) Baja California Sur, Chihuahua. 82 - (GMT+12:45) Chatham Islands. 83 - (GMT+3:00) Minsk. 84 - (GMT+13:00) Samoa. 85 - (GMT+3:00) Istanbul. 86 - (GMT-4:00) Paraguay. 87 - (GMT) Casablanca. 88 - (GMT+3:00) Moscow. 89 - (GMT) Greenwich Mean Time. 90 - (GMT) Dublin. 91 - (GMT) Lisbon. Valid values:
00
,01
,02
,03
,04
,05
,06
,07
,08
,09
,10
,11
,12
,13
,14
,15
,16
,17
,18
,19
,20
,21
,22
,23
,24
,25
,26
,27
,28
,29
,30
,31
,32
,33
,34
,35
,36
,37
,38
,39
,40
,41
,42
,43
,44
,45
,46
,47
,48
,49
,50
,51
,52
,53
,54
,55
,56
,57
,58
,59
,60
,61
,62
,63
,64
,65
,66
,67
,68
,69
,70
,71
,72
,73
,74
,75
,76
,77
,78
,79
,80
,81
,82
,83
,84
,85
,86
,87
,88
,89
,90
,91
. - tunnel
Mtu number - Maximum transportation unit(68 - 9000).
- usg string
- Enable/disable Fortiguard server restriction. disable - Contact any Fortiguard server enable - Contact Fortiguard server in USA only Valid values:
disable
,enable
. - vdom
Mirror string - VDOM mirror. disable - Disable VDOM mirror function. enable - Enable VDOM mirror function. Valid values:
disable
,enable
. - webservice
Protos string[] - Web Service connection support SSL protocols. tlsv1.3 - Web Service connection using TLSv1.3 protocol. tlsv1.2 - Web Service connection using TLSv1.2 protocol. tlsv1.1 - Web Service connection using TLSv1.1 protocol. tlsv1.0 - Web Service connection using TLSv1.0 protocol. sslv3 - Web Service connection using SSLv3 protocol. sslv2 - Web Service connection using SSLv2 protocol. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
,sslv2
. - workflow
Max numberSessions - Maximum number of workflow sessions per ADOM (minimum 100).
- workspace
Mode string - Set workspace mode. disabled - Workspace disabled. normal - Workspace lock mode. workflow - Workspace workflow mode. per-adom - Per-Adom workspace mode. Valid values:
disabled
,normal
,workflow
,per-adom
. - workspace
Unlock stringAfter Install - Enable/disable ADOM auto-unlock after device installation. disable - Disable automatically unlock adom after device installation. enable - Enable automatically unlock adom after device installation. Valid values:
disable
,enable
.
- admin_
host str - Administrative host for HTTP and HTTPs. When set, will be used in lieu of the client's Host header for any redirection.
- admin_
lockout_ floatduration - Lockout duration(sec) for administration.
- admin_
lockout_ strmethod - Lockout method for administration. ip - Lockout by IP user - Lockout by user Valid values:
ip
,user
. - admin_
lockout_ floatthreshold - Lockout threshold for administration.
- admin_
ssh_ floatgrace_ time - Maximum time in seconds permitted between making an SSH connection to the FortiManager unit and authenticating (10 - 3600 sec (1 hour), default 120).
- adom_
mode str - ADOM mode. normal - Normal ADOM mode. advanced - Advanced ADOM mode. Valid values:
normal
,advanced
. - adom_
rev_ strauto_ delete - Auto delete features for old ADOM revisions. disable - Disable auto delete function for ADOM revision. by-revisions - Auto delete ADOM revisions by maximum number of revisions. by-days - Auto delete ADOM revisions by maximum days. Valid values:
disable
,by-revisions
,by-days
. - adom_
rev_ floatmax_ backup_ revisions - Maximum number of ADOM revisions to backup.
- adom_
rev_ floatmax_ days - Number of days to keep old ADOM revisions.
- adom_
rev_ floatmax_ revisions - Maximum number of ADOM revisions to keep.
- adom_
select str - Enable/disable select ADOM after login. disable - Disable select ADOM after login. enable - Enable select ADOM after login. Valid values:
disable
,enable
. - adom_
status str - ADOM status. disable - Disable ADOM mode. enable - Enable ADOM mode. Valid values:
disable
,enable
. - apache_
mode str - Set apache mode. event - Apache event mode. prefork - Apache prefork mode. Valid values:
event
,prefork
. - api_
ip_ strbinding - Enable/disable source IP check for JSON API request. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - clone_
name_ stroption - set the clone object names option. default - Add a prefix of 'Clone of' to the clone name. keep - Keep the original name for user to edit. Valid values:
default
,keep
. - clt_
cert_ strreq - Require client certificate for GUI login. disable - Disable setting. enable - Require client certificate for GUI login. optional - Optional client certificate for GUI login. Valid values:
disable
,enable
,optional
. - console_
output str - Console output mode. standard - Standard output. more - More page output. Valid values:
standard
,more
. - contentpack_
fgt_ strinstall - Enable/disable outbreak alert auto install for FGT ADOMS . disable - Disable the sql report auto outbreak auto install. enable - Enable the sql report auto outbreak auto install. Valid values:
disable
,enable
. - country_
flag str - Country flag Status. disable - Disable country flag icon beside ip address. enable - Enable country flag icon beside ip address. Valid values:
disable
,enable
. - create_
revision str - Enable/disable create revision by default. disable - Disable create revision by default. enable - Enable create revision by default. Valid values:
disable
,enable
. - daylightsavetime str
- Enable/disable daylight saving time. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - detect_
unregistered_ strlog_ device - Detect unregistered logging device from log message. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - device_
view_ strmode - Set devices/groups view mode. regular - Regular view mode. tree - Tree view mode. Valid values:
regular
,tree
. - dh_
params str - Minimum size of Diffie-Hellman prime for SSH/HTTPS (bits). 1024 - 1024 bits. 1536 - 1536 bits. 2048 - 2048 bits. 3072 - 3072 bits. 4096 - 4096 bits. 6144 - 6144 bits. 8192 - 8192 bits. Valid values:
1024
,1536
,2048
,3072
,4096
,6144
,8192
. - disable_
modules Sequence[str] - Disable module list. fortiview-noc - FortiView/NOC-SOC module. fortirecorder - FortiRecorder module. siem - SIEM module. soc - SOC module. ai - AI module. Valid values:
fortiview-noc
,fortirecorder
,siem
,soc
,ai
. - dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- enc_
algorithm str - SSL communication encryption algorithms. low - SSL communication using all available encryption algorithms. medium - SSL communication using high and medium encryption algorithms. high - SSL communication using high encryption algorithms. Valid values:
low
,medium
,high
. - fabric_
storage_ floatpool_ quota - Disk quota for Fabric (MB).
- fabric_
storage_ floatpool_ size - Max storage pooll size
- faz_
status str - FAZ status. disable - Disable FAZ feature. enable - Enable FAZ feature. Valid values:
disable
,enable
. - fcp_
cfg_ strservice - Enable/disable FCP service processing configuration requests disable - FCP service doesn't process configuration requests from web enable - FCP service processes configuration requests from web. Valid values:
disable
,enable
. - fgfm_
ca_ strcert - set the extra fgfm CA certificates.
- fgfm_
cert_ strexclusive - set if the local or CA certificates should be used exclusively. disable - Used certificate best-effort. enable - Used certificate exclusive. Valid values:
disable
,enable
. - fgfm_
deny_ strunknown - set if allow devices with unknown SN actively register as an unauthorized device. disable - Allow devices with unknown SN to actively register as an unauthorized device. enable - Deny devices with unknown SN to actively register as an unauthorized device. Valid values:
disable
,enable
. - fgfm_
local_ strcert - set the fgfm local certificate.
- fgfm_
peercert_ strwithoutsn - set if the subject CN or SAN of peer's SSL certificate sent in FGFM should include the serial number of the device. disable - Peer's certificate must include serial number in subject CN or SAN. enable - Peer's certificate might not include serial number in subject CN or SAN. Valid values:
disable
,enable
. - fgfm_
ssl_ strprotocol - set the lowest SSL protocols for fgfmsd. 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
. - fortiservice_
port float - FortiService port (1 - 65535, default = 8013). Used by FortiClient endpoint compliance. Older versions of FortiClient used a different port.
- global_
ssl_ strprotocol - set the lowest SSL protocol version for all SSL connections. 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
. - gui_
curl_ floattimeout - GUI curl timeout in seconds (5-300 default 30).
- gui_
polling_ floatinterval - GUI polling interval in seconds (1-288000 default 5).
- ha_
member_ strauto_ grouping - Enable/disable automatically group HA members feature disable - Disable automatically grouping HA members feature. enable - Enable automatically grouping HA members only when group name is unique in your network. Valid values:
disable
,enable
. - hostname str
- System hostname.
- httpd_
ssl_ Sequence[str]protocols - set SSL protocols for apache daemon (httpd) sslv3 - Enable SSLv3. tlsv1.0 - Enable TLSv1.0. tlsv1.1 - Enable TLSv1.1. tlsv1.2 - Enable TLSv1.2. tlsv1.3 - Enable TLSv1.3. Valid values:
sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - import_
ignore_ straddr_ cmt - Enable/Disable import ignore of address comments. disable - Disable import ignore of address comments. enable - Enable import ignore of address comments. Valid values:
disable
,enable
. - jsonapi_
log str - enable jsonapi log. disable - disable jsonapi log. request - logging jsonapi request. response - logging jsonapi response. all - logging both jsonapi request & response. Valid values:
disable
,request
,response
,all
. - language str
- System global language. english - English simch - Simplified Chinese japanese - Japanese korean - Korean spanish - Spanish trach - Traditional Chinese Valid values:
english
,simch
,japanese
,korean
,spanish
,trach
. - latitude str
- fmg location latitude
- ldap_
cache_ floattimeout - LDAP browser cache timeout (seconds).
- ldapconntimeout float
- LDAP connection timeout (msec).
- lock_
preempt str - Enable/disable ADOM lock override. disable - Disable lock preempt. enable - Enable lock preempt. Valid values:
disable
,enable
. - log_
checksum str - Record log file hash value, timestamp, and authentication code at transmission or rolling. none - No record log file checksum. md5 - Record log file's MD5 hash value only. md5-auth - Record log file's MD5 hash value and authentication code. Valid values:
none
,md5
,md5-auth
. - log_
checksum_ strupload - Enable/disable upload log checksum with log files. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - log_
forward_ floatcache_ size - Log forwarding disk cache size (GB).
- longitude str
- fmg location longitude
- management_
ip str - Management IP address of this FortiGate. Used to log into this FortiGate from another FortiGate in the Security Fabric.
- management_
port float - Overriding port for management connection (Overrides admin port).
- mapclient_
ssl_ strprotocol - set the lowest SSL protocol version for connection to mapserver. follow-global-ssl-protocol - Follow system.global.global-ssl-protocol setting (default). 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. tlsv1.3 - set TLSv1.3 as the lowest version. Valid values:
follow-global-ssl-protocol
,sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - max_
log_ floatforward - Maximum number of log-forward and aggregation settings.
- max_
running_ floatreports - Maximum number of reports generating at one time.
- mc_
policy_ Sequence[Systemdisabled_ adoms Global Mc Policy Disabled Adom Args] - Mc-Policy-Disabled-Adoms. The structure of
mc_policy_disabled_adoms
block is documented below. - multiple_
steps_ strupgrade_ in_ autolink - Enable/disable multiple steps upgade in autolink process disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - no_
copy_ strpermission_ check - Do not perform permission check to block object changes in different adom during copy and install. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - no_
vip_ strvalue_ check - Enable/disable skipping policy instead of throwing error when vip has no default or dynamic mapping during policy copy disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - normalized_
intf_ strzone_ only - allow normalized interface to be zone only. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - object_
revision_ floatdb_ max - Maximum revisions for a single database (10,000-1,000,000 default 100,000).
- object_
revision_ strmandatory_ note - Enable/disable mandatory note when create revision. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - object_
revision_ floatobject_ max - Maximum revisions for a single object (10-1000 default 100).
- object_
revision_ strstatus - Enable/disable create revision when modify objects. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - oftp_
ssl_ strprotocol - set the lowest SSL protocols for oftpd. 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
. - partial_
install str - Enable/Disable partial install (install some objects). disable - Disable partial install function. enable - Enable partial install function. Valid values:
disable
,enable
. - partial_
install_ strforce - Enable/Disable partial install when devdb is modified. disable - Disable partial install when devdb is modified. enable - Enable partial install when devdb is modified. Valid values:
disable
,enable
. - partial_
install_ strrev - Enable/Disable auto creating adom revision for partial install. disable - Disable partial install revision. enable - Enable partial install revision. Valid values:
disable
,enable
. - per_
policy_ strlock - Enable/Disable per policy lock. disable - Disable per policy lock. enable - Enable per policy lock. Valid values:
disable
,enable
. - perform_
improve_ strby_ ha - Enable/Disable performance improvement by distributing tasks to HA secondary units. disable - Disable performance improvement by HA. enable - Enable performance improvement by HA. Valid values:
disable
,enable
. - policy_
object_ stricon - show icons of policy objects. disable - Disable icon of policy objects. enable - Enable icon of policy objects. Valid values:
disable
,enable
. - policy_
object_ strin_ dual_ pane - show policies and objects in dual pane. disable - Disable polices and objects in dual pane. enable - Enable polices and objects in dual pane. Valid values:
disable
,enable
. - str
- Enable/disable pre-login banner. disable - Disable pre-login banner. enable - Enable pre-login banner. Valid values:
disable
,enable
. - str
- Pre-login banner message.
- private_
data_ strencryption - Enable/disable private data encryption using an AES 128-bit key. disable - Disable private data encryption using an AES 128-bit key. enable - Enable private data encryption using an AES 128-bit key. Valid values:
disable
,enable
. - remoteauthtimeout float
- Remote authentication (RADIUS/LDAP) timeout (sec).
- save_
last_ strhit_ in_ adomdb - Enable/Disable save last-hit value in adomdb. disable - Disable save last-hit value in adomdb. enable - Enable save last-hit value in adomdb. Valid values:
disable
,enable
. - search_
all_ stradoms - Enable/Disable Search all ADOMs for where-used query. disable - Disable search all ADOMs for where-used queries. enable - Enable search all ADOMs for where-used queries. Valid values:
disable
,enable
. - ssh_
enc_ Sequence[str]algos - Select one or more SSH ciphers. chacha20-poly1305@openssh.com - aes128-ctr - aes192-ctr - aes256-ctr - arcfour256 - arcfour128 - aes128-cbc - 3des-cbc - blowfish-cbc - cast128-cbc - aes192-cbc - aes256-cbc - arcfour - rijndael-cbc@lysator.liu.se - aes128-gcm@openssh.com - aes256-gcm@openssh.com - Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - ssh_
hostkey_ Sequence[str]algos - Select one or more SSH hostkey algorithms. ssh-rsa - ecdsa-sha2-nistp521 - rsa-sha2-256 - rsa-sha2-512 - ssh-ed25519 - Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - ssh_
kex_ Sequence[str]algos - Select one or more SSH kex algorithms. diffie-hellman-group1-sha1 - diffie-hellman-group14-sha1 - diffie-hellman-group14-sha256 - diffie-hellman-group16-sha512 - diffie-hellman-group18-sha512 - diffie-hellman-group-exchange-sha1 - diffie-hellman-group-exchange-sha256 - curve25519-sha256@libssh.org - ecdh-sha2-nistp256 - ecdh-sha2-nistp384 - ecdh-sha2-nistp521 - Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - ssh_
mac_ Sequence[str]algos - Select one or more SSH MAC algorithms. hmac-md5 - hmac-md5-etm@openssh.com - hmac-md5-96 - hmac-md5-96-etm@openssh.com - hmac-sha1 - hmac-sha1-etm@openssh.com - hmac-sha2-256 - hmac-sha2-256-etm@openssh.com - hmac-sha2-512 - hmac-sha2-512-etm@openssh.com - hmac-ripemd160 - hmac-ripemd160@openssh.com - hmac-ripemd160-etm@openssh.com - umac-64@openssh.com - umac-128@openssh.com - umac-64-etm@openssh.com - umac-128-etm@openssh.com - Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - ssh_
strong_ strcrypto - Only allow strong ciphers for SSH when enabled. disable - Disable strong crypto for SSH. enable - Enable strong crypto for SSH. Valid values:
disable
,enable
. - ssl_
cipher_ Sequence[Systemsuites Global Ssl Cipher Suite Args] - Ssl-Cipher-Suites. The structure of
ssl_cipher_suites
block is documented below. - ssl_
low_ strencryption - SSL low-grade encryption. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - ssl_
protocols Sequence[str] - SSL protocols. tlsv1.3 - Enable TLSv1.3. tlsv1.2 - Enable TLSv1.2. tlsv1.1 - Enable TLSv1.1. tlsv1.0 - Enable TLSv1.0. sslv3 - Enable SSLv3. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
. - ssl_
static_ strkey_ ciphers - Enable/disable SSL static key ciphers. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - system_
global_ strid - an identifier for the resource.
- table_
entry_ strblink - Enable/disable table entry blink in GUI disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - task_
list_ floatsize - Maximum number of completed tasks to keep.
- tftp str
- Enable/disable TFTP in
exec restore image
command (disabled by default in FIPS mode) disable - Disable TFTP enable - Enable TFTP Valid values:disable
,enable
. - timezone str
- Time zone. 00 - (GMT-12:00) Eniwetak, Kwajalein. 01 - (GMT-11:00) Midway Island, Samoa. 02 - (GMT-10:00) Hawaii. 03 - (GMT-9:00) Alaska. 04 - (GMT-8:00) Pacific Time (US & Canada). 05 - (GMT-7:00) Arizona. 06 - (GMT-7:00) Mountain Time (US & Canada). 07 - (GMT-6:00) Central America. 08 - (GMT-6:00) Central Time (US & Canada). 09 - (GMT-6:00) Mexico City. 10 - (GMT-6:00) Saskatchewan. 11 - (GMT-5:00) Bogota, Lima, Quito. 12 - (GMT-5:00) Eastern Time (US & Canada). 13 - (GMT-5:00) Indiana (East). 14 - (GMT-4:00) Atlantic Time (Canada). 15 - (GMT-4:00) La Paz. 16 - (GMT-4:00) Santiago. 17 - (GMT-3:30) Newfoundland. 18 - (GMT-3:00) Brasilia. 19 - (GMT-3:00) Buenos Aires, Georgetown. 20 - (GMT-3:00) Nuuk (Greenland). 21 - (GMT-2:00) Mid-Atlantic (Deprecated). 22 - (GMT-1:00) Azores. 23 - (GMT-1:00) Cape Verde Is. 24 - (GMT) Monrovia. 25 - (GMT) London, Edinburgh. 26 - (GMT+1:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna. 27 - (GMT+1:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague. 28 - (GMT+1:00) Brussels, Copenhagen, Madrid, Paris. 29 - (GMT+1:00) Sarajevo, Skopje, Warsaw, Zagreb. 30 - (GMT+1:00) West Central Africa. 31 - (GMT+2:00) Athens, Sofia, Vilnius. 32 - (GMT+2:00) Bucharest. 33 - (GMT+2:00) Cairo. 34 - (GMT+2:00) Harare, Pretoria. 35 - (GMT+2:00) Helsinki, Riga,Tallinn. 36 - (GMT+2:00) Jerusalem. 37 - (GMT+3:00) Baghdad. 38 - (GMT+3:00) Kuwait, Riyadh. 39 - (GMT+3:00) St.Petersburg, Volgograd. 40 - (GMT+3:00) Nairobi. 41 - (GMT+3:30) Tehran. 42 - (GMT+4:00) Abu Dhabi, Muscat. 43 - (GMT+4:00) Baku. 44 - (GMT+4:30) Kabul. 45 - (GMT+5:00) Ekaterinburg. 46 - (GMT+5:00) Islamabad, Karachi, Tashkent. 47 - (GMT+5:30) Calcutta, Chennai, Mumbai, New Delhi. 48 - (GMT+5:45) Kathmandu. 49 - (GMT+6:00) Almaty, Novosibirsk. 50 - (GMT+6:00) Astana, Dhaka. 51 - (GMT+5:30) Sri Jayawardenepura. 52 - (GMT+6:30) Rangoon. 53 - (GMT+7:00) Bangkok, Hanoi, Jakarta. 54 - (GMT+7:00) Krasnoyarsk. 55 - (GMT+8:00) Beijing, ChongQing, HongKong, Urumqi. 56 - (GMT+8:00) Irkutsk, Ulaanbaatar. 57 - (GMT+8:00) Kuala Lumpur, Singapore. 58 - (GMT+8:00) Perth. 59 - (GMT+8:00) Taipei. 60 - (GMT+9:00) Osaka, Sapporo, Tokyo, Seoul. 61 - (GMT+9:00) Yakutsk. 62 - (GMT+9:30) Adelaide. 63 - (GMT+9:30) Darwin. 64 - (GMT+10:00) Brisbane. 65 - (GMT+10:00) Canberra, Melbourne, Sydney. 66 - (GMT+10:00) Guam, Port Moresby. 67 - (GMT+10:00) Hobart. 68 - (GMT+10:00) Vladivostok. 69 - (GMT+11:00) Magadan. 70 - (GMT+11:00) Solomon Is., New Caledonia. 71 - (GMT+12:00) Auckland, Wellington. 72 - (GMT+12:00) Fiji, Kamchatka, Marshall Is. 73 - (GMT+13:00) Nuku'alofa. 74 - (GMT-4:30) Caracas. 75 - (GMT+1:00) Namibia. 76 - (GMT-5:00) Brazil-Acre. 77 - (GMT-4:00) Brazil-West. 78 - (GMT-3:00) Brazil-East. 79 - (GMT-2:00) Brazil-DeNoronha. 80 - (GMT+14:00) Kiritimati. 81 - (GMT-7:00) Baja California Sur, Chihuahua. 82 - (GMT+12:45) Chatham Islands. 83 - (GMT+3:00) Minsk. 84 - (GMT+13:00) Samoa. 85 - (GMT+3:00) Istanbul. 86 - (GMT-4:00) Paraguay. 87 - (GMT) Casablanca. 88 - (GMT+3:00) Moscow. 89 - (GMT) Greenwich Mean Time. 90 - (GMT) Dublin. 91 - (GMT) Lisbon. Valid values:
00
,01
,02
,03
,04
,05
,06
,07
,08
,09
,10
,11
,12
,13
,14
,15
,16
,17
,18
,19
,20
,21
,22
,23
,24
,25
,26
,27
,28
,29
,30
,31
,32
,33
,34
,35
,36
,37
,38
,39
,40
,41
,42
,43
,44
,45
,46
,47
,48
,49
,50
,51
,52
,53
,54
,55
,56
,57
,58
,59
,60
,61
,62
,63
,64
,65
,66
,67
,68
,69
,70
,71
,72
,73
,74
,75
,76
,77
,78
,79
,80
,81
,82
,83
,84
,85
,86
,87
,88
,89
,90
,91
. - tunnel_
mtu float - Maximum transportation unit(68 - 9000).
- usg str
- Enable/disable Fortiguard server restriction. disable - Contact any Fortiguard server enable - Contact Fortiguard server in USA only Valid values:
disable
,enable
. - vdom_
mirror str - VDOM mirror. disable - Disable VDOM mirror function. enable - Enable VDOM mirror function. Valid values:
disable
,enable
. - webservice_
protos Sequence[str] - Web Service connection support SSL protocols. tlsv1.3 - Web Service connection using TLSv1.3 protocol. tlsv1.2 - Web Service connection using TLSv1.2 protocol. tlsv1.1 - Web Service connection using TLSv1.1 protocol. tlsv1.0 - Web Service connection using TLSv1.0 protocol. sslv3 - Web Service connection using SSLv3 protocol. sslv2 - Web Service connection using SSLv2 protocol. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
,sslv2
. - workflow_
max_ floatsessions - Maximum number of workflow sessions per ADOM (minimum 100).
- workspace_
mode str - Set workspace mode. disabled - Workspace disabled. normal - Workspace lock mode. workflow - Workspace workflow mode. per-adom - Per-Adom workspace mode. Valid values:
disabled
,normal
,workflow
,per-adom
. - workspace_
unlock_ strafter_ install - Enable/disable ADOM auto-unlock after device installation. disable - Disable automatically unlock adom after device installation. enable - Enable automatically unlock adom after device installation. Valid values:
disable
,enable
.
- admin
Host String - Administrative host for HTTP and HTTPs. When set, will be used in lieu of the client's Host header for any redirection.
- admin
Lockout NumberDuration - Lockout duration(sec) for administration.
- admin
Lockout StringMethod - Lockout method for administration. ip - Lockout by IP user - Lockout by user Valid values:
ip
,user
. - admin
Lockout NumberThreshold - Lockout threshold for administration.
- admin
Ssh NumberGrace Time - Maximum time in seconds permitted between making an SSH connection to the FortiManager unit and authenticating (10 - 3600 sec (1 hour), default 120).
- adom
Mode String - ADOM mode. normal - Normal ADOM mode. advanced - Advanced ADOM mode. Valid values:
normal
,advanced
. - adom
Rev StringAuto Delete - Auto delete features for old ADOM revisions. disable - Disable auto delete function for ADOM revision. by-revisions - Auto delete ADOM revisions by maximum number of revisions. by-days - Auto delete ADOM revisions by maximum days. Valid values:
disable
,by-revisions
,by-days
. - adom
Rev NumberMax Backup Revisions - Maximum number of ADOM revisions to backup.
- adom
Rev NumberMax Days - Number of days to keep old ADOM revisions.
- adom
Rev NumberMax Revisions - Maximum number of ADOM revisions to keep.
- adom
Select String - Enable/disable select ADOM after login. disable - Disable select ADOM after login. enable - Enable select ADOM after login. Valid values:
disable
,enable
. - adom
Status String - ADOM status. disable - Disable ADOM mode. enable - Enable ADOM mode. Valid values:
disable
,enable
. - apache
Mode String - Set apache mode. event - Apache event mode. prefork - Apache prefork mode. Valid values:
event
,prefork
. - api
Ip StringBinding - Enable/disable source IP check for JSON API request. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - clone
Name StringOption - set the clone object names option. default - Add a prefix of 'Clone of' to the clone name. keep - Keep the original name for user to edit. Valid values:
default
,keep
. - clt
Cert StringReq - Require client certificate for GUI login. disable - Disable setting. enable - Require client certificate for GUI login. optional - Optional client certificate for GUI login. Valid values:
disable
,enable
,optional
. - console
Output String - Console output mode. standard - Standard output. more - More page output. Valid values:
standard
,more
. - contentpack
Fgt StringInstall - Enable/disable outbreak alert auto install for FGT ADOMS . disable - Disable the sql report auto outbreak auto install. enable - Enable the sql report auto outbreak auto install. Valid values:
disable
,enable
. - country
Flag String - Country flag Status. disable - Disable country flag icon beside ip address. enable - Enable country flag icon beside ip address. Valid values:
disable
,enable
. - create
Revision String - Enable/disable create revision by default. disable - Disable create revision by default. enable - Enable create revision by default. Valid values:
disable
,enable
. - daylightsavetime String
- Enable/disable daylight saving time. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - detect
Unregistered StringLog Device - Detect unregistered logging device from log message. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - device
View StringMode - Set devices/groups view mode. regular - Regular view mode. tree - Tree view mode. Valid values:
regular
,tree
. - dh
Params String - Minimum size of Diffie-Hellman prime for SSH/HTTPS (bits). 1024 - 1024 bits. 1536 - 1536 bits. 2048 - 2048 bits. 3072 - 3072 bits. 4096 - 4096 bits. 6144 - 6144 bits. 8192 - 8192 bits. Valid values:
1024
,1536
,2048
,3072
,4096
,6144
,8192
. - disable
Modules List<String> - Disable module list. fortiview-noc - FortiView/NOC-SOC module. fortirecorder - FortiRecorder module. siem - SIEM module. soc - SOC module. ai - AI module. Valid values:
fortiview-noc
,fortirecorder
,siem
,soc
,ai
. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- enc
Algorithm String - SSL communication encryption algorithms. low - SSL communication using all available encryption algorithms. medium - SSL communication using high and medium encryption algorithms. high - SSL communication using high encryption algorithms. Valid values:
low
,medium
,high
. - fabric
Storage NumberPool Quota - Disk quota for Fabric (MB).
- fabric
Storage NumberPool Size - Max storage pooll size
- faz
Status String - FAZ status. disable - Disable FAZ feature. enable - Enable FAZ feature. Valid values:
disable
,enable
. - fcp
Cfg StringService - Enable/disable FCP service processing configuration requests disable - FCP service doesn't process configuration requests from web enable - FCP service processes configuration requests from web. Valid values:
disable
,enable
. - fgfm
Ca StringCert - set the extra fgfm CA certificates.
- fgfm
Cert StringExclusive - set if the local or CA certificates should be used exclusively. disable - Used certificate best-effort. enable - Used certificate exclusive. Valid values:
disable
,enable
. - fgfm
Deny StringUnknown - set if allow devices with unknown SN actively register as an unauthorized device. disable - Allow devices with unknown SN to actively register as an unauthorized device. enable - Deny devices with unknown SN to actively register as an unauthorized device. Valid values:
disable
,enable
. - fgfm
Local StringCert - set the fgfm local certificate.
- fgfm
Peercert StringWithoutsn - set if the subject CN or SAN of peer's SSL certificate sent in FGFM should include the serial number of the device. disable - Peer's certificate must include serial number in subject CN or SAN. enable - Peer's certificate might not include serial number in subject CN or SAN. Valid values:
disable
,enable
. - fgfm
Ssl StringProtocol - set the lowest SSL protocols for fgfmsd. 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
. - fortiservice
Port Number - FortiService port (1 - 65535, default = 8013). Used by FortiClient endpoint compliance. Older versions of FortiClient used a different port.
- global
Ssl StringProtocol - set the lowest SSL protocol version for all SSL connections. 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
. - gui
Curl NumberTimeout - GUI curl timeout in seconds (5-300 default 30).
- gui
Polling NumberInterval - GUI polling interval in seconds (1-288000 default 5).
- ha
Member StringAuto Grouping - Enable/disable automatically group HA members feature disable - Disable automatically grouping HA members feature. enable - Enable automatically grouping HA members only when group name is unique in your network. Valid values:
disable
,enable
. - hostname String
- System hostname.
- httpd
Ssl List<String>Protocols - set SSL protocols for apache daemon (httpd) sslv3 - Enable SSLv3. tlsv1.0 - Enable TLSv1.0. tlsv1.1 - Enable TLSv1.1. tlsv1.2 - Enable TLSv1.2. tlsv1.3 - Enable TLSv1.3. Valid values:
sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - import
Ignore StringAddr Cmt - Enable/Disable import ignore of address comments. disable - Disable import ignore of address comments. enable - Enable import ignore of address comments. Valid values:
disable
,enable
. - jsonapi
Log String - enable jsonapi log. disable - disable jsonapi log. request - logging jsonapi request. response - logging jsonapi response. all - logging both jsonapi request & response. Valid values:
disable
,request
,response
,all
. - language String
- System global language. english - English simch - Simplified Chinese japanese - Japanese korean - Korean spanish - Spanish trach - Traditional Chinese Valid values:
english
,simch
,japanese
,korean
,spanish
,trach
. - latitude String
- fmg location latitude
- ldap
Cache NumberTimeout - LDAP browser cache timeout (seconds).
- ldapconntimeout Number
- LDAP connection timeout (msec).
- lock
Preempt String - Enable/disable ADOM lock override. disable - Disable lock preempt. enable - Enable lock preempt. Valid values:
disable
,enable
. - log
Checksum String - Record log file hash value, timestamp, and authentication code at transmission or rolling. none - No record log file checksum. md5 - Record log file's MD5 hash value only. md5-auth - Record log file's MD5 hash value and authentication code. Valid values:
none
,md5
,md5-auth
. - log
Checksum StringUpload - Enable/disable upload log checksum with log files. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - log
Forward NumberCache Size - Log forwarding disk cache size (GB).
- longitude String
- fmg location longitude
- management
Ip String - Management IP address of this FortiGate. Used to log into this FortiGate from another FortiGate in the Security Fabric.
- management
Port Number - Overriding port for management connection (Overrides admin port).
- mapclient
Ssl StringProtocol - set the lowest SSL protocol version for connection to mapserver. follow-global-ssl-protocol - Follow system.global.global-ssl-protocol setting (default). 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. tlsv1.3 - set TLSv1.3 as the lowest version. Valid values:
follow-global-ssl-protocol
,sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - max
Log NumberForward - Maximum number of log-forward and aggregation settings.
- max
Running NumberReports - Maximum number of reports generating at one time.
- mc
Policy List<Property Map>Disabled Adoms - Mc-Policy-Disabled-Adoms. The structure of
mc_policy_disabled_adoms
block is documented below. - multiple
Steps StringUpgrade In Autolink - Enable/disable multiple steps upgade in autolink process disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - no
Copy StringPermission Check - Do not perform permission check to block object changes in different adom during copy and install. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - no
Vip StringValue Check - Enable/disable skipping policy instead of throwing error when vip has no default or dynamic mapping during policy copy disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - normalized
Intf StringZone Only - allow normalized interface to be zone only. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - object
Revision NumberDb Max - Maximum revisions for a single database (10,000-1,000,000 default 100,000).
- object
Revision StringMandatory Note - Enable/disable mandatory note when create revision. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - object
Revision NumberObject Max - Maximum revisions for a single object (10-1000 default 100).
- object
Revision StringStatus - Enable/disable create revision when modify objects. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - oftp
Ssl StringProtocol - set the lowest SSL protocols for oftpd. 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
. - partial
Install String - Enable/Disable partial install (install some objects). disable - Disable partial install function. enable - Enable partial install function. Valid values:
disable
,enable
. - partial
Install StringForce - Enable/Disable partial install when devdb is modified. disable - Disable partial install when devdb is modified. enable - Enable partial install when devdb is modified. Valid values:
disable
,enable
. - partial
Install StringRev - Enable/Disable auto creating adom revision for partial install. disable - Disable partial install revision. enable - Enable partial install revision. Valid values:
disable
,enable
. - per
Policy StringLock - Enable/Disable per policy lock. disable - Disable per policy lock. enable - Enable per policy lock. Valid values:
disable
,enable
. - perform
Improve StringBy Ha - Enable/Disable performance improvement by distributing tasks to HA secondary units. disable - Disable performance improvement by HA. enable - Enable performance improvement by HA. Valid values:
disable
,enable
. - policy
Object StringIcon - show icons of policy objects. disable - Disable icon of policy objects. enable - Enable icon of policy objects. Valid values:
disable
,enable
. - policy
Object StringIn Dual Pane - show policies and objects in dual pane. disable - Disable polices and objects in dual pane. enable - Enable polices and objects in dual pane. Valid values:
disable
,enable
. - String
- Enable/disable pre-login banner. disable - Disable pre-login banner. enable - Enable pre-login banner. Valid values:
disable
,enable
. - String
- Pre-login banner message.
- private
Data StringEncryption - Enable/disable private data encryption using an AES 128-bit key. disable - Disable private data encryption using an AES 128-bit key. enable - Enable private data encryption using an AES 128-bit key. Valid values:
disable
,enable
. - remoteauthtimeout Number
- Remote authentication (RADIUS/LDAP) timeout (sec).
- save
Last StringHit In Adomdb - Enable/Disable save last-hit value in adomdb. disable - Disable save last-hit value in adomdb. enable - Enable save last-hit value in adomdb. Valid values:
disable
,enable
. - search
All StringAdoms - Enable/Disable Search all ADOMs for where-used query. disable - Disable search all ADOMs for where-used queries. enable - Enable search all ADOMs for where-used queries. Valid values:
disable
,enable
. - ssh
Enc List<String>Algos - Select one or more SSH ciphers. chacha20-poly1305@openssh.com - aes128-ctr - aes192-ctr - aes256-ctr - arcfour256 - arcfour128 - aes128-cbc - 3des-cbc - blowfish-cbc - cast128-cbc - aes192-cbc - aes256-cbc - arcfour - rijndael-cbc@lysator.liu.se - aes128-gcm@openssh.com - aes256-gcm@openssh.com - Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - ssh
Hostkey List<String>Algos - Select one or more SSH hostkey algorithms. ssh-rsa - ecdsa-sha2-nistp521 - rsa-sha2-256 - rsa-sha2-512 - ssh-ed25519 - Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - ssh
Kex List<String>Algos - Select one or more SSH kex algorithms. diffie-hellman-group1-sha1 - diffie-hellman-group14-sha1 - diffie-hellman-group14-sha256 - diffie-hellman-group16-sha512 - diffie-hellman-group18-sha512 - diffie-hellman-group-exchange-sha1 - diffie-hellman-group-exchange-sha256 - curve25519-sha256@libssh.org - ecdh-sha2-nistp256 - ecdh-sha2-nistp384 - ecdh-sha2-nistp521 - Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - ssh
Mac List<String>Algos - Select one or more SSH MAC algorithms. hmac-md5 - hmac-md5-etm@openssh.com - hmac-md5-96 - hmac-md5-96-etm@openssh.com - hmac-sha1 - hmac-sha1-etm@openssh.com - hmac-sha2-256 - hmac-sha2-256-etm@openssh.com - hmac-sha2-512 - hmac-sha2-512-etm@openssh.com - hmac-ripemd160 - hmac-ripemd160@openssh.com - hmac-ripemd160-etm@openssh.com - umac-64@openssh.com - umac-128@openssh.com - umac-64-etm@openssh.com - umac-128-etm@openssh.com - Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - ssh
Strong StringCrypto - Only allow strong ciphers for SSH when enabled. disable - Disable strong crypto for SSH. enable - Enable strong crypto for SSH. Valid values:
disable
,enable
. - ssl
Cipher List<Property Map>Suites - Ssl-Cipher-Suites. The structure of
ssl_cipher_suites
block is documented below. - ssl
Low StringEncryption - SSL low-grade encryption. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - ssl
Protocols List<String> - SSL protocols. tlsv1.3 - Enable TLSv1.3. tlsv1.2 - Enable TLSv1.2. tlsv1.1 - Enable TLSv1.1. tlsv1.0 - Enable TLSv1.0. sslv3 - Enable SSLv3. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
. - ssl
Static StringKey Ciphers - Enable/disable SSL static key ciphers. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - system
Global StringId - an identifier for the resource.
- table
Entry StringBlink - Enable/disable table entry blink in GUI disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - task
List NumberSize - Maximum number of completed tasks to keep.
- tftp String
- Enable/disable TFTP in
exec restore image
command (disabled by default in FIPS mode) disable - Disable TFTP enable - Enable TFTP Valid values:disable
,enable
. - timezone String
- Time zone. 00 - (GMT-12:00) Eniwetak, Kwajalein. 01 - (GMT-11:00) Midway Island, Samoa. 02 - (GMT-10:00) Hawaii. 03 - (GMT-9:00) Alaska. 04 - (GMT-8:00) Pacific Time (US & Canada). 05 - (GMT-7:00) Arizona. 06 - (GMT-7:00) Mountain Time (US & Canada). 07 - (GMT-6:00) Central America. 08 - (GMT-6:00) Central Time (US & Canada). 09 - (GMT-6:00) Mexico City. 10 - (GMT-6:00) Saskatchewan. 11 - (GMT-5:00) Bogota, Lima, Quito. 12 - (GMT-5:00) Eastern Time (US & Canada). 13 - (GMT-5:00) Indiana (East). 14 - (GMT-4:00) Atlantic Time (Canada). 15 - (GMT-4:00) La Paz. 16 - (GMT-4:00) Santiago. 17 - (GMT-3:30) Newfoundland. 18 - (GMT-3:00) Brasilia. 19 - (GMT-3:00) Buenos Aires, Georgetown. 20 - (GMT-3:00) Nuuk (Greenland). 21 - (GMT-2:00) Mid-Atlantic (Deprecated). 22 - (GMT-1:00) Azores. 23 - (GMT-1:00) Cape Verde Is. 24 - (GMT) Monrovia. 25 - (GMT) London, Edinburgh. 26 - (GMT+1:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna. 27 - (GMT+1:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague. 28 - (GMT+1:00) Brussels, Copenhagen, Madrid, Paris. 29 - (GMT+1:00) Sarajevo, Skopje, Warsaw, Zagreb. 30 - (GMT+1:00) West Central Africa. 31 - (GMT+2:00) Athens, Sofia, Vilnius. 32 - (GMT+2:00) Bucharest. 33 - (GMT+2:00) Cairo. 34 - (GMT+2:00) Harare, Pretoria. 35 - (GMT+2:00) Helsinki, Riga,Tallinn. 36 - (GMT+2:00) Jerusalem. 37 - (GMT+3:00) Baghdad. 38 - (GMT+3:00) Kuwait, Riyadh. 39 - (GMT+3:00) St.Petersburg, Volgograd. 40 - (GMT+3:00) Nairobi. 41 - (GMT+3:30) Tehran. 42 - (GMT+4:00) Abu Dhabi, Muscat. 43 - (GMT+4:00) Baku. 44 - (GMT+4:30) Kabul. 45 - (GMT+5:00) Ekaterinburg. 46 - (GMT+5:00) Islamabad, Karachi, Tashkent. 47 - (GMT+5:30) Calcutta, Chennai, Mumbai, New Delhi. 48 - (GMT+5:45) Kathmandu. 49 - (GMT+6:00) Almaty, Novosibirsk. 50 - (GMT+6:00) Astana, Dhaka. 51 - (GMT+5:30) Sri Jayawardenepura. 52 - (GMT+6:30) Rangoon. 53 - (GMT+7:00) Bangkok, Hanoi, Jakarta. 54 - (GMT+7:00) Krasnoyarsk. 55 - (GMT+8:00) Beijing, ChongQing, HongKong, Urumqi. 56 - (GMT+8:00) Irkutsk, Ulaanbaatar. 57 - (GMT+8:00) Kuala Lumpur, Singapore. 58 - (GMT+8:00) Perth. 59 - (GMT+8:00) Taipei. 60 - (GMT+9:00) Osaka, Sapporo, Tokyo, Seoul. 61 - (GMT+9:00) Yakutsk. 62 - (GMT+9:30) Adelaide. 63 - (GMT+9:30) Darwin. 64 - (GMT+10:00) Brisbane. 65 - (GMT+10:00) Canberra, Melbourne, Sydney. 66 - (GMT+10:00) Guam, Port Moresby. 67 - (GMT+10:00) Hobart. 68 - (GMT+10:00) Vladivostok. 69 - (GMT+11:00) Magadan. 70 - (GMT+11:00) Solomon Is., New Caledonia. 71 - (GMT+12:00) Auckland, Wellington. 72 - (GMT+12:00) Fiji, Kamchatka, Marshall Is. 73 - (GMT+13:00) Nuku'alofa. 74 - (GMT-4:30) Caracas. 75 - (GMT+1:00) Namibia. 76 - (GMT-5:00) Brazil-Acre. 77 - (GMT-4:00) Brazil-West. 78 - (GMT-3:00) Brazil-East. 79 - (GMT-2:00) Brazil-DeNoronha. 80 - (GMT+14:00) Kiritimati. 81 - (GMT-7:00) Baja California Sur, Chihuahua. 82 - (GMT+12:45) Chatham Islands. 83 - (GMT+3:00) Minsk. 84 - (GMT+13:00) Samoa. 85 - (GMT+3:00) Istanbul. 86 - (GMT-4:00) Paraguay. 87 - (GMT) Casablanca. 88 - (GMT+3:00) Moscow. 89 - (GMT) Greenwich Mean Time. 90 - (GMT) Dublin. 91 - (GMT) Lisbon. Valid values:
00
,01
,02
,03
,04
,05
,06
,07
,08
,09
,10
,11
,12
,13
,14
,15
,16
,17
,18
,19
,20
,21
,22
,23
,24
,25
,26
,27
,28
,29
,30
,31
,32
,33
,34
,35
,36
,37
,38
,39
,40
,41
,42
,43
,44
,45
,46
,47
,48
,49
,50
,51
,52
,53
,54
,55
,56
,57
,58
,59
,60
,61
,62
,63
,64
,65
,66
,67
,68
,69
,70
,71
,72
,73
,74
,75
,76
,77
,78
,79
,80
,81
,82
,83
,84
,85
,86
,87
,88
,89
,90
,91
. - tunnel
Mtu Number - Maximum transportation unit(68 - 9000).
- usg String
- Enable/disable Fortiguard server restriction. disable - Contact any Fortiguard server enable - Contact Fortiguard server in USA only Valid values:
disable
,enable
. - vdom
Mirror String - VDOM mirror. disable - Disable VDOM mirror function. enable - Enable VDOM mirror function. Valid values:
disable
,enable
. - webservice
Protos List<String> - Web Service connection support SSL protocols. tlsv1.3 - Web Service connection using TLSv1.3 protocol. tlsv1.2 - Web Service connection using TLSv1.2 protocol. tlsv1.1 - Web Service connection using TLSv1.1 protocol. tlsv1.0 - Web Service connection using TLSv1.0 protocol. sslv3 - Web Service connection using SSLv3 protocol. sslv2 - Web Service connection using SSLv2 protocol. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
,sslv2
. - workflow
Max NumberSessions - Maximum number of workflow sessions per ADOM (minimum 100).
- workspace
Mode String - Set workspace mode. disabled - Workspace disabled. normal - Workspace lock mode. workflow - Workspace workflow mode. per-adom - Per-Adom workspace mode. Valid values:
disabled
,normal
,workflow
,per-adom
. - workspace
Unlock StringAfter Install - Enable/disable ADOM auto-unlock after device installation. disable - Disable automatically unlock adom after device installation. enable - Enable automatically unlock adom after device installation. Valid values:
disable
,enable
.
Outputs
All input properties are implicitly available as output properties. Additionally, the SystemGlobal 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 SystemGlobal Resource
Get an existing SystemGlobal 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?: SystemGlobalState, opts?: CustomResourceOptions): SystemGlobal
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
admin_host: Optional[str] = None,
admin_lockout_duration: Optional[float] = None,
admin_lockout_method: Optional[str] = None,
admin_lockout_threshold: Optional[float] = None,
admin_ssh_grace_time: Optional[float] = None,
adom_mode: Optional[str] = None,
adom_rev_auto_delete: Optional[str] = None,
adom_rev_max_backup_revisions: Optional[float] = None,
adom_rev_max_days: Optional[float] = None,
adom_rev_max_revisions: Optional[float] = None,
adom_select: Optional[str] = None,
adom_status: Optional[str] = None,
apache_mode: Optional[str] = None,
api_ip_binding: Optional[str] = None,
clone_name_option: Optional[str] = None,
clt_cert_req: Optional[str] = None,
console_output: Optional[str] = None,
contentpack_fgt_install: Optional[str] = None,
country_flag: Optional[str] = None,
create_revision: Optional[str] = None,
daylightsavetime: Optional[str] = None,
detect_unregistered_log_device: Optional[str] = None,
device_view_mode: Optional[str] = None,
dh_params: Optional[str] = None,
disable_modules: Optional[Sequence[str]] = None,
dynamic_sort_subtable: Optional[str] = None,
enc_algorithm: Optional[str] = None,
fabric_storage_pool_quota: Optional[float] = None,
fabric_storage_pool_size: Optional[float] = None,
faz_status: Optional[str] = None,
fcp_cfg_service: Optional[str] = None,
fgfm_ca_cert: Optional[str] = None,
fgfm_cert_exclusive: Optional[str] = None,
fgfm_deny_unknown: Optional[str] = None,
fgfm_local_cert: Optional[str] = None,
fgfm_peercert_withoutsn: Optional[str] = None,
fgfm_ssl_protocol: Optional[str] = None,
fortiservice_port: Optional[float] = None,
global_ssl_protocol: Optional[str] = None,
gui_curl_timeout: Optional[float] = None,
gui_polling_interval: Optional[float] = None,
ha_member_auto_grouping: Optional[str] = None,
hostname: Optional[str] = None,
httpd_ssl_protocols: Optional[Sequence[str]] = None,
import_ignore_addr_cmt: Optional[str] = None,
jsonapi_log: Optional[str] = None,
language: Optional[str] = None,
latitude: Optional[str] = None,
ldap_cache_timeout: Optional[float] = None,
ldapconntimeout: Optional[float] = None,
lock_preempt: Optional[str] = None,
log_checksum: Optional[str] = None,
log_checksum_upload: Optional[str] = None,
log_forward_cache_size: Optional[float] = None,
longitude: Optional[str] = None,
management_ip: Optional[str] = None,
management_port: Optional[float] = None,
mapclient_ssl_protocol: Optional[str] = None,
max_log_forward: Optional[float] = None,
max_running_reports: Optional[float] = None,
mc_policy_disabled_adoms: Optional[Sequence[SystemGlobalMcPolicyDisabledAdomArgs]] = None,
multiple_steps_upgrade_in_autolink: Optional[str] = None,
no_copy_permission_check: Optional[str] = None,
no_vip_value_check: Optional[str] = None,
normalized_intf_zone_only: Optional[str] = None,
object_revision_db_max: Optional[float] = None,
object_revision_mandatory_note: Optional[str] = None,
object_revision_object_max: Optional[float] = None,
object_revision_status: Optional[str] = None,
oftp_ssl_protocol: Optional[str] = None,
partial_install: Optional[str] = None,
partial_install_force: Optional[str] = None,
partial_install_rev: Optional[str] = None,
per_policy_lock: Optional[str] = None,
perform_improve_by_ha: Optional[str] = None,
policy_object_icon: Optional[str] = None,
policy_object_in_dual_pane: Optional[str] = None,
pre_login_banner: Optional[str] = None,
pre_login_banner_message: Optional[str] = None,
private_data_encryption: Optional[str] = None,
remoteauthtimeout: Optional[float] = None,
save_last_hit_in_adomdb: Optional[str] = None,
search_all_adoms: Optional[str] = None,
ssh_enc_algos: Optional[Sequence[str]] = None,
ssh_hostkey_algos: Optional[Sequence[str]] = None,
ssh_kex_algos: Optional[Sequence[str]] = None,
ssh_mac_algos: Optional[Sequence[str]] = None,
ssh_strong_crypto: Optional[str] = None,
ssl_cipher_suites: Optional[Sequence[SystemGlobalSslCipherSuiteArgs]] = None,
ssl_low_encryption: Optional[str] = None,
ssl_protocols: Optional[Sequence[str]] = None,
ssl_static_key_ciphers: Optional[str] = None,
system_global_id: Optional[str] = None,
table_entry_blink: Optional[str] = None,
task_list_size: Optional[float] = None,
tftp: Optional[str] = None,
timezone: Optional[str] = None,
tunnel_mtu: Optional[float] = None,
usg: Optional[str] = None,
vdom_mirror: Optional[str] = None,
webservice_protos: Optional[Sequence[str]] = None,
workflow_max_sessions: Optional[float] = None,
workspace_mode: Optional[str] = None,
workspace_unlock_after_install: Optional[str] = None) -> SystemGlobal
func GetSystemGlobal(ctx *Context, name string, id IDInput, state *SystemGlobalState, opts ...ResourceOption) (*SystemGlobal, error)
public static SystemGlobal Get(string name, Input<string> id, SystemGlobalState? state, CustomResourceOptions? opts = null)
public static SystemGlobal get(String name, Output<String> id, SystemGlobalState state, CustomResourceOptions options)
resources: _: type: fortimanager:SystemGlobal 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.
- Admin
Host string - Administrative host for HTTP and HTTPs. When set, will be used in lieu of the client's Host header for any redirection.
- Admin
Lockout doubleDuration - Lockout duration(sec) for administration.
- Admin
Lockout stringMethod - Lockout method for administration. ip - Lockout by IP user - Lockout by user Valid values:
ip
,user
. - Admin
Lockout doubleThreshold - Lockout threshold for administration.
- Admin
Ssh doubleGrace Time - Maximum time in seconds permitted between making an SSH connection to the FortiManager unit and authenticating (10 - 3600 sec (1 hour), default 120).
- Adom
Mode string - ADOM mode. normal - Normal ADOM mode. advanced - Advanced ADOM mode. Valid values:
normal
,advanced
. - Adom
Rev stringAuto Delete - Auto delete features for old ADOM revisions. disable - Disable auto delete function for ADOM revision. by-revisions - Auto delete ADOM revisions by maximum number of revisions. by-days - Auto delete ADOM revisions by maximum days. Valid values:
disable
,by-revisions
,by-days
. - Adom
Rev doubleMax Backup Revisions - Maximum number of ADOM revisions to backup.
- Adom
Rev doubleMax Days - Number of days to keep old ADOM revisions.
- Adom
Rev doubleMax Revisions - Maximum number of ADOM revisions to keep.
- Adom
Select string - Enable/disable select ADOM after login. disable - Disable select ADOM after login. enable - Enable select ADOM after login. Valid values:
disable
,enable
. - Adom
Status string - ADOM status. disable - Disable ADOM mode. enable - Enable ADOM mode. Valid values:
disable
,enable
. - Apache
Mode string - Set apache mode. event - Apache event mode. prefork - Apache prefork mode. Valid values:
event
,prefork
. - Api
Ip stringBinding - Enable/disable source IP check for JSON API request. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Clone
Name stringOption - set the clone object names option. default - Add a prefix of 'Clone of' to the clone name. keep - Keep the original name for user to edit. Valid values:
default
,keep
. - Clt
Cert stringReq - Require client certificate for GUI login. disable - Disable setting. enable - Require client certificate for GUI login. optional - Optional client certificate for GUI login. Valid values:
disable
,enable
,optional
. - Console
Output string - Console output mode. standard - Standard output. more - More page output. Valid values:
standard
,more
. - Contentpack
Fgt stringInstall - Enable/disable outbreak alert auto install for FGT ADOMS . disable - Disable the sql report auto outbreak auto install. enable - Enable the sql report auto outbreak auto install. Valid values:
disable
,enable
. - Country
Flag string - Country flag Status. disable - Disable country flag icon beside ip address. enable - Enable country flag icon beside ip address. Valid values:
disable
,enable
. - Create
Revision string - Enable/disable create revision by default. disable - Disable create revision by default. enable - Enable create revision by default. Valid values:
disable
,enable
. - Daylightsavetime string
- Enable/disable daylight saving time. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Detect
Unregistered stringLog Device - Detect unregistered logging device from log message. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - Device
View stringMode - Set devices/groups view mode. regular - Regular view mode. tree - Tree view mode. Valid values:
regular
,tree
. - Dh
Params string - Minimum size of Diffie-Hellman prime for SSH/HTTPS (bits). 1024 - 1024 bits. 1536 - 1536 bits. 2048 - 2048 bits. 3072 - 3072 bits. 4096 - 4096 bits. 6144 - 6144 bits. 8192 - 8192 bits. Valid values:
1024
,1536
,2048
,3072
,4096
,6144
,8192
. - Disable
Modules List<string> - Disable module list. fortiview-noc - FortiView/NOC-SOC module. fortirecorder - FortiRecorder module. siem - SIEM module. soc - SOC module. ai - AI module. Valid values:
fortiview-noc
,fortirecorder
,siem
,soc
,ai
. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Enc
Algorithm string - SSL communication encryption algorithms. low - SSL communication using all available encryption algorithms. medium - SSL communication using high and medium encryption algorithms. high - SSL communication using high encryption algorithms. Valid values:
low
,medium
,high
. - Fabric
Storage doublePool Quota - Disk quota for Fabric (MB).
- Fabric
Storage doublePool Size - Max storage pooll size
- Faz
Status string - FAZ status. disable - Disable FAZ feature. enable - Enable FAZ feature. Valid values:
disable
,enable
. - Fcp
Cfg stringService - Enable/disable FCP service processing configuration requests disable - FCP service doesn't process configuration requests from web enable - FCP service processes configuration requests from web. Valid values:
disable
,enable
. - Fgfm
Ca stringCert - set the extra fgfm CA certificates.
- Fgfm
Cert stringExclusive - set if the local or CA certificates should be used exclusively. disable - Used certificate best-effort. enable - Used certificate exclusive. Valid values:
disable
,enable
. - Fgfm
Deny stringUnknown - set if allow devices with unknown SN actively register as an unauthorized device. disable - Allow devices with unknown SN to actively register as an unauthorized device. enable - Deny devices with unknown SN to actively register as an unauthorized device. Valid values:
disable
,enable
. - Fgfm
Local stringCert - set the fgfm local certificate.
- Fgfm
Peercert stringWithoutsn - set if the subject CN or SAN of peer's SSL certificate sent in FGFM should include the serial number of the device. disable - Peer's certificate must include serial number in subject CN or SAN. enable - Peer's certificate might not include serial number in subject CN or SAN. Valid values:
disable
,enable
. - Fgfm
Ssl stringProtocol - set the lowest SSL protocols for fgfmsd. 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
. - Fortiservice
Port double - FortiService port (1 - 65535, default = 8013). Used by FortiClient endpoint compliance. Older versions of FortiClient used a different port.
- Global
Ssl stringProtocol - set the lowest SSL protocol version for all SSL connections. 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
. - Gui
Curl doubleTimeout - GUI curl timeout in seconds (5-300 default 30).
- Gui
Polling doubleInterval - GUI polling interval in seconds (1-288000 default 5).
- Ha
Member stringAuto Grouping - Enable/disable automatically group HA members feature disable - Disable automatically grouping HA members feature. enable - Enable automatically grouping HA members only when group name is unique in your network. Valid values:
disable
,enable
. - Hostname string
- System hostname.
- Httpd
Ssl List<string>Protocols - set SSL protocols for apache daemon (httpd) sslv3 - Enable SSLv3. tlsv1.0 - Enable TLSv1.0. tlsv1.1 - Enable TLSv1.1. tlsv1.2 - Enable TLSv1.2. tlsv1.3 - Enable TLSv1.3. Valid values:
sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - Import
Ignore stringAddr Cmt - Enable/Disable import ignore of address comments. disable - Disable import ignore of address comments. enable - Enable import ignore of address comments. Valid values:
disable
,enable
. - Jsonapi
Log string - enable jsonapi log. disable - disable jsonapi log. request - logging jsonapi request. response - logging jsonapi response. all - logging both jsonapi request & response. Valid values:
disable
,request
,response
,all
. - Language string
- System global language. english - English simch - Simplified Chinese japanese - Japanese korean - Korean spanish - Spanish trach - Traditional Chinese Valid values:
english
,simch
,japanese
,korean
,spanish
,trach
. - Latitude string
- fmg location latitude
- Ldap
Cache doubleTimeout - LDAP browser cache timeout (seconds).
- Ldapconntimeout double
- LDAP connection timeout (msec).
- Lock
Preempt string - Enable/disable ADOM lock override. disable - Disable lock preempt. enable - Enable lock preempt. Valid values:
disable
,enable
. - Log
Checksum string - Record log file hash value, timestamp, and authentication code at transmission or rolling. none - No record log file checksum. md5 - Record log file's MD5 hash value only. md5-auth - Record log file's MD5 hash value and authentication code. Valid values:
none
,md5
,md5-auth
. - Log
Checksum stringUpload - Enable/disable upload log checksum with log files. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - Log
Forward doubleCache Size - Log forwarding disk cache size (GB).
- Longitude string
- fmg location longitude
- Management
Ip string - Management IP address of this FortiGate. Used to log into this FortiGate from another FortiGate in the Security Fabric.
- Management
Port double - Overriding port for management connection (Overrides admin port).
- Mapclient
Ssl stringProtocol - set the lowest SSL protocol version for connection to mapserver. follow-global-ssl-protocol - Follow system.global.global-ssl-protocol setting (default). 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. tlsv1.3 - set TLSv1.3 as the lowest version. Valid values:
follow-global-ssl-protocol
,sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - Max
Log doubleForward - Maximum number of log-forward and aggregation settings.
- Max
Running doubleReports - Maximum number of reports generating at one time.
- Mc
Policy List<SystemDisabled Adoms Global Mc Policy Disabled Adom> - Mc-Policy-Disabled-Adoms. The structure of
mc_policy_disabled_adoms
block is documented below. - Multiple
Steps stringUpgrade In Autolink - Enable/disable multiple steps upgade in autolink process disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - No
Copy stringPermission Check - Do not perform permission check to block object changes in different adom during copy and install. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - No
Vip stringValue Check - Enable/disable skipping policy instead of throwing error when vip has no default or dynamic mapping during policy copy disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Normalized
Intf stringZone Only - allow normalized interface to be zone only. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - Object
Revision doubleDb Max - Maximum revisions for a single database (10,000-1,000,000 default 100,000).
- Object
Revision stringMandatory Note - Enable/disable mandatory note when create revision. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - Object
Revision doubleObject Max - Maximum revisions for a single object (10-1000 default 100).
- Object
Revision stringStatus - Enable/disable create revision when modify objects. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - Oftp
Ssl stringProtocol - set the lowest SSL protocols for oftpd. 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
. - Partial
Install string - Enable/Disable partial install (install some objects). disable - Disable partial install function. enable - Enable partial install function. Valid values:
disable
,enable
. - Partial
Install stringForce - Enable/Disable partial install when devdb is modified. disable - Disable partial install when devdb is modified. enable - Enable partial install when devdb is modified. Valid values:
disable
,enable
. - Partial
Install stringRev - Enable/Disable auto creating adom revision for partial install. disable - Disable partial install revision. enable - Enable partial install revision. Valid values:
disable
,enable
. - Per
Policy stringLock - Enable/Disable per policy lock. disable - Disable per policy lock. enable - Enable per policy lock. Valid values:
disable
,enable
. - Perform
Improve stringBy Ha - Enable/Disable performance improvement by distributing tasks to HA secondary units. disable - Disable performance improvement by HA. enable - Enable performance improvement by HA. Valid values:
disable
,enable
. - Policy
Object stringIcon - show icons of policy objects. disable - Disable icon of policy objects. enable - Enable icon of policy objects. Valid values:
disable
,enable
. - Policy
Object stringIn Dual Pane - show policies and objects in dual pane. disable - Disable polices and objects in dual pane. enable - Enable polices and objects in dual pane. Valid values:
disable
,enable
. - string
- Enable/disable pre-login banner. disable - Disable pre-login banner. enable - Enable pre-login banner. Valid values:
disable
,enable
. - string
- Pre-login banner message.
- Private
Data stringEncryption - Enable/disable private data encryption using an AES 128-bit key. disable - Disable private data encryption using an AES 128-bit key. enable - Enable private data encryption using an AES 128-bit key. Valid values:
disable
,enable
. - Remoteauthtimeout double
- Remote authentication (RADIUS/LDAP) timeout (sec).
- Save
Last stringHit In Adomdb - Enable/Disable save last-hit value in adomdb. disable - Disable save last-hit value in adomdb. enable - Enable save last-hit value in adomdb. Valid values:
disable
,enable
. - Search
All stringAdoms - Enable/Disable Search all ADOMs for where-used query. disable - Disable search all ADOMs for where-used queries. enable - Enable search all ADOMs for where-used queries. Valid values:
disable
,enable
. - Ssh
Enc List<string>Algos - Select one or more SSH ciphers. chacha20-poly1305@openssh.com - aes128-ctr - aes192-ctr - aes256-ctr - arcfour256 - arcfour128 - aes128-cbc - 3des-cbc - blowfish-cbc - cast128-cbc - aes192-cbc - aes256-cbc - arcfour - rijndael-cbc@lysator.liu.se - aes128-gcm@openssh.com - aes256-gcm@openssh.com - Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - Ssh
Hostkey List<string>Algos - Select one or more SSH hostkey algorithms. ssh-rsa - ecdsa-sha2-nistp521 - rsa-sha2-256 - rsa-sha2-512 - ssh-ed25519 - Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - Ssh
Kex List<string>Algos - Select one or more SSH kex algorithms. diffie-hellman-group1-sha1 - diffie-hellman-group14-sha1 - diffie-hellman-group14-sha256 - diffie-hellman-group16-sha512 - diffie-hellman-group18-sha512 - diffie-hellman-group-exchange-sha1 - diffie-hellman-group-exchange-sha256 - curve25519-sha256@libssh.org - ecdh-sha2-nistp256 - ecdh-sha2-nistp384 - ecdh-sha2-nistp521 - Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - Ssh
Mac List<string>Algos - Select one or more SSH MAC algorithms. hmac-md5 - hmac-md5-etm@openssh.com - hmac-md5-96 - hmac-md5-96-etm@openssh.com - hmac-sha1 - hmac-sha1-etm@openssh.com - hmac-sha2-256 - hmac-sha2-256-etm@openssh.com - hmac-sha2-512 - hmac-sha2-512-etm@openssh.com - hmac-ripemd160 - hmac-ripemd160@openssh.com - hmac-ripemd160-etm@openssh.com - umac-64@openssh.com - umac-128@openssh.com - umac-64-etm@openssh.com - umac-128-etm@openssh.com - Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - Ssh
Strong stringCrypto - Only allow strong ciphers for SSH when enabled. disable - Disable strong crypto for SSH. enable - Enable strong crypto for SSH. Valid values:
disable
,enable
. - Ssl
Cipher List<SystemSuites Global Ssl Cipher Suite> - Ssl-Cipher-Suites. The structure of
ssl_cipher_suites
block is documented below. - Ssl
Low stringEncryption - SSL low-grade encryption. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - Ssl
Protocols List<string> - SSL protocols. tlsv1.3 - Enable TLSv1.3. tlsv1.2 - Enable TLSv1.2. tlsv1.1 - Enable TLSv1.1. tlsv1.0 - Enable TLSv1.0. sslv3 - Enable SSLv3. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
. - Ssl
Static stringKey Ciphers - Enable/disable SSL static key ciphers. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - System
Global stringId - an identifier for the resource.
- Table
Entry stringBlink - Enable/disable table entry blink in GUI disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Task
List doubleSize - Maximum number of completed tasks to keep.
- Tftp string
- Enable/disable TFTP in
exec restore image
command (disabled by default in FIPS mode) disable - Disable TFTP enable - Enable TFTP Valid values:disable
,enable
. - Timezone string
- Time zone. 00 - (GMT-12:00) Eniwetak, Kwajalein. 01 - (GMT-11:00) Midway Island, Samoa. 02 - (GMT-10:00) Hawaii. 03 - (GMT-9:00) Alaska. 04 - (GMT-8:00) Pacific Time (US & Canada). 05 - (GMT-7:00) Arizona. 06 - (GMT-7:00) Mountain Time (US & Canada). 07 - (GMT-6:00) Central America. 08 - (GMT-6:00) Central Time (US & Canada). 09 - (GMT-6:00) Mexico City. 10 - (GMT-6:00) Saskatchewan. 11 - (GMT-5:00) Bogota, Lima, Quito. 12 - (GMT-5:00) Eastern Time (US & Canada). 13 - (GMT-5:00) Indiana (East). 14 - (GMT-4:00) Atlantic Time (Canada). 15 - (GMT-4:00) La Paz. 16 - (GMT-4:00) Santiago. 17 - (GMT-3:30) Newfoundland. 18 - (GMT-3:00) Brasilia. 19 - (GMT-3:00) Buenos Aires, Georgetown. 20 - (GMT-3:00) Nuuk (Greenland). 21 - (GMT-2:00) Mid-Atlantic (Deprecated). 22 - (GMT-1:00) Azores. 23 - (GMT-1:00) Cape Verde Is. 24 - (GMT) Monrovia. 25 - (GMT) London, Edinburgh. 26 - (GMT+1:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna. 27 - (GMT+1:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague. 28 - (GMT+1:00) Brussels, Copenhagen, Madrid, Paris. 29 - (GMT+1:00) Sarajevo, Skopje, Warsaw, Zagreb. 30 - (GMT+1:00) West Central Africa. 31 - (GMT+2:00) Athens, Sofia, Vilnius. 32 - (GMT+2:00) Bucharest. 33 - (GMT+2:00) Cairo. 34 - (GMT+2:00) Harare, Pretoria. 35 - (GMT+2:00) Helsinki, Riga,Tallinn. 36 - (GMT+2:00) Jerusalem. 37 - (GMT+3:00) Baghdad. 38 - (GMT+3:00) Kuwait, Riyadh. 39 - (GMT+3:00) St.Petersburg, Volgograd. 40 - (GMT+3:00) Nairobi. 41 - (GMT+3:30) Tehran. 42 - (GMT+4:00) Abu Dhabi, Muscat. 43 - (GMT+4:00) Baku. 44 - (GMT+4:30) Kabul. 45 - (GMT+5:00) Ekaterinburg. 46 - (GMT+5:00) Islamabad, Karachi, Tashkent. 47 - (GMT+5:30) Calcutta, Chennai, Mumbai, New Delhi. 48 - (GMT+5:45) Kathmandu. 49 - (GMT+6:00) Almaty, Novosibirsk. 50 - (GMT+6:00) Astana, Dhaka. 51 - (GMT+5:30) Sri Jayawardenepura. 52 - (GMT+6:30) Rangoon. 53 - (GMT+7:00) Bangkok, Hanoi, Jakarta. 54 - (GMT+7:00) Krasnoyarsk. 55 - (GMT+8:00) Beijing, ChongQing, HongKong, Urumqi. 56 - (GMT+8:00) Irkutsk, Ulaanbaatar. 57 - (GMT+8:00) Kuala Lumpur, Singapore. 58 - (GMT+8:00) Perth. 59 - (GMT+8:00) Taipei. 60 - (GMT+9:00) Osaka, Sapporo, Tokyo, Seoul. 61 - (GMT+9:00) Yakutsk. 62 - (GMT+9:30) Adelaide. 63 - (GMT+9:30) Darwin. 64 - (GMT+10:00) Brisbane. 65 - (GMT+10:00) Canberra, Melbourne, Sydney. 66 - (GMT+10:00) Guam, Port Moresby. 67 - (GMT+10:00) Hobart. 68 - (GMT+10:00) Vladivostok. 69 - (GMT+11:00) Magadan. 70 - (GMT+11:00) Solomon Is., New Caledonia. 71 - (GMT+12:00) Auckland, Wellington. 72 - (GMT+12:00) Fiji, Kamchatka, Marshall Is. 73 - (GMT+13:00) Nuku'alofa. 74 - (GMT-4:30) Caracas. 75 - (GMT+1:00) Namibia. 76 - (GMT-5:00) Brazil-Acre. 77 - (GMT-4:00) Brazil-West. 78 - (GMT-3:00) Brazil-East. 79 - (GMT-2:00) Brazil-DeNoronha. 80 - (GMT+14:00) Kiritimati. 81 - (GMT-7:00) Baja California Sur, Chihuahua. 82 - (GMT+12:45) Chatham Islands. 83 - (GMT+3:00) Minsk. 84 - (GMT+13:00) Samoa. 85 - (GMT+3:00) Istanbul. 86 - (GMT-4:00) Paraguay. 87 - (GMT) Casablanca. 88 - (GMT+3:00) Moscow. 89 - (GMT) Greenwich Mean Time. 90 - (GMT) Dublin. 91 - (GMT) Lisbon. Valid values:
00
,01
,02
,03
,04
,05
,06
,07
,08
,09
,10
,11
,12
,13
,14
,15
,16
,17
,18
,19
,20
,21
,22
,23
,24
,25
,26
,27
,28
,29
,30
,31
,32
,33
,34
,35
,36
,37
,38
,39
,40
,41
,42
,43
,44
,45
,46
,47
,48
,49
,50
,51
,52
,53
,54
,55
,56
,57
,58
,59
,60
,61
,62
,63
,64
,65
,66
,67
,68
,69
,70
,71
,72
,73
,74
,75
,76
,77
,78
,79
,80
,81
,82
,83
,84
,85
,86
,87
,88
,89
,90
,91
. - Tunnel
Mtu double - Maximum transportation unit(68 - 9000).
- Usg string
- Enable/disable Fortiguard server restriction. disable - Contact any Fortiguard server enable - Contact Fortiguard server in USA only Valid values:
disable
,enable
. - Vdom
Mirror string - VDOM mirror. disable - Disable VDOM mirror function. enable - Enable VDOM mirror function. Valid values:
disable
,enable
. - Webservice
Protos List<string> - Web Service connection support SSL protocols. tlsv1.3 - Web Service connection using TLSv1.3 protocol. tlsv1.2 - Web Service connection using TLSv1.2 protocol. tlsv1.1 - Web Service connection using TLSv1.1 protocol. tlsv1.0 - Web Service connection using TLSv1.0 protocol. sslv3 - Web Service connection using SSLv3 protocol. sslv2 - Web Service connection using SSLv2 protocol. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
,sslv2
. - Workflow
Max doubleSessions - Maximum number of workflow sessions per ADOM (minimum 100).
- Workspace
Mode string - Set workspace mode. disabled - Workspace disabled. normal - Workspace lock mode. workflow - Workspace workflow mode. per-adom - Per-Adom workspace mode. Valid values:
disabled
,normal
,workflow
,per-adom
. - Workspace
Unlock stringAfter Install - Enable/disable ADOM auto-unlock after device installation. disable - Disable automatically unlock adom after device installation. enable - Enable automatically unlock adom after device installation. Valid values:
disable
,enable
.
- Admin
Host string - Administrative host for HTTP and HTTPs. When set, will be used in lieu of the client's Host header for any redirection.
- Admin
Lockout float64Duration - Lockout duration(sec) for administration.
- Admin
Lockout stringMethod - Lockout method for administration. ip - Lockout by IP user - Lockout by user Valid values:
ip
,user
. - Admin
Lockout float64Threshold - Lockout threshold for administration.
- Admin
Ssh float64Grace Time - Maximum time in seconds permitted between making an SSH connection to the FortiManager unit and authenticating (10 - 3600 sec (1 hour), default 120).
- Adom
Mode string - ADOM mode. normal - Normal ADOM mode. advanced - Advanced ADOM mode. Valid values:
normal
,advanced
. - Adom
Rev stringAuto Delete - Auto delete features for old ADOM revisions. disable - Disable auto delete function for ADOM revision. by-revisions - Auto delete ADOM revisions by maximum number of revisions. by-days - Auto delete ADOM revisions by maximum days. Valid values:
disable
,by-revisions
,by-days
. - Adom
Rev float64Max Backup Revisions - Maximum number of ADOM revisions to backup.
- Adom
Rev float64Max Days - Number of days to keep old ADOM revisions.
- Adom
Rev float64Max Revisions - Maximum number of ADOM revisions to keep.
- Adom
Select string - Enable/disable select ADOM after login. disable - Disable select ADOM after login. enable - Enable select ADOM after login. Valid values:
disable
,enable
. - Adom
Status string - ADOM status. disable - Disable ADOM mode. enable - Enable ADOM mode. Valid values:
disable
,enable
. - Apache
Mode string - Set apache mode. event - Apache event mode. prefork - Apache prefork mode. Valid values:
event
,prefork
. - Api
Ip stringBinding - Enable/disable source IP check for JSON API request. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Clone
Name stringOption - set the clone object names option. default - Add a prefix of 'Clone of' to the clone name. keep - Keep the original name for user to edit. Valid values:
default
,keep
. - Clt
Cert stringReq - Require client certificate for GUI login. disable - Disable setting. enable - Require client certificate for GUI login. optional - Optional client certificate for GUI login. Valid values:
disable
,enable
,optional
. - Console
Output string - Console output mode. standard - Standard output. more - More page output. Valid values:
standard
,more
. - Contentpack
Fgt stringInstall - Enable/disable outbreak alert auto install for FGT ADOMS . disable - Disable the sql report auto outbreak auto install. enable - Enable the sql report auto outbreak auto install. Valid values:
disable
,enable
. - Country
Flag string - Country flag Status. disable - Disable country flag icon beside ip address. enable - Enable country flag icon beside ip address. Valid values:
disable
,enable
. - Create
Revision string - Enable/disable create revision by default. disable - Disable create revision by default. enable - Enable create revision by default. Valid values:
disable
,enable
. - Daylightsavetime string
- Enable/disable daylight saving time. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Detect
Unregistered stringLog Device - Detect unregistered logging device from log message. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - Device
View stringMode - Set devices/groups view mode. regular - Regular view mode. tree - Tree view mode. Valid values:
regular
,tree
. - Dh
Params string - Minimum size of Diffie-Hellman prime for SSH/HTTPS (bits). 1024 - 1024 bits. 1536 - 1536 bits. 2048 - 2048 bits. 3072 - 3072 bits. 4096 - 4096 bits. 6144 - 6144 bits. 8192 - 8192 bits. Valid values:
1024
,1536
,2048
,3072
,4096
,6144
,8192
. - Disable
Modules []string - Disable module list. fortiview-noc - FortiView/NOC-SOC module. fortirecorder - FortiRecorder module. siem - SIEM module. soc - SOC module. ai - AI module. Valid values:
fortiview-noc
,fortirecorder
,siem
,soc
,ai
. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Enc
Algorithm string - SSL communication encryption algorithms. low - SSL communication using all available encryption algorithms. medium - SSL communication using high and medium encryption algorithms. high - SSL communication using high encryption algorithms. Valid values:
low
,medium
,high
. - Fabric
Storage float64Pool Quota - Disk quota for Fabric (MB).
- Fabric
Storage float64Pool Size - Max storage pooll size
- Faz
Status string - FAZ status. disable - Disable FAZ feature. enable - Enable FAZ feature. Valid values:
disable
,enable
. - Fcp
Cfg stringService - Enable/disable FCP service processing configuration requests disable - FCP service doesn't process configuration requests from web enable - FCP service processes configuration requests from web. Valid values:
disable
,enable
. - Fgfm
Ca stringCert - set the extra fgfm CA certificates.
- Fgfm
Cert stringExclusive - set if the local or CA certificates should be used exclusively. disable - Used certificate best-effort. enable - Used certificate exclusive. Valid values:
disable
,enable
. - Fgfm
Deny stringUnknown - set if allow devices with unknown SN actively register as an unauthorized device. disable - Allow devices with unknown SN to actively register as an unauthorized device. enable - Deny devices with unknown SN to actively register as an unauthorized device. Valid values:
disable
,enable
. - Fgfm
Local stringCert - set the fgfm local certificate.
- Fgfm
Peercert stringWithoutsn - set if the subject CN or SAN of peer's SSL certificate sent in FGFM should include the serial number of the device. disable - Peer's certificate must include serial number in subject CN or SAN. enable - Peer's certificate might not include serial number in subject CN or SAN. Valid values:
disable
,enable
. - Fgfm
Ssl stringProtocol - set the lowest SSL protocols for fgfmsd. 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
. - Fortiservice
Port float64 - FortiService port (1 - 65535, default = 8013). Used by FortiClient endpoint compliance. Older versions of FortiClient used a different port.
- Global
Ssl stringProtocol - set the lowest SSL protocol version for all SSL connections. 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
. - Gui
Curl float64Timeout - GUI curl timeout in seconds (5-300 default 30).
- Gui
Polling float64Interval - GUI polling interval in seconds (1-288000 default 5).
- Ha
Member stringAuto Grouping - Enable/disable automatically group HA members feature disable - Disable automatically grouping HA members feature. enable - Enable automatically grouping HA members only when group name is unique in your network. Valid values:
disable
,enable
. - Hostname string
- System hostname.
- Httpd
Ssl []stringProtocols - set SSL protocols for apache daemon (httpd) sslv3 - Enable SSLv3. tlsv1.0 - Enable TLSv1.0. tlsv1.1 - Enable TLSv1.1. tlsv1.2 - Enable TLSv1.2. tlsv1.3 - Enable TLSv1.3. Valid values:
sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - Import
Ignore stringAddr Cmt - Enable/Disable import ignore of address comments. disable - Disable import ignore of address comments. enable - Enable import ignore of address comments. Valid values:
disable
,enable
. - Jsonapi
Log string - enable jsonapi log. disable - disable jsonapi log. request - logging jsonapi request. response - logging jsonapi response. all - logging both jsonapi request & response. Valid values:
disable
,request
,response
,all
. - Language string
- System global language. english - English simch - Simplified Chinese japanese - Japanese korean - Korean spanish - Spanish trach - Traditional Chinese Valid values:
english
,simch
,japanese
,korean
,spanish
,trach
. - Latitude string
- fmg location latitude
- Ldap
Cache float64Timeout - LDAP browser cache timeout (seconds).
- Ldapconntimeout float64
- LDAP connection timeout (msec).
- Lock
Preempt string - Enable/disable ADOM lock override. disable - Disable lock preempt. enable - Enable lock preempt. Valid values:
disable
,enable
. - Log
Checksum string - Record log file hash value, timestamp, and authentication code at transmission or rolling. none - No record log file checksum. md5 - Record log file's MD5 hash value only. md5-auth - Record log file's MD5 hash value and authentication code. Valid values:
none
,md5
,md5-auth
. - Log
Checksum stringUpload - Enable/disable upload log checksum with log files. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - Log
Forward float64Cache Size - Log forwarding disk cache size (GB).
- Longitude string
- fmg location longitude
- Management
Ip string - Management IP address of this FortiGate. Used to log into this FortiGate from another FortiGate in the Security Fabric.
- Management
Port float64 - Overriding port for management connection (Overrides admin port).
- Mapclient
Ssl stringProtocol - set the lowest SSL protocol version for connection to mapserver. follow-global-ssl-protocol - Follow system.global.global-ssl-protocol setting (default). 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. tlsv1.3 - set TLSv1.3 as the lowest version. Valid values:
follow-global-ssl-protocol
,sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - Max
Log float64Forward - Maximum number of log-forward and aggregation settings.
- Max
Running float64Reports - Maximum number of reports generating at one time.
- Mc
Policy []SystemDisabled Adoms Global Mc Policy Disabled Adom Args - Mc-Policy-Disabled-Adoms. The structure of
mc_policy_disabled_adoms
block is documented below. - Multiple
Steps stringUpgrade In Autolink - Enable/disable multiple steps upgade in autolink process disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - No
Copy stringPermission Check - Do not perform permission check to block object changes in different adom during copy and install. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - No
Vip stringValue Check - Enable/disable skipping policy instead of throwing error when vip has no default or dynamic mapping during policy copy disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Normalized
Intf stringZone Only - allow normalized interface to be zone only. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - Object
Revision float64Db Max - Maximum revisions for a single database (10,000-1,000,000 default 100,000).
- Object
Revision stringMandatory Note - Enable/disable mandatory note when create revision. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - Object
Revision float64Object Max - Maximum revisions for a single object (10-1000 default 100).
- Object
Revision stringStatus - Enable/disable create revision when modify objects. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - Oftp
Ssl stringProtocol - set the lowest SSL protocols for oftpd. 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
. - Partial
Install string - Enable/Disable partial install (install some objects). disable - Disable partial install function. enable - Enable partial install function. Valid values:
disable
,enable
. - Partial
Install stringForce - Enable/Disable partial install when devdb is modified. disable - Disable partial install when devdb is modified. enable - Enable partial install when devdb is modified. Valid values:
disable
,enable
. - Partial
Install stringRev - Enable/Disable auto creating adom revision for partial install. disable - Disable partial install revision. enable - Enable partial install revision. Valid values:
disable
,enable
. - Per
Policy stringLock - Enable/Disable per policy lock. disable - Disable per policy lock. enable - Enable per policy lock. Valid values:
disable
,enable
. - Perform
Improve stringBy Ha - Enable/Disable performance improvement by distributing tasks to HA secondary units. disable - Disable performance improvement by HA. enable - Enable performance improvement by HA. Valid values:
disable
,enable
. - Policy
Object stringIcon - show icons of policy objects. disable - Disable icon of policy objects. enable - Enable icon of policy objects. Valid values:
disable
,enable
. - Policy
Object stringIn Dual Pane - show policies and objects in dual pane. disable - Disable polices and objects in dual pane. enable - Enable polices and objects in dual pane. Valid values:
disable
,enable
. - string
- Enable/disable pre-login banner. disable - Disable pre-login banner. enable - Enable pre-login banner. Valid values:
disable
,enable
. - string
- Pre-login banner message.
- Private
Data stringEncryption - Enable/disable private data encryption using an AES 128-bit key. disable - Disable private data encryption using an AES 128-bit key. enable - Enable private data encryption using an AES 128-bit key. Valid values:
disable
,enable
. - Remoteauthtimeout float64
- Remote authentication (RADIUS/LDAP) timeout (sec).
- Save
Last stringHit In Adomdb - Enable/Disable save last-hit value in adomdb. disable - Disable save last-hit value in adomdb. enable - Enable save last-hit value in adomdb. Valid values:
disable
,enable
. - Search
All stringAdoms - Enable/Disable Search all ADOMs for where-used query. disable - Disable search all ADOMs for where-used queries. enable - Enable search all ADOMs for where-used queries. Valid values:
disable
,enable
. - Ssh
Enc []stringAlgos - Select one or more SSH ciphers. chacha20-poly1305@openssh.com - aes128-ctr - aes192-ctr - aes256-ctr - arcfour256 - arcfour128 - aes128-cbc - 3des-cbc - blowfish-cbc - cast128-cbc - aes192-cbc - aes256-cbc - arcfour - rijndael-cbc@lysator.liu.se - aes128-gcm@openssh.com - aes256-gcm@openssh.com - Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - Ssh
Hostkey []stringAlgos - Select one or more SSH hostkey algorithms. ssh-rsa - ecdsa-sha2-nistp521 - rsa-sha2-256 - rsa-sha2-512 - ssh-ed25519 - Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - Ssh
Kex []stringAlgos - Select one or more SSH kex algorithms. diffie-hellman-group1-sha1 - diffie-hellman-group14-sha1 - diffie-hellman-group14-sha256 - diffie-hellman-group16-sha512 - diffie-hellman-group18-sha512 - diffie-hellman-group-exchange-sha1 - diffie-hellman-group-exchange-sha256 - curve25519-sha256@libssh.org - ecdh-sha2-nistp256 - ecdh-sha2-nistp384 - ecdh-sha2-nistp521 - Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - Ssh
Mac []stringAlgos - Select one or more SSH MAC algorithms. hmac-md5 - hmac-md5-etm@openssh.com - hmac-md5-96 - hmac-md5-96-etm@openssh.com - hmac-sha1 - hmac-sha1-etm@openssh.com - hmac-sha2-256 - hmac-sha2-256-etm@openssh.com - hmac-sha2-512 - hmac-sha2-512-etm@openssh.com - hmac-ripemd160 - hmac-ripemd160@openssh.com - hmac-ripemd160-etm@openssh.com - umac-64@openssh.com - umac-128@openssh.com - umac-64-etm@openssh.com - umac-128-etm@openssh.com - Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - Ssh
Strong stringCrypto - Only allow strong ciphers for SSH when enabled. disable - Disable strong crypto for SSH. enable - Enable strong crypto for SSH. Valid values:
disable
,enable
. - Ssl
Cipher []SystemSuites Global Ssl Cipher Suite Args - Ssl-Cipher-Suites. The structure of
ssl_cipher_suites
block is documented below. - Ssl
Low stringEncryption - SSL low-grade encryption. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - Ssl
Protocols []string - SSL protocols. tlsv1.3 - Enable TLSv1.3. tlsv1.2 - Enable TLSv1.2. tlsv1.1 - Enable TLSv1.1. tlsv1.0 - Enable TLSv1.0. sslv3 - Enable SSLv3. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
. - Ssl
Static stringKey Ciphers - Enable/disable SSL static key ciphers. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - System
Global stringId - an identifier for the resource.
- Table
Entry stringBlink - Enable/disable table entry blink in GUI disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Task
List float64Size - Maximum number of completed tasks to keep.
- Tftp string
- Enable/disable TFTP in
exec restore image
command (disabled by default in FIPS mode) disable - Disable TFTP enable - Enable TFTP Valid values:disable
,enable
. - Timezone string
- Time zone. 00 - (GMT-12:00) Eniwetak, Kwajalein. 01 - (GMT-11:00) Midway Island, Samoa. 02 - (GMT-10:00) Hawaii. 03 - (GMT-9:00) Alaska. 04 - (GMT-8:00) Pacific Time (US & Canada). 05 - (GMT-7:00) Arizona. 06 - (GMT-7:00) Mountain Time (US & Canada). 07 - (GMT-6:00) Central America. 08 - (GMT-6:00) Central Time (US & Canada). 09 - (GMT-6:00) Mexico City. 10 - (GMT-6:00) Saskatchewan. 11 - (GMT-5:00) Bogota, Lima, Quito. 12 - (GMT-5:00) Eastern Time (US & Canada). 13 - (GMT-5:00) Indiana (East). 14 - (GMT-4:00) Atlantic Time (Canada). 15 - (GMT-4:00) La Paz. 16 - (GMT-4:00) Santiago. 17 - (GMT-3:30) Newfoundland. 18 - (GMT-3:00) Brasilia. 19 - (GMT-3:00) Buenos Aires, Georgetown. 20 - (GMT-3:00) Nuuk (Greenland). 21 - (GMT-2:00) Mid-Atlantic (Deprecated). 22 - (GMT-1:00) Azores. 23 - (GMT-1:00) Cape Verde Is. 24 - (GMT) Monrovia. 25 - (GMT) London, Edinburgh. 26 - (GMT+1:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna. 27 - (GMT+1:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague. 28 - (GMT+1:00) Brussels, Copenhagen, Madrid, Paris. 29 - (GMT+1:00) Sarajevo, Skopje, Warsaw, Zagreb. 30 - (GMT+1:00) West Central Africa. 31 - (GMT+2:00) Athens, Sofia, Vilnius. 32 - (GMT+2:00) Bucharest. 33 - (GMT+2:00) Cairo. 34 - (GMT+2:00) Harare, Pretoria. 35 - (GMT+2:00) Helsinki, Riga,Tallinn. 36 - (GMT+2:00) Jerusalem. 37 - (GMT+3:00) Baghdad. 38 - (GMT+3:00) Kuwait, Riyadh. 39 - (GMT+3:00) St.Petersburg, Volgograd. 40 - (GMT+3:00) Nairobi. 41 - (GMT+3:30) Tehran. 42 - (GMT+4:00) Abu Dhabi, Muscat. 43 - (GMT+4:00) Baku. 44 - (GMT+4:30) Kabul. 45 - (GMT+5:00) Ekaterinburg. 46 - (GMT+5:00) Islamabad, Karachi, Tashkent. 47 - (GMT+5:30) Calcutta, Chennai, Mumbai, New Delhi. 48 - (GMT+5:45) Kathmandu. 49 - (GMT+6:00) Almaty, Novosibirsk. 50 - (GMT+6:00) Astana, Dhaka. 51 - (GMT+5:30) Sri Jayawardenepura. 52 - (GMT+6:30) Rangoon. 53 - (GMT+7:00) Bangkok, Hanoi, Jakarta. 54 - (GMT+7:00) Krasnoyarsk. 55 - (GMT+8:00) Beijing, ChongQing, HongKong, Urumqi. 56 - (GMT+8:00) Irkutsk, Ulaanbaatar. 57 - (GMT+8:00) Kuala Lumpur, Singapore. 58 - (GMT+8:00) Perth. 59 - (GMT+8:00) Taipei. 60 - (GMT+9:00) Osaka, Sapporo, Tokyo, Seoul. 61 - (GMT+9:00) Yakutsk. 62 - (GMT+9:30) Adelaide. 63 - (GMT+9:30) Darwin. 64 - (GMT+10:00) Brisbane. 65 - (GMT+10:00) Canberra, Melbourne, Sydney. 66 - (GMT+10:00) Guam, Port Moresby. 67 - (GMT+10:00) Hobart. 68 - (GMT+10:00) Vladivostok. 69 - (GMT+11:00) Magadan. 70 - (GMT+11:00) Solomon Is., New Caledonia. 71 - (GMT+12:00) Auckland, Wellington. 72 - (GMT+12:00) Fiji, Kamchatka, Marshall Is. 73 - (GMT+13:00) Nuku'alofa. 74 - (GMT-4:30) Caracas. 75 - (GMT+1:00) Namibia. 76 - (GMT-5:00) Brazil-Acre. 77 - (GMT-4:00) Brazil-West. 78 - (GMT-3:00) Brazil-East. 79 - (GMT-2:00) Brazil-DeNoronha. 80 - (GMT+14:00) Kiritimati. 81 - (GMT-7:00) Baja California Sur, Chihuahua. 82 - (GMT+12:45) Chatham Islands. 83 - (GMT+3:00) Minsk. 84 - (GMT+13:00) Samoa. 85 - (GMT+3:00) Istanbul. 86 - (GMT-4:00) Paraguay. 87 - (GMT) Casablanca. 88 - (GMT+3:00) Moscow. 89 - (GMT) Greenwich Mean Time. 90 - (GMT) Dublin. 91 - (GMT) Lisbon. Valid values:
00
,01
,02
,03
,04
,05
,06
,07
,08
,09
,10
,11
,12
,13
,14
,15
,16
,17
,18
,19
,20
,21
,22
,23
,24
,25
,26
,27
,28
,29
,30
,31
,32
,33
,34
,35
,36
,37
,38
,39
,40
,41
,42
,43
,44
,45
,46
,47
,48
,49
,50
,51
,52
,53
,54
,55
,56
,57
,58
,59
,60
,61
,62
,63
,64
,65
,66
,67
,68
,69
,70
,71
,72
,73
,74
,75
,76
,77
,78
,79
,80
,81
,82
,83
,84
,85
,86
,87
,88
,89
,90
,91
. - Tunnel
Mtu float64 - Maximum transportation unit(68 - 9000).
- Usg string
- Enable/disable Fortiguard server restriction. disable - Contact any Fortiguard server enable - Contact Fortiguard server in USA only Valid values:
disable
,enable
. - Vdom
Mirror string - VDOM mirror. disable - Disable VDOM mirror function. enable - Enable VDOM mirror function. Valid values:
disable
,enable
. - Webservice
Protos []string - Web Service connection support SSL protocols. tlsv1.3 - Web Service connection using TLSv1.3 protocol. tlsv1.2 - Web Service connection using TLSv1.2 protocol. tlsv1.1 - Web Service connection using TLSv1.1 protocol. tlsv1.0 - Web Service connection using TLSv1.0 protocol. sslv3 - Web Service connection using SSLv3 protocol. sslv2 - Web Service connection using SSLv2 protocol. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
,sslv2
. - Workflow
Max float64Sessions - Maximum number of workflow sessions per ADOM (minimum 100).
- Workspace
Mode string - Set workspace mode. disabled - Workspace disabled. normal - Workspace lock mode. workflow - Workspace workflow mode. per-adom - Per-Adom workspace mode. Valid values:
disabled
,normal
,workflow
,per-adom
. - Workspace
Unlock stringAfter Install - Enable/disable ADOM auto-unlock after device installation. disable - Disable automatically unlock adom after device installation. enable - Enable automatically unlock adom after device installation. Valid values:
disable
,enable
.
- admin
Host String - Administrative host for HTTP and HTTPs. When set, will be used in lieu of the client's Host header for any redirection.
- admin
Lockout DoubleDuration - Lockout duration(sec) for administration.
- admin
Lockout StringMethod - Lockout method for administration. ip - Lockout by IP user - Lockout by user Valid values:
ip
,user
. - admin
Lockout DoubleThreshold - Lockout threshold for administration.
- admin
Ssh DoubleGrace Time - Maximum time in seconds permitted between making an SSH connection to the FortiManager unit and authenticating (10 - 3600 sec (1 hour), default 120).
- adom
Mode String - ADOM mode. normal - Normal ADOM mode. advanced - Advanced ADOM mode. Valid values:
normal
,advanced
. - adom
Rev StringAuto Delete - Auto delete features for old ADOM revisions. disable - Disable auto delete function for ADOM revision. by-revisions - Auto delete ADOM revisions by maximum number of revisions. by-days - Auto delete ADOM revisions by maximum days. Valid values:
disable
,by-revisions
,by-days
. - adom
Rev DoubleMax Backup Revisions - Maximum number of ADOM revisions to backup.
- adom
Rev DoubleMax Days - Number of days to keep old ADOM revisions.
- adom
Rev DoubleMax Revisions - Maximum number of ADOM revisions to keep.
- adom
Select String - Enable/disable select ADOM after login. disable - Disable select ADOM after login. enable - Enable select ADOM after login. Valid values:
disable
,enable
. - adom
Status String - ADOM status. disable - Disable ADOM mode. enable - Enable ADOM mode. Valid values:
disable
,enable
. - apache
Mode String - Set apache mode. event - Apache event mode. prefork - Apache prefork mode. Valid values:
event
,prefork
. - api
Ip StringBinding - Enable/disable source IP check for JSON API request. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - clone
Name StringOption - set the clone object names option. default - Add a prefix of 'Clone of' to the clone name. keep - Keep the original name for user to edit. Valid values:
default
,keep
. - clt
Cert StringReq - Require client certificate for GUI login. disable - Disable setting. enable - Require client certificate for GUI login. optional - Optional client certificate for GUI login. Valid values:
disable
,enable
,optional
. - console
Output String - Console output mode. standard - Standard output. more - More page output. Valid values:
standard
,more
. - contentpack
Fgt StringInstall - Enable/disable outbreak alert auto install for FGT ADOMS . disable - Disable the sql report auto outbreak auto install. enable - Enable the sql report auto outbreak auto install. Valid values:
disable
,enable
. - country
Flag String - Country flag Status. disable - Disable country flag icon beside ip address. enable - Enable country flag icon beside ip address. Valid values:
disable
,enable
. - create
Revision String - Enable/disable create revision by default. disable - Disable create revision by default. enable - Enable create revision by default. Valid values:
disable
,enable
. - daylightsavetime String
- Enable/disable daylight saving time. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - detect
Unregistered StringLog Device - Detect unregistered logging device from log message. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - device
View StringMode - Set devices/groups view mode. regular - Regular view mode. tree - Tree view mode. Valid values:
regular
,tree
. - dh
Params String - Minimum size of Diffie-Hellman prime for SSH/HTTPS (bits). 1024 - 1024 bits. 1536 - 1536 bits. 2048 - 2048 bits. 3072 - 3072 bits. 4096 - 4096 bits. 6144 - 6144 bits. 8192 - 8192 bits. Valid values:
1024
,1536
,2048
,3072
,4096
,6144
,8192
. - disable
Modules List<String> - Disable module list. fortiview-noc - FortiView/NOC-SOC module. fortirecorder - FortiRecorder module. siem - SIEM module. soc - SOC module. ai - AI module. Valid values:
fortiview-noc
,fortirecorder
,siem
,soc
,ai
. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- enc
Algorithm String - SSL communication encryption algorithms. low - SSL communication using all available encryption algorithms. medium - SSL communication using high and medium encryption algorithms. high - SSL communication using high encryption algorithms. Valid values:
low
,medium
,high
. - fabric
Storage DoublePool Quota - Disk quota for Fabric (MB).
- fabric
Storage DoublePool Size - Max storage pooll size
- faz
Status String - FAZ status. disable - Disable FAZ feature. enable - Enable FAZ feature. Valid values:
disable
,enable
. - fcp
Cfg StringService - Enable/disable FCP service processing configuration requests disable - FCP service doesn't process configuration requests from web enable - FCP service processes configuration requests from web. Valid values:
disable
,enable
. - fgfm
Ca StringCert - set the extra fgfm CA certificates.
- fgfm
Cert StringExclusive - set if the local or CA certificates should be used exclusively. disable - Used certificate best-effort. enable - Used certificate exclusive. Valid values:
disable
,enable
. - fgfm
Deny StringUnknown - set if allow devices with unknown SN actively register as an unauthorized device. disable - Allow devices with unknown SN to actively register as an unauthorized device. enable - Deny devices with unknown SN to actively register as an unauthorized device. Valid values:
disable
,enable
. - fgfm
Local StringCert - set the fgfm local certificate.
- fgfm
Peercert StringWithoutsn - set if the subject CN or SAN of peer's SSL certificate sent in FGFM should include the serial number of the device. disable - Peer's certificate must include serial number in subject CN or SAN. enable - Peer's certificate might not include serial number in subject CN or SAN. Valid values:
disable
,enable
. - fgfm
Ssl StringProtocol - set the lowest SSL protocols for fgfmsd. 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
. - fortiservice
Port Double - FortiService port (1 - 65535, default = 8013). Used by FortiClient endpoint compliance. Older versions of FortiClient used a different port.
- global
Ssl StringProtocol - set the lowest SSL protocol version for all SSL connections. 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
. - gui
Curl DoubleTimeout - GUI curl timeout in seconds (5-300 default 30).
- gui
Polling DoubleInterval - GUI polling interval in seconds (1-288000 default 5).
- ha
Member StringAuto Grouping - Enable/disable automatically group HA members feature disable - Disable automatically grouping HA members feature. enable - Enable automatically grouping HA members only when group name is unique in your network. Valid values:
disable
,enable
. - hostname String
- System hostname.
- httpd
Ssl List<String>Protocols - set SSL protocols for apache daemon (httpd) sslv3 - Enable SSLv3. tlsv1.0 - Enable TLSv1.0. tlsv1.1 - Enable TLSv1.1. tlsv1.2 - Enable TLSv1.2. tlsv1.3 - Enable TLSv1.3. Valid values:
sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - import
Ignore StringAddr Cmt - Enable/Disable import ignore of address comments. disable - Disable import ignore of address comments. enable - Enable import ignore of address comments. Valid values:
disable
,enable
. - jsonapi
Log String - enable jsonapi log. disable - disable jsonapi log. request - logging jsonapi request. response - logging jsonapi response. all - logging both jsonapi request & response. Valid values:
disable
,request
,response
,all
. - language String
- System global language. english - English simch - Simplified Chinese japanese - Japanese korean - Korean spanish - Spanish trach - Traditional Chinese Valid values:
english
,simch
,japanese
,korean
,spanish
,trach
. - latitude String
- fmg location latitude
- ldap
Cache DoubleTimeout - LDAP browser cache timeout (seconds).
- ldapconntimeout Double
- LDAP connection timeout (msec).
- lock
Preempt String - Enable/disable ADOM lock override. disable - Disable lock preempt. enable - Enable lock preempt. Valid values:
disable
,enable
. - log
Checksum String - Record log file hash value, timestamp, and authentication code at transmission or rolling. none - No record log file checksum. md5 - Record log file's MD5 hash value only. md5-auth - Record log file's MD5 hash value and authentication code. Valid values:
none
,md5
,md5-auth
. - log
Checksum StringUpload - Enable/disable upload log checksum with log files. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - log
Forward DoubleCache Size - Log forwarding disk cache size (GB).
- longitude String
- fmg location longitude
- management
Ip String - Management IP address of this FortiGate. Used to log into this FortiGate from another FortiGate in the Security Fabric.
- management
Port Double - Overriding port for management connection (Overrides admin port).
- mapclient
Ssl StringProtocol - set the lowest SSL protocol version for connection to mapserver. follow-global-ssl-protocol - Follow system.global.global-ssl-protocol setting (default). 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. tlsv1.3 - set TLSv1.3 as the lowest version. Valid values:
follow-global-ssl-protocol
,sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - max
Log DoubleForward - Maximum number of log-forward and aggregation settings.
- max
Running DoubleReports - Maximum number of reports generating at one time.
- mc
Policy List<SystemDisabled Adoms Global Mc Policy Disabled Adom> - Mc-Policy-Disabled-Adoms. The structure of
mc_policy_disabled_adoms
block is documented below. - multiple
Steps StringUpgrade In Autolink - Enable/disable multiple steps upgade in autolink process disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - no
Copy StringPermission Check - Do not perform permission check to block object changes in different adom during copy and install. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - no
Vip StringValue Check - Enable/disable skipping policy instead of throwing error when vip has no default or dynamic mapping during policy copy disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - normalized
Intf StringZone Only - allow normalized interface to be zone only. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - object
Revision DoubleDb Max - Maximum revisions for a single database (10,000-1,000,000 default 100,000).
- object
Revision StringMandatory Note - Enable/disable mandatory note when create revision. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - object
Revision DoubleObject Max - Maximum revisions for a single object (10-1000 default 100).
- object
Revision StringStatus - Enable/disable create revision when modify objects. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - oftp
Ssl StringProtocol - set the lowest SSL protocols for oftpd. 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
. - partial
Install String - Enable/Disable partial install (install some objects). disable - Disable partial install function. enable - Enable partial install function. Valid values:
disable
,enable
. - partial
Install StringForce - Enable/Disable partial install when devdb is modified. disable - Disable partial install when devdb is modified. enable - Enable partial install when devdb is modified. Valid values:
disable
,enable
. - partial
Install StringRev - Enable/Disable auto creating adom revision for partial install. disable - Disable partial install revision. enable - Enable partial install revision. Valid values:
disable
,enable
. - per
Policy StringLock - Enable/Disable per policy lock. disable - Disable per policy lock. enable - Enable per policy lock. Valid values:
disable
,enable
. - perform
Improve StringBy Ha - Enable/Disable performance improvement by distributing tasks to HA secondary units. disable - Disable performance improvement by HA. enable - Enable performance improvement by HA. Valid values:
disable
,enable
. - policy
Object StringIcon - show icons of policy objects. disable - Disable icon of policy objects. enable - Enable icon of policy objects. Valid values:
disable
,enable
. - policy
Object StringIn Dual Pane - show policies and objects in dual pane. disable - Disable polices and objects in dual pane. enable - Enable polices and objects in dual pane. Valid values:
disable
,enable
. - String
- Enable/disable pre-login banner. disable - Disable pre-login banner. enable - Enable pre-login banner. Valid values:
disable
,enable
. - String
- Pre-login banner message.
- private
Data StringEncryption - Enable/disable private data encryption using an AES 128-bit key. disable - Disable private data encryption using an AES 128-bit key. enable - Enable private data encryption using an AES 128-bit key. Valid values:
disable
,enable
. - remoteauthtimeout Double
- Remote authentication (RADIUS/LDAP) timeout (sec).
- save
Last StringHit In Adomdb - Enable/Disable save last-hit value in adomdb. disable - Disable save last-hit value in adomdb. enable - Enable save last-hit value in adomdb. Valid values:
disable
,enable
. - search
All StringAdoms - Enable/Disable Search all ADOMs for where-used query. disable - Disable search all ADOMs for where-used queries. enable - Enable search all ADOMs for where-used queries. Valid values:
disable
,enable
. - ssh
Enc List<String>Algos - Select one or more SSH ciphers. chacha20-poly1305@openssh.com - aes128-ctr - aes192-ctr - aes256-ctr - arcfour256 - arcfour128 - aes128-cbc - 3des-cbc - blowfish-cbc - cast128-cbc - aes192-cbc - aes256-cbc - arcfour - rijndael-cbc@lysator.liu.se - aes128-gcm@openssh.com - aes256-gcm@openssh.com - Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - ssh
Hostkey List<String>Algos - Select one or more SSH hostkey algorithms. ssh-rsa - ecdsa-sha2-nistp521 - rsa-sha2-256 - rsa-sha2-512 - ssh-ed25519 - Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - ssh
Kex List<String>Algos - Select one or more SSH kex algorithms. diffie-hellman-group1-sha1 - diffie-hellman-group14-sha1 - diffie-hellman-group14-sha256 - diffie-hellman-group16-sha512 - diffie-hellman-group18-sha512 - diffie-hellman-group-exchange-sha1 - diffie-hellman-group-exchange-sha256 - curve25519-sha256@libssh.org - ecdh-sha2-nistp256 - ecdh-sha2-nistp384 - ecdh-sha2-nistp521 - Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - ssh
Mac List<String>Algos - Select one or more SSH MAC algorithms. hmac-md5 - hmac-md5-etm@openssh.com - hmac-md5-96 - hmac-md5-96-etm@openssh.com - hmac-sha1 - hmac-sha1-etm@openssh.com - hmac-sha2-256 - hmac-sha2-256-etm@openssh.com - hmac-sha2-512 - hmac-sha2-512-etm@openssh.com - hmac-ripemd160 - hmac-ripemd160@openssh.com - hmac-ripemd160-etm@openssh.com - umac-64@openssh.com - umac-128@openssh.com - umac-64-etm@openssh.com - umac-128-etm@openssh.com - Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - ssh
Strong StringCrypto - Only allow strong ciphers for SSH when enabled. disable - Disable strong crypto for SSH. enable - Enable strong crypto for SSH. Valid values:
disable
,enable
. - ssl
Cipher List<SystemSuites Global Ssl Cipher Suite> - Ssl-Cipher-Suites. The structure of
ssl_cipher_suites
block is documented below. - ssl
Low StringEncryption - SSL low-grade encryption. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - ssl
Protocols List<String> - SSL protocols. tlsv1.3 - Enable TLSv1.3. tlsv1.2 - Enable TLSv1.2. tlsv1.1 - Enable TLSv1.1. tlsv1.0 - Enable TLSv1.0. sslv3 - Enable SSLv3. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
. - ssl
Static StringKey Ciphers - Enable/disable SSL static key ciphers. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - system
Global StringId - an identifier for the resource.
- table
Entry StringBlink - Enable/disable table entry blink in GUI disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - task
List DoubleSize - Maximum number of completed tasks to keep.
- tftp String
- Enable/disable TFTP in
exec restore image
command (disabled by default in FIPS mode) disable - Disable TFTP enable - Enable TFTP Valid values:disable
,enable
. - timezone String
- Time zone. 00 - (GMT-12:00) Eniwetak, Kwajalein. 01 - (GMT-11:00) Midway Island, Samoa. 02 - (GMT-10:00) Hawaii. 03 - (GMT-9:00) Alaska. 04 - (GMT-8:00) Pacific Time (US & Canada). 05 - (GMT-7:00) Arizona. 06 - (GMT-7:00) Mountain Time (US & Canada). 07 - (GMT-6:00) Central America. 08 - (GMT-6:00) Central Time (US & Canada). 09 - (GMT-6:00) Mexico City. 10 - (GMT-6:00) Saskatchewan. 11 - (GMT-5:00) Bogota, Lima, Quito. 12 - (GMT-5:00) Eastern Time (US & Canada). 13 - (GMT-5:00) Indiana (East). 14 - (GMT-4:00) Atlantic Time (Canada). 15 - (GMT-4:00) La Paz. 16 - (GMT-4:00) Santiago. 17 - (GMT-3:30) Newfoundland. 18 - (GMT-3:00) Brasilia. 19 - (GMT-3:00) Buenos Aires, Georgetown. 20 - (GMT-3:00) Nuuk (Greenland). 21 - (GMT-2:00) Mid-Atlantic (Deprecated). 22 - (GMT-1:00) Azores. 23 - (GMT-1:00) Cape Verde Is. 24 - (GMT) Monrovia. 25 - (GMT) London, Edinburgh. 26 - (GMT+1:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna. 27 - (GMT+1:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague. 28 - (GMT+1:00) Brussels, Copenhagen, Madrid, Paris. 29 - (GMT+1:00) Sarajevo, Skopje, Warsaw, Zagreb. 30 - (GMT+1:00) West Central Africa. 31 - (GMT+2:00) Athens, Sofia, Vilnius. 32 - (GMT+2:00) Bucharest. 33 - (GMT+2:00) Cairo. 34 - (GMT+2:00) Harare, Pretoria. 35 - (GMT+2:00) Helsinki, Riga,Tallinn. 36 - (GMT+2:00) Jerusalem. 37 - (GMT+3:00) Baghdad. 38 - (GMT+3:00) Kuwait, Riyadh. 39 - (GMT+3:00) St.Petersburg, Volgograd. 40 - (GMT+3:00) Nairobi. 41 - (GMT+3:30) Tehran. 42 - (GMT+4:00) Abu Dhabi, Muscat. 43 - (GMT+4:00) Baku. 44 - (GMT+4:30) Kabul. 45 - (GMT+5:00) Ekaterinburg. 46 - (GMT+5:00) Islamabad, Karachi, Tashkent. 47 - (GMT+5:30) Calcutta, Chennai, Mumbai, New Delhi. 48 - (GMT+5:45) Kathmandu. 49 - (GMT+6:00) Almaty, Novosibirsk. 50 - (GMT+6:00) Astana, Dhaka. 51 - (GMT+5:30) Sri Jayawardenepura. 52 - (GMT+6:30) Rangoon. 53 - (GMT+7:00) Bangkok, Hanoi, Jakarta. 54 - (GMT+7:00) Krasnoyarsk. 55 - (GMT+8:00) Beijing, ChongQing, HongKong, Urumqi. 56 - (GMT+8:00) Irkutsk, Ulaanbaatar. 57 - (GMT+8:00) Kuala Lumpur, Singapore. 58 - (GMT+8:00) Perth. 59 - (GMT+8:00) Taipei. 60 - (GMT+9:00) Osaka, Sapporo, Tokyo, Seoul. 61 - (GMT+9:00) Yakutsk. 62 - (GMT+9:30) Adelaide. 63 - (GMT+9:30) Darwin. 64 - (GMT+10:00) Brisbane. 65 - (GMT+10:00) Canberra, Melbourne, Sydney. 66 - (GMT+10:00) Guam, Port Moresby. 67 - (GMT+10:00) Hobart. 68 - (GMT+10:00) Vladivostok. 69 - (GMT+11:00) Magadan. 70 - (GMT+11:00) Solomon Is., New Caledonia. 71 - (GMT+12:00) Auckland, Wellington. 72 - (GMT+12:00) Fiji, Kamchatka, Marshall Is. 73 - (GMT+13:00) Nuku'alofa. 74 - (GMT-4:30) Caracas. 75 - (GMT+1:00) Namibia. 76 - (GMT-5:00) Brazil-Acre. 77 - (GMT-4:00) Brazil-West. 78 - (GMT-3:00) Brazil-East. 79 - (GMT-2:00) Brazil-DeNoronha. 80 - (GMT+14:00) Kiritimati. 81 - (GMT-7:00) Baja California Sur, Chihuahua. 82 - (GMT+12:45) Chatham Islands. 83 - (GMT+3:00) Minsk. 84 - (GMT+13:00) Samoa. 85 - (GMT+3:00) Istanbul. 86 - (GMT-4:00) Paraguay. 87 - (GMT) Casablanca. 88 - (GMT+3:00) Moscow. 89 - (GMT) Greenwich Mean Time. 90 - (GMT) Dublin. 91 - (GMT) Lisbon. Valid values:
00
,01
,02
,03
,04
,05
,06
,07
,08
,09
,10
,11
,12
,13
,14
,15
,16
,17
,18
,19
,20
,21
,22
,23
,24
,25
,26
,27
,28
,29
,30
,31
,32
,33
,34
,35
,36
,37
,38
,39
,40
,41
,42
,43
,44
,45
,46
,47
,48
,49
,50
,51
,52
,53
,54
,55
,56
,57
,58
,59
,60
,61
,62
,63
,64
,65
,66
,67
,68
,69
,70
,71
,72
,73
,74
,75
,76
,77
,78
,79
,80
,81
,82
,83
,84
,85
,86
,87
,88
,89
,90
,91
. - tunnel
Mtu Double - Maximum transportation unit(68 - 9000).
- usg String
- Enable/disable Fortiguard server restriction. disable - Contact any Fortiguard server enable - Contact Fortiguard server in USA only Valid values:
disable
,enable
. - vdom
Mirror String - VDOM mirror. disable - Disable VDOM mirror function. enable - Enable VDOM mirror function. Valid values:
disable
,enable
. - webservice
Protos List<String> - Web Service connection support SSL protocols. tlsv1.3 - Web Service connection using TLSv1.3 protocol. tlsv1.2 - Web Service connection using TLSv1.2 protocol. tlsv1.1 - Web Service connection using TLSv1.1 protocol. tlsv1.0 - Web Service connection using TLSv1.0 protocol. sslv3 - Web Service connection using SSLv3 protocol. sslv2 - Web Service connection using SSLv2 protocol. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
,sslv2
. - workflow
Max DoubleSessions - Maximum number of workflow sessions per ADOM (minimum 100).
- workspace
Mode String - Set workspace mode. disabled - Workspace disabled. normal - Workspace lock mode. workflow - Workspace workflow mode. per-adom - Per-Adom workspace mode. Valid values:
disabled
,normal
,workflow
,per-adom
. - workspace
Unlock StringAfter Install - Enable/disable ADOM auto-unlock after device installation. disable - Disable automatically unlock adom after device installation. enable - Enable automatically unlock adom after device installation. Valid values:
disable
,enable
.
- admin
Host string - Administrative host for HTTP and HTTPs. When set, will be used in lieu of the client's Host header for any redirection.
- admin
Lockout numberDuration - Lockout duration(sec) for administration.
- admin
Lockout stringMethod - Lockout method for administration. ip - Lockout by IP user - Lockout by user Valid values:
ip
,user
. - admin
Lockout numberThreshold - Lockout threshold for administration.
- admin
Ssh numberGrace Time - Maximum time in seconds permitted between making an SSH connection to the FortiManager unit and authenticating (10 - 3600 sec (1 hour), default 120).
- adom
Mode string - ADOM mode. normal - Normal ADOM mode. advanced - Advanced ADOM mode. Valid values:
normal
,advanced
. - adom
Rev stringAuto Delete - Auto delete features for old ADOM revisions. disable - Disable auto delete function for ADOM revision. by-revisions - Auto delete ADOM revisions by maximum number of revisions. by-days - Auto delete ADOM revisions by maximum days. Valid values:
disable
,by-revisions
,by-days
. - adom
Rev numberMax Backup Revisions - Maximum number of ADOM revisions to backup.
- adom
Rev numberMax Days - Number of days to keep old ADOM revisions.
- adom
Rev numberMax Revisions - Maximum number of ADOM revisions to keep.
- adom
Select string - Enable/disable select ADOM after login. disable - Disable select ADOM after login. enable - Enable select ADOM after login. Valid values:
disable
,enable
. - adom
Status string - ADOM status. disable - Disable ADOM mode. enable - Enable ADOM mode. Valid values:
disable
,enable
. - apache
Mode string - Set apache mode. event - Apache event mode. prefork - Apache prefork mode. Valid values:
event
,prefork
. - api
Ip stringBinding - Enable/disable source IP check for JSON API request. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - clone
Name stringOption - set the clone object names option. default - Add a prefix of 'Clone of' to the clone name. keep - Keep the original name for user to edit. Valid values:
default
,keep
. - clt
Cert stringReq - Require client certificate for GUI login. disable - Disable setting. enable - Require client certificate for GUI login. optional - Optional client certificate for GUI login. Valid values:
disable
,enable
,optional
. - console
Output string - Console output mode. standard - Standard output. more - More page output. Valid values:
standard
,more
. - contentpack
Fgt stringInstall - Enable/disable outbreak alert auto install for FGT ADOMS . disable - Disable the sql report auto outbreak auto install. enable - Enable the sql report auto outbreak auto install. Valid values:
disable
,enable
. - country
Flag string - Country flag Status. disable - Disable country flag icon beside ip address. enable - Enable country flag icon beside ip address. Valid values:
disable
,enable
. - create
Revision string - Enable/disable create revision by default. disable - Disable create revision by default. enable - Enable create revision by default. Valid values:
disable
,enable
. - daylightsavetime string
- Enable/disable daylight saving time. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - detect
Unregistered stringLog Device - Detect unregistered logging device from log message. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - device
View stringMode - Set devices/groups view mode. regular - Regular view mode. tree - Tree view mode. Valid values:
regular
,tree
. - dh
Params string - Minimum size of Diffie-Hellman prime for SSH/HTTPS (bits). 1024 - 1024 bits. 1536 - 1536 bits. 2048 - 2048 bits. 3072 - 3072 bits. 4096 - 4096 bits. 6144 - 6144 bits. 8192 - 8192 bits. Valid values:
1024
,1536
,2048
,3072
,4096
,6144
,8192
. - disable
Modules string[] - Disable module list. fortiview-noc - FortiView/NOC-SOC module. fortirecorder - FortiRecorder module. siem - SIEM module. soc - SOC module. ai - AI module. Valid values:
fortiview-noc
,fortirecorder
,siem
,soc
,ai
. - dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- enc
Algorithm string - SSL communication encryption algorithms. low - SSL communication using all available encryption algorithms. medium - SSL communication using high and medium encryption algorithms. high - SSL communication using high encryption algorithms. Valid values:
low
,medium
,high
. - fabric
Storage numberPool Quota - Disk quota for Fabric (MB).
- fabric
Storage numberPool Size - Max storage pooll size
- faz
Status string - FAZ status. disable - Disable FAZ feature. enable - Enable FAZ feature. Valid values:
disable
,enable
. - fcp
Cfg stringService - Enable/disable FCP service processing configuration requests disable - FCP service doesn't process configuration requests from web enable - FCP service processes configuration requests from web. Valid values:
disable
,enable
. - fgfm
Ca stringCert - set the extra fgfm CA certificates.
- fgfm
Cert stringExclusive - set if the local or CA certificates should be used exclusively. disable - Used certificate best-effort. enable - Used certificate exclusive. Valid values:
disable
,enable
. - fgfm
Deny stringUnknown - set if allow devices with unknown SN actively register as an unauthorized device. disable - Allow devices with unknown SN to actively register as an unauthorized device. enable - Deny devices with unknown SN to actively register as an unauthorized device. Valid values:
disable
,enable
. - fgfm
Local stringCert - set the fgfm local certificate.
- fgfm
Peercert stringWithoutsn - set if the subject CN or SAN of peer's SSL certificate sent in FGFM should include the serial number of the device. disable - Peer's certificate must include serial number in subject CN or SAN. enable - Peer's certificate might not include serial number in subject CN or SAN. Valid values:
disable
,enable
. - fgfm
Ssl stringProtocol - set the lowest SSL protocols for fgfmsd. 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
. - fortiservice
Port number - FortiService port (1 - 65535, default = 8013). Used by FortiClient endpoint compliance. Older versions of FortiClient used a different port.
- global
Ssl stringProtocol - set the lowest SSL protocol version for all SSL connections. 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
. - gui
Curl numberTimeout - GUI curl timeout in seconds (5-300 default 30).
- gui
Polling numberInterval - GUI polling interval in seconds (1-288000 default 5).
- ha
Member stringAuto Grouping - Enable/disable automatically group HA members feature disable - Disable automatically grouping HA members feature. enable - Enable automatically grouping HA members only when group name is unique in your network. Valid values:
disable
,enable
. - hostname string
- System hostname.
- httpd
Ssl string[]Protocols - set SSL protocols for apache daemon (httpd) sslv3 - Enable SSLv3. tlsv1.0 - Enable TLSv1.0. tlsv1.1 - Enable TLSv1.1. tlsv1.2 - Enable TLSv1.2. tlsv1.3 - Enable TLSv1.3. Valid values:
sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - import
Ignore stringAddr Cmt - Enable/Disable import ignore of address comments. disable - Disable import ignore of address comments. enable - Enable import ignore of address comments. Valid values:
disable
,enable
. - jsonapi
Log string - enable jsonapi log. disable - disable jsonapi log. request - logging jsonapi request. response - logging jsonapi response. all - logging both jsonapi request & response. Valid values:
disable
,request
,response
,all
. - language string
- System global language. english - English simch - Simplified Chinese japanese - Japanese korean - Korean spanish - Spanish trach - Traditional Chinese Valid values:
english
,simch
,japanese
,korean
,spanish
,trach
. - latitude string
- fmg location latitude
- ldap
Cache numberTimeout - LDAP browser cache timeout (seconds).
- ldapconntimeout number
- LDAP connection timeout (msec).
- lock
Preempt string - Enable/disable ADOM lock override. disable - Disable lock preempt. enable - Enable lock preempt. Valid values:
disable
,enable
. - log
Checksum string - Record log file hash value, timestamp, and authentication code at transmission or rolling. none - No record log file checksum. md5 - Record log file's MD5 hash value only. md5-auth - Record log file's MD5 hash value and authentication code. Valid values:
none
,md5
,md5-auth
. - log
Checksum stringUpload - Enable/disable upload log checksum with log files. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - log
Forward numberCache Size - Log forwarding disk cache size (GB).
- longitude string
- fmg location longitude
- management
Ip string - Management IP address of this FortiGate. Used to log into this FortiGate from another FortiGate in the Security Fabric.
- management
Port number - Overriding port for management connection (Overrides admin port).
- mapclient
Ssl stringProtocol - set the lowest SSL protocol version for connection to mapserver. follow-global-ssl-protocol - Follow system.global.global-ssl-protocol setting (default). 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. tlsv1.3 - set TLSv1.3 as the lowest version. Valid values:
follow-global-ssl-protocol
,sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - max
Log numberForward - Maximum number of log-forward and aggregation settings.
- max
Running numberReports - Maximum number of reports generating at one time.
- mc
Policy SystemDisabled Adoms Global Mc Policy Disabled Adom[] - Mc-Policy-Disabled-Adoms. The structure of
mc_policy_disabled_adoms
block is documented below. - multiple
Steps stringUpgrade In Autolink - Enable/disable multiple steps upgade in autolink process disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - no
Copy stringPermission Check - Do not perform permission check to block object changes in different adom during copy and install. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - no
Vip stringValue Check - Enable/disable skipping policy instead of throwing error when vip has no default or dynamic mapping during policy copy disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - normalized
Intf stringZone Only - allow normalized interface to be zone only. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - object
Revision numberDb Max - Maximum revisions for a single database (10,000-1,000,000 default 100,000).
- object
Revision stringMandatory Note - Enable/disable mandatory note when create revision. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - object
Revision numberObject Max - Maximum revisions for a single object (10-1000 default 100).
- object
Revision stringStatus - Enable/disable create revision when modify objects. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - oftp
Ssl stringProtocol - set the lowest SSL protocols for oftpd. 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
. - partial
Install string - Enable/Disable partial install (install some objects). disable - Disable partial install function. enable - Enable partial install function. Valid values:
disable
,enable
. - partial
Install stringForce - Enable/Disable partial install when devdb is modified. disable - Disable partial install when devdb is modified. enable - Enable partial install when devdb is modified. Valid values:
disable
,enable
. - partial
Install stringRev - Enable/Disable auto creating adom revision for partial install. disable - Disable partial install revision. enable - Enable partial install revision. Valid values:
disable
,enable
. - per
Policy stringLock - Enable/Disable per policy lock. disable - Disable per policy lock. enable - Enable per policy lock. Valid values:
disable
,enable
. - perform
Improve stringBy Ha - Enable/Disable performance improvement by distributing tasks to HA secondary units. disable - Disable performance improvement by HA. enable - Enable performance improvement by HA. Valid values:
disable
,enable
. - policy
Object stringIcon - show icons of policy objects. disable - Disable icon of policy objects. enable - Enable icon of policy objects. Valid values:
disable
,enable
. - policy
Object stringIn Dual Pane - show policies and objects in dual pane. disable - Disable polices and objects in dual pane. enable - Enable polices and objects in dual pane. Valid values:
disable
,enable
. - string
- Enable/disable pre-login banner. disable - Disable pre-login banner. enable - Enable pre-login banner. Valid values:
disable
,enable
. - string
- Pre-login banner message.
- private
Data stringEncryption - Enable/disable private data encryption using an AES 128-bit key. disable - Disable private data encryption using an AES 128-bit key. enable - Enable private data encryption using an AES 128-bit key. Valid values:
disable
,enable
. - remoteauthtimeout number
- Remote authentication (RADIUS/LDAP) timeout (sec).
- save
Last stringHit In Adomdb - Enable/Disable save last-hit value in adomdb. disable - Disable save last-hit value in adomdb. enable - Enable save last-hit value in adomdb. Valid values:
disable
,enable
. - search
All stringAdoms - Enable/Disable Search all ADOMs for where-used query. disable - Disable search all ADOMs for where-used queries. enable - Enable search all ADOMs for where-used queries. Valid values:
disable
,enable
. - ssh
Enc string[]Algos - Select one or more SSH ciphers. chacha20-poly1305@openssh.com - aes128-ctr - aes192-ctr - aes256-ctr - arcfour256 - arcfour128 - aes128-cbc - 3des-cbc - blowfish-cbc - cast128-cbc - aes192-cbc - aes256-cbc - arcfour - rijndael-cbc@lysator.liu.se - aes128-gcm@openssh.com - aes256-gcm@openssh.com - Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - ssh
Hostkey string[]Algos - Select one or more SSH hostkey algorithms. ssh-rsa - ecdsa-sha2-nistp521 - rsa-sha2-256 - rsa-sha2-512 - ssh-ed25519 - Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - ssh
Kex string[]Algos - Select one or more SSH kex algorithms. diffie-hellman-group1-sha1 - diffie-hellman-group14-sha1 - diffie-hellman-group14-sha256 - diffie-hellman-group16-sha512 - diffie-hellman-group18-sha512 - diffie-hellman-group-exchange-sha1 - diffie-hellman-group-exchange-sha256 - curve25519-sha256@libssh.org - ecdh-sha2-nistp256 - ecdh-sha2-nistp384 - ecdh-sha2-nistp521 - Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - ssh
Mac string[]Algos - Select one or more SSH MAC algorithms. hmac-md5 - hmac-md5-etm@openssh.com - hmac-md5-96 - hmac-md5-96-etm@openssh.com - hmac-sha1 - hmac-sha1-etm@openssh.com - hmac-sha2-256 - hmac-sha2-256-etm@openssh.com - hmac-sha2-512 - hmac-sha2-512-etm@openssh.com - hmac-ripemd160 - hmac-ripemd160@openssh.com - hmac-ripemd160-etm@openssh.com - umac-64@openssh.com - umac-128@openssh.com - umac-64-etm@openssh.com - umac-128-etm@openssh.com - Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - ssh
Strong stringCrypto - Only allow strong ciphers for SSH when enabled. disable - Disable strong crypto for SSH. enable - Enable strong crypto for SSH. Valid values:
disable
,enable
. - ssl
Cipher SystemSuites Global Ssl Cipher Suite[] - Ssl-Cipher-Suites. The structure of
ssl_cipher_suites
block is documented below. - ssl
Low stringEncryption - SSL low-grade encryption. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - ssl
Protocols string[] - SSL protocols. tlsv1.3 - Enable TLSv1.3. tlsv1.2 - Enable TLSv1.2. tlsv1.1 - Enable TLSv1.1. tlsv1.0 - Enable TLSv1.0. sslv3 - Enable SSLv3. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
. - ssl
Static stringKey Ciphers - Enable/disable SSL static key ciphers. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - system
Global stringId - an identifier for the resource.
- table
Entry stringBlink - Enable/disable table entry blink in GUI disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - task
List numberSize - Maximum number of completed tasks to keep.
- tftp string
- Enable/disable TFTP in
exec restore image
command (disabled by default in FIPS mode) disable - Disable TFTP enable - Enable TFTP Valid values:disable
,enable
. - timezone string
- Time zone. 00 - (GMT-12:00) Eniwetak, Kwajalein. 01 - (GMT-11:00) Midway Island, Samoa. 02 - (GMT-10:00) Hawaii. 03 - (GMT-9:00) Alaska. 04 - (GMT-8:00) Pacific Time (US & Canada). 05 - (GMT-7:00) Arizona. 06 - (GMT-7:00) Mountain Time (US & Canada). 07 - (GMT-6:00) Central America. 08 - (GMT-6:00) Central Time (US & Canada). 09 - (GMT-6:00) Mexico City. 10 - (GMT-6:00) Saskatchewan. 11 - (GMT-5:00) Bogota, Lima, Quito. 12 - (GMT-5:00) Eastern Time (US & Canada). 13 - (GMT-5:00) Indiana (East). 14 - (GMT-4:00) Atlantic Time (Canada). 15 - (GMT-4:00) La Paz. 16 - (GMT-4:00) Santiago. 17 - (GMT-3:30) Newfoundland. 18 - (GMT-3:00) Brasilia. 19 - (GMT-3:00) Buenos Aires, Georgetown. 20 - (GMT-3:00) Nuuk (Greenland). 21 - (GMT-2:00) Mid-Atlantic (Deprecated). 22 - (GMT-1:00) Azores. 23 - (GMT-1:00) Cape Verde Is. 24 - (GMT) Monrovia. 25 - (GMT) London, Edinburgh. 26 - (GMT+1:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna. 27 - (GMT+1:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague. 28 - (GMT+1:00) Brussels, Copenhagen, Madrid, Paris. 29 - (GMT+1:00) Sarajevo, Skopje, Warsaw, Zagreb. 30 - (GMT+1:00) West Central Africa. 31 - (GMT+2:00) Athens, Sofia, Vilnius. 32 - (GMT+2:00) Bucharest. 33 - (GMT+2:00) Cairo. 34 - (GMT+2:00) Harare, Pretoria. 35 - (GMT+2:00) Helsinki, Riga,Tallinn. 36 - (GMT+2:00) Jerusalem. 37 - (GMT+3:00) Baghdad. 38 - (GMT+3:00) Kuwait, Riyadh. 39 - (GMT+3:00) St.Petersburg, Volgograd. 40 - (GMT+3:00) Nairobi. 41 - (GMT+3:30) Tehran. 42 - (GMT+4:00) Abu Dhabi, Muscat. 43 - (GMT+4:00) Baku. 44 - (GMT+4:30) Kabul. 45 - (GMT+5:00) Ekaterinburg. 46 - (GMT+5:00) Islamabad, Karachi, Tashkent. 47 - (GMT+5:30) Calcutta, Chennai, Mumbai, New Delhi. 48 - (GMT+5:45) Kathmandu. 49 - (GMT+6:00) Almaty, Novosibirsk. 50 - (GMT+6:00) Astana, Dhaka. 51 - (GMT+5:30) Sri Jayawardenepura. 52 - (GMT+6:30) Rangoon. 53 - (GMT+7:00) Bangkok, Hanoi, Jakarta. 54 - (GMT+7:00) Krasnoyarsk. 55 - (GMT+8:00) Beijing, ChongQing, HongKong, Urumqi. 56 - (GMT+8:00) Irkutsk, Ulaanbaatar. 57 - (GMT+8:00) Kuala Lumpur, Singapore. 58 - (GMT+8:00) Perth. 59 - (GMT+8:00) Taipei. 60 - (GMT+9:00) Osaka, Sapporo, Tokyo, Seoul. 61 - (GMT+9:00) Yakutsk. 62 - (GMT+9:30) Adelaide. 63 - (GMT+9:30) Darwin. 64 - (GMT+10:00) Brisbane. 65 - (GMT+10:00) Canberra, Melbourne, Sydney. 66 - (GMT+10:00) Guam, Port Moresby. 67 - (GMT+10:00) Hobart. 68 - (GMT+10:00) Vladivostok. 69 - (GMT+11:00) Magadan. 70 - (GMT+11:00) Solomon Is., New Caledonia. 71 - (GMT+12:00) Auckland, Wellington. 72 - (GMT+12:00) Fiji, Kamchatka, Marshall Is. 73 - (GMT+13:00) Nuku'alofa. 74 - (GMT-4:30) Caracas. 75 - (GMT+1:00) Namibia. 76 - (GMT-5:00) Brazil-Acre. 77 - (GMT-4:00) Brazil-West. 78 - (GMT-3:00) Brazil-East. 79 - (GMT-2:00) Brazil-DeNoronha. 80 - (GMT+14:00) Kiritimati. 81 - (GMT-7:00) Baja California Sur, Chihuahua. 82 - (GMT+12:45) Chatham Islands. 83 - (GMT+3:00) Minsk. 84 - (GMT+13:00) Samoa. 85 - (GMT+3:00) Istanbul. 86 - (GMT-4:00) Paraguay. 87 - (GMT) Casablanca. 88 - (GMT+3:00) Moscow. 89 - (GMT) Greenwich Mean Time. 90 - (GMT) Dublin. 91 - (GMT) Lisbon. Valid values:
00
,01
,02
,03
,04
,05
,06
,07
,08
,09
,10
,11
,12
,13
,14
,15
,16
,17
,18
,19
,20
,21
,22
,23
,24
,25
,26
,27
,28
,29
,30
,31
,32
,33
,34
,35
,36
,37
,38
,39
,40
,41
,42
,43
,44
,45
,46
,47
,48
,49
,50
,51
,52
,53
,54
,55
,56
,57
,58
,59
,60
,61
,62
,63
,64
,65
,66
,67
,68
,69
,70
,71
,72
,73
,74
,75
,76
,77
,78
,79
,80
,81
,82
,83
,84
,85
,86
,87
,88
,89
,90
,91
. - tunnel
Mtu number - Maximum transportation unit(68 - 9000).
- usg string
- Enable/disable Fortiguard server restriction. disable - Contact any Fortiguard server enable - Contact Fortiguard server in USA only Valid values:
disable
,enable
. - vdom
Mirror string - VDOM mirror. disable - Disable VDOM mirror function. enable - Enable VDOM mirror function. Valid values:
disable
,enable
. - webservice
Protos string[] - Web Service connection support SSL protocols. tlsv1.3 - Web Service connection using TLSv1.3 protocol. tlsv1.2 - Web Service connection using TLSv1.2 protocol. tlsv1.1 - Web Service connection using TLSv1.1 protocol. tlsv1.0 - Web Service connection using TLSv1.0 protocol. sslv3 - Web Service connection using SSLv3 protocol. sslv2 - Web Service connection using SSLv2 protocol. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
,sslv2
. - workflow
Max numberSessions - Maximum number of workflow sessions per ADOM (minimum 100).
- workspace
Mode string - Set workspace mode. disabled - Workspace disabled. normal - Workspace lock mode. workflow - Workspace workflow mode. per-adom - Per-Adom workspace mode. Valid values:
disabled
,normal
,workflow
,per-adom
. - workspace
Unlock stringAfter Install - Enable/disable ADOM auto-unlock after device installation. disable - Disable automatically unlock adom after device installation. enable - Enable automatically unlock adom after device installation. Valid values:
disable
,enable
.
- admin_
host str - Administrative host for HTTP and HTTPs. When set, will be used in lieu of the client's Host header for any redirection.
- admin_
lockout_ floatduration - Lockout duration(sec) for administration.
- admin_
lockout_ strmethod - Lockout method for administration. ip - Lockout by IP user - Lockout by user Valid values:
ip
,user
. - admin_
lockout_ floatthreshold - Lockout threshold for administration.
- admin_
ssh_ floatgrace_ time - Maximum time in seconds permitted between making an SSH connection to the FortiManager unit and authenticating (10 - 3600 sec (1 hour), default 120).
- adom_
mode str - ADOM mode. normal - Normal ADOM mode. advanced - Advanced ADOM mode. Valid values:
normal
,advanced
. - adom_
rev_ strauto_ delete - Auto delete features for old ADOM revisions. disable - Disable auto delete function for ADOM revision. by-revisions - Auto delete ADOM revisions by maximum number of revisions. by-days - Auto delete ADOM revisions by maximum days. Valid values:
disable
,by-revisions
,by-days
. - adom_
rev_ floatmax_ backup_ revisions - Maximum number of ADOM revisions to backup.
- adom_
rev_ floatmax_ days - Number of days to keep old ADOM revisions.
- adom_
rev_ floatmax_ revisions - Maximum number of ADOM revisions to keep.
- adom_
select str - Enable/disable select ADOM after login. disable - Disable select ADOM after login. enable - Enable select ADOM after login. Valid values:
disable
,enable
. - adom_
status str - ADOM status. disable - Disable ADOM mode. enable - Enable ADOM mode. Valid values:
disable
,enable
. - apache_
mode str - Set apache mode. event - Apache event mode. prefork - Apache prefork mode. Valid values:
event
,prefork
. - api_
ip_ strbinding - Enable/disable source IP check for JSON API request. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - clone_
name_ stroption - set the clone object names option. default - Add a prefix of 'Clone of' to the clone name. keep - Keep the original name for user to edit. Valid values:
default
,keep
. - clt_
cert_ strreq - Require client certificate for GUI login. disable - Disable setting. enable - Require client certificate for GUI login. optional - Optional client certificate for GUI login. Valid values:
disable
,enable
,optional
. - console_
output str - Console output mode. standard - Standard output. more - More page output. Valid values:
standard
,more
. - contentpack_
fgt_ strinstall - Enable/disable outbreak alert auto install for FGT ADOMS . disable - Disable the sql report auto outbreak auto install. enable - Enable the sql report auto outbreak auto install. Valid values:
disable
,enable
. - country_
flag str - Country flag Status. disable - Disable country flag icon beside ip address. enable - Enable country flag icon beside ip address. Valid values:
disable
,enable
. - create_
revision str - Enable/disable create revision by default. disable - Disable create revision by default. enable - Enable create revision by default. Valid values:
disable
,enable
. - daylightsavetime str
- Enable/disable daylight saving time. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - detect_
unregistered_ strlog_ device - Detect unregistered logging device from log message. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - device_
view_ strmode - Set devices/groups view mode. regular - Regular view mode. tree - Tree view mode. Valid values:
regular
,tree
. - dh_
params str - Minimum size of Diffie-Hellman prime for SSH/HTTPS (bits). 1024 - 1024 bits. 1536 - 1536 bits. 2048 - 2048 bits. 3072 - 3072 bits. 4096 - 4096 bits. 6144 - 6144 bits. 8192 - 8192 bits. Valid values:
1024
,1536
,2048
,3072
,4096
,6144
,8192
. - disable_
modules Sequence[str] - Disable module list. fortiview-noc - FortiView/NOC-SOC module. fortirecorder - FortiRecorder module. siem - SIEM module. soc - SOC module. ai - AI module. Valid values:
fortiview-noc
,fortirecorder
,siem
,soc
,ai
. - dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- enc_
algorithm str - SSL communication encryption algorithms. low - SSL communication using all available encryption algorithms. medium - SSL communication using high and medium encryption algorithms. high - SSL communication using high encryption algorithms. Valid values:
low
,medium
,high
. - fabric_
storage_ floatpool_ quota - Disk quota for Fabric (MB).
- fabric_
storage_ floatpool_ size - Max storage pooll size
- faz_
status str - FAZ status. disable - Disable FAZ feature. enable - Enable FAZ feature. Valid values:
disable
,enable
. - fcp_
cfg_ strservice - Enable/disable FCP service processing configuration requests disable - FCP service doesn't process configuration requests from web enable - FCP service processes configuration requests from web. Valid values:
disable
,enable
. - fgfm_
ca_ strcert - set the extra fgfm CA certificates.
- fgfm_
cert_ strexclusive - set if the local or CA certificates should be used exclusively. disable - Used certificate best-effort. enable - Used certificate exclusive. Valid values:
disable
,enable
. - fgfm_
deny_ strunknown - set if allow devices with unknown SN actively register as an unauthorized device. disable - Allow devices with unknown SN to actively register as an unauthorized device. enable - Deny devices with unknown SN to actively register as an unauthorized device. Valid values:
disable
,enable
. - fgfm_
local_ strcert - set the fgfm local certificate.
- fgfm_
peercert_ strwithoutsn - set if the subject CN or SAN of peer's SSL certificate sent in FGFM should include the serial number of the device. disable - Peer's certificate must include serial number in subject CN or SAN. enable - Peer's certificate might not include serial number in subject CN or SAN. Valid values:
disable
,enable
. - fgfm_
ssl_ strprotocol - set the lowest SSL protocols for fgfmsd. 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
. - fortiservice_
port float - FortiService port (1 - 65535, default = 8013). Used by FortiClient endpoint compliance. Older versions of FortiClient used a different port.
- global_
ssl_ strprotocol - set the lowest SSL protocol version for all SSL connections. 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
. - gui_
curl_ floattimeout - GUI curl timeout in seconds (5-300 default 30).
- gui_
polling_ floatinterval - GUI polling interval in seconds (1-288000 default 5).
- ha_
member_ strauto_ grouping - Enable/disable automatically group HA members feature disable - Disable automatically grouping HA members feature. enable - Enable automatically grouping HA members only when group name is unique in your network. Valid values:
disable
,enable
. - hostname str
- System hostname.
- httpd_
ssl_ Sequence[str]protocols - set SSL protocols for apache daemon (httpd) sslv3 - Enable SSLv3. tlsv1.0 - Enable TLSv1.0. tlsv1.1 - Enable TLSv1.1. tlsv1.2 - Enable TLSv1.2. tlsv1.3 - Enable TLSv1.3. Valid values:
sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - import_
ignore_ straddr_ cmt - Enable/Disable import ignore of address comments. disable - Disable import ignore of address comments. enable - Enable import ignore of address comments. Valid values:
disable
,enable
. - jsonapi_
log str - enable jsonapi log. disable - disable jsonapi log. request - logging jsonapi request. response - logging jsonapi response. all - logging both jsonapi request & response. Valid values:
disable
,request
,response
,all
. - language str
- System global language. english - English simch - Simplified Chinese japanese - Japanese korean - Korean spanish - Spanish trach - Traditional Chinese Valid values:
english
,simch
,japanese
,korean
,spanish
,trach
. - latitude str
- fmg location latitude
- ldap_
cache_ floattimeout - LDAP browser cache timeout (seconds).
- ldapconntimeout float
- LDAP connection timeout (msec).
- lock_
preempt str - Enable/disable ADOM lock override. disable - Disable lock preempt. enable - Enable lock preempt. Valid values:
disable
,enable
. - log_
checksum str - Record log file hash value, timestamp, and authentication code at transmission or rolling. none - No record log file checksum. md5 - Record log file's MD5 hash value only. md5-auth - Record log file's MD5 hash value and authentication code. Valid values:
none
,md5
,md5-auth
. - log_
checksum_ strupload - Enable/disable upload log checksum with log files. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - log_
forward_ floatcache_ size - Log forwarding disk cache size (GB).
- longitude str
- fmg location longitude
- management_
ip str - Management IP address of this FortiGate. Used to log into this FortiGate from another FortiGate in the Security Fabric.
- management_
port float - Overriding port for management connection (Overrides admin port).
- mapclient_
ssl_ strprotocol - set the lowest SSL protocol version for connection to mapserver. follow-global-ssl-protocol - Follow system.global.global-ssl-protocol setting (default). 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. tlsv1.3 - set TLSv1.3 as the lowest version. Valid values:
follow-global-ssl-protocol
,sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - max_
log_ floatforward - Maximum number of log-forward and aggregation settings.
- max_
running_ floatreports - Maximum number of reports generating at one time.
- mc_
policy_ Sequence[Systemdisabled_ adoms Global Mc Policy Disabled Adom Args] - Mc-Policy-Disabled-Adoms. The structure of
mc_policy_disabled_adoms
block is documented below. - multiple_
steps_ strupgrade_ in_ autolink - Enable/disable multiple steps upgade in autolink process disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - no_
copy_ strpermission_ check - Do not perform permission check to block object changes in different adom during copy and install. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - no_
vip_ strvalue_ check - Enable/disable skipping policy instead of throwing error when vip has no default or dynamic mapping during policy copy disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - normalized_
intf_ strzone_ only - allow normalized interface to be zone only. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - object_
revision_ floatdb_ max - Maximum revisions for a single database (10,000-1,000,000 default 100,000).
- object_
revision_ strmandatory_ note - Enable/disable mandatory note when create revision. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - object_
revision_ floatobject_ max - Maximum revisions for a single object (10-1000 default 100).
- object_
revision_ strstatus - Enable/disable create revision when modify objects. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - oftp_
ssl_ strprotocol - set the lowest SSL protocols for oftpd. 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
. - partial_
install str - Enable/Disable partial install (install some objects). disable - Disable partial install function. enable - Enable partial install function. Valid values:
disable
,enable
. - partial_
install_ strforce - Enable/Disable partial install when devdb is modified. disable - Disable partial install when devdb is modified. enable - Enable partial install when devdb is modified. Valid values:
disable
,enable
. - partial_
install_ strrev - Enable/Disable auto creating adom revision for partial install. disable - Disable partial install revision. enable - Enable partial install revision. Valid values:
disable
,enable
. - per_
policy_ strlock - Enable/Disable per policy lock. disable - Disable per policy lock. enable - Enable per policy lock. Valid values:
disable
,enable
. - perform_
improve_ strby_ ha - Enable/Disable performance improvement by distributing tasks to HA secondary units. disable - Disable performance improvement by HA. enable - Enable performance improvement by HA. Valid values:
disable
,enable
. - policy_
object_ stricon - show icons of policy objects. disable - Disable icon of policy objects. enable - Enable icon of policy objects. Valid values:
disable
,enable
. - policy_
object_ strin_ dual_ pane - show policies and objects in dual pane. disable - Disable polices and objects in dual pane. enable - Enable polices and objects in dual pane. Valid values:
disable
,enable
. - str
- Enable/disable pre-login banner. disable - Disable pre-login banner. enable - Enable pre-login banner. Valid values:
disable
,enable
. - str
- Pre-login banner message.
- private_
data_ strencryption - Enable/disable private data encryption using an AES 128-bit key. disable - Disable private data encryption using an AES 128-bit key. enable - Enable private data encryption using an AES 128-bit key. Valid values:
disable
,enable
. - remoteauthtimeout float
- Remote authentication (RADIUS/LDAP) timeout (sec).
- save_
last_ strhit_ in_ adomdb - Enable/Disable save last-hit value in adomdb. disable - Disable save last-hit value in adomdb. enable - Enable save last-hit value in adomdb. Valid values:
disable
,enable
. - search_
all_ stradoms - Enable/Disable Search all ADOMs for where-used query. disable - Disable search all ADOMs for where-used queries. enable - Enable search all ADOMs for where-used queries. Valid values:
disable
,enable
. - ssh_
enc_ Sequence[str]algos - Select one or more SSH ciphers. chacha20-poly1305@openssh.com - aes128-ctr - aes192-ctr - aes256-ctr - arcfour256 - arcfour128 - aes128-cbc - 3des-cbc - blowfish-cbc - cast128-cbc - aes192-cbc - aes256-cbc - arcfour - rijndael-cbc@lysator.liu.se - aes128-gcm@openssh.com - aes256-gcm@openssh.com - Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - ssh_
hostkey_ Sequence[str]algos - Select one or more SSH hostkey algorithms. ssh-rsa - ecdsa-sha2-nistp521 - rsa-sha2-256 - rsa-sha2-512 - ssh-ed25519 - Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - ssh_
kex_ Sequence[str]algos - Select one or more SSH kex algorithms. diffie-hellman-group1-sha1 - diffie-hellman-group14-sha1 - diffie-hellman-group14-sha256 - diffie-hellman-group16-sha512 - diffie-hellman-group18-sha512 - diffie-hellman-group-exchange-sha1 - diffie-hellman-group-exchange-sha256 - curve25519-sha256@libssh.org - ecdh-sha2-nistp256 - ecdh-sha2-nistp384 - ecdh-sha2-nistp521 - Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - ssh_
mac_ Sequence[str]algos - Select one or more SSH MAC algorithms. hmac-md5 - hmac-md5-etm@openssh.com - hmac-md5-96 - hmac-md5-96-etm@openssh.com - hmac-sha1 - hmac-sha1-etm@openssh.com - hmac-sha2-256 - hmac-sha2-256-etm@openssh.com - hmac-sha2-512 - hmac-sha2-512-etm@openssh.com - hmac-ripemd160 - hmac-ripemd160@openssh.com - hmac-ripemd160-etm@openssh.com - umac-64@openssh.com - umac-128@openssh.com - umac-64-etm@openssh.com - umac-128-etm@openssh.com - Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - ssh_
strong_ strcrypto - Only allow strong ciphers for SSH when enabled. disable - Disable strong crypto for SSH. enable - Enable strong crypto for SSH. Valid values:
disable
,enable
. - ssl_
cipher_ Sequence[Systemsuites Global Ssl Cipher Suite Args] - Ssl-Cipher-Suites. The structure of
ssl_cipher_suites
block is documented below. - ssl_
low_ strencryption - SSL low-grade encryption. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - ssl_
protocols Sequence[str] - SSL protocols. tlsv1.3 - Enable TLSv1.3. tlsv1.2 - Enable TLSv1.2. tlsv1.1 - Enable TLSv1.1. tlsv1.0 - Enable TLSv1.0. sslv3 - Enable SSLv3. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
. - ssl_
static_ strkey_ ciphers - Enable/disable SSL static key ciphers. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - system_
global_ strid - an identifier for the resource.
- table_
entry_ strblink - Enable/disable table entry blink in GUI disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - task_
list_ floatsize - Maximum number of completed tasks to keep.
- tftp str
- Enable/disable TFTP in
exec restore image
command (disabled by default in FIPS mode) disable - Disable TFTP enable - Enable TFTP Valid values:disable
,enable
. - timezone str
- Time zone. 00 - (GMT-12:00) Eniwetak, Kwajalein. 01 - (GMT-11:00) Midway Island, Samoa. 02 - (GMT-10:00) Hawaii. 03 - (GMT-9:00) Alaska. 04 - (GMT-8:00) Pacific Time (US & Canada). 05 - (GMT-7:00) Arizona. 06 - (GMT-7:00) Mountain Time (US & Canada). 07 - (GMT-6:00) Central America. 08 - (GMT-6:00) Central Time (US & Canada). 09 - (GMT-6:00) Mexico City. 10 - (GMT-6:00) Saskatchewan. 11 - (GMT-5:00) Bogota, Lima, Quito. 12 - (GMT-5:00) Eastern Time (US & Canada). 13 - (GMT-5:00) Indiana (East). 14 - (GMT-4:00) Atlantic Time (Canada). 15 - (GMT-4:00) La Paz. 16 - (GMT-4:00) Santiago. 17 - (GMT-3:30) Newfoundland. 18 - (GMT-3:00) Brasilia. 19 - (GMT-3:00) Buenos Aires, Georgetown. 20 - (GMT-3:00) Nuuk (Greenland). 21 - (GMT-2:00) Mid-Atlantic (Deprecated). 22 - (GMT-1:00) Azores. 23 - (GMT-1:00) Cape Verde Is. 24 - (GMT) Monrovia. 25 - (GMT) London, Edinburgh. 26 - (GMT+1:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna. 27 - (GMT+1:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague. 28 - (GMT+1:00) Brussels, Copenhagen, Madrid, Paris. 29 - (GMT+1:00) Sarajevo, Skopje, Warsaw, Zagreb. 30 - (GMT+1:00) West Central Africa. 31 - (GMT+2:00) Athens, Sofia, Vilnius. 32 - (GMT+2:00) Bucharest. 33 - (GMT+2:00) Cairo. 34 - (GMT+2:00) Harare, Pretoria. 35 - (GMT+2:00) Helsinki, Riga,Tallinn. 36 - (GMT+2:00) Jerusalem. 37 - (GMT+3:00) Baghdad. 38 - (GMT+3:00) Kuwait, Riyadh. 39 - (GMT+3:00) St.Petersburg, Volgograd. 40 - (GMT+3:00) Nairobi. 41 - (GMT+3:30) Tehran. 42 - (GMT+4:00) Abu Dhabi, Muscat. 43 - (GMT+4:00) Baku. 44 - (GMT+4:30) Kabul. 45 - (GMT+5:00) Ekaterinburg. 46 - (GMT+5:00) Islamabad, Karachi, Tashkent. 47 - (GMT+5:30) Calcutta, Chennai, Mumbai, New Delhi. 48 - (GMT+5:45) Kathmandu. 49 - (GMT+6:00) Almaty, Novosibirsk. 50 - (GMT+6:00) Astana, Dhaka. 51 - (GMT+5:30) Sri Jayawardenepura. 52 - (GMT+6:30) Rangoon. 53 - (GMT+7:00) Bangkok, Hanoi, Jakarta. 54 - (GMT+7:00) Krasnoyarsk. 55 - (GMT+8:00) Beijing, ChongQing, HongKong, Urumqi. 56 - (GMT+8:00) Irkutsk, Ulaanbaatar. 57 - (GMT+8:00) Kuala Lumpur, Singapore. 58 - (GMT+8:00) Perth. 59 - (GMT+8:00) Taipei. 60 - (GMT+9:00) Osaka, Sapporo, Tokyo, Seoul. 61 - (GMT+9:00) Yakutsk. 62 - (GMT+9:30) Adelaide. 63 - (GMT+9:30) Darwin. 64 - (GMT+10:00) Brisbane. 65 - (GMT+10:00) Canberra, Melbourne, Sydney. 66 - (GMT+10:00) Guam, Port Moresby. 67 - (GMT+10:00) Hobart. 68 - (GMT+10:00) Vladivostok. 69 - (GMT+11:00) Magadan. 70 - (GMT+11:00) Solomon Is., New Caledonia. 71 - (GMT+12:00) Auckland, Wellington. 72 - (GMT+12:00) Fiji, Kamchatka, Marshall Is. 73 - (GMT+13:00) Nuku'alofa. 74 - (GMT-4:30) Caracas. 75 - (GMT+1:00) Namibia. 76 - (GMT-5:00) Brazil-Acre. 77 - (GMT-4:00) Brazil-West. 78 - (GMT-3:00) Brazil-East. 79 - (GMT-2:00) Brazil-DeNoronha. 80 - (GMT+14:00) Kiritimati. 81 - (GMT-7:00) Baja California Sur, Chihuahua. 82 - (GMT+12:45) Chatham Islands. 83 - (GMT+3:00) Minsk. 84 - (GMT+13:00) Samoa. 85 - (GMT+3:00) Istanbul. 86 - (GMT-4:00) Paraguay. 87 - (GMT) Casablanca. 88 - (GMT+3:00) Moscow. 89 - (GMT) Greenwich Mean Time. 90 - (GMT) Dublin. 91 - (GMT) Lisbon. Valid values:
00
,01
,02
,03
,04
,05
,06
,07
,08
,09
,10
,11
,12
,13
,14
,15
,16
,17
,18
,19
,20
,21
,22
,23
,24
,25
,26
,27
,28
,29
,30
,31
,32
,33
,34
,35
,36
,37
,38
,39
,40
,41
,42
,43
,44
,45
,46
,47
,48
,49
,50
,51
,52
,53
,54
,55
,56
,57
,58
,59
,60
,61
,62
,63
,64
,65
,66
,67
,68
,69
,70
,71
,72
,73
,74
,75
,76
,77
,78
,79
,80
,81
,82
,83
,84
,85
,86
,87
,88
,89
,90
,91
. - tunnel_
mtu float - Maximum transportation unit(68 - 9000).
- usg str
- Enable/disable Fortiguard server restriction. disable - Contact any Fortiguard server enable - Contact Fortiguard server in USA only Valid values:
disable
,enable
. - vdom_
mirror str - VDOM mirror. disable - Disable VDOM mirror function. enable - Enable VDOM mirror function. Valid values:
disable
,enable
. - webservice_
protos Sequence[str] - Web Service connection support SSL protocols. tlsv1.3 - Web Service connection using TLSv1.3 protocol. tlsv1.2 - Web Service connection using TLSv1.2 protocol. tlsv1.1 - Web Service connection using TLSv1.1 protocol. tlsv1.0 - Web Service connection using TLSv1.0 protocol. sslv3 - Web Service connection using SSLv3 protocol. sslv2 - Web Service connection using SSLv2 protocol. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
,sslv2
. - workflow_
max_ floatsessions - Maximum number of workflow sessions per ADOM (minimum 100).
- workspace_
mode str - Set workspace mode. disabled - Workspace disabled. normal - Workspace lock mode. workflow - Workspace workflow mode. per-adom - Per-Adom workspace mode. Valid values:
disabled
,normal
,workflow
,per-adom
. - workspace_
unlock_ strafter_ install - Enable/disable ADOM auto-unlock after device installation. disable - Disable automatically unlock adom after device installation. enable - Enable automatically unlock adom after device installation. Valid values:
disable
,enable
.
- admin
Host String - Administrative host for HTTP and HTTPs. When set, will be used in lieu of the client's Host header for any redirection.
- admin
Lockout NumberDuration - Lockout duration(sec) for administration.
- admin
Lockout StringMethod - Lockout method for administration. ip - Lockout by IP user - Lockout by user Valid values:
ip
,user
. - admin
Lockout NumberThreshold - Lockout threshold for administration.
- admin
Ssh NumberGrace Time - Maximum time in seconds permitted between making an SSH connection to the FortiManager unit and authenticating (10 - 3600 sec (1 hour), default 120).
- adom
Mode String - ADOM mode. normal - Normal ADOM mode. advanced - Advanced ADOM mode. Valid values:
normal
,advanced
. - adom
Rev StringAuto Delete - Auto delete features for old ADOM revisions. disable - Disable auto delete function for ADOM revision. by-revisions - Auto delete ADOM revisions by maximum number of revisions. by-days - Auto delete ADOM revisions by maximum days. Valid values:
disable
,by-revisions
,by-days
. - adom
Rev NumberMax Backup Revisions - Maximum number of ADOM revisions to backup.
- adom
Rev NumberMax Days - Number of days to keep old ADOM revisions.
- adom
Rev NumberMax Revisions - Maximum number of ADOM revisions to keep.
- adom
Select String - Enable/disable select ADOM after login. disable - Disable select ADOM after login. enable - Enable select ADOM after login. Valid values:
disable
,enable
. - adom
Status String - ADOM status. disable - Disable ADOM mode. enable - Enable ADOM mode. Valid values:
disable
,enable
. - apache
Mode String - Set apache mode. event - Apache event mode. prefork - Apache prefork mode. Valid values:
event
,prefork
. - api
Ip StringBinding - Enable/disable source IP check for JSON API request. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - clone
Name StringOption - set the clone object names option. default - Add a prefix of 'Clone of' to the clone name. keep - Keep the original name for user to edit. Valid values:
default
,keep
. - clt
Cert StringReq - Require client certificate for GUI login. disable - Disable setting. enable - Require client certificate for GUI login. optional - Optional client certificate for GUI login. Valid values:
disable
,enable
,optional
. - console
Output String - Console output mode. standard - Standard output. more - More page output. Valid values:
standard
,more
. - contentpack
Fgt StringInstall - Enable/disable outbreak alert auto install for FGT ADOMS . disable - Disable the sql report auto outbreak auto install. enable - Enable the sql report auto outbreak auto install. Valid values:
disable
,enable
. - country
Flag String - Country flag Status. disable - Disable country flag icon beside ip address. enable - Enable country flag icon beside ip address. Valid values:
disable
,enable
. - create
Revision String - Enable/disable create revision by default. disable - Disable create revision by default. enable - Enable create revision by default. Valid values:
disable
,enable
. - daylightsavetime String
- Enable/disable daylight saving time. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - detect
Unregistered StringLog Device - Detect unregistered logging device from log message. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - device
View StringMode - Set devices/groups view mode. regular - Regular view mode. tree - Tree view mode. Valid values:
regular
,tree
. - dh
Params String - Minimum size of Diffie-Hellman prime for SSH/HTTPS (bits). 1024 - 1024 bits. 1536 - 1536 bits. 2048 - 2048 bits. 3072 - 3072 bits. 4096 - 4096 bits. 6144 - 6144 bits. 8192 - 8192 bits. Valid values:
1024
,1536
,2048
,3072
,4096
,6144
,8192
. - disable
Modules List<String> - Disable module list. fortiview-noc - FortiView/NOC-SOC module. fortirecorder - FortiRecorder module. siem - SIEM module. soc - SOC module. ai - AI module. Valid values:
fortiview-noc
,fortirecorder
,siem
,soc
,ai
. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- enc
Algorithm String - SSL communication encryption algorithms. low - SSL communication using all available encryption algorithms. medium - SSL communication using high and medium encryption algorithms. high - SSL communication using high encryption algorithms. Valid values:
low
,medium
,high
. - fabric
Storage NumberPool Quota - Disk quota for Fabric (MB).
- fabric
Storage NumberPool Size - Max storage pooll size
- faz
Status String - FAZ status. disable - Disable FAZ feature. enable - Enable FAZ feature. Valid values:
disable
,enable
. - fcp
Cfg StringService - Enable/disable FCP service processing configuration requests disable - FCP service doesn't process configuration requests from web enable - FCP service processes configuration requests from web. Valid values:
disable
,enable
. - fgfm
Ca StringCert - set the extra fgfm CA certificates.
- fgfm
Cert StringExclusive - set if the local or CA certificates should be used exclusively. disable - Used certificate best-effort. enable - Used certificate exclusive. Valid values:
disable
,enable
. - fgfm
Deny StringUnknown - set if allow devices with unknown SN actively register as an unauthorized device. disable - Allow devices with unknown SN to actively register as an unauthorized device. enable - Deny devices with unknown SN to actively register as an unauthorized device. Valid values:
disable
,enable
. - fgfm
Local StringCert - set the fgfm local certificate.
- fgfm
Peercert StringWithoutsn - set if the subject CN or SAN of peer's SSL certificate sent in FGFM should include the serial number of the device. disable - Peer's certificate must include serial number in subject CN or SAN. enable - Peer's certificate might not include serial number in subject CN or SAN. Valid values:
disable
,enable
. - fgfm
Ssl StringProtocol - set the lowest SSL protocols for fgfmsd. 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
. - fortiservice
Port Number - FortiService port (1 - 65535, default = 8013). Used by FortiClient endpoint compliance. Older versions of FortiClient used a different port.
- global
Ssl StringProtocol - set the lowest SSL protocol version for all SSL connections. 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
. - gui
Curl NumberTimeout - GUI curl timeout in seconds (5-300 default 30).
- gui
Polling NumberInterval - GUI polling interval in seconds (1-288000 default 5).
- ha
Member StringAuto Grouping - Enable/disable automatically group HA members feature disable - Disable automatically grouping HA members feature. enable - Enable automatically grouping HA members only when group name is unique in your network. Valid values:
disable
,enable
. - hostname String
- System hostname.
- httpd
Ssl List<String>Protocols - set SSL protocols for apache daemon (httpd) sslv3 - Enable SSLv3. tlsv1.0 - Enable TLSv1.0. tlsv1.1 - Enable TLSv1.1. tlsv1.2 - Enable TLSv1.2. tlsv1.3 - Enable TLSv1.3. Valid values:
sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - import
Ignore StringAddr Cmt - Enable/Disable import ignore of address comments. disable - Disable import ignore of address comments. enable - Enable import ignore of address comments. Valid values:
disable
,enable
. - jsonapi
Log String - enable jsonapi log. disable - disable jsonapi log. request - logging jsonapi request. response - logging jsonapi response. all - logging both jsonapi request & response. Valid values:
disable
,request
,response
,all
. - language String
- System global language. english - English simch - Simplified Chinese japanese - Japanese korean - Korean spanish - Spanish trach - Traditional Chinese Valid values:
english
,simch
,japanese
,korean
,spanish
,trach
. - latitude String
- fmg location latitude
- ldap
Cache NumberTimeout - LDAP browser cache timeout (seconds).
- ldapconntimeout Number
- LDAP connection timeout (msec).
- lock
Preempt String - Enable/disable ADOM lock override. disable - Disable lock preempt. enable - Enable lock preempt. Valid values:
disable
,enable
. - log
Checksum String - Record log file hash value, timestamp, and authentication code at transmission or rolling. none - No record log file checksum. md5 - Record log file's MD5 hash value only. md5-auth - Record log file's MD5 hash value and authentication code. Valid values:
none
,md5
,md5-auth
. - log
Checksum StringUpload - Enable/disable upload log checksum with log files. disable - Disable attribute function. enable - Enable attribute function. Valid values:
disable
,enable
. - log
Forward NumberCache Size - Log forwarding disk cache size (GB).
- longitude String
- fmg location longitude
- management
Ip String - Management IP address of this FortiGate. Used to log into this FortiGate from another FortiGate in the Security Fabric.
- management
Port Number - Overriding port for management connection (Overrides admin port).
- mapclient
Ssl StringProtocol - set the lowest SSL protocol version for connection to mapserver. follow-global-ssl-protocol - Follow system.global.global-ssl-protocol setting (default). 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. tlsv1.3 - set TLSv1.3 as the lowest version. Valid values:
follow-global-ssl-protocol
,sslv3
,tlsv1.0
,tlsv1.1
,tlsv1.2
,tlsv1.3
. - max
Log NumberForward - Maximum number of log-forward and aggregation settings.
- max
Running NumberReports - Maximum number of reports generating at one time.
- mc
Policy List<Property Map>Disabled Adoms - Mc-Policy-Disabled-Adoms. The structure of
mc_policy_disabled_adoms
block is documented below. - multiple
Steps StringUpgrade In Autolink - Enable/disable multiple steps upgade in autolink process disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - no
Copy StringPermission Check - Do not perform permission check to block object changes in different adom during copy and install. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - no
Vip StringValue Check - Enable/disable skipping policy instead of throwing error when vip has no default or dynamic mapping during policy copy disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - normalized
Intf StringZone Only - allow normalized interface to be zone only. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - object
Revision NumberDb Max - Maximum revisions for a single database (10,000-1,000,000 default 100,000).
- object
Revision StringMandatory Note - Enable/disable mandatory note when create revision. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - object
Revision NumberObject Max - Maximum revisions for a single object (10-1000 default 100).
- object
Revision StringStatus - Enable/disable create revision when modify objects. disable - Disable object revision. enable - Enable object revision. Valid values:
disable
,enable
. - oftp
Ssl StringProtocol - set the lowest SSL protocols for oftpd. 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
. - partial
Install String - Enable/Disable partial install (install some objects). disable - Disable partial install function. enable - Enable partial install function. Valid values:
disable
,enable
. - partial
Install StringForce - Enable/Disable partial install when devdb is modified. disable - Disable partial install when devdb is modified. enable - Enable partial install when devdb is modified. Valid values:
disable
,enable
. - partial
Install StringRev - Enable/Disable auto creating adom revision for partial install. disable - Disable partial install revision. enable - Enable partial install revision. Valid values:
disable
,enable
. - per
Policy StringLock - Enable/Disable per policy lock. disable - Disable per policy lock. enable - Enable per policy lock. Valid values:
disable
,enable
. - perform
Improve StringBy Ha - Enable/Disable performance improvement by distributing tasks to HA secondary units. disable - Disable performance improvement by HA. enable - Enable performance improvement by HA. Valid values:
disable
,enable
. - policy
Object StringIcon - show icons of policy objects. disable - Disable icon of policy objects. enable - Enable icon of policy objects. Valid values:
disable
,enable
. - policy
Object StringIn Dual Pane - show policies and objects in dual pane. disable - Disable polices and objects in dual pane. enable - Enable polices and objects in dual pane. Valid values:
disable
,enable
. - String
- Enable/disable pre-login banner. disable - Disable pre-login banner. enable - Enable pre-login banner. Valid values:
disable
,enable
. - String
- Pre-login banner message.
- private
Data StringEncryption - Enable/disable private data encryption using an AES 128-bit key. disable - Disable private data encryption using an AES 128-bit key. enable - Enable private data encryption using an AES 128-bit key. Valid values:
disable
,enable
. - remoteauthtimeout Number
- Remote authentication (RADIUS/LDAP) timeout (sec).
- save
Last StringHit In Adomdb - Enable/Disable save last-hit value in adomdb. disable - Disable save last-hit value in adomdb. enable - Enable save last-hit value in adomdb. Valid values:
disable
,enable
. - search
All StringAdoms - Enable/Disable Search all ADOMs for where-used query. disable - Disable search all ADOMs for where-used queries. enable - Enable search all ADOMs for where-used queries. Valid values:
disable
,enable
. - ssh
Enc List<String>Algos - Select one or more SSH ciphers. chacha20-poly1305@openssh.com - aes128-ctr - aes192-ctr - aes256-ctr - arcfour256 - arcfour128 - aes128-cbc - 3des-cbc - blowfish-cbc - cast128-cbc - aes192-cbc - aes256-cbc - arcfour - rijndael-cbc@lysator.liu.se - aes128-gcm@openssh.com - aes256-gcm@openssh.com - Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - ssh
Hostkey List<String>Algos - Select one or more SSH hostkey algorithms. ssh-rsa - ecdsa-sha2-nistp521 - rsa-sha2-256 - rsa-sha2-512 - ssh-ed25519 - Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - ssh
Kex List<String>Algos - Select one or more SSH kex algorithms. diffie-hellman-group1-sha1 - diffie-hellman-group14-sha1 - diffie-hellman-group14-sha256 - diffie-hellman-group16-sha512 - diffie-hellman-group18-sha512 - diffie-hellman-group-exchange-sha1 - diffie-hellman-group-exchange-sha256 - curve25519-sha256@libssh.org - ecdh-sha2-nistp256 - ecdh-sha2-nistp384 - ecdh-sha2-nistp521 - Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - ssh
Mac List<String>Algos - Select one or more SSH MAC algorithms. hmac-md5 - hmac-md5-etm@openssh.com - hmac-md5-96 - hmac-md5-96-etm@openssh.com - hmac-sha1 - hmac-sha1-etm@openssh.com - hmac-sha2-256 - hmac-sha2-256-etm@openssh.com - hmac-sha2-512 - hmac-sha2-512-etm@openssh.com - hmac-ripemd160 - hmac-ripemd160@openssh.com - hmac-ripemd160-etm@openssh.com - umac-64@openssh.com - umac-128@openssh.com - umac-64-etm@openssh.com - umac-128-etm@openssh.com - Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - ssh
Strong StringCrypto - Only allow strong ciphers for SSH when enabled. disable - Disable strong crypto for SSH. enable - Enable strong crypto for SSH. Valid values:
disable
,enable
. - ssl
Cipher List<Property Map>Suites - Ssl-Cipher-Suites. The structure of
ssl_cipher_suites
block is documented below. - ssl
Low StringEncryption - SSL low-grade encryption. disable - Disable SSL low-grade encryption. enable - Enable SSL low-grade encryption. Valid values:
disable
,enable
. - ssl
Protocols List<String> - SSL protocols. tlsv1.3 - Enable TLSv1.3. tlsv1.2 - Enable TLSv1.2. tlsv1.1 - Enable TLSv1.1. tlsv1.0 - Enable TLSv1.0. sslv3 - Enable SSLv3. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
. - ssl
Static StringKey Ciphers - Enable/disable SSL static key ciphers. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - system
Global StringId - an identifier for the resource.
- table
Entry StringBlink - Enable/disable table entry blink in GUI disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - task
List NumberSize - Maximum number of completed tasks to keep.
- tftp String
- Enable/disable TFTP in
exec restore image
command (disabled by default in FIPS mode) disable - Disable TFTP enable - Enable TFTP Valid values:disable
,enable
. - timezone String
- Time zone. 00 - (GMT-12:00) Eniwetak, Kwajalein. 01 - (GMT-11:00) Midway Island, Samoa. 02 - (GMT-10:00) Hawaii. 03 - (GMT-9:00) Alaska. 04 - (GMT-8:00) Pacific Time (US & Canada). 05 - (GMT-7:00) Arizona. 06 - (GMT-7:00) Mountain Time (US & Canada). 07 - (GMT-6:00) Central America. 08 - (GMT-6:00) Central Time (US & Canada). 09 - (GMT-6:00) Mexico City. 10 - (GMT-6:00) Saskatchewan. 11 - (GMT-5:00) Bogota, Lima, Quito. 12 - (GMT-5:00) Eastern Time (US & Canada). 13 - (GMT-5:00) Indiana (East). 14 - (GMT-4:00) Atlantic Time (Canada). 15 - (GMT-4:00) La Paz. 16 - (GMT-4:00) Santiago. 17 - (GMT-3:30) Newfoundland. 18 - (GMT-3:00) Brasilia. 19 - (GMT-3:00) Buenos Aires, Georgetown. 20 - (GMT-3:00) Nuuk (Greenland). 21 - (GMT-2:00) Mid-Atlantic (Deprecated). 22 - (GMT-1:00) Azores. 23 - (GMT-1:00) Cape Verde Is. 24 - (GMT) Monrovia. 25 - (GMT) London, Edinburgh. 26 - (GMT+1:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna. 27 - (GMT+1:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague. 28 - (GMT+1:00) Brussels, Copenhagen, Madrid, Paris. 29 - (GMT+1:00) Sarajevo, Skopje, Warsaw, Zagreb. 30 - (GMT+1:00) West Central Africa. 31 - (GMT+2:00) Athens, Sofia, Vilnius. 32 - (GMT+2:00) Bucharest. 33 - (GMT+2:00) Cairo. 34 - (GMT+2:00) Harare, Pretoria. 35 - (GMT+2:00) Helsinki, Riga,Tallinn. 36 - (GMT+2:00) Jerusalem. 37 - (GMT+3:00) Baghdad. 38 - (GMT+3:00) Kuwait, Riyadh. 39 - (GMT+3:00) St.Petersburg, Volgograd. 40 - (GMT+3:00) Nairobi. 41 - (GMT+3:30) Tehran. 42 - (GMT+4:00) Abu Dhabi, Muscat. 43 - (GMT+4:00) Baku. 44 - (GMT+4:30) Kabul. 45 - (GMT+5:00) Ekaterinburg. 46 - (GMT+5:00) Islamabad, Karachi, Tashkent. 47 - (GMT+5:30) Calcutta, Chennai, Mumbai, New Delhi. 48 - (GMT+5:45) Kathmandu. 49 - (GMT+6:00) Almaty, Novosibirsk. 50 - (GMT+6:00) Astana, Dhaka. 51 - (GMT+5:30) Sri Jayawardenepura. 52 - (GMT+6:30) Rangoon. 53 - (GMT+7:00) Bangkok, Hanoi, Jakarta. 54 - (GMT+7:00) Krasnoyarsk. 55 - (GMT+8:00) Beijing, ChongQing, HongKong, Urumqi. 56 - (GMT+8:00) Irkutsk, Ulaanbaatar. 57 - (GMT+8:00) Kuala Lumpur, Singapore. 58 - (GMT+8:00) Perth. 59 - (GMT+8:00) Taipei. 60 - (GMT+9:00) Osaka, Sapporo, Tokyo, Seoul. 61 - (GMT+9:00) Yakutsk. 62 - (GMT+9:30) Adelaide. 63 - (GMT+9:30) Darwin. 64 - (GMT+10:00) Brisbane. 65 - (GMT+10:00) Canberra, Melbourne, Sydney. 66 - (GMT+10:00) Guam, Port Moresby. 67 - (GMT+10:00) Hobart. 68 - (GMT+10:00) Vladivostok. 69 - (GMT+11:00) Magadan. 70 - (GMT+11:00) Solomon Is., New Caledonia. 71 - (GMT+12:00) Auckland, Wellington. 72 - (GMT+12:00) Fiji, Kamchatka, Marshall Is. 73 - (GMT+13:00) Nuku'alofa. 74 - (GMT-4:30) Caracas. 75 - (GMT+1:00) Namibia. 76 - (GMT-5:00) Brazil-Acre. 77 - (GMT-4:00) Brazil-West. 78 - (GMT-3:00) Brazil-East. 79 - (GMT-2:00) Brazil-DeNoronha. 80 - (GMT+14:00) Kiritimati. 81 - (GMT-7:00) Baja California Sur, Chihuahua. 82 - (GMT+12:45) Chatham Islands. 83 - (GMT+3:00) Minsk. 84 - (GMT+13:00) Samoa. 85 - (GMT+3:00) Istanbul. 86 - (GMT-4:00) Paraguay. 87 - (GMT) Casablanca. 88 - (GMT+3:00) Moscow. 89 - (GMT) Greenwich Mean Time. 90 - (GMT) Dublin. 91 - (GMT) Lisbon. Valid values:
00
,01
,02
,03
,04
,05
,06
,07
,08
,09
,10
,11
,12
,13
,14
,15
,16
,17
,18
,19
,20
,21
,22
,23
,24
,25
,26
,27
,28
,29
,30
,31
,32
,33
,34
,35
,36
,37
,38
,39
,40
,41
,42
,43
,44
,45
,46
,47
,48
,49
,50
,51
,52
,53
,54
,55
,56
,57
,58
,59
,60
,61
,62
,63
,64
,65
,66
,67
,68
,69
,70
,71
,72
,73
,74
,75
,76
,77
,78
,79
,80
,81
,82
,83
,84
,85
,86
,87
,88
,89
,90
,91
. - tunnel
Mtu Number - Maximum transportation unit(68 - 9000).
- usg String
- Enable/disable Fortiguard server restriction. disable - Contact any Fortiguard server enable - Contact Fortiguard server in USA only Valid values:
disable
,enable
. - vdom
Mirror String - VDOM mirror. disable - Disable VDOM mirror function. enable - Enable VDOM mirror function. Valid values:
disable
,enable
. - webservice
Protos List<String> - Web Service connection support SSL protocols. tlsv1.3 - Web Service connection using TLSv1.3 protocol. tlsv1.2 - Web Service connection using TLSv1.2 protocol. tlsv1.1 - Web Service connection using TLSv1.1 protocol. tlsv1.0 - Web Service connection using TLSv1.0 protocol. sslv3 - Web Service connection using SSLv3 protocol. sslv2 - Web Service connection using SSLv2 protocol. Valid values:
tlsv1.3
,tlsv1.2
,tlsv1.1
,tlsv1.0
,sslv3
,sslv2
. - workflow
Max NumberSessions - Maximum number of workflow sessions per ADOM (minimum 100).
- workspace
Mode String - Set workspace mode. disabled - Workspace disabled. normal - Workspace lock mode. workflow - Workspace workflow mode. per-adom - Per-Adom workspace mode. Valid values:
disabled
,normal
,workflow
,per-adom
. - workspace
Unlock StringAfter Install - Enable/disable ADOM auto-unlock after device installation. disable - Disable automatically unlock adom after device installation. enable - Enable automatically unlock adom after device installation. Valid values:
disable
,enable
.
Supporting Types
SystemGlobalMcPolicyDisabledAdom, SystemGlobalMcPolicyDisabledAdomArgs
- Adom
Name string - Adom names.
- Adom
Name string - Adom names.
- adom
Name String - Adom names.
- adom
Name string - Adom names.
- adom_
name str - Adom names.
- adom
Name String - Adom names.
SystemGlobalSslCipherSuite, SystemGlobalSslCipherSuiteArgs
Import
System Global can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/systemGlobal:SystemGlobal labelname SystemGlobal
$ 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.