fortimanager.ObjectVpnSslWebPortal
Explore with Pulumi AI
Portal.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
bookmark_group
:fortimanager.ObjectVpnSslWebPortalBookmarkgroup
landing_page
:fortimanager.ObjectVpnSslWebPortalLandingpage
mac_addr_check_rule
:fortimanager.ObjectVpnSslWebPortalMacaddrcheckrule
os_check_list
:fortimanager_object_vpn_ssl_web_portal_oschecklist
split_dns
:fortimanager.ObjectVpnSslWebPortalSplitdns
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.ObjectVpnSslWebPortal("trname", {
allowUserAccesses: [
"citrix",
"ftp",
"ping",
"portforward",
"rdp",
"sftp",
"smb",
"ssh",
"telnet",
"vnc",
"web",
],
customizeForticlientDownloadUrl: "disable",
exclusiveRouting: "disable",
forticlientDownload: "enable",
forticlientDownloadMethod: "direct",
ipv6ExclusiveRouting: "disable",
ipv6ServiceRestriction: "disable",
ipv6SplitTunnelingRoutingNegate: "disable",
ipv6TunnelMode: "disable",
limitUserLogins: "disable",
serviceRestriction: "disable",
skipCheckForBrowser: "enable",
splitTunnelingRoutingNegate: "disable",
tunnelMode: "disable",
useSdwan: "disable",
webMode: "disable",
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.ObjectVpnSslWebPortal("trname",
allow_user_accesses=[
"citrix",
"ftp",
"ping",
"portforward",
"rdp",
"sftp",
"smb",
"ssh",
"telnet",
"vnc",
"web",
],
customize_forticlient_download_url="disable",
exclusive_routing="disable",
forticlient_download="enable",
forticlient_download_method="direct",
ipv6_exclusive_routing="disable",
ipv6_service_restriction="disable",
ipv6_split_tunneling_routing_negate="disable",
ipv6_tunnel_mode="disable",
limit_user_logins="disable",
service_restriction="disable",
skip_check_for_browser="enable",
split_tunneling_routing_negate="disable",
tunnel_mode="disable",
use_sdwan="disable",
web_mode="disable")
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.NewObjectVpnSslWebPortal(ctx, "trname", &fortimanager.ObjectVpnSslWebPortalArgs{
AllowUserAccesses: pulumi.StringArray{
pulumi.String("citrix"),
pulumi.String("ftp"),
pulumi.String("ping"),
pulumi.String("portforward"),
pulumi.String("rdp"),
pulumi.String("sftp"),
pulumi.String("smb"),
pulumi.String("ssh"),
pulumi.String("telnet"),
pulumi.String("vnc"),
pulumi.String("web"),
},
CustomizeForticlientDownloadUrl: pulumi.String("disable"),
ExclusiveRouting: pulumi.String("disable"),
ForticlientDownload: pulumi.String("enable"),
ForticlientDownloadMethod: pulumi.String("direct"),
Ipv6ExclusiveRouting: pulumi.String("disable"),
Ipv6ServiceRestriction: pulumi.String("disable"),
Ipv6SplitTunnelingRoutingNegate: pulumi.String("disable"),
Ipv6TunnelMode: pulumi.String("disable"),
LimitUserLogins: pulumi.String("disable"),
ServiceRestriction: pulumi.String("disable"),
SkipCheckForBrowser: pulumi.String("enable"),
SplitTunnelingRoutingNegate: pulumi.String("disable"),
TunnelMode: pulumi.String("disable"),
UseSdwan: pulumi.String("disable"),
WebMode: pulumi.String("disable"),
})
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.ObjectVpnSslWebPortal("trname", new()
{
AllowUserAccesses = new[]
{
"citrix",
"ftp",
"ping",
"portforward",
"rdp",
"sftp",
"smb",
"ssh",
"telnet",
"vnc",
"web",
},
CustomizeForticlientDownloadUrl = "disable",
ExclusiveRouting = "disable",
ForticlientDownload = "enable",
ForticlientDownloadMethod = "direct",
Ipv6ExclusiveRouting = "disable",
Ipv6ServiceRestriction = "disable",
Ipv6SplitTunnelingRoutingNegate = "disable",
Ipv6TunnelMode = "disable",
LimitUserLogins = "disable",
ServiceRestriction = "disable",
SkipCheckForBrowser = "enable",
SplitTunnelingRoutingNegate = "disable",
TunnelMode = "disable",
UseSdwan = "disable",
WebMode = "disable",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectVpnSslWebPortal;
import com.pulumi.fortimanager.ObjectVpnSslWebPortalArgs;
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 ObjectVpnSslWebPortal("trname", ObjectVpnSslWebPortalArgs.builder()
.allowUserAccesses(
"citrix",
"ftp",
"ping",
"portforward",
"rdp",
"sftp",
"smb",
"ssh",
"telnet",
"vnc",
"web")
.customizeForticlientDownloadUrl("disable")
.exclusiveRouting("disable")
.forticlientDownload("enable")
.forticlientDownloadMethod("direct")
.ipv6ExclusiveRouting("disable")
.ipv6ServiceRestriction("disable")
.ipv6SplitTunnelingRoutingNegate("disable")
.ipv6TunnelMode("disable")
.limitUserLogins("disable")
.serviceRestriction("disable")
.skipCheckForBrowser("enable")
.splitTunnelingRoutingNegate("disable")
.tunnelMode("disable")
.useSdwan("disable")
.webMode("disable")
.build());
}
}
resources:
trname:
type: fortimanager:ObjectVpnSslWebPortal
properties:
allowUserAccesses:
- citrix
- ftp
- ping
- portforward
- rdp
- sftp
- smb
- ssh
- telnet
- vnc
- web
customizeForticlientDownloadUrl: disable
exclusiveRouting: disable
forticlientDownload: enable
forticlientDownloadMethod: direct
ipv6ExclusiveRouting: disable
ipv6ServiceRestriction: disable
ipv6SplitTunnelingRoutingNegate: disable
ipv6TunnelMode: disable
limitUserLogins: disable
serviceRestriction: disable
skipCheckForBrowser: enable
splitTunnelingRoutingNegate: disable
tunnelMode: disable
useSdwan: disable
webMode: disable
Create ObjectVpnSslWebPortal Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectVpnSslWebPortal(name: string, args?: ObjectVpnSslWebPortalArgs, opts?: CustomResourceOptions);
@overload
def ObjectVpnSslWebPortal(resource_name: str,
args: Optional[ObjectVpnSslWebPortalArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectVpnSslWebPortal(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
allow_user_accesses: Optional[Sequence[str]] = None,
auto_connect: Optional[str] = None,
bookmark_groups: Optional[Sequence[ObjectVpnSslWebPortalBookmarkGroupArgs]] = None,
client_src_range: Optional[str] = None,
clipboard: Optional[str] = None,
custom_lang: Optional[str] = None,
customize_forticlient_download_url: Optional[str] = None,
default_protocol: Optional[str] = None,
default_window_height: Optional[float] = None,
default_window_width: Optional[float] = None,
dhcp6_ra_linkaddr: Optional[str] = None,
dhcp_ip_overlap: Optional[str] = None,
dhcp_ra_giaddr: Optional[str] = None,
dhcp_reservation: Optional[str] = None,
display_bookmark: Optional[str] = None,
display_connection_tools: Optional[str] = None,
display_history: Optional[str] = None,
display_status: Optional[str] = None,
dns_server1: Optional[str] = None,
dns_server2: Optional[str] = None,
dns_suffix: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
exclusive_routing: Optional[str] = None,
focus_bookmark: Optional[str] = None,
forticlient_download: Optional[str] = None,
forticlient_download_method: Optional[str] = None,
heading: Optional[str] = None,
hide_sso_credential: Optional[str] = None,
host_check: Optional[str] = None,
host_check_interval: Optional[float] = None,
host_check_policy: Optional[str] = None,
ip_mode: Optional[str] = None,
ip_pools: Optional[str] = None,
ipv6_dns_server1: Optional[str] = None,
ipv6_dns_server2: Optional[str] = None,
ipv6_exclusive_routing: Optional[str] = None,
ipv6_pools: Optional[str] = None,
ipv6_service_restriction: Optional[str] = None,
ipv6_split_tunneling: Optional[str] = None,
ipv6_split_tunneling_routing_addresses: Optional[Sequence[str]] = None,
ipv6_split_tunneling_routing_negate: Optional[str] = None,
ipv6_tunnel_mode: Optional[str] = None,
ipv6_wins_server1: Optional[str] = None,
ipv6_wins_server2: Optional[str] = None,
keep_alive: Optional[str] = None,
landing_page: Optional[ObjectVpnSslWebPortalLandingPageArgs] = None,
landing_page_mode: Optional[str] = None,
limit_user_logins: Optional[str] = None,
mac_addr_action: Optional[str] = None,
mac_addr_check: Optional[str] = None,
mac_addr_check_rules: Optional[Sequence[ObjectVpnSslWebPortalMacAddrCheckRuleArgs]] = None,
macos_forticlient_download_url: Optional[str] = None,
name: Optional[str] = None,
object_vpn_ssl_web_portal_id: Optional[str] = None,
os_check: Optional[str] = None,
os_check_list: Optional[ObjectVpnSslWebPortalOsCheckListArgs] = None,
prefer_ipv6_dns: Optional[str] = None,
redir_url: Optional[str] = None,
rewrite_ip_uri_ui: Optional[str] = None,
save_password: Optional[str] = None,
scopetype: Optional[str] = None,
service_restriction: Optional[str] = None,
skip_check_for_browser: Optional[str] = None,
skip_check_for_unsupported_browser: Optional[str] = None,
skip_check_for_unsupported_os: Optional[str] = None,
smb_max_version: Optional[str] = None,
smb_min_version: Optional[str] = None,
smb_ntlmv1_auth: Optional[str] = None,
smbv1: Optional[str] = None,
split_dns: Optional[Sequence[ObjectVpnSslWebPortalSplitDnArgs]] = None,
split_tunneling: Optional[str] = None,
split_tunneling_routing_addresses: Optional[Sequence[str]] = None,
split_tunneling_routing_negate: Optional[str] = None,
theme: Optional[str] = None,
transform_backward_slashes: Optional[str] = None,
tunnel_mode: Optional[str] = None,
use_sdwan: Optional[str] = None,
user_bookmark: Optional[str] = None,
user_group_bookmark: Optional[str] = None,
web_mode: Optional[str] = None,
windows_forticlient_download_url: Optional[str] = None,
wins_server1: Optional[str] = None,
wins_server2: Optional[str] = None)
func NewObjectVpnSslWebPortal(ctx *Context, name string, args *ObjectVpnSslWebPortalArgs, opts ...ResourceOption) (*ObjectVpnSslWebPortal, error)
public ObjectVpnSslWebPortal(string name, ObjectVpnSslWebPortalArgs? args = null, CustomResourceOptions? opts = null)
public ObjectVpnSslWebPortal(String name, ObjectVpnSslWebPortalArgs args)
public ObjectVpnSslWebPortal(String name, ObjectVpnSslWebPortalArgs args, CustomResourceOptions options)
type: fortimanager:ObjectVpnSslWebPortal
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 ObjectVpnSslWebPortalArgs
- 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 ObjectVpnSslWebPortalArgs
- 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 ObjectVpnSslWebPortalArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectVpnSslWebPortalArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectVpnSslWebPortalArgs
- 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 objectVpnSslWebPortalResource = new Fortimanager.ObjectVpnSslWebPortal("objectVpnSslWebPortalResource", new()
{
Adom = "string",
AllowUserAccesses = new[]
{
"string",
},
AutoConnect = "string",
BookmarkGroups = new[]
{
new Fortimanager.Inputs.ObjectVpnSslWebPortalBookmarkGroupArgs
{
Bookmarks = new[]
{
new Fortimanager.Inputs.ObjectVpnSslWebPortalBookmarkGroupBookmarkArgs
{
AdditionalParams = "string",
Apptype = "string",
ColorDepth = "string",
Description = "string",
Domain = "string",
Folder = "string",
FormDatas = new[]
{
new Fortimanager.Inputs.ObjectVpnSslWebPortalBookmarkGroupBookmarkFormDataArgs
{
Name = "string",
Value = "string",
},
},
Height = 0,
Host = "string",
KeyboardLayout = "string",
ListeningPort = 0,
LoadBalancingInfo = "string",
LogonPasswords = new[]
{
"string",
},
LogonUser = "string",
Name = "string",
Port = 0,
PreconnectionBlob = "string",
PreconnectionId = 0,
RemotePort = 0,
RestrictedAdmin = "string",
Security = "string",
SendPreconnectionId = "string",
ServerLayout = "string",
ShowStatusWindow = "string",
Sso = "string",
SsoCredential = "string",
SsoCredentialSentOnce = "string",
SsoPasswords = new[]
{
"string",
},
SsoUsername = "string",
Url = "string",
VncKeyboardLayout = "string",
Width = 0,
},
},
Name = "string",
},
},
ClientSrcRange = "string",
Clipboard = "string",
CustomLang = "string",
CustomizeForticlientDownloadUrl = "string",
DefaultProtocol = "string",
DefaultWindowHeight = 0,
DefaultWindowWidth = 0,
Dhcp6RaLinkaddr = "string",
DhcpIpOverlap = "string",
DhcpRaGiaddr = "string",
DhcpReservation = "string",
DisplayBookmark = "string",
DisplayConnectionTools = "string",
DisplayHistory = "string",
DisplayStatus = "string",
DnsServer1 = "string",
DnsServer2 = "string",
DnsSuffix = "string",
DynamicSortSubtable = "string",
ExclusiveRouting = "string",
FocusBookmark = "string",
ForticlientDownload = "string",
ForticlientDownloadMethod = "string",
Heading = "string",
HideSsoCredential = "string",
HostCheck = "string",
HostCheckInterval = 0,
HostCheckPolicy = "string",
IpMode = "string",
IpPools = "string",
Ipv6DnsServer1 = "string",
Ipv6DnsServer2 = "string",
Ipv6ExclusiveRouting = "string",
Ipv6Pools = "string",
Ipv6ServiceRestriction = "string",
Ipv6SplitTunneling = "string",
Ipv6SplitTunnelingRoutingAddresses = new[]
{
"string",
},
Ipv6SplitTunnelingRoutingNegate = "string",
Ipv6TunnelMode = "string",
Ipv6WinsServer1 = "string",
Ipv6WinsServer2 = "string",
KeepAlive = "string",
LandingPage = new Fortimanager.Inputs.ObjectVpnSslWebPortalLandingPageArgs
{
FormDatas = new[]
{
new Fortimanager.Inputs.ObjectVpnSslWebPortalLandingPageFormDataArgs
{
Name = "string",
Value = "string",
},
},
LogoutUrl = "string",
Sso = "string",
SsoCredential = "string",
SsoPasswords = new[]
{
"string",
},
SsoUsername = "string",
Url = "string",
},
LandingPageMode = "string",
LimitUserLogins = "string",
MacAddrAction = "string",
MacAddrCheck = "string",
MacAddrCheckRules = new[]
{
new Fortimanager.Inputs.ObjectVpnSslWebPortalMacAddrCheckRuleArgs
{
MacAddrLists = new[]
{
"string",
},
MacAddrMask = 0,
Name = "string",
},
},
MacosForticlientDownloadUrl = "string",
Name = "string",
ObjectVpnSslWebPortalId = "string",
OsCheck = "string",
OsCheckList = new Fortimanager.Inputs.ObjectVpnSslWebPortalOsCheckListArgs
{
Action = "string",
LatestPatchLevel = "string",
MinorVersion = 0,
Name = "string",
Tolerance = 0,
},
PreferIpv6Dns = "string",
RedirUrl = "string",
RewriteIpUriUi = "string",
SavePassword = "string",
Scopetype = "string",
ServiceRestriction = "string",
SkipCheckForBrowser = "string",
SkipCheckForUnsupportedBrowser = "string",
SkipCheckForUnsupportedOs = "string",
SmbMaxVersion = "string",
SmbMinVersion = "string",
SmbNtlmv1Auth = "string",
Smbv1 = "string",
SplitDns = new[]
{
new Fortimanager.Inputs.ObjectVpnSslWebPortalSplitDnArgs
{
DnsServer1 = "string",
DnsServer2 = "string",
Domains = "string",
Id = 0,
Ipv6DnsServer1 = "string",
Ipv6DnsServer2 = "string",
},
},
SplitTunneling = "string",
SplitTunnelingRoutingAddresses = new[]
{
"string",
},
SplitTunnelingRoutingNegate = "string",
Theme = "string",
TransformBackwardSlashes = "string",
TunnelMode = "string",
UseSdwan = "string",
UserBookmark = "string",
UserGroupBookmark = "string",
WebMode = "string",
WindowsForticlientDownloadUrl = "string",
WinsServer1 = "string",
WinsServer2 = "string",
});
example, err := fortimanager.NewObjectVpnSslWebPortal(ctx, "objectVpnSslWebPortalResource", &fortimanager.ObjectVpnSslWebPortalArgs{
Adom: pulumi.String("string"),
AllowUserAccesses: pulumi.StringArray{
pulumi.String("string"),
},
AutoConnect: pulumi.String("string"),
BookmarkGroups: .ObjectVpnSslWebPortalBookmarkGroupTypeArray{
&.ObjectVpnSslWebPortalBookmarkGroupTypeArgs{
Bookmarks: .ObjectVpnSslWebPortalBookmarkGroupBookmarkArray{
&.ObjectVpnSslWebPortalBookmarkGroupBookmarkArgs{
AdditionalParams: pulumi.String("string"),
Apptype: pulumi.String("string"),
ColorDepth: pulumi.String("string"),
Description: pulumi.String("string"),
Domain: pulumi.String("string"),
Folder: pulumi.String("string"),
FormDatas: .ObjectVpnSslWebPortalBookmarkGroupBookmarkFormDataArray{
&.ObjectVpnSslWebPortalBookmarkGroupBookmarkFormDataArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Height: pulumi.Float64(0),
Host: pulumi.String("string"),
KeyboardLayout: pulumi.String("string"),
ListeningPort: pulumi.Float64(0),
LoadBalancingInfo: pulumi.String("string"),
LogonPasswords: pulumi.StringArray{
pulumi.String("string"),
},
LogonUser: pulumi.String("string"),
Name: pulumi.String("string"),
Port: pulumi.Float64(0),
PreconnectionBlob: pulumi.String("string"),
PreconnectionId: pulumi.Float64(0),
RemotePort: pulumi.Float64(0),
RestrictedAdmin: pulumi.String("string"),
Security: pulumi.String("string"),
SendPreconnectionId: pulumi.String("string"),
ServerLayout: pulumi.String("string"),
ShowStatusWindow: pulumi.String("string"),
Sso: pulumi.String("string"),
SsoCredential: pulumi.String("string"),
SsoCredentialSentOnce: pulumi.String("string"),
SsoPasswords: pulumi.StringArray{
pulumi.String("string"),
},
SsoUsername: pulumi.String("string"),
Url: pulumi.String("string"),
VncKeyboardLayout: pulumi.String("string"),
Width: pulumi.Float64(0),
},
},
Name: pulumi.String("string"),
},
},
ClientSrcRange: pulumi.String("string"),
Clipboard: pulumi.String("string"),
CustomLang: pulumi.String("string"),
CustomizeForticlientDownloadUrl: pulumi.String("string"),
DefaultProtocol: pulumi.String("string"),
DefaultWindowHeight: pulumi.Float64(0),
DefaultWindowWidth: pulumi.Float64(0),
Dhcp6RaLinkaddr: pulumi.String("string"),
DhcpIpOverlap: pulumi.String("string"),
DhcpRaGiaddr: pulumi.String("string"),
DhcpReservation: pulumi.String("string"),
DisplayBookmark: pulumi.String("string"),
DisplayConnectionTools: pulumi.String("string"),
DisplayHistory: pulumi.String("string"),
DisplayStatus: pulumi.String("string"),
DnsServer1: pulumi.String("string"),
DnsServer2: pulumi.String("string"),
DnsSuffix: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
ExclusiveRouting: pulumi.String("string"),
FocusBookmark: pulumi.String("string"),
ForticlientDownload: pulumi.String("string"),
ForticlientDownloadMethod: pulumi.String("string"),
Heading: pulumi.String("string"),
HideSsoCredential: pulumi.String("string"),
HostCheck: pulumi.String("string"),
HostCheckInterval: pulumi.Float64(0),
HostCheckPolicy: pulumi.String("string"),
IpMode: pulumi.String("string"),
IpPools: pulumi.String("string"),
Ipv6DnsServer1: pulumi.String("string"),
Ipv6DnsServer2: pulumi.String("string"),
Ipv6ExclusiveRouting: pulumi.String("string"),
Ipv6Pools: pulumi.String("string"),
Ipv6ServiceRestriction: pulumi.String("string"),
Ipv6SplitTunneling: pulumi.String("string"),
Ipv6SplitTunnelingRoutingAddresses: pulumi.StringArray{
pulumi.String("string"),
},
Ipv6SplitTunnelingRoutingNegate: pulumi.String("string"),
Ipv6TunnelMode: pulumi.String("string"),
Ipv6WinsServer1: pulumi.String("string"),
Ipv6WinsServer2: pulumi.String("string"),
KeepAlive: pulumi.String("string"),
LandingPage: &.ObjectVpnSslWebPortalLandingPageTypeArgs{
FormDatas: .ObjectVpnSslWebPortalLandingPageFormDataTypeArray{
&.ObjectVpnSslWebPortalLandingPageFormDataTypeArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
LogoutUrl: pulumi.String("string"),
Sso: pulumi.String("string"),
SsoCredential: pulumi.String("string"),
SsoPasswords: pulumi.StringArray{
pulumi.String("string"),
},
SsoUsername: pulumi.String("string"),
Url: pulumi.String("string"),
},
LandingPageMode: pulumi.String("string"),
LimitUserLogins: pulumi.String("string"),
MacAddrAction: pulumi.String("string"),
MacAddrCheck: pulumi.String("string"),
MacAddrCheckRules: .ObjectVpnSslWebPortalMacAddrCheckRuleTypeArray{
&.ObjectVpnSslWebPortalMacAddrCheckRuleTypeArgs{
MacAddrLists: pulumi.StringArray{
pulumi.String("string"),
},
MacAddrMask: pulumi.Float64(0),
Name: pulumi.String("string"),
},
},
MacosForticlientDownloadUrl: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectVpnSslWebPortalId: pulumi.String("string"),
OsCheck: pulumi.String("string"),
OsCheckList: &.ObjectVpnSslWebPortalOsCheckListArgs{
Action: pulumi.String("string"),
LatestPatchLevel: pulumi.String("string"),
MinorVersion: pulumi.Float64(0),
Name: pulumi.String("string"),
Tolerance: pulumi.Float64(0),
},
PreferIpv6Dns: pulumi.String("string"),
RedirUrl: pulumi.String("string"),
RewriteIpUriUi: pulumi.String("string"),
SavePassword: pulumi.String("string"),
Scopetype: pulumi.String("string"),
ServiceRestriction: pulumi.String("string"),
SkipCheckForBrowser: pulumi.String("string"),
SkipCheckForUnsupportedBrowser: pulumi.String("string"),
SkipCheckForUnsupportedOs: pulumi.String("string"),
SmbMaxVersion: pulumi.String("string"),
SmbMinVersion: pulumi.String("string"),
SmbNtlmv1Auth: pulumi.String("string"),
Smbv1: pulumi.String("string"),
SplitDns: .ObjectVpnSslWebPortalSplitDnArray{
&.ObjectVpnSslWebPortalSplitDnArgs{
DnsServer1: pulumi.String("string"),
DnsServer2: pulumi.String("string"),
Domains: pulumi.String("string"),
Id: pulumi.Float64(0),
Ipv6DnsServer1: pulumi.String("string"),
Ipv6DnsServer2: pulumi.String("string"),
},
},
SplitTunneling: pulumi.String("string"),
SplitTunnelingRoutingAddresses: pulumi.StringArray{
pulumi.String("string"),
},
SplitTunnelingRoutingNegate: pulumi.String("string"),
Theme: pulumi.String("string"),
TransformBackwardSlashes: pulumi.String("string"),
TunnelMode: pulumi.String("string"),
UseSdwan: pulumi.String("string"),
UserBookmark: pulumi.String("string"),
UserGroupBookmark: pulumi.String("string"),
WebMode: pulumi.String("string"),
WindowsForticlientDownloadUrl: pulumi.String("string"),
WinsServer1: pulumi.String("string"),
WinsServer2: pulumi.String("string"),
})
var objectVpnSslWebPortalResource = new ObjectVpnSslWebPortal("objectVpnSslWebPortalResource", ObjectVpnSslWebPortalArgs.builder()
.adom("string")
.allowUserAccesses("string")
.autoConnect("string")
.bookmarkGroups(ObjectVpnSslWebPortalBookmarkGroupArgs.builder()
.bookmarks(ObjectVpnSslWebPortalBookmarkGroupBookmarkArgs.builder()
.additionalParams("string")
.apptype("string")
.colorDepth("string")
.description("string")
.domain("string")
.folder("string")
.formDatas(ObjectVpnSslWebPortalBookmarkGroupBookmarkFormDataArgs.builder()
.name("string")
.value("string")
.build())
.height(0)
.host("string")
.keyboardLayout("string")
.listeningPort(0)
.loadBalancingInfo("string")
.logonPasswords("string")
.logonUser("string")
.name("string")
.port(0)
.preconnectionBlob("string")
.preconnectionId(0)
.remotePort(0)
.restrictedAdmin("string")
.security("string")
.sendPreconnectionId("string")
.serverLayout("string")
.showStatusWindow("string")
.sso("string")
.ssoCredential("string")
.ssoCredentialSentOnce("string")
.ssoPasswords("string")
.ssoUsername("string")
.url("string")
.vncKeyboardLayout("string")
.width(0)
.build())
.name("string")
.build())
.clientSrcRange("string")
.clipboard("string")
.customLang("string")
.customizeForticlientDownloadUrl("string")
.defaultProtocol("string")
.defaultWindowHeight(0)
.defaultWindowWidth(0)
.dhcp6RaLinkaddr("string")
.dhcpIpOverlap("string")
.dhcpRaGiaddr("string")
.dhcpReservation("string")
.displayBookmark("string")
.displayConnectionTools("string")
.displayHistory("string")
.displayStatus("string")
.dnsServer1("string")
.dnsServer2("string")
.dnsSuffix("string")
.dynamicSortSubtable("string")
.exclusiveRouting("string")
.focusBookmark("string")
.forticlientDownload("string")
.forticlientDownloadMethod("string")
.heading("string")
.hideSsoCredential("string")
.hostCheck("string")
.hostCheckInterval(0)
.hostCheckPolicy("string")
.ipMode("string")
.ipPools("string")
.ipv6DnsServer1("string")
.ipv6DnsServer2("string")
.ipv6ExclusiveRouting("string")
.ipv6Pools("string")
.ipv6ServiceRestriction("string")
.ipv6SplitTunneling("string")
.ipv6SplitTunnelingRoutingAddresses("string")
.ipv6SplitTunnelingRoutingNegate("string")
.ipv6TunnelMode("string")
.ipv6WinsServer1("string")
.ipv6WinsServer2("string")
.keepAlive("string")
.landingPage(ObjectVpnSslWebPortalLandingPageArgs.builder()
.formDatas(ObjectVpnSslWebPortalLandingPageFormDataArgs.builder()
.name("string")
.value("string")
.build())
.logoutUrl("string")
.sso("string")
.ssoCredential("string")
.ssoPasswords("string")
.ssoUsername("string")
.url("string")
.build())
.landingPageMode("string")
.limitUserLogins("string")
.macAddrAction("string")
.macAddrCheck("string")
.macAddrCheckRules(ObjectVpnSslWebPortalMacAddrCheckRuleArgs.builder()
.macAddrLists("string")
.macAddrMask(0)
.name("string")
.build())
.macosForticlientDownloadUrl("string")
.name("string")
.objectVpnSslWebPortalId("string")
.osCheck("string")
.osCheckList(ObjectVpnSslWebPortalOsCheckListArgs.builder()
.action("string")
.latestPatchLevel("string")
.minorVersion(0)
.name("string")
.tolerance(0)
.build())
.preferIpv6Dns("string")
.redirUrl("string")
.rewriteIpUriUi("string")
.savePassword("string")
.scopetype("string")
.serviceRestriction("string")
.skipCheckForBrowser("string")
.skipCheckForUnsupportedBrowser("string")
.skipCheckForUnsupportedOs("string")
.smbMaxVersion("string")
.smbMinVersion("string")
.smbNtlmv1Auth("string")
.smbv1("string")
.splitDns(ObjectVpnSslWebPortalSplitDnArgs.builder()
.dnsServer1("string")
.dnsServer2("string")
.domains("string")
.id(0)
.ipv6DnsServer1("string")
.ipv6DnsServer2("string")
.build())
.splitTunneling("string")
.splitTunnelingRoutingAddresses("string")
.splitTunnelingRoutingNegate("string")
.theme("string")
.transformBackwardSlashes("string")
.tunnelMode("string")
.useSdwan("string")
.userBookmark("string")
.userGroupBookmark("string")
.webMode("string")
.windowsForticlientDownloadUrl("string")
.winsServer1("string")
.winsServer2("string")
.build());
object_vpn_ssl_web_portal_resource = fortimanager.ObjectVpnSslWebPortal("objectVpnSslWebPortalResource",
adom="string",
allow_user_accesses=["string"],
auto_connect="string",
bookmark_groups=[{
"bookmarks": [{
"additional_params": "string",
"apptype": "string",
"color_depth": "string",
"description": "string",
"domain": "string",
"folder": "string",
"form_datas": [{
"name": "string",
"value": "string",
}],
"height": 0,
"host": "string",
"keyboard_layout": "string",
"listening_port": 0,
"load_balancing_info": "string",
"logon_passwords": ["string"],
"logon_user": "string",
"name": "string",
"port": 0,
"preconnection_blob": "string",
"preconnection_id": 0,
"remote_port": 0,
"restricted_admin": "string",
"security": "string",
"send_preconnection_id": "string",
"server_layout": "string",
"show_status_window": "string",
"sso": "string",
"sso_credential": "string",
"sso_credential_sent_once": "string",
"sso_passwords": ["string"],
"sso_username": "string",
"url": "string",
"vnc_keyboard_layout": "string",
"width": 0,
}],
"name": "string",
}],
client_src_range="string",
clipboard="string",
custom_lang="string",
customize_forticlient_download_url="string",
default_protocol="string",
default_window_height=0,
default_window_width=0,
dhcp6_ra_linkaddr="string",
dhcp_ip_overlap="string",
dhcp_ra_giaddr="string",
dhcp_reservation="string",
display_bookmark="string",
display_connection_tools="string",
display_history="string",
display_status="string",
dns_server1="string",
dns_server2="string",
dns_suffix="string",
dynamic_sort_subtable="string",
exclusive_routing="string",
focus_bookmark="string",
forticlient_download="string",
forticlient_download_method="string",
heading="string",
hide_sso_credential="string",
host_check="string",
host_check_interval=0,
host_check_policy="string",
ip_mode="string",
ip_pools="string",
ipv6_dns_server1="string",
ipv6_dns_server2="string",
ipv6_exclusive_routing="string",
ipv6_pools="string",
ipv6_service_restriction="string",
ipv6_split_tunneling="string",
ipv6_split_tunneling_routing_addresses=["string"],
ipv6_split_tunneling_routing_negate="string",
ipv6_tunnel_mode="string",
ipv6_wins_server1="string",
ipv6_wins_server2="string",
keep_alive="string",
landing_page={
"form_datas": [{
"name": "string",
"value": "string",
}],
"logout_url": "string",
"sso": "string",
"sso_credential": "string",
"sso_passwords": ["string"],
"sso_username": "string",
"url": "string",
},
landing_page_mode="string",
limit_user_logins="string",
mac_addr_action="string",
mac_addr_check="string",
mac_addr_check_rules=[{
"mac_addr_lists": ["string"],
"mac_addr_mask": 0,
"name": "string",
}],
macos_forticlient_download_url="string",
name="string",
object_vpn_ssl_web_portal_id="string",
os_check="string",
os_check_list={
"action": "string",
"latest_patch_level": "string",
"minor_version": 0,
"name": "string",
"tolerance": 0,
},
prefer_ipv6_dns="string",
redir_url="string",
rewrite_ip_uri_ui="string",
save_password="string",
scopetype="string",
service_restriction="string",
skip_check_for_browser="string",
skip_check_for_unsupported_browser="string",
skip_check_for_unsupported_os="string",
smb_max_version="string",
smb_min_version="string",
smb_ntlmv1_auth="string",
smbv1="string",
split_dns=[{
"dns_server1": "string",
"dns_server2": "string",
"domains": "string",
"id": 0,
"ipv6_dns_server1": "string",
"ipv6_dns_server2": "string",
}],
split_tunneling="string",
split_tunneling_routing_addresses=["string"],
split_tunneling_routing_negate="string",
theme="string",
transform_backward_slashes="string",
tunnel_mode="string",
use_sdwan="string",
user_bookmark="string",
user_group_bookmark="string",
web_mode="string",
windows_forticlient_download_url="string",
wins_server1="string",
wins_server2="string")
const objectVpnSslWebPortalResource = new fortimanager.ObjectVpnSslWebPortal("objectVpnSslWebPortalResource", {
adom: "string",
allowUserAccesses: ["string"],
autoConnect: "string",
bookmarkGroups: [{
bookmarks: [{
additionalParams: "string",
apptype: "string",
colorDepth: "string",
description: "string",
domain: "string",
folder: "string",
formDatas: [{
name: "string",
value: "string",
}],
height: 0,
host: "string",
keyboardLayout: "string",
listeningPort: 0,
loadBalancingInfo: "string",
logonPasswords: ["string"],
logonUser: "string",
name: "string",
port: 0,
preconnectionBlob: "string",
preconnectionId: 0,
remotePort: 0,
restrictedAdmin: "string",
security: "string",
sendPreconnectionId: "string",
serverLayout: "string",
showStatusWindow: "string",
sso: "string",
ssoCredential: "string",
ssoCredentialSentOnce: "string",
ssoPasswords: ["string"],
ssoUsername: "string",
url: "string",
vncKeyboardLayout: "string",
width: 0,
}],
name: "string",
}],
clientSrcRange: "string",
clipboard: "string",
customLang: "string",
customizeForticlientDownloadUrl: "string",
defaultProtocol: "string",
defaultWindowHeight: 0,
defaultWindowWidth: 0,
dhcp6RaLinkaddr: "string",
dhcpIpOverlap: "string",
dhcpRaGiaddr: "string",
dhcpReservation: "string",
displayBookmark: "string",
displayConnectionTools: "string",
displayHistory: "string",
displayStatus: "string",
dnsServer1: "string",
dnsServer2: "string",
dnsSuffix: "string",
dynamicSortSubtable: "string",
exclusiveRouting: "string",
focusBookmark: "string",
forticlientDownload: "string",
forticlientDownloadMethod: "string",
heading: "string",
hideSsoCredential: "string",
hostCheck: "string",
hostCheckInterval: 0,
hostCheckPolicy: "string",
ipMode: "string",
ipPools: "string",
ipv6DnsServer1: "string",
ipv6DnsServer2: "string",
ipv6ExclusiveRouting: "string",
ipv6Pools: "string",
ipv6ServiceRestriction: "string",
ipv6SplitTunneling: "string",
ipv6SplitTunnelingRoutingAddresses: ["string"],
ipv6SplitTunnelingRoutingNegate: "string",
ipv6TunnelMode: "string",
ipv6WinsServer1: "string",
ipv6WinsServer2: "string",
keepAlive: "string",
landingPage: {
formDatas: [{
name: "string",
value: "string",
}],
logoutUrl: "string",
sso: "string",
ssoCredential: "string",
ssoPasswords: ["string"],
ssoUsername: "string",
url: "string",
},
landingPageMode: "string",
limitUserLogins: "string",
macAddrAction: "string",
macAddrCheck: "string",
macAddrCheckRules: [{
macAddrLists: ["string"],
macAddrMask: 0,
name: "string",
}],
macosForticlientDownloadUrl: "string",
name: "string",
objectVpnSslWebPortalId: "string",
osCheck: "string",
osCheckList: {
action: "string",
latestPatchLevel: "string",
minorVersion: 0,
name: "string",
tolerance: 0,
},
preferIpv6Dns: "string",
redirUrl: "string",
rewriteIpUriUi: "string",
savePassword: "string",
scopetype: "string",
serviceRestriction: "string",
skipCheckForBrowser: "string",
skipCheckForUnsupportedBrowser: "string",
skipCheckForUnsupportedOs: "string",
smbMaxVersion: "string",
smbMinVersion: "string",
smbNtlmv1Auth: "string",
smbv1: "string",
splitDns: [{
dnsServer1: "string",
dnsServer2: "string",
domains: "string",
id: 0,
ipv6DnsServer1: "string",
ipv6DnsServer2: "string",
}],
splitTunneling: "string",
splitTunnelingRoutingAddresses: ["string"],
splitTunnelingRoutingNegate: "string",
theme: "string",
transformBackwardSlashes: "string",
tunnelMode: "string",
useSdwan: "string",
userBookmark: "string",
userGroupBookmark: "string",
webMode: "string",
windowsForticlientDownloadUrl: "string",
winsServer1: "string",
winsServer2: "string",
});
type: fortimanager:ObjectVpnSslWebPortal
properties:
adom: string
allowUserAccesses:
- string
autoConnect: string
bookmarkGroups:
- bookmarks:
- additionalParams: string
apptype: string
colorDepth: string
description: string
domain: string
folder: string
formDatas:
- name: string
value: string
height: 0
host: string
keyboardLayout: string
listeningPort: 0
loadBalancingInfo: string
logonPasswords:
- string
logonUser: string
name: string
port: 0
preconnectionBlob: string
preconnectionId: 0
remotePort: 0
restrictedAdmin: string
security: string
sendPreconnectionId: string
serverLayout: string
showStatusWindow: string
sso: string
ssoCredential: string
ssoCredentialSentOnce: string
ssoPasswords:
- string
ssoUsername: string
url: string
vncKeyboardLayout: string
width: 0
name: string
clientSrcRange: string
clipboard: string
customLang: string
customizeForticlientDownloadUrl: string
defaultProtocol: string
defaultWindowHeight: 0
defaultWindowWidth: 0
dhcp6RaLinkaddr: string
dhcpIpOverlap: string
dhcpRaGiaddr: string
dhcpReservation: string
displayBookmark: string
displayConnectionTools: string
displayHistory: string
displayStatus: string
dnsServer1: string
dnsServer2: string
dnsSuffix: string
dynamicSortSubtable: string
exclusiveRouting: string
focusBookmark: string
forticlientDownload: string
forticlientDownloadMethod: string
heading: string
hideSsoCredential: string
hostCheck: string
hostCheckInterval: 0
hostCheckPolicy: string
ipMode: string
ipPools: string
ipv6DnsServer1: string
ipv6DnsServer2: string
ipv6ExclusiveRouting: string
ipv6Pools: string
ipv6ServiceRestriction: string
ipv6SplitTunneling: string
ipv6SplitTunnelingRoutingAddresses:
- string
ipv6SplitTunnelingRoutingNegate: string
ipv6TunnelMode: string
ipv6WinsServer1: string
ipv6WinsServer2: string
keepAlive: string
landingPage:
formDatas:
- name: string
value: string
logoutUrl: string
sso: string
ssoCredential: string
ssoPasswords:
- string
ssoUsername: string
url: string
landingPageMode: string
limitUserLogins: string
macAddrAction: string
macAddrCheck: string
macAddrCheckRules:
- macAddrLists:
- string
macAddrMask: 0
name: string
macosForticlientDownloadUrl: string
name: string
objectVpnSslWebPortalId: string
osCheck: string
osCheckList:
action: string
latestPatchLevel: string
minorVersion: 0
name: string
tolerance: 0
preferIpv6Dns: string
redirUrl: string
rewriteIpUriUi: string
savePassword: string
scopetype: string
serviceRestriction: string
skipCheckForBrowser: string
skipCheckForUnsupportedBrowser: string
skipCheckForUnsupportedOs: string
smbMaxVersion: string
smbMinVersion: string
smbNtlmv1Auth: string
smbv1: string
splitDns:
- dnsServer1: string
dnsServer2: string
domains: string
id: 0
ipv6DnsServer1: string
ipv6DnsServer2: string
splitTunneling: string
splitTunnelingRoutingAddresses:
- string
splitTunnelingRoutingNegate: string
theme: string
transformBackwardSlashes: string
tunnelMode: string
useSdwan: string
userBookmark: string
userGroupBookmark: string
webMode: string
windowsForticlientDownloadUrl: string
winsServer1: string
winsServer2: string
ObjectVpnSslWebPortal 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 ObjectVpnSslWebPortal resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Allow
User List<string>Accesses - Allow user access to SSL-VPN applications. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,ping
,citrix
,portforward
,sftp
. - Auto
Connect string - Enable/disable automatic connect by client when system is up. Valid values:
disable
,enable
. - Bookmark
Groups List<ObjectVpn Ssl Web Portal Bookmark Group> - Bookmark-Group. The structure of
bookmark_group
block is documented below. - Client
Src stringRange - Allow client to add source range for the tunnel traffic. Valid values:
disable
,enable
. - Clipboard string
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable
,enable
. - Custom
Lang string - Change the web portal display language. Overrides config system global set language. You can use config system custom-language and execute system custom-language to add custom language files.
- Customize
Forticlient stringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable
,enable
. - Default
Protocol string - Application type that is set by default. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,sftp
. - Default
Window doubleHeight - Screen height (range from 0 - 65535, default = 768).
- Default
Window doubleWidth - Screen width (range from 0 - 65535, default = 1024).
- Dhcp6Ra
Linkaddr string - Relay agent IPv6 link address to use in DHCP6 requests.
- Dhcp
Ip stringOverlap - Configure overlapping DHCP IP allocation assignment. Valid values:
use-old
,use-new
. - Dhcp
Ra stringGiaddr - Relay agent gateway IP address to use in the giaddr field of DHCP requests.
- Dhcp
Reservation string - Enable/disable dhcp reservation. Valid values:
disable
,enable
. - Display
Bookmark string - Enable to display the web portal bookmark widget. Valid values:
disable
,enable
. - Display
Connection stringTools - Enable to display the web portal connection tools widget. Valid values:
disable
,enable
. - Display
History string - Enable to display the web portal user login history widget. Valid values:
disable
,enable
. - Display
Status string - Enable to display the web portal status widget. Valid values:
disable
,enable
. - Dns
Server1 string - IPv4 DNS server 1.
- Dns
Server2 string - IPv4 DNS server 2.
- Dns
Suffix string - DNS suffix.
- 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.
- Exclusive
Routing string - Enable/disable all traffic go through tunnel only. Valid values:
disable
,enable
. - Focus
Bookmark string - Enable to prioritize the placement of the bookmark section over the quick-connection section in the SSL-VPN application. Valid values:
disable
,enable
. - Forticlient
Download string - Enable/disable download option for FortiClient. Valid values:
disable
,enable
. - Forticlient
Download stringMethod - FortiClient download method. Valid values:
direct
,ssl-vpn
. - Heading string
- Web portal heading message.
- Hide
Sso stringCredential - Enable to prevent SSO credential being sent to client. Valid values:
disable
,enable
. - Host
Check string - Type of host checking performed on endpoints. Valid values:
none
,av
,fw
,av-fw
,custom
. - Host
Check doubleInterval - Periodic host check interval. Value of 0 means disabled and host checking only happens when the endpoint connects.
- Host
Check stringPolicy - One or more policies to require the endpoint to have specific security software.
- Ip
Mode string - Method by which users of this SSL-VPN tunnel obtain IP addresses. Valid values:
range
,user-group
. - Ip
Pools string - IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- Ipv6Dns
Server1 string - IPv6 DNS server 1.
- Ipv6Dns
Server2 string - IPv6 DNS server 2.
- Ipv6Exclusive
Routing string - Enable/disable all IPv6 traffic go through tunnel only. Valid values:
disable
,enable
. - Ipv6Pools string
- IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- Ipv6Service
Restriction string - Enable/disable IPv6 tunnel service restriction. Valid values:
disable
,enable
. - Ipv6Split
Tunneling string - Enable/disable IPv6 split tunneling. Valid values:
disable
,enable
. - Ipv6Split
Tunneling List<string>Routing Addresses - IPv6 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- Ipv6Split
Tunneling stringRouting Negate - Enable to negate IPv6 split tunneling routing address. Valid values:
disable
,enable
. - Ipv6Tunnel
Mode string - Enable/disable IPv6 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - Ipv6Wins
Server1 string - IPv6 WINS server 1.
- Ipv6Wins
Server2 string - IPv6 WINS server 2.
- Keep
Alive string - Enable/disable automatic reconnect for FortiClient connections. Valid values:
disable
,enable
. - Landing
Page ObjectVpn Ssl Web Portal Landing Page - Landing-Page. The structure of
landing_page
block is documented below. - Landing
Page stringMode - Enable/disable SSL-VPN landing page mode. Valid values:
disable
,enable
. - Limit
User stringLogins - Enable to limit each user to one SSL-VPN session at a time. Valid values:
disable
,enable
. - Mac
Addr stringAction - Client MAC address action. Valid values:
deny
,allow
. - Mac
Addr stringCheck - Enable/disable MAC address host checking. Valid values:
disable
,enable
. - Mac
Addr List<ObjectCheck Rules Vpn Ssl Web Portal Mac Addr Check Rule> - Mac-Addr-Check-Rule. The structure of
mac_addr_check_rule
block is documented below. - Macos
Forticlient stringDownload Url - Download URL for Mac FortiClient.
- Name string
- Portal name.
- Object
Vpn stringSsl Web Portal Id - an identifier for the resource with format {{name}}.
- Os
Check string - Enable to let the FortiGate decide action based on client OS. Valid values:
disable
,enable
. - Os
Check ObjectList Vpn Ssl Web Portal Os Check List - Os-Check-List. The structure of
os_check_list
block is documented below. - Prefer
Ipv6Dns string - prefer to query IPv6 dns first if enabled. Valid values:
disable
,enable
. - Redir
Url string - Client login redirect URL.
- Rewrite
Ip stringUri Ui - Rewrite contents for URI contains IP and "/ui/". (default = disable) Valid values:
disable
,enable
. - Save
Password string - Enable/disable FortiClient saving the user's password. Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Service
Restriction string - Enable/disable tunnel service restriction. Valid values:
disable
,enable
. - Skip
Check stringFor Browser - Enable to skip host check for browser support. Valid values:
disable
,enable
. - Skip
Check stringFor Unsupported Browser - Enable to skip host check if browser does not support it. Valid values:
disable
,enable
. - Skip
Check stringFor Unsupported Os - Enable to skip host check if client OS does not support it. Valid values:
disable
,enable
. - Smb
Max stringVersion - SMB maximum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - Smb
Min stringVersion - SMB minimum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - Smb
Ntlmv1Auth string - Enable support of NTLMv1 for Samba authentication. Valid values:
disable
,enable
. - Smbv1 string
- Smbv1. Valid values:
disable
,enable
. - Split
Dns List<ObjectVpn Ssl Web Portal Split Dn> - Split-Dns. The structure of
split_dns
block is documented below. - Split
Tunneling string - Enable/disable IPv4 split tunneling. Valid values:
disable
,enable
. - Split
Tunneling List<string>Routing Addresses - IPv4 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- Split
Tunneling stringRouting Negate - Enable to negate split tunneling routing address. Valid values:
disable
,enable
. - Theme string
- Web portal color scheme. Valid values:
gray
,blue
,orange
,crimson
,steelblue
,darkgrey
,green
,melongene
,red
,mariner
,neutrino
. - Transform
Backward stringSlashes - Transform backward slashes to forward slashes in URLs. Valid values:
disable
,enable
. - Tunnel
Mode string - Enable/disable IPv4 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - Use
Sdwan string - Use SD-WAN rules to get output interface. Valid values:
disable
,enable
. - User
Bookmark string - Enable to allow web portal users to create their own bookmarks. Valid values:
disable
,enable
. - User
Group stringBookmark - Enable to allow web portal users to create bookmarks for all users in the same user group. Valid values:
disable
,enable
. - Web
Mode string - Enable/disable SSL VPN web mode. Valid values:
disable
,enable
. - Windows
Forticlient stringDownload Url - Download URL for Windows FortiClient.
- Wins
Server1 string - IPv4 WINS server 1.
- Wins
Server2 string - IPv4 WINS server 1.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Allow
User []stringAccesses - Allow user access to SSL-VPN applications. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,ping
,citrix
,portforward
,sftp
. - Auto
Connect string - Enable/disable automatic connect by client when system is up. Valid values:
disable
,enable
. - Bookmark
Groups []ObjectVpn Ssl Web Portal Bookmark Group Type Args - Bookmark-Group. The structure of
bookmark_group
block is documented below. - Client
Src stringRange - Allow client to add source range for the tunnel traffic. Valid values:
disable
,enable
. - Clipboard string
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable
,enable
. - Custom
Lang string - Change the web portal display language. Overrides config system global set language. You can use config system custom-language and execute system custom-language to add custom language files.
- Customize
Forticlient stringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable
,enable
. - Default
Protocol string - Application type that is set by default. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,sftp
. - Default
Window float64Height - Screen height (range from 0 - 65535, default = 768).
- Default
Window float64Width - Screen width (range from 0 - 65535, default = 1024).
- Dhcp6Ra
Linkaddr string - Relay agent IPv6 link address to use in DHCP6 requests.
- Dhcp
Ip stringOverlap - Configure overlapping DHCP IP allocation assignment. Valid values:
use-old
,use-new
. - Dhcp
Ra stringGiaddr - Relay agent gateway IP address to use in the giaddr field of DHCP requests.
- Dhcp
Reservation string - Enable/disable dhcp reservation. Valid values:
disable
,enable
. - Display
Bookmark string - Enable to display the web portal bookmark widget. Valid values:
disable
,enable
. - Display
Connection stringTools - Enable to display the web portal connection tools widget. Valid values:
disable
,enable
. - Display
History string - Enable to display the web portal user login history widget. Valid values:
disable
,enable
. - Display
Status string - Enable to display the web portal status widget. Valid values:
disable
,enable
. - Dns
Server1 string - IPv4 DNS server 1.
- Dns
Server2 string - IPv4 DNS server 2.
- Dns
Suffix string - DNS suffix.
- 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.
- Exclusive
Routing string - Enable/disable all traffic go through tunnel only. Valid values:
disable
,enable
. - Focus
Bookmark string - Enable to prioritize the placement of the bookmark section over the quick-connection section in the SSL-VPN application. Valid values:
disable
,enable
. - Forticlient
Download string - Enable/disable download option for FortiClient. Valid values:
disable
,enable
. - Forticlient
Download stringMethod - FortiClient download method. Valid values:
direct
,ssl-vpn
. - Heading string
- Web portal heading message.
- Hide
Sso stringCredential - Enable to prevent SSO credential being sent to client. Valid values:
disable
,enable
. - Host
Check string - Type of host checking performed on endpoints. Valid values:
none
,av
,fw
,av-fw
,custom
. - Host
Check float64Interval - Periodic host check interval. Value of 0 means disabled and host checking only happens when the endpoint connects.
- Host
Check stringPolicy - One or more policies to require the endpoint to have specific security software.
- Ip
Mode string - Method by which users of this SSL-VPN tunnel obtain IP addresses. Valid values:
range
,user-group
. - Ip
Pools string - IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- Ipv6Dns
Server1 string - IPv6 DNS server 1.
- Ipv6Dns
Server2 string - IPv6 DNS server 2.
- Ipv6Exclusive
Routing string - Enable/disable all IPv6 traffic go through tunnel only. Valid values:
disable
,enable
. - Ipv6Pools string
- IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- Ipv6Service
Restriction string - Enable/disable IPv6 tunnel service restriction. Valid values:
disable
,enable
. - Ipv6Split
Tunneling string - Enable/disable IPv6 split tunneling. Valid values:
disable
,enable
. - Ipv6Split
Tunneling []stringRouting Addresses - IPv6 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- Ipv6Split
Tunneling stringRouting Negate - Enable to negate IPv6 split tunneling routing address. Valid values:
disable
,enable
. - Ipv6Tunnel
Mode string - Enable/disable IPv6 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - Ipv6Wins
Server1 string - IPv6 WINS server 1.
- Ipv6Wins
Server2 string - IPv6 WINS server 2.
- Keep
Alive string - Enable/disable automatic reconnect for FortiClient connections. Valid values:
disable
,enable
. - Landing
Page ObjectVpn Ssl Web Portal Landing Page Type Args - Landing-Page. The structure of
landing_page
block is documented below. - Landing
Page stringMode - Enable/disable SSL-VPN landing page mode. Valid values:
disable
,enable
. - Limit
User stringLogins - Enable to limit each user to one SSL-VPN session at a time. Valid values:
disable
,enable
. - Mac
Addr stringAction - Client MAC address action. Valid values:
deny
,allow
. - Mac
Addr stringCheck - Enable/disable MAC address host checking. Valid values:
disable
,enable
. - Mac
Addr []ObjectCheck Rules Vpn Ssl Web Portal Mac Addr Check Rule Type Args - Mac-Addr-Check-Rule. The structure of
mac_addr_check_rule
block is documented below. - Macos
Forticlient stringDownload Url - Download URL for Mac FortiClient.
- Name string
- Portal name.
- Object
Vpn stringSsl Web Portal Id - an identifier for the resource with format {{name}}.
- Os
Check string - Enable to let the FortiGate decide action based on client OS. Valid values:
disable
,enable
. - Os
Check ObjectList Vpn Ssl Web Portal Os Check List Args - Os-Check-List. The structure of
os_check_list
block is documented below. - Prefer
Ipv6Dns string - prefer to query IPv6 dns first if enabled. Valid values:
disable
,enable
. - Redir
Url string - Client login redirect URL.
- Rewrite
Ip stringUri Ui - Rewrite contents for URI contains IP and "/ui/". (default = disable) Valid values:
disable
,enable
. - Save
Password string - Enable/disable FortiClient saving the user's password. Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Service
Restriction string - Enable/disable tunnel service restriction. Valid values:
disable
,enable
. - Skip
Check stringFor Browser - Enable to skip host check for browser support. Valid values:
disable
,enable
. - Skip
Check stringFor Unsupported Browser - Enable to skip host check if browser does not support it. Valid values:
disable
,enable
. - Skip
Check stringFor Unsupported Os - Enable to skip host check if client OS does not support it. Valid values:
disable
,enable
. - Smb
Max stringVersion - SMB maximum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - Smb
Min stringVersion - SMB minimum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - Smb
Ntlmv1Auth string - Enable support of NTLMv1 for Samba authentication. Valid values:
disable
,enable
. - Smbv1 string
- Smbv1. Valid values:
disable
,enable
. - Split
Dns []ObjectVpn Ssl Web Portal Split Dn Args - Split-Dns. The structure of
split_dns
block is documented below. - Split
Tunneling string - Enable/disable IPv4 split tunneling. Valid values:
disable
,enable
. - Split
Tunneling []stringRouting Addresses - IPv4 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- Split
Tunneling stringRouting Negate - Enable to negate split tunneling routing address. Valid values:
disable
,enable
. - Theme string
- Web portal color scheme. Valid values:
gray
,blue
,orange
,crimson
,steelblue
,darkgrey
,green
,melongene
,red
,mariner
,neutrino
. - Transform
Backward stringSlashes - Transform backward slashes to forward slashes in URLs. Valid values:
disable
,enable
. - Tunnel
Mode string - Enable/disable IPv4 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - Use
Sdwan string - Use SD-WAN rules to get output interface. Valid values:
disable
,enable
. - User
Bookmark string - Enable to allow web portal users to create their own bookmarks. Valid values:
disable
,enable
. - User
Group stringBookmark - Enable to allow web portal users to create bookmarks for all users in the same user group. Valid values:
disable
,enable
. - Web
Mode string - Enable/disable SSL VPN web mode. Valid values:
disable
,enable
. - Windows
Forticlient stringDownload Url - Download URL for Windows FortiClient.
- Wins
Server1 string - IPv4 WINS server 1.
- Wins
Server2 string - IPv4 WINS server 1.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allow
User List<String>Accesses - Allow user access to SSL-VPN applications. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,ping
,citrix
,portforward
,sftp
. - auto
Connect String - Enable/disable automatic connect by client when system is up. Valid values:
disable
,enable
. - bookmark
Groups List<ObjectVpn Ssl Web Portal Bookmark Group> - Bookmark-Group. The structure of
bookmark_group
block is documented below. - client
Src StringRange - Allow client to add source range for the tunnel traffic. Valid values:
disable
,enable
. - clipboard String
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable
,enable
. - custom
Lang String - Change the web portal display language. Overrides config system global set language. You can use config system custom-language and execute system custom-language to add custom language files.
- customize
Forticlient StringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable
,enable
. - default
Protocol String - Application type that is set by default. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,sftp
. - default
Window DoubleHeight - Screen height (range from 0 - 65535, default = 768).
- default
Window DoubleWidth - Screen width (range from 0 - 65535, default = 1024).
- dhcp6Ra
Linkaddr String - Relay agent IPv6 link address to use in DHCP6 requests.
- dhcp
Ip StringOverlap - Configure overlapping DHCP IP allocation assignment. Valid values:
use-old
,use-new
. - dhcp
Ra StringGiaddr - Relay agent gateway IP address to use in the giaddr field of DHCP requests.
- dhcp
Reservation String - Enable/disable dhcp reservation. Valid values:
disable
,enable
. - display
Bookmark String - Enable to display the web portal bookmark widget. Valid values:
disable
,enable
. - display
Connection StringTools - Enable to display the web portal connection tools widget. Valid values:
disable
,enable
. - display
History String - Enable to display the web portal user login history widget. Valid values:
disable
,enable
. - display
Status String - Enable to display the web portal status widget. Valid values:
disable
,enable
. - dns
Server1 String - IPv4 DNS server 1.
- dns
Server2 String - IPv4 DNS server 2.
- dns
Suffix String - DNS suffix.
- 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.
- exclusive
Routing String - Enable/disable all traffic go through tunnel only. Valid values:
disable
,enable
. - focus
Bookmark String - Enable to prioritize the placement of the bookmark section over the quick-connection section in the SSL-VPN application. Valid values:
disable
,enable
. - forticlient
Download String - Enable/disable download option for FortiClient. Valid values:
disable
,enable
. - forticlient
Download StringMethod - FortiClient download method. Valid values:
direct
,ssl-vpn
. - heading String
- Web portal heading message.
- hide
Sso StringCredential - Enable to prevent SSO credential being sent to client. Valid values:
disable
,enable
. - host
Check String - Type of host checking performed on endpoints. Valid values:
none
,av
,fw
,av-fw
,custom
. - host
Check DoubleInterval - Periodic host check interval. Value of 0 means disabled and host checking only happens when the endpoint connects.
- host
Check StringPolicy - One or more policies to require the endpoint to have specific security software.
- ip
Mode String - Method by which users of this SSL-VPN tunnel obtain IP addresses. Valid values:
range
,user-group
. - ip
Pools String - IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- ipv6Dns
Server1 String - IPv6 DNS server 1.
- ipv6Dns
Server2 String - IPv6 DNS server 2.
- ipv6Exclusive
Routing String - Enable/disable all IPv6 traffic go through tunnel only. Valid values:
disable
,enable
. - ipv6Pools String
- IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- ipv6Service
Restriction String - Enable/disable IPv6 tunnel service restriction. Valid values:
disable
,enable
. - ipv6Split
Tunneling String - Enable/disable IPv6 split tunneling. Valid values:
disable
,enable
. - ipv6Split
Tunneling List<String>Routing Addresses - IPv6 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- ipv6Split
Tunneling StringRouting Negate - Enable to negate IPv6 split tunneling routing address. Valid values:
disable
,enable
. - ipv6Tunnel
Mode String - Enable/disable IPv6 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - ipv6Wins
Server1 String - IPv6 WINS server 1.
- ipv6Wins
Server2 String - IPv6 WINS server 2.
- keep
Alive String - Enable/disable automatic reconnect for FortiClient connections. Valid values:
disable
,enable
. - landing
Page ObjectVpn Ssl Web Portal Landing Page - Landing-Page. The structure of
landing_page
block is documented below. - landing
Page StringMode - Enable/disable SSL-VPN landing page mode. Valid values:
disable
,enable
. - limit
User StringLogins - Enable to limit each user to one SSL-VPN session at a time. Valid values:
disable
,enable
. - mac
Addr StringAction - Client MAC address action. Valid values:
deny
,allow
. - mac
Addr StringCheck - Enable/disable MAC address host checking. Valid values:
disable
,enable
. - mac
Addr List<ObjectCheck Rules Vpn Ssl Web Portal Mac Addr Check Rule> - Mac-Addr-Check-Rule. The structure of
mac_addr_check_rule
block is documented below. - macos
Forticlient StringDownload Url - Download URL for Mac FortiClient.
- name String
- Portal name.
- object
Vpn StringSsl Web Portal Id - an identifier for the resource with format {{name}}.
- os
Check String - Enable to let the FortiGate decide action based on client OS. Valid values:
disable
,enable
. - os
Check ObjectList Vpn Ssl Web Portal Os Check List - Os-Check-List. The structure of
os_check_list
block is documented below. - prefer
Ipv6Dns String - prefer to query IPv6 dns first if enabled. Valid values:
disable
,enable
. - redir
Url String - Client login redirect URL.
- rewrite
Ip StringUri Ui - Rewrite contents for URI contains IP and "/ui/". (default = disable) Valid values:
disable
,enable
. - save
Password String - Enable/disable FortiClient saving the user's password. Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service
Restriction String - Enable/disable tunnel service restriction. Valid values:
disable
,enable
. - skip
Check StringFor Browser - Enable to skip host check for browser support. Valid values:
disable
,enable
. - skip
Check StringFor Unsupported Browser - Enable to skip host check if browser does not support it. Valid values:
disable
,enable
. - skip
Check StringFor Unsupported Os - Enable to skip host check if client OS does not support it. Valid values:
disable
,enable
. - smb
Max StringVersion - SMB maximum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - smb
Min StringVersion - SMB minimum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - smb
Ntlmv1Auth String - Enable support of NTLMv1 for Samba authentication. Valid values:
disable
,enable
. - smbv1 String
- Smbv1. Valid values:
disable
,enable
. - split
Dns List<ObjectVpn Ssl Web Portal Split Dn> - Split-Dns. The structure of
split_dns
block is documented below. - split
Tunneling String - Enable/disable IPv4 split tunneling. Valid values:
disable
,enable
. - split
Tunneling List<String>Routing Addresses - IPv4 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- split
Tunneling StringRouting Negate - Enable to negate split tunneling routing address. Valid values:
disable
,enable
. - theme String
- Web portal color scheme. Valid values:
gray
,blue
,orange
,crimson
,steelblue
,darkgrey
,green
,melongene
,red
,mariner
,neutrino
. - transform
Backward StringSlashes - Transform backward slashes to forward slashes in URLs. Valid values:
disable
,enable
. - tunnel
Mode String - Enable/disable IPv4 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - use
Sdwan String - Use SD-WAN rules to get output interface. Valid values:
disable
,enable
. - user
Bookmark String - Enable to allow web portal users to create their own bookmarks. Valid values:
disable
,enable
. - user
Group StringBookmark - Enable to allow web portal users to create bookmarks for all users in the same user group. Valid values:
disable
,enable
. - web
Mode String - Enable/disable SSL VPN web mode. Valid values:
disable
,enable
. - windows
Forticlient StringDownload Url - Download URL for Windows FortiClient.
- wins
Server1 String - IPv4 WINS server 1.
- wins
Server2 String - IPv4 WINS server 1.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allow
User string[]Accesses - Allow user access to SSL-VPN applications. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,ping
,citrix
,portforward
,sftp
. - auto
Connect string - Enable/disable automatic connect by client when system is up. Valid values:
disable
,enable
. - bookmark
Groups ObjectVpn Ssl Web Portal Bookmark Group[] - Bookmark-Group. The structure of
bookmark_group
block is documented below. - client
Src stringRange - Allow client to add source range for the tunnel traffic. Valid values:
disable
,enable
. - clipboard string
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable
,enable
. - custom
Lang string - Change the web portal display language. Overrides config system global set language. You can use config system custom-language and execute system custom-language to add custom language files.
- customize
Forticlient stringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable
,enable
. - default
Protocol string - Application type that is set by default. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,sftp
. - default
Window numberHeight - Screen height (range from 0 - 65535, default = 768).
- default
Window numberWidth - Screen width (range from 0 - 65535, default = 1024).
- dhcp6Ra
Linkaddr string - Relay agent IPv6 link address to use in DHCP6 requests.
- dhcp
Ip stringOverlap - Configure overlapping DHCP IP allocation assignment. Valid values:
use-old
,use-new
. - dhcp
Ra stringGiaddr - Relay agent gateway IP address to use in the giaddr field of DHCP requests.
- dhcp
Reservation string - Enable/disable dhcp reservation. Valid values:
disable
,enable
. - display
Bookmark string - Enable to display the web portal bookmark widget. Valid values:
disable
,enable
. - display
Connection stringTools - Enable to display the web portal connection tools widget. Valid values:
disable
,enable
. - display
History string - Enable to display the web portal user login history widget. Valid values:
disable
,enable
. - display
Status string - Enable to display the web portal status widget. Valid values:
disable
,enable
. - dns
Server1 string - IPv4 DNS server 1.
- dns
Server2 string - IPv4 DNS server 2.
- dns
Suffix string - DNS suffix.
- 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.
- exclusive
Routing string - Enable/disable all traffic go through tunnel only. Valid values:
disable
,enable
. - focus
Bookmark string - Enable to prioritize the placement of the bookmark section over the quick-connection section in the SSL-VPN application. Valid values:
disable
,enable
. - forticlient
Download string - Enable/disable download option for FortiClient. Valid values:
disable
,enable
. - forticlient
Download stringMethod - FortiClient download method. Valid values:
direct
,ssl-vpn
. - heading string
- Web portal heading message.
- hide
Sso stringCredential - Enable to prevent SSO credential being sent to client. Valid values:
disable
,enable
. - host
Check string - Type of host checking performed on endpoints. Valid values:
none
,av
,fw
,av-fw
,custom
. - host
Check numberInterval - Periodic host check interval. Value of 0 means disabled and host checking only happens when the endpoint connects.
- host
Check stringPolicy - One or more policies to require the endpoint to have specific security software.
- ip
Mode string - Method by which users of this SSL-VPN tunnel obtain IP addresses. Valid values:
range
,user-group
. - ip
Pools string - IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- ipv6Dns
Server1 string - IPv6 DNS server 1.
- ipv6Dns
Server2 string - IPv6 DNS server 2.
- ipv6Exclusive
Routing string - Enable/disable all IPv6 traffic go through tunnel only. Valid values:
disable
,enable
. - ipv6Pools string
- IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- ipv6Service
Restriction string - Enable/disable IPv6 tunnel service restriction. Valid values:
disable
,enable
. - ipv6Split
Tunneling string - Enable/disable IPv6 split tunneling. Valid values:
disable
,enable
. - ipv6Split
Tunneling string[]Routing Addresses - IPv6 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- ipv6Split
Tunneling stringRouting Negate - Enable to negate IPv6 split tunneling routing address. Valid values:
disable
,enable
. - ipv6Tunnel
Mode string - Enable/disable IPv6 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - ipv6Wins
Server1 string - IPv6 WINS server 1.
- ipv6Wins
Server2 string - IPv6 WINS server 2.
- keep
Alive string - Enable/disable automatic reconnect for FortiClient connections. Valid values:
disable
,enable
. - landing
Page ObjectVpn Ssl Web Portal Landing Page - Landing-Page. The structure of
landing_page
block is documented below. - landing
Page stringMode - Enable/disable SSL-VPN landing page mode. Valid values:
disable
,enable
. - limit
User stringLogins - Enable to limit each user to one SSL-VPN session at a time. Valid values:
disable
,enable
. - mac
Addr stringAction - Client MAC address action. Valid values:
deny
,allow
. - mac
Addr stringCheck - Enable/disable MAC address host checking. Valid values:
disable
,enable
. - mac
Addr ObjectCheck Rules Vpn Ssl Web Portal Mac Addr Check Rule[] - Mac-Addr-Check-Rule. The structure of
mac_addr_check_rule
block is documented below. - macos
Forticlient stringDownload Url - Download URL for Mac FortiClient.
- name string
- Portal name.
- object
Vpn stringSsl Web Portal Id - an identifier for the resource with format {{name}}.
- os
Check string - Enable to let the FortiGate decide action based on client OS. Valid values:
disable
,enable
. - os
Check ObjectList Vpn Ssl Web Portal Os Check List - Os-Check-List. The structure of
os_check_list
block is documented below. - prefer
Ipv6Dns string - prefer to query IPv6 dns first if enabled. Valid values:
disable
,enable
. - redir
Url string - Client login redirect URL.
- rewrite
Ip stringUri Ui - Rewrite contents for URI contains IP and "/ui/". (default = disable) Valid values:
disable
,enable
. - save
Password string - Enable/disable FortiClient saving the user's password. Valid values:
disable
,enable
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service
Restriction string - Enable/disable tunnel service restriction. Valid values:
disable
,enable
. - skip
Check stringFor Browser - Enable to skip host check for browser support. Valid values:
disable
,enable
. - skip
Check stringFor Unsupported Browser - Enable to skip host check if browser does not support it. Valid values:
disable
,enable
. - skip
Check stringFor Unsupported Os - Enable to skip host check if client OS does not support it. Valid values:
disable
,enable
. - smb
Max stringVersion - SMB maximum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - smb
Min stringVersion - SMB minimum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - smb
Ntlmv1Auth string - Enable support of NTLMv1 for Samba authentication. Valid values:
disable
,enable
. - smbv1 string
- Smbv1. Valid values:
disable
,enable
. - split
Dns ObjectVpn Ssl Web Portal Split Dn[] - Split-Dns. The structure of
split_dns
block is documented below. - split
Tunneling string - Enable/disable IPv4 split tunneling. Valid values:
disable
,enable
. - split
Tunneling string[]Routing Addresses - IPv4 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- split
Tunneling stringRouting Negate - Enable to negate split tunneling routing address. Valid values:
disable
,enable
. - theme string
- Web portal color scheme. Valid values:
gray
,blue
,orange
,crimson
,steelblue
,darkgrey
,green
,melongene
,red
,mariner
,neutrino
. - transform
Backward stringSlashes - Transform backward slashes to forward slashes in URLs. Valid values:
disable
,enable
. - tunnel
Mode string - Enable/disable IPv4 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - use
Sdwan string - Use SD-WAN rules to get output interface. Valid values:
disable
,enable
. - user
Bookmark string - Enable to allow web portal users to create their own bookmarks. Valid values:
disable
,enable
. - user
Group stringBookmark - Enable to allow web portal users to create bookmarks for all users in the same user group. Valid values:
disable
,enable
. - web
Mode string - Enable/disable SSL VPN web mode. Valid values:
disable
,enable
. - windows
Forticlient stringDownload Url - Download URL for Windows FortiClient.
- wins
Server1 string - IPv4 WINS server 1.
- wins
Server2 string - IPv4 WINS server 1.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allow_
user_ Sequence[str]accesses - Allow user access to SSL-VPN applications. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,ping
,citrix
,portforward
,sftp
. - auto_
connect str - Enable/disable automatic connect by client when system is up. Valid values:
disable
,enable
. - bookmark_
groups Sequence[ObjectVpn Ssl Web Portal Bookmark Group Args] - Bookmark-Group. The structure of
bookmark_group
block is documented below. - client_
src_ strrange - Allow client to add source range for the tunnel traffic. Valid values:
disable
,enable
. - clipboard str
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable
,enable
. - custom_
lang str - Change the web portal display language. Overrides config system global set language. You can use config system custom-language and execute system custom-language to add custom language files.
- customize_
forticlient_ strdownload_ url - Enable support of customized download URL for FortiClient. Valid values:
disable
,enable
. - default_
protocol str - Application type that is set by default. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,sftp
. - default_
window_ floatheight - Screen height (range from 0 - 65535, default = 768).
- default_
window_ floatwidth - Screen width (range from 0 - 65535, default = 1024).
- dhcp6_
ra_ strlinkaddr - Relay agent IPv6 link address to use in DHCP6 requests.
- dhcp_
ip_ stroverlap - Configure overlapping DHCP IP allocation assignment. Valid values:
use-old
,use-new
. - dhcp_
ra_ strgiaddr - Relay agent gateway IP address to use in the giaddr field of DHCP requests.
- dhcp_
reservation str - Enable/disable dhcp reservation. Valid values:
disable
,enable
. - display_
bookmark str - Enable to display the web portal bookmark widget. Valid values:
disable
,enable
. - display_
connection_ strtools - Enable to display the web portal connection tools widget. Valid values:
disable
,enable
. - display_
history str - Enable to display the web portal user login history widget. Valid values:
disable
,enable
. - display_
status str - Enable to display the web portal status widget. Valid values:
disable
,enable
. - dns_
server1 str - IPv4 DNS server 1.
- dns_
server2 str - IPv4 DNS server 2.
- dns_
suffix str - DNS suffix.
- 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.
- exclusive_
routing str - Enable/disable all traffic go through tunnel only. Valid values:
disable
,enable
. - focus_
bookmark str - Enable to prioritize the placement of the bookmark section over the quick-connection section in the SSL-VPN application. Valid values:
disable
,enable
. - forticlient_
download str - Enable/disable download option for FortiClient. Valid values:
disable
,enable
. - forticlient_
download_ strmethod - FortiClient download method. Valid values:
direct
,ssl-vpn
. - heading str
- Web portal heading message.
- hide_
sso_ strcredential - Enable to prevent SSO credential being sent to client. Valid values:
disable
,enable
. - host_
check str - Type of host checking performed on endpoints. Valid values:
none
,av
,fw
,av-fw
,custom
. - host_
check_ floatinterval - Periodic host check interval. Value of 0 means disabled and host checking only happens when the endpoint connects.
- host_
check_ strpolicy - One or more policies to require the endpoint to have specific security software.
- ip_
mode str - Method by which users of this SSL-VPN tunnel obtain IP addresses. Valid values:
range
,user-group
. - ip_
pools str - IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- ipv6_
dns_ strserver1 - IPv6 DNS server 1.
- ipv6_
dns_ strserver2 - IPv6 DNS server 2.
- ipv6_
exclusive_ strrouting - Enable/disable all IPv6 traffic go through tunnel only. Valid values:
disable
,enable
. - ipv6_
pools str - IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- ipv6_
service_ strrestriction - Enable/disable IPv6 tunnel service restriction. Valid values:
disable
,enable
. - ipv6_
split_ strtunneling - Enable/disable IPv6 split tunneling. Valid values:
disable
,enable
. - ipv6_
split_ Sequence[str]tunneling_ routing_ addresses - IPv6 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- ipv6_
split_ strtunneling_ routing_ negate - Enable to negate IPv6 split tunneling routing address. Valid values:
disable
,enable
. - ipv6_
tunnel_ strmode - Enable/disable IPv6 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - ipv6_
wins_ strserver1 - IPv6 WINS server 1.
- ipv6_
wins_ strserver2 - IPv6 WINS server 2.
- keep_
alive str - Enable/disable automatic reconnect for FortiClient connections. Valid values:
disable
,enable
. - landing_
page ObjectVpn Ssl Web Portal Landing Page Args - Landing-Page. The structure of
landing_page
block is documented below. - landing_
page_ strmode - Enable/disable SSL-VPN landing page mode. Valid values:
disable
,enable
. - limit_
user_ strlogins - Enable to limit each user to one SSL-VPN session at a time. Valid values:
disable
,enable
. - mac_
addr_ straction - Client MAC address action. Valid values:
deny
,allow
. - mac_
addr_ strcheck - Enable/disable MAC address host checking. Valid values:
disable
,enable
. - mac_
addr_ Sequence[Objectcheck_ rules Vpn Ssl Web Portal Mac Addr Check Rule Args] - Mac-Addr-Check-Rule. The structure of
mac_addr_check_rule
block is documented below. - macos_
forticlient_ strdownload_ url - Download URL for Mac FortiClient.
- name str
- Portal name.
- object_
vpn_ strssl_ web_ portal_ id - an identifier for the resource with format {{name}}.
- os_
check str - Enable to let the FortiGate decide action based on client OS. Valid values:
disable
,enable
. - os_
check_ Objectlist Vpn Ssl Web Portal Os Check List Args - Os-Check-List. The structure of
os_check_list
block is documented below. - prefer_
ipv6_ strdns - prefer to query IPv6 dns first if enabled. Valid values:
disable
,enable
. - redir_
url str - Client login redirect URL.
- rewrite_
ip_ struri_ ui - Rewrite contents for URI contains IP and "/ui/". (default = disable) Valid values:
disable
,enable
. - save_
password str - Enable/disable FortiClient saving the user's password. Valid values:
disable
,enable
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service_
restriction str - Enable/disable tunnel service restriction. Valid values:
disable
,enable
. - skip_
check_ strfor_ browser - Enable to skip host check for browser support. Valid values:
disable
,enable
. - skip_
check_ strfor_ unsupported_ browser - Enable to skip host check if browser does not support it. Valid values:
disable
,enable
. - skip_
check_ strfor_ unsupported_ os - Enable to skip host check if client OS does not support it. Valid values:
disable
,enable
. - smb_
max_ strversion - SMB maximum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - smb_
min_ strversion - SMB minimum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - smb_
ntlmv1_ strauth - Enable support of NTLMv1 for Samba authentication. Valid values:
disable
,enable
. - smbv1 str
- Smbv1. Valid values:
disable
,enable
. - split_
dns Sequence[ObjectVpn Ssl Web Portal Split Dn Args] - Split-Dns. The structure of
split_dns
block is documented below. - split_
tunneling str - Enable/disable IPv4 split tunneling. Valid values:
disable
,enable
. - split_
tunneling_ Sequence[str]routing_ addresses - IPv4 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- split_
tunneling_ strrouting_ negate - Enable to negate split tunneling routing address. Valid values:
disable
,enable
. - theme str
- Web portal color scheme. Valid values:
gray
,blue
,orange
,crimson
,steelblue
,darkgrey
,green
,melongene
,red
,mariner
,neutrino
. - transform_
backward_ strslashes - Transform backward slashes to forward slashes in URLs. Valid values:
disable
,enable
. - tunnel_
mode str - Enable/disable IPv4 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - use_
sdwan str - Use SD-WAN rules to get output interface. Valid values:
disable
,enable
. - user_
bookmark str - Enable to allow web portal users to create their own bookmarks. Valid values:
disable
,enable
. - user_
group_ strbookmark - Enable to allow web portal users to create bookmarks for all users in the same user group. Valid values:
disable
,enable
. - web_
mode str - Enable/disable SSL VPN web mode. Valid values:
disable
,enable
. - windows_
forticlient_ strdownload_ url - Download URL for Windows FortiClient.
- wins_
server1 str - IPv4 WINS server 1.
- wins_
server2 str - IPv4 WINS server 1.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allow
User List<String>Accesses - Allow user access to SSL-VPN applications. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,ping
,citrix
,portforward
,sftp
. - auto
Connect String - Enable/disable automatic connect by client when system is up. Valid values:
disable
,enable
. - bookmark
Groups List<Property Map> - Bookmark-Group. The structure of
bookmark_group
block is documented below. - client
Src StringRange - Allow client to add source range for the tunnel traffic. Valid values:
disable
,enable
. - clipboard String
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable
,enable
. - custom
Lang String - Change the web portal display language. Overrides config system global set language. You can use config system custom-language and execute system custom-language to add custom language files.
- customize
Forticlient StringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable
,enable
. - default
Protocol String - Application type that is set by default. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,sftp
. - default
Window NumberHeight - Screen height (range from 0 - 65535, default = 768).
- default
Window NumberWidth - Screen width (range from 0 - 65535, default = 1024).
- dhcp6Ra
Linkaddr String - Relay agent IPv6 link address to use in DHCP6 requests.
- dhcp
Ip StringOverlap - Configure overlapping DHCP IP allocation assignment. Valid values:
use-old
,use-new
. - dhcp
Ra StringGiaddr - Relay agent gateway IP address to use in the giaddr field of DHCP requests.
- dhcp
Reservation String - Enable/disable dhcp reservation. Valid values:
disable
,enable
. - display
Bookmark String - Enable to display the web portal bookmark widget. Valid values:
disable
,enable
. - display
Connection StringTools - Enable to display the web portal connection tools widget. Valid values:
disable
,enable
. - display
History String - Enable to display the web portal user login history widget. Valid values:
disable
,enable
. - display
Status String - Enable to display the web portal status widget. Valid values:
disable
,enable
. - dns
Server1 String - IPv4 DNS server 1.
- dns
Server2 String - IPv4 DNS server 2.
- dns
Suffix String - DNS suffix.
- 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.
- exclusive
Routing String - Enable/disable all traffic go through tunnel only. Valid values:
disable
,enable
. - focus
Bookmark String - Enable to prioritize the placement of the bookmark section over the quick-connection section in the SSL-VPN application. Valid values:
disable
,enable
. - forticlient
Download String - Enable/disable download option for FortiClient. Valid values:
disable
,enable
. - forticlient
Download StringMethod - FortiClient download method. Valid values:
direct
,ssl-vpn
. - heading String
- Web portal heading message.
- hide
Sso StringCredential - Enable to prevent SSO credential being sent to client. Valid values:
disable
,enable
. - host
Check String - Type of host checking performed on endpoints. Valid values:
none
,av
,fw
,av-fw
,custom
. - host
Check NumberInterval - Periodic host check interval. Value of 0 means disabled and host checking only happens when the endpoint connects.
- host
Check StringPolicy - One or more policies to require the endpoint to have specific security software.
- ip
Mode String - Method by which users of this SSL-VPN tunnel obtain IP addresses. Valid values:
range
,user-group
. - ip
Pools String - IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- ipv6Dns
Server1 String - IPv6 DNS server 1.
- ipv6Dns
Server2 String - IPv6 DNS server 2.
- ipv6Exclusive
Routing String - Enable/disable all IPv6 traffic go through tunnel only. Valid values:
disable
,enable
. - ipv6Pools String
- IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- ipv6Service
Restriction String - Enable/disable IPv6 tunnel service restriction. Valid values:
disable
,enable
. - ipv6Split
Tunneling String - Enable/disable IPv6 split tunneling. Valid values:
disable
,enable
. - ipv6Split
Tunneling List<String>Routing Addresses - IPv6 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- ipv6Split
Tunneling StringRouting Negate - Enable to negate IPv6 split tunneling routing address. Valid values:
disable
,enable
. - ipv6Tunnel
Mode String - Enable/disable IPv6 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - ipv6Wins
Server1 String - IPv6 WINS server 1.
- ipv6Wins
Server2 String - IPv6 WINS server 2.
- keep
Alive String - Enable/disable automatic reconnect for FortiClient connections. Valid values:
disable
,enable
. - landing
Page Property Map - Landing-Page. The structure of
landing_page
block is documented below. - landing
Page StringMode - Enable/disable SSL-VPN landing page mode. Valid values:
disable
,enable
. - limit
User StringLogins - Enable to limit each user to one SSL-VPN session at a time. Valid values:
disable
,enable
. - mac
Addr StringAction - Client MAC address action. Valid values:
deny
,allow
. - mac
Addr StringCheck - Enable/disable MAC address host checking. Valid values:
disable
,enable
. - mac
Addr List<Property Map>Check Rules - Mac-Addr-Check-Rule. The structure of
mac_addr_check_rule
block is documented below. - macos
Forticlient StringDownload Url - Download URL for Mac FortiClient.
- name String
- Portal name.
- object
Vpn StringSsl Web Portal Id - an identifier for the resource with format {{name}}.
- os
Check String - Enable to let the FortiGate decide action based on client OS. Valid values:
disable
,enable
. - os
Check Property MapList - Os-Check-List. The structure of
os_check_list
block is documented below. - prefer
Ipv6Dns String - prefer to query IPv6 dns first if enabled. Valid values:
disable
,enable
. - redir
Url String - Client login redirect URL.
- rewrite
Ip StringUri Ui - Rewrite contents for URI contains IP and "/ui/". (default = disable) Valid values:
disable
,enable
. - save
Password String - Enable/disable FortiClient saving the user's password. Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service
Restriction String - Enable/disable tunnel service restriction. Valid values:
disable
,enable
. - skip
Check StringFor Browser - Enable to skip host check for browser support. Valid values:
disable
,enable
. - skip
Check StringFor Unsupported Browser - Enable to skip host check if browser does not support it. Valid values:
disable
,enable
. - skip
Check StringFor Unsupported Os - Enable to skip host check if client OS does not support it. Valid values:
disable
,enable
. - smb
Max StringVersion - SMB maximum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - smb
Min StringVersion - SMB minimum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - smb
Ntlmv1Auth String - Enable support of NTLMv1 for Samba authentication. Valid values:
disable
,enable
. - smbv1 String
- Smbv1. Valid values:
disable
,enable
. - split
Dns List<Property Map> - Split-Dns. The structure of
split_dns
block is documented below. - split
Tunneling String - Enable/disable IPv4 split tunneling. Valid values:
disable
,enable
. - split
Tunneling List<String>Routing Addresses - IPv4 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- split
Tunneling StringRouting Negate - Enable to negate split tunneling routing address. Valid values:
disable
,enable
. - theme String
- Web portal color scheme. Valid values:
gray
,blue
,orange
,crimson
,steelblue
,darkgrey
,green
,melongene
,red
,mariner
,neutrino
. - transform
Backward StringSlashes - Transform backward slashes to forward slashes in URLs. Valid values:
disable
,enable
. - tunnel
Mode String - Enable/disable IPv4 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - use
Sdwan String - Use SD-WAN rules to get output interface. Valid values:
disable
,enable
. - user
Bookmark String - Enable to allow web portal users to create their own bookmarks. Valid values:
disable
,enable
. - user
Group StringBookmark - Enable to allow web portal users to create bookmarks for all users in the same user group. Valid values:
disable
,enable
. - web
Mode String - Enable/disable SSL VPN web mode. Valid values:
disable
,enable
. - windows
Forticlient StringDownload Url - Download URL for Windows FortiClient.
- wins
Server1 String - IPv4 WINS server 1.
- wins
Server2 String - IPv4 WINS server 1.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectVpnSslWebPortal 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 ObjectVpnSslWebPortal Resource
Get an existing ObjectVpnSslWebPortal 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?: ObjectVpnSslWebPortalState, opts?: CustomResourceOptions): ObjectVpnSslWebPortal
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
allow_user_accesses: Optional[Sequence[str]] = None,
auto_connect: Optional[str] = None,
bookmark_groups: Optional[Sequence[ObjectVpnSslWebPortalBookmarkGroupArgs]] = None,
client_src_range: Optional[str] = None,
clipboard: Optional[str] = None,
custom_lang: Optional[str] = None,
customize_forticlient_download_url: Optional[str] = None,
default_protocol: Optional[str] = None,
default_window_height: Optional[float] = None,
default_window_width: Optional[float] = None,
dhcp6_ra_linkaddr: Optional[str] = None,
dhcp_ip_overlap: Optional[str] = None,
dhcp_ra_giaddr: Optional[str] = None,
dhcp_reservation: Optional[str] = None,
display_bookmark: Optional[str] = None,
display_connection_tools: Optional[str] = None,
display_history: Optional[str] = None,
display_status: Optional[str] = None,
dns_server1: Optional[str] = None,
dns_server2: Optional[str] = None,
dns_suffix: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
exclusive_routing: Optional[str] = None,
focus_bookmark: Optional[str] = None,
forticlient_download: Optional[str] = None,
forticlient_download_method: Optional[str] = None,
heading: Optional[str] = None,
hide_sso_credential: Optional[str] = None,
host_check: Optional[str] = None,
host_check_interval: Optional[float] = None,
host_check_policy: Optional[str] = None,
ip_mode: Optional[str] = None,
ip_pools: Optional[str] = None,
ipv6_dns_server1: Optional[str] = None,
ipv6_dns_server2: Optional[str] = None,
ipv6_exclusive_routing: Optional[str] = None,
ipv6_pools: Optional[str] = None,
ipv6_service_restriction: Optional[str] = None,
ipv6_split_tunneling: Optional[str] = None,
ipv6_split_tunneling_routing_addresses: Optional[Sequence[str]] = None,
ipv6_split_tunneling_routing_negate: Optional[str] = None,
ipv6_tunnel_mode: Optional[str] = None,
ipv6_wins_server1: Optional[str] = None,
ipv6_wins_server2: Optional[str] = None,
keep_alive: Optional[str] = None,
landing_page: Optional[ObjectVpnSslWebPortalLandingPageArgs] = None,
landing_page_mode: Optional[str] = None,
limit_user_logins: Optional[str] = None,
mac_addr_action: Optional[str] = None,
mac_addr_check: Optional[str] = None,
mac_addr_check_rules: Optional[Sequence[ObjectVpnSslWebPortalMacAddrCheckRuleArgs]] = None,
macos_forticlient_download_url: Optional[str] = None,
name: Optional[str] = None,
object_vpn_ssl_web_portal_id: Optional[str] = None,
os_check: Optional[str] = None,
os_check_list: Optional[ObjectVpnSslWebPortalOsCheckListArgs] = None,
prefer_ipv6_dns: Optional[str] = None,
redir_url: Optional[str] = None,
rewrite_ip_uri_ui: Optional[str] = None,
save_password: Optional[str] = None,
scopetype: Optional[str] = None,
service_restriction: Optional[str] = None,
skip_check_for_browser: Optional[str] = None,
skip_check_for_unsupported_browser: Optional[str] = None,
skip_check_for_unsupported_os: Optional[str] = None,
smb_max_version: Optional[str] = None,
smb_min_version: Optional[str] = None,
smb_ntlmv1_auth: Optional[str] = None,
smbv1: Optional[str] = None,
split_dns: Optional[Sequence[ObjectVpnSslWebPortalSplitDnArgs]] = None,
split_tunneling: Optional[str] = None,
split_tunneling_routing_addresses: Optional[Sequence[str]] = None,
split_tunneling_routing_negate: Optional[str] = None,
theme: Optional[str] = None,
transform_backward_slashes: Optional[str] = None,
tunnel_mode: Optional[str] = None,
use_sdwan: Optional[str] = None,
user_bookmark: Optional[str] = None,
user_group_bookmark: Optional[str] = None,
web_mode: Optional[str] = None,
windows_forticlient_download_url: Optional[str] = None,
wins_server1: Optional[str] = None,
wins_server2: Optional[str] = None) -> ObjectVpnSslWebPortal
func GetObjectVpnSslWebPortal(ctx *Context, name string, id IDInput, state *ObjectVpnSslWebPortalState, opts ...ResourceOption) (*ObjectVpnSslWebPortal, error)
public static ObjectVpnSslWebPortal Get(string name, Input<string> id, ObjectVpnSslWebPortalState? state, CustomResourceOptions? opts = null)
public static ObjectVpnSslWebPortal get(String name, Output<String> id, ObjectVpnSslWebPortalState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectVpnSslWebPortal 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Allow
User List<string>Accesses - Allow user access to SSL-VPN applications. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,ping
,citrix
,portforward
,sftp
. - Auto
Connect string - Enable/disable automatic connect by client when system is up. Valid values:
disable
,enable
. - Bookmark
Groups List<ObjectVpn Ssl Web Portal Bookmark Group> - Bookmark-Group. The structure of
bookmark_group
block is documented below. - Client
Src stringRange - Allow client to add source range for the tunnel traffic. Valid values:
disable
,enable
. - Clipboard string
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable
,enable
. - Custom
Lang string - Change the web portal display language. Overrides config system global set language. You can use config system custom-language and execute system custom-language to add custom language files.
- Customize
Forticlient stringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable
,enable
. - Default
Protocol string - Application type that is set by default. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,sftp
. - Default
Window doubleHeight - Screen height (range from 0 - 65535, default = 768).
- Default
Window doubleWidth - Screen width (range from 0 - 65535, default = 1024).
- Dhcp6Ra
Linkaddr string - Relay agent IPv6 link address to use in DHCP6 requests.
- Dhcp
Ip stringOverlap - Configure overlapping DHCP IP allocation assignment. Valid values:
use-old
,use-new
. - Dhcp
Ra stringGiaddr - Relay agent gateway IP address to use in the giaddr field of DHCP requests.
- Dhcp
Reservation string - Enable/disable dhcp reservation. Valid values:
disable
,enable
. - Display
Bookmark string - Enable to display the web portal bookmark widget. Valid values:
disable
,enable
. - Display
Connection stringTools - Enable to display the web portal connection tools widget. Valid values:
disable
,enable
. - Display
History string - Enable to display the web portal user login history widget. Valid values:
disable
,enable
. - Display
Status string - Enable to display the web portal status widget. Valid values:
disable
,enable
. - Dns
Server1 string - IPv4 DNS server 1.
- Dns
Server2 string - IPv4 DNS server 2.
- Dns
Suffix string - DNS suffix.
- 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.
- Exclusive
Routing string - Enable/disable all traffic go through tunnel only. Valid values:
disable
,enable
. - Focus
Bookmark string - Enable to prioritize the placement of the bookmark section over the quick-connection section in the SSL-VPN application. Valid values:
disable
,enable
. - Forticlient
Download string - Enable/disable download option for FortiClient. Valid values:
disable
,enable
. - Forticlient
Download stringMethod - FortiClient download method. Valid values:
direct
,ssl-vpn
. - Heading string
- Web portal heading message.
- Hide
Sso stringCredential - Enable to prevent SSO credential being sent to client. Valid values:
disable
,enable
. - Host
Check string - Type of host checking performed on endpoints. Valid values:
none
,av
,fw
,av-fw
,custom
. - Host
Check doubleInterval - Periodic host check interval. Value of 0 means disabled and host checking only happens when the endpoint connects.
- Host
Check stringPolicy - One or more policies to require the endpoint to have specific security software.
- Ip
Mode string - Method by which users of this SSL-VPN tunnel obtain IP addresses. Valid values:
range
,user-group
. - Ip
Pools string - IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- Ipv6Dns
Server1 string - IPv6 DNS server 1.
- Ipv6Dns
Server2 string - IPv6 DNS server 2.
- Ipv6Exclusive
Routing string - Enable/disable all IPv6 traffic go through tunnel only. Valid values:
disable
,enable
. - Ipv6Pools string
- IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- Ipv6Service
Restriction string - Enable/disable IPv6 tunnel service restriction. Valid values:
disable
,enable
. - Ipv6Split
Tunneling string - Enable/disable IPv6 split tunneling. Valid values:
disable
,enable
. - Ipv6Split
Tunneling List<string>Routing Addresses - IPv6 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- Ipv6Split
Tunneling stringRouting Negate - Enable to negate IPv6 split tunneling routing address. Valid values:
disable
,enable
. - Ipv6Tunnel
Mode string - Enable/disable IPv6 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - Ipv6Wins
Server1 string - IPv6 WINS server 1.
- Ipv6Wins
Server2 string - IPv6 WINS server 2.
- Keep
Alive string - Enable/disable automatic reconnect for FortiClient connections. Valid values:
disable
,enable
. - Landing
Page ObjectVpn Ssl Web Portal Landing Page - Landing-Page. The structure of
landing_page
block is documented below. - Landing
Page stringMode - Enable/disable SSL-VPN landing page mode. Valid values:
disable
,enable
. - Limit
User stringLogins - Enable to limit each user to one SSL-VPN session at a time. Valid values:
disable
,enable
. - Mac
Addr stringAction - Client MAC address action. Valid values:
deny
,allow
. - Mac
Addr stringCheck - Enable/disable MAC address host checking. Valid values:
disable
,enable
. - Mac
Addr List<ObjectCheck Rules Vpn Ssl Web Portal Mac Addr Check Rule> - Mac-Addr-Check-Rule. The structure of
mac_addr_check_rule
block is documented below. - Macos
Forticlient stringDownload Url - Download URL for Mac FortiClient.
- Name string
- Portal name.
- Object
Vpn stringSsl Web Portal Id - an identifier for the resource with format {{name}}.
- Os
Check string - Enable to let the FortiGate decide action based on client OS. Valid values:
disable
,enable
. - Os
Check ObjectList Vpn Ssl Web Portal Os Check List - Os-Check-List. The structure of
os_check_list
block is documented below. - Prefer
Ipv6Dns string - prefer to query IPv6 dns first if enabled. Valid values:
disable
,enable
. - Redir
Url string - Client login redirect URL.
- Rewrite
Ip stringUri Ui - Rewrite contents for URI contains IP and "/ui/". (default = disable) Valid values:
disable
,enable
. - Save
Password string - Enable/disable FortiClient saving the user's password. Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Service
Restriction string - Enable/disable tunnel service restriction. Valid values:
disable
,enable
. - Skip
Check stringFor Browser - Enable to skip host check for browser support. Valid values:
disable
,enable
. - Skip
Check stringFor Unsupported Browser - Enable to skip host check if browser does not support it. Valid values:
disable
,enable
. - Skip
Check stringFor Unsupported Os - Enable to skip host check if client OS does not support it. Valid values:
disable
,enable
. - Smb
Max stringVersion - SMB maximum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - Smb
Min stringVersion - SMB minimum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - Smb
Ntlmv1Auth string - Enable support of NTLMv1 for Samba authentication. Valid values:
disable
,enable
. - Smbv1 string
- Smbv1. Valid values:
disable
,enable
. - Split
Dns List<ObjectVpn Ssl Web Portal Split Dn> - Split-Dns. The structure of
split_dns
block is documented below. - Split
Tunneling string - Enable/disable IPv4 split tunneling. Valid values:
disable
,enable
. - Split
Tunneling List<string>Routing Addresses - IPv4 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- Split
Tunneling stringRouting Negate - Enable to negate split tunneling routing address. Valid values:
disable
,enable
. - Theme string
- Web portal color scheme. Valid values:
gray
,blue
,orange
,crimson
,steelblue
,darkgrey
,green
,melongene
,red
,mariner
,neutrino
. - Transform
Backward stringSlashes - Transform backward slashes to forward slashes in URLs. Valid values:
disable
,enable
. - Tunnel
Mode string - Enable/disable IPv4 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - Use
Sdwan string - Use SD-WAN rules to get output interface. Valid values:
disable
,enable
. - User
Bookmark string - Enable to allow web portal users to create their own bookmarks. Valid values:
disable
,enable
. - User
Group stringBookmark - Enable to allow web portal users to create bookmarks for all users in the same user group. Valid values:
disable
,enable
. - Web
Mode string - Enable/disable SSL VPN web mode. Valid values:
disable
,enable
. - Windows
Forticlient stringDownload Url - Download URL for Windows FortiClient.
- Wins
Server1 string - IPv4 WINS server 1.
- Wins
Server2 string - IPv4 WINS server 1.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Allow
User []stringAccesses - Allow user access to SSL-VPN applications. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,ping
,citrix
,portforward
,sftp
. - Auto
Connect string - Enable/disable automatic connect by client when system is up. Valid values:
disable
,enable
. - Bookmark
Groups []ObjectVpn Ssl Web Portal Bookmark Group Type Args - Bookmark-Group. The structure of
bookmark_group
block is documented below. - Client
Src stringRange - Allow client to add source range for the tunnel traffic. Valid values:
disable
,enable
. - Clipboard string
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable
,enable
. - Custom
Lang string - Change the web portal display language. Overrides config system global set language. You can use config system custom-language and execute system custom-language to add custom language files.
- Customize
Forticlient stringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable
,enable
. - Default
Protocol string - Application type that is set by default. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,sftp
. - Default
Window float64Height - Screen height (range from 0 - 65535, default = 768).
- Default
Window float64Width - Screen width (range from 0 - 65535, default = 1024).
- Dhcp6Ra
Linkaddr string - Relay agent IPv6 link address to use in DHCP6 requests.
- Dhcp
Ip stringOverlap - Configure overlapping DHCP IP allocation assignment. Valid values:
use-old
,use-new
. - Dhcp
Ra stringGiaddr - Relay agent gateway IP address to use in the giaddr field of DHCP requests.
- Dhcp
Reservation string - Enable/disable dhcp reservation. Valid values:
disable
,enable
. - Display
Bookmark string - Enable to display the web portal bookmark widget. Valid values:
disable
,enable
. - Display
Connection stringTools - Enable to display the web portal connection tools widget. Valid values:
disable
,enable
. - Display
History string - Enable to display the web portal user login history widget. Valid values:
disable
,enable
. - Display
Status string - Enable to display the web portal status widget. Valid values:
disable
,enable
. - Dns
Server1 string - IPv4 DNS server 1.
- Dns
Server2 string - IPv4 DNS server 2.
- Dns
Suffix string - DNS suffix.
- 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.
- Exclusive
Routing string - Enable/disable all traffic go through tunnel only. Valid values:
disable
,enable
. - Focus
Bookmark string - Enable to prioritize the placement of the bookmark section over the quick-connection section in the SSL-VPN application. Valid values:
disable
,enable
. - Forticlient
Download string - Enable/disable download option for FortiClient. Valid values:
disable
,enable
. - Forticlient
Download stringMethod - FortiClient download method. Valid values:
direct
,ssl-vpn
. - Heading string
- Web portal heading message.
- Hide
Sso stringCredential - Enable to prevent SSO credential being sent to client. Valid values:
disable
,enable
. - Host
Check string - Type of host checking performed on endpoints. Valid values:
none
,av
,fw
,av-fw
,custom
. - Host
Check float64Interval - Periodic host check interval. Value of 0 means disabled and host checking only happens when the endpoint connects.
- Host
Check stringPolicy - One or more policies to require the endpoint to have specific security software.
- Ip
Mode string - Method by which users of this SSL-VPN tunnel obtain IP addresses. Valid values:
range
,user-group
. - Ip
Pools string - IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- Ipv6Dns
Server1 string - IPv6 DNS server 1.
- Ipv6Dns
Server2 string - IPv6 DNS server 2.
- Ipv6Exclusive
Routing string - Enable/disable all IPv6 traffic go through tunnel only. Valid values:
disable
,enable
. - Ipv6Pools string
- IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- Ipv6Service
Restriction string - Enable/disable IPv6 tunnel service restriction. Valid values:
disable
,enable
. - Ipv6Split
Tunneling string - Enable/disable IPv6 split tunneling. Valid values:
disable
,enable
. - Ipv6Split
Tunneling []stringRouting Addresses - IPv6 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- Ipv6Split
Tunneling stringRouting Negate - Enable to negate IPv6 split tunneling routing address. Valid values:
disable
,enable
. - Ipv6Tunnel
Mode string - Enable/disable IPv6 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - Ipv6Wins
Server1 string - IPv6 WINS server 1.
- Ipv6Wins
Server2 string - IPv6 WINS server 2.
- Keep
Alive string - Enable/disable automatic reconnect for FortiClient connections. Valid values:
disable
,enable
. - Landing
Page ObjectVpn Ssl Web Portal Landing Page Type Args - Landing-Page. The structure of
landing_page
block is documented below. - Landing
Page stringMode - Enable/disable SSL-VPN landing page mode. Valid values:
disable
,enable
. - Limit
User stringLogins - Enable to limit each user to one SSL-VPN session at a time. Valid values:
disable
,enable
. - Mac
Addr stringAction - Client MAC address action. Valid values:
deny
,allow
. - Mac
Addr stringCheck - Enable/disable MAC address host checking. Valid values:
disable
,enable
. - Mac
Addr []ObjectCheck Rules Vpn Ssl Web Portal Mac Addr Check Rule Type Args - Mac-Addr-Check-Rule. The structure of
mac_addr_check_rule
block is documented below. - Macos
Forticlient stringDownload Url - Download URL for Mac FortiClient.
- Name string
- Portal name.
- Object
Vpn stringSsl Web Portal Id - an identifier for the resource with format {{name}}.
- Os
Check string - Enable to let the FortiGate decide action based on client OS. Valid values:
disable
,enable
. - Os
Check ObjectList Vpn Ssl Web Portal Os Check List Args - Os-Check-List. The structure of
os_check_list
block is documented below. - Prefer
Ipv6Dns string - prefer to query IPv6 dns first if enabled. Valid values:
disable
,enable
. - Redir
Url string - Client login redirect URL.
- Rewrite
Ip stringUri Ui - Rewrite contents for URI contains IP and "/ui/". (default = disable) Valid values:
disable
,enable
. - Save
Password string - Enable/disable FortiClient saving the user's password. Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Service
Restriction string - Enable/disable tunnel service restriction. Valid values:
disable
,enable
. - Skip
Check stringFor Browser - Enable to skip host check for browser support. Valid values:
disable
,enable
. - Skip
Check stringFor Unsupported Browser - Enable to skip host check if browser does not support it. Valid values:
disable
,enable
. - Skip
Check stringFor Unsupported Os - Enable to skip host check if client OS does not support it. Valid values:
disable
,enable
. - Smb
Max stringVersion - SMB maximum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - Smb
Min stringVersion - SMB minimum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - Smb
Ntlmv1Auth string - Enable support of NTLMv1 for Samba authentication. Valid values:
disable
,enable
. - Smbv1 string
- Smbv1. Valid values:
disable
,enable
. - Split
Dns []ObjectVpn Ssl Web Portal Split Dn Args - Split-Dns. The structure of
split_dns
block is documented below. - Split
Tunneling string - Enable/disable IPv4 split tunneling. Valid values:
disable
,enable
. - Split
Tunneling []stringRouting Addresses - IPv4 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- Split
Tunneling stringRouting Negate - Enable to negate split tunneling routing address. Valid values:
disable
,enable
. - Theme string
- Web portal color scheme. Valid values:
gray
,blue
,orange
,crimson
,steelblue
,darkgrey
,green
,melongene
,red
,mariner
,neutrino
. - Transform
Backward stringSlashes - Transform backward slashes to forward slashes in URLs. Valid values:
disable
,enable
. - Tunnel
Mode string - Enable/disable IPv4 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - Use
Sdwan string - Use SD-WAN rules to get output interface. Valid values:
disable
,enable
. - User
Bookmark string - Enable to allow web portal users to create their own bookmarks. Valid values:
disable
,enable
. - User
Group stringBookmark - Enable to allow web portal users to create bookmarks for all users in the same user group. Valid values:
disable
,enable
. - Web
Mode string - Enable/disable SSL VPN web mode. Valid values:
disable
,enable
. - Windows
Forticlient stringDownload Url - Download URL for Windows FortiClient.
- Wins
Server1 string - IPv4 WINS server 1.
- Wins
Server2 string - IPv4 WINS server 1.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allow
User List<String>Accesses - Allow user access to SSL-VPN applications. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,ping
,citrix
,portforward
,sftp
. - auto
Connect String - Enable/disable automatic connect by client when system is up. Valid values:
disable
,enable
. - bookmark
Groups List<ObjectVpn Ssl Web Portal Bookmark Group> - Bookmark-Group. The structure of
bookmark_group
block is documented below. - client
Src StringRange - Allow client to add source range for the tunnel traffic. Valid values:
disable
,enable
. - clipboard String
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable
,enable
. - custom
Lang String - Change the web portal display language. Overrides config system global set language. You can use config system custom-language and execute system custom-language to add custom language files.
- customize
Forticlient StringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable
,enable
. - default
Protocol String - Application type that is set by default. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,sftp
. - default
Window DoubleHeight - Screen height (range from 0 - 65535, default = 768).
- default
Window DoubleWidth - Screen width (range from 0 - 65535, default = 1024).
- dhcp6Ra
Linkaddr String - Relay agent IPv6 link address to use in DHCP6 requests.
- dhcp
Ip StringOverlap - Configure overlapping DHCP IP allocation assignment. Valid values:
use-old
,use-new
. - dhcp
Ra StringGiaddr - Relay agent gateway IP address to use in the giaddr field of DHCP requests.
- dhcp
Reservation String - Enable/disable dhcp reservation. Valid values:
disable
,enable
. - display
Bookmark String - Enable to display the web portal bookmark widget. Valid values:
disable
,enable
. - display
Connection StringTools - Enable to display the web portal connection tools widget. Valid values:
disable
,enable
. - display
History String - Enable to display the web portal user login history widget. Valid values:
disable
,enable
. - display
Status String - Enable to display the web portal status widget. Valid values:
disable
,enable
. - dns
Server1 String - IPv4 DNS server 1.
- dns
Server2 String - IPv4 DNS server 2.
- dns
Suffix String - DNS suffix.
- 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.
- exclusive
Routing String - Enable/disable all traffic go through tunnel only. Valid values:
disable
,enable
. - focus
Bookmark String - Enable to prioritize the placement of the bookmark section over the quick-connection section in the SSL-VPN application. Valid values:
disable
,enable
. - forticlient
Download String - Enable/disable download option for FortiClient. Valid values:
disable
,enable
. - forticlient
Download StringMethod - FortiClient download method. Valid values:
direct
,ssl-vpn
. - heading String
- Web portal heading message.
- hide
Sso StringCredential - Enable to prevent SSO credential being sent to client. Valid values:
disable
,enable
. - host
Check String - Type of host checking performed on endpoints. Valid values:
none
,av
,fw
,av-fw
,custom
. - host
Check DoubleInterval - Periodic host check interval. Value of 0 means disabled and host checking only happens when the endpoint connects.
- host
Check StringPolicy - One or more policies to require the endpoint to have specific security software.
- ip
Mode String - Method by which users of this SSL-VPN tunnel obtain IP addresses. Valid values:
range
,user-group
. - ip
Pools String - IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- ipv6Dns
Server1 String - IPv6 DNS server 1.
- ipv6Dns
Server2 String - IPv6 DNS server 2.
- ipv6Exclusive
Routing String - Enable/disable all IPv6 traffic go through tunnel only. Valid values:
disable
,enable
. - ipv6Pools String
- IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- ipv6Service
Restriction String - Enable/disable IPv6 tunnel service restriction. Valid values:
disable
,enable
. - ipv6Split
Tunneling String - Enable/disable IPv6 split tunneling. Valid values:
disable
,enable
. - ipv6Split
Tunneling List<String>Routing Addresses - IPv6 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- ipv6Split
Tunneling StringRouting Negate - Enable to negate IPv6 split tunneling routing address. Valid values:
disable
,enable
. - ipv6Tunnel
Mode String - Enable/disable IPv6 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - ipv6Wins
Server1 String - IPv6 WINS server 1.
- ipv6Wins
Server2 String - IPv6 WINS server 2.
- keep
Alive String - Enable/disable automatic reconnect for FortiClient connections. Valid values:
disable
,enable
. - landing
Page ObjectVpn Ssl Web Portal Landing Page - Landing-Page. The structure of
landing_page
block is documented below. - landing
Page StringMode - Enable/disable SSL-VPN landing page mode. Valid values:
disable
,enable
. - limit
User StringLogins - Enable to limit each user to one SSL-VPN session at a time. Valid values:
disable
,enable
. - mac
Addr StringAction - Client MAC address action. Valid values:
deny
,allow
. - mac
Addr StringCheck - Enable/disable MAC address host checking. Valid values:
disable
,enable
. - mac
Addr List<ObjectCheck Rules Vpn Ssl Web Portal Mac Addr Check Rule> - Mac-Addr-Check-Rule. The structure of
mac_addr_check_rule
block is documented below. - macos
Forticlient StringDownload Url - Download URL for Mac FortiClient.
- name String
- Portal name.
- object
Vpn StringSsl Web Portal Id - an identifier for the resource with format {{name}}.
- os
Check String - Enable to let the FortiGate decide action based on client OS. Valid values:
disable
,enable
. - os
Check ObjectList Vpn Ssl Web Portal Os Check List - Os-Check-List. The structure of
os_check_list
block is documented below. - prefer
Ipv6Dns String - prefer to query IPv6 dns first if enabled. Valid values:
disable
,enable
. - redir
Url String - Client login redirect URL.
- rewrite
Ip StringUri Ui - Rewrite contents for URI contains IP and "/ui/". (default = disable) Valid values:
disable
,enable
. - save
Password String - Enable/disable FortiClient saving the user's password. Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service
Restriction String - Enable/disable tunnel service restriction. Valid values:
disable
,enable
. - skip
Check StringFor Browser - Enable to skip host check for browser support. Valid values:
disable
,enable
. - skip
Check StringFor Unsupported Browser - Enable to skip host check if browser does not support it. Valid values:
disable
,enable
. - skip
Check StringFor Unsupported Os - Enable to skip host check if client OS does not support it. Valid values:
disable
,enable
. - smb
Max StringVersion - SMB maximum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - smb
Min StringVersion - SMB minimum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - smb
Ntlmv1Auth String - Enable support of NTLMv1 for Samba authentication. Valid values:
disable
,enable
. - smbv1 String
- Smbv1. Valid values:
disable
,enable
. - split
Dns List<ObjectVpn Ssl Web Portal Split Dn> - Split-Dns. The structure of
split_dns
block is documented below. - split
Tunneling String - Enable/disable IPv4 split tunneling. Valid values:
disable
,enable
. - split
Tunneling List<String>Routing Addresses - IPv4 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- split
Tunneling StringRouting Negate - Enable to negate split tunneling routing address. Valid values:
disable
,enable
. - theme String
- Web portal color scheme. Valid values:
gray
,blue
,orange
,crimson
,steelblue
,darkgrey
,green
,melongene
,red
,mariner
,neutrino
. - transform
Backward StringSlashes - Transform backward slashes to forward slashes in URLs. Valid values:
disable
,enable
. - tunnel
Mode String - Enable/disable IPv4 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - use
Sdwan String - Use SD-WAN rules to get output interface. Valid values:
disable
,enable
. - user
Bookmark String - Enable to allow web portal users to create their own bookmarks. Valid values:
disable
,enable
. - user
Group StringBookmark - Enable to allow web portal users to create bookmarks for all users in the same user group. Valid values:
disable
,enable
. - web
Mode String - Enable/disable SSL VPN web mode. Valid values:
disable
,enable
. - windows
Forticlient StringDownload Url - Download URL for Windows FortiClient.
- wins
Server1 String - IPv4 WINS server 1.
- wins
Server2 String - IPv4 WINS server 1.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allow
User string[]Accesses - Allow user access to SSL-VPN applications. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,ping
,citrix
,portforward
,sftp
. - auto
Connect string - Enable/disable automatic connect by client when system is up. Valid values:
disable
,enable
. - bookmark
Groups ObjectVpn Ssl Web Portal Bookmark Group[] - Bookmark-Group. The structure of
bookmark_group
block is documented below. - client
Src stringRange - Allow client to add source range for the tunnel traffic. Valid values:
disable
,enable
. - clipboard string
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable
,enable
. - custom
Lang string - Change the web portal display language. Overrides config system global set language. You can use config system custom-language and execute system custom-language to add custom language files.
- customize
Forticlient stringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable
,enable
. - default
Protocol string - Application type that is set by default. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,sftp
. - default
Window numberHeight - Screen height (range from 0 - 65535, default = 768).
- default
Window numberWidth - Screen width (range from 0 - 65535, default = 1024).
- dhcp6Ra
Linkaddr string - Relay agent IPv6 link address to use in DHCP6 requests.
- dhcp
Ip stringOverlap - Configure overlapping DHCP IP allocation assignment. Valid values:
use-old
,use-new
. - dhcp
Ra stringGiaddr - Relay agent gateway IP address to use in the giaddr field of DHCP requests.
- dhcp
Reservation string - Enable/disable dhcp reservation. Valid values:
disable
,enable
. - display
Bookmark string - Enable to display the web portal bookmark widget. Valid values:
disable
,enable
. - display
Connection stringTools - Enable to display the web portal connection tools widget. Valid values:
disable
,enable
. - display
History string - Enable to display the web portal user login history widget. Valid values:
disable
,enable
. - display
Status string - Enable to display the web portal status widget. Valid values:
disable
,enable
. - dns
Server1 string - IPv4 DNS server 1.
- dns
Server2 string - IPv4 DNS server 2.
- dns
Suffix string - DNS suffix.
- 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.
- exclusive
Routing string - Enable/disable all traffic go through tunnel only. Valid values:
disable
,enable
. - focus
Bookmark string - Enable to prioritize the placement of the bookmark section over the quick-connection section in the SSL-VPN application. Valid values:
disable
,enable
. - forticlient
Download string - Enable/disable download option for FortiClient. Valid values:
disable
,enable
. - forticlient
Download stringMethod - FortiClient download method. Valid values:
direct
,ssl-vpn
. - heading string
- Web portal heading message.
- hide
Sso stringCredential - Enable to prevent SSO credential being sent to client. Valid values:
disable
,enable
. - host
Check string - Type of host checking performed on endpoints. Valid values:
none
,av
,fw
,av-fw
,custom
. - host
Check numberInterval - Periodic host check interval. Value of 0 means disabled and host checking only happens when the endpoint connects.
- host
Check stringPolicy - One or more policies to require the endpoint to have specific security software.
- ip
Mode string - Method by which users of this SSL-VPN tunnel obtain IP addresses. Valid values:
range
,user-group
. - ip
Pools string - IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- ipv6Dns
Server1 string - IPv6 DNS server 1.
- ipv6Dns
Server2 string - IPv6 DNS server 2.
- ipv6Exclusive
Routing string - Enable/disable all IPv6 traffic go through tunnel only. Valid values:
disable
,enable
. - ipv6Pools string
- IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- ipv6Service
Restriction string - Enable/disable IPv6 tunnel service restriction. Valid values:
disable
,enable
. - ipv6Split
Tunneling string - Enable/disable IPv6 split tunneling. Valid values:
disable
,enable
. - ipv6Split
Tunneling string[]Routing Addresses - IPv6 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- ipv6Split
Tunneling stringRouting Negate - Enable to negate IPv6 split tunneling routing address. Valid values:
disable
,enable
. - ipv6Tunnel
Mode string - Enable/disable IPv6 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - ipv6Wins
Server1 string - IPv6 WINS server 1.
- ipv6Wins
Server2 string - IPv6 WINS server 2.
- keep
Alive string - Enable/disable automatic reconnect for FortiClient connections. Valid values:
disable
,enable
. - landing
Page ObjectVpn Ssl Web Portal Landing Page - Landing-Page. The structure of
landing_page
block is documented below. - landing
Page stringMode - Enable/disable SSL-VPN landing page mode. Valid values:
disable
,enable
. - limit
User stringLogins - Enable to limit each user to one SSL-VPN session at a time. Valid values:
disable
,enable
. - mac
Addr stringAction - Client MAC address action. Valid values:
deny
,allow
. - mac
Addr stringCheck - Enable/disable MAC address host checking. Valid values:
disable
,enable
. - mac
Addr ObjectCheck Rules Vpn Ssl Web Portal Mac Addr Check Rule[] - Mac-Addr-Check-Rule. The structure of
mac_addr_check_rule
block is documented below. - macos
Forticlient stringDownload Url - Download URL for Mac FortiClient.
- name string
- Portal name.
- object
Vpn stringSsl Web Portal Id - an identifier for the resource with format {{name}}.
- os
Check string - Enable to let the FortiGate decide action based on client OS. Valid values:
disable
,enable
. - os
Check ObjectList Vpn Ssl Web Portal Os Check List - Os-Check-List. The structure of
os_check_list
block is documented below. - prefer
Ipv6Dns string - prefer to query IPv6 dns first if enabled. Valid values:
disable
,enable
. - redir
Url string - Client login redirect URL.
- rewrite
Ip stringUri Ui - Rewrite contents for URI contains IP and "/ui/". (default = disable) Valid values:
disable
,enable
. - save
Password string - Enable/disable FortiClient saving the user's password. Valid values:
disable
,enable
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service
Restriction string - Enable/disable tunnel service restriction. Valid values:
disable
,enable
. - skip
Check stringFor Browser - Enable to skip host check for browser support. Valid values:
disable
,enable
. - skip
Check stringFor Unsupported Browser - Enable to skip host check if browser does not support it. Valid values:
disable
,enable
. - skip
Check stringFor Unsupported Os - Enable to skip host check if client OS does not support it. Valid values:
disable
,enable
. - smb
Max stringVersion - SMB maximum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - smb
Min stringVersion - SMB minimum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - smb
Ntlmv1Auth string - Enable support of NTLMv1 for Samba authentication. Valid values:
disable
,enable
. - smbv1 string
- Smbv1. Valid values:
disable
,enable
. - split
Dns ObjectVpn Ssl Web Portal Split Dn[] - Split-Dns. The structure of
split_dns
block is documented below. - split
Tunneling string - Enable/disable IPv4 split tunneling. Valid values:
disable
,enable
. - split
Tunneling string[]Routing Addresses - IPv4 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- split
Tunneling stringRouting Negate - Enable to negate split tunneling routing address. Valid values:
disable
,enable
. - theme string
- Web portal color scheme. Valid values:
gray
,blue
,orange
,crimson
,steelblue
,darkgrey
,green
,melongene
,red
,mariner
,neutrino
. - transform
Backward stringSlashes - Transform backward slashes to forward slashes in URLs. Valid values:
disable
,enable
. - tunnel
Mode string - Enable/disable IPv4 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - use
Sdwan string - Use SD-WAN rules to get output interface. Valid values:
disable
,enable
. - user
Bookmark string - Enable to allow web portal users to create their own bookmarks. Valid values:
disable
,enable
. - user
Group stringBookmark - Enable to allow web portal users to create bookmarks for all users in the same user group. Valid values:
disable
,enable
. - web
Mode string - Enable/disable SSL VPN web mode. Valid values:
disable
,enable
. - windows
Forticlient stringDownload Url - Download URL for Windows FortiClient.
- wins
Server1 string - IPv4 WINS server 1.
- wins
Server2 string - IPv4 WINS server 1.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allow_
user_ Sequence[str]accesses - Allow user access to SSL-VPN applications. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,ping
,citrix
,portforward
,sftp
. - auto_
connect str - Enable/disable automatic connect by client when system is up. Valid values:
disable
,enable
. - bookmark_
groups Sequence[ObjectVpn Ssl Web Portal Bookmark Group Args] - Bookmark-Group. The structure of
bookmark_group
block is documented below. - client_
src_ strrange - Allow client to add source range for the tunnel traffic. Valid values:
disable
,enable
. - clipboard str
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable
,enable
. - custom_
lang str - Change the web portal display language. Overrides config system global set language. You can use config system custom-language and execute system custom-language to add custom language files.
- customize_
forticlient_ strdownload_ url - Enable support of customized download URL for FortiClient. Valid values:
disable
,enable
. - default_
protocol str - Application type that is set by default. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,sftp
. - default_
window_ floatheight - Screen height (range from 0 - 65535, default = 768).
- default_
window_ floatwidth - Screen width (range from 0 - 65535, default = 1024).
- dhcp6_
ra_ strlinkaddr - Relay agent IPv6 link address to use in DHCP6 requests.
- dhcp_
ip_ stroverlap - Configure overlapping DHCP IP allocation assignment. Valid values:
use-old
,use-new
. - dhcp_
ra_ strgiaddr - Relay agent gateway IP address to use in the giaddr field of DHCP requests.
- dhcp_
reservation str - Enable/disable dhcp reservation. Valid values:
disable
,enable
. - display_
bookmark str - Enable to display the web portal bookmark widget. Valid values:
disable
,enable
. - display_
connection_ strtools - Enable to display the web portal connection tools widget. Valid values:
disable
,enable
. - display_
history str - Enable to display the web portal user login history widget. Valid values:
disable
,enable
. - display_
status str - Enable to display the web portal status widget. Valid values:
disable
,enable
. - dns_
server1 str - IPv4 DNS server 1.
- dns_
server2 str - IPv4 DNS server 2.
- dns_
suffix str - DNS suffix.
- 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.
- exclusive_
routing str - Enable/disable all traffic go through tunnel only. Valid values:
disable
,enable
. - focus_
bookmark str - Enable to prioritize the placement of the bookmark section over the quick-connection section in the SSL-VPN application. Valid values:
disable
,enable
. - forticlient_
download str - Enable/disable download option for FortiClient. Valid values:
disable
,enable
. - forticlient_
download_ strmethod - FortiClient download method. Valid values:
direct
,ssl-vpn
. - heading str
- Web portal heading message.
- hide_
sso_ strcredential - Enable to prevent SSO credential being sent to client. Valid values:
disable
,enable
. - host_
check str - Type of host checking performed on endpoints. Valid values:
none
,av
,fw
,av-fw
,custom
. - host_
check_ floatinterval - Periodic host check interval. Value of 0 means disabled and host checking only happens when the endpoint connects.
- host_
check_ strpolicy - One or more policies to require the endpoint to have specific security software.
- ip_
mode str - Method by which users of this SSL-VPN tunnel obtain IP addresses. Valid values:
range
,user-group
. - ip_
pools str - IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- ipv6_
dns_ strserver1 - IPv6 DNS server 1.
- ipv6_
dns_ strserver2 - IPv6 DNS server 2.
- ipv6_
exclusive_ strrouting - Enable/disable all IPv6 traffic go through tunnel only. Valid values:
disable
,enable
. - ipv6_
pools str - IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- ipv6_
service_ strrestriction - Enable/disable IPv6 tunnel service restriction. Valid values:
disable
,enable
. - ipv6_
split_ strtunneling - Enable/disable IPv6 split tunneling. Valid values:
disable
,enable
. - ipv6_
split_ Sequence[str]tunneling_ routing_ addresses - IPv6 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- ipv6_
split_ strtunneling_ routing_ negate - Enable to negate IPv6 split tunneling routing address. Valid values:
disable
,enable
. - ipv6_
tunnel_ strmode - Enable/disable IPv6 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - ipv6_
wins_ strserver1 - IPv6 WINS server 1.
- ipv6_
wins_ strserver2 - IPv6 WINS server 2.
- keep_
alive str - Enable/disable automatic reconnect for FortiClient connections. Valid values:
disable
,enable
. - landing_
page ObjectVpn Ssl Web Portal Landing Page Args - Landing-Page. The structure of
landing_page
block is documented below. - landing_
page_ strmode - Enable/disable SSL-VPN landing page mode. Valid values:
disable
,enable
. - limit_
user_ strlogins - Enable to limit each user to one SSL-VPN session at a time. Valid values:
disable
,enable
. - mac_
addr_ straction - Client MAC address action. Valid values:
deny
,allow
. - mac_
addr_ strcheck - Enable/disable MAC address host checking. Valid values:
disable
,enable
. - mac_
addr_ Sequence[Objectcheck_ rules Vpn Ssl Web Portal Mac Addr Check Rule Args] - Mac-Addr-Check-Rule. The structure of
mac_addr_check_rule
block is documented below. - macos_
forticlient_ strdownload_ url - Download URL for Mac FortiClient.
- name str
- Portal name.
- object_
vpn_ strssl_ web_ portal_ id - an identifier for the resource with format {{name}}.
- os_
check str - Enable to let the FortiGate decide action based on client OS. Valid values:
disable
,enable
. - os_
check_ Objectlist Vpn Ssl Web Portal Os Check List Args - Os-Check-List. The structure of
os_check_list
block is documented below. - prefer_
ipv6_ strdns - prefer to query IPv6 dns first if enabled. Valid values:
disable
,enable
. - redir_
url str - Client login redirect URL.
- rewrite_
ip_ struri_ ui - Rewrite contents for URI contains IP and "/ui/". (default = disable) Valid values:
disable
,enable
. - save_
password str - Enable/disable FortiClient saving the user's password. Valid values:
disable
,enable
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service_
restriction str - Enable/disable tunnel service restriction. Valid values:
disable
,enable
. - skip_
check_ strfor_ browser - Enable to skip host check for browser support. Valid values:
disable
,enable
. - skip_
check_ strfor_ unsupported_ browser - Enable to skip host check if browser does not support it. Valid values:
disable
,enable
. - skip_
check_ strfor_ unsupported_ os - Enable to skip host check if client OS does not support it. Valid values:
disable
,enable
. - smb_
max_ strversion - SMB maximum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - smb_
min_ strversion - SMB minimum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - smb_
ntlmv1_ strauth - Enable support of NTLMv1 for Samba authentication. Valid values:
disable
,enable
. - smbv1 str
- Smbv1. Valid values:
disable
,enable
. - split_
dns Sequence[ObjectVpn Ssl Web Portal Split Dn Args] - Split-Dns. The structure of
split_dns
block is documented below. - split_
tunneling str - Enable/disable IPv4 split tunneling. Valid values:
disable
,enable
. - split_
tunneling_ Sequence[str]routing_ addresses - IPv4 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- split_
tunneling_ strrouting_ negate - Enable to negate split tunneling routing address. Valid values:
disable
,enable
. - theme str
- Web portal color scheme. Valid values:
gray
,blue
,orange
,crimson
,steelblue
,darkgrey
,green
,melongene
,red
,mariner
,neutrino
. - transform_
backward_ strslashes - Transform backward slashes to forward slashes in URLs. Valid values:
disable
,enable
. - tunnel_
mode str - Enable/disable IPv4 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - use_
sdwan str - Use SD-WAN rules to get output interface. Valid values:
disable
,enable
. - user_
bookmark str - Enable to allow web portal users to create their own bookmarks. Valid values:
disable
,enable
. - user_
group_ strbookmark - Enable to allow web portal users to create bookmarks for all users in the same user group. Valid values:
disable
,enable
. - web_
mode str - Enable/disable SSL VPN web mode. Valid values:
disable
,enable
. - windows_
forticlient_ strdownload_ url - Download URL for Windows FortiClient.
- wins_
server1 str - IPv4 WINS server 1.
- wins_
server2 str - IPv4 WINS server 1.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allow
User List<String>Accesses - Allow user access to SSL-VPN applications. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,ping
,citrix
,portforward
,sftp
. - auto
Connect String - Enable/disable automatic connect by client when system is up. Valid values:
disable
,enable
. - bookmark
Groups List<Property Map> - Bookmark-Group. The structure of
bookmark_group
block is documented below. - client
Src StringRange - Allow client to add source range for the tunnel traffic. Valid values:
disable
,enable
. - clipboard String
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable
,enable
. - custom
Lang String - Change the web portal display language. Overrides config system global set language. You can use config system custom-language and execute system custom-language to add custom language files.
- customize
Forticlient StringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable
,enable
. - default
Protocol String - Application type that is set by default. Valid values:
web
,ftp
,telnet
,smb
,vnc
,rdp
,ssh
,sftp
. - default
Window NumberHeight - Screen height (range from 0 - 65535, default = 768).
- default
Window NumberWidth - Screen width (range from 0 - 65535, default = 1024).
- dhcp6Ra
Linkaddr String - Relay agent IPv6 link address to use in DHCP6 requests.
- dhcp
Ip StringOverlap - Configure overlapping DHCP IP allocation assignment. Valid values:
use-old
,use-new
. - dhcp
Ra StringGiaddr - Relay agent gateway IP address to use in the giaddr field of DHCP requests.
- dhcp
Reservation String - Enable/disable dhcp reservation. Valid values:
disable
,enable
. - display
Bookmark String - Enable to display the web portal bookmark widget. Valid values:
disable
,enable
. - display
Connection StringTools - Enable to display the web portal connection tools widget. Valid values:
disable
,enable
. - display
History String - Enable to display the web portal user login history widget. Valid values:
disable
,enable
. - display
Status String - Enable to display the web portal status widget. Valid values:
disable
,enable
. - dns
Server1 String - IPv4 DNS server 1.
- dns
Server2 String - IPv4 DNS server 2.
- dns
Suffix String - DNS suffix.
- 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.
- exclusive
Routing String - Enable/disable all traffic go through tunnel only. Valid values:
disable
,enable
. - focus
Bookmark String - Enable to prioritize the placement of the bookmark section over the quick-connection section in the SSL-VPN application. Valid values:
disable
,enable
. - forticlient
Download String - Enable/disable download option for FortiClient. Valid values:
disable
,enable
. - forticlient
Download StringMethod - FortiClient download method. Valid values:
direct
,ssl-vpn
. - heading String
- Web portal heading message.
- hide
Sso StringCredential - Enable to prevent SSO credential being sent to client. Valid values:
disable
,enable
. - host
Check String - Type of host checking performed on endpoints. Valid values:
none
,av
,fw
,av-fw
,custom
. - host
Check NumberInterval - Periodic host check interval. Value of 0 means disabled and host checking only happens when the endpoint connects.
- host
Check StringPolicy - One or more policies to require the endpoint to have specific security software.
- ip
Mode String - Method by which users of this SSL-VPN tunnel obtain IP addresses. Valid values:
range
,user-group
. - ip
Pools String - IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- ipv6Dns
Server1 String - IPv6 DNS server 1.
- ipv6Dns
Server2 String - IPv6 DNS server 2.
- ipv6Exclusive
Routing String - Enable/disable all IPv6 traffic go through tunnel only. Valid values:
disable
,enable
. - ipv6Pools String
- IPv4 firewall source address objects reserved for SSL-VPN tunnel mode clients.
- ipv6Service
Restriction String - Enable/disable IPv6 tunnel service restriction. Valid values:
disable
,enable
. - ipv6Split
Tunneling String - Enable/disable IPv6 split tunneling. Valid values:
disable
,enable
. - ipv6Split
Tunneling List<String>Routing Addresses - IPv6 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- ipv6Split
Tunneling StringRouting Negate - Enable to negate IPv6 split tunneling routing address. Valid values:
disable
,enable
. - ipv6Tunnel
Mode String - Enable/disable IPv6 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - ipv6Wins
Server1 String - IPv6 WINS server 1.
- ipv6Wins
Server2 String - IPv6 WINS server 2.
- keep
Alive String - Enable/disable automatic reconnect for FortiClient connections. Valid values:
disable
,enable
. - landing
Page Property Map - Landing-Page. The structure of
landing_page
block is documented below. - landing
Page StringMode - Enable/disable SSL-VPN landing page mode. Valid values:
disable
,enable
. - limit
User StringLogins - Enable to limit each user to one SSL-VPN session at a time. Valid values:
disable
,enable
. - mac
Addr StringAction - Client MAC address action. Valid values:
deny
,allow
. - mac
Addr StringCheck - Enable/disable MAC address host checking. Valid values:
disable
,enable
. - mac
Addr List<Property Map>Check Rules - Mac-Addr-Check-Rule. The structure of
mac_addr_check_rule
block is documented below. - macos
Forticlient StringDownload Url - Download URL for Mac FortiClient.
- name String
- Portal name.
- object
Vpn StringSsl Web Portal Id - an identifier for the resource with format {{name}}.
- os
Check String - Enable to let the FortiGate decide action based on client OS. Valid values:
disable
,enable
. - os
Check Property MapList - Os-Check-List. The structure of
os_check_list
block is documented below. - prefer
Ipv6Dns String - prefer to query IPv6 dns first if enabled. Valid values:
disable
,enable
. - redir
Url String - Client login redirect URL.
- rewrite
Ip StringUri Ui - Rewrite contents for URI contains IP and "/ui/". (default = disable) Valid values:
disable
,enable
. - save
Password String - Enable/disable FortiClient saving the user's password. Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service
Restriction String - Enable/disable tunnel service restriction. Valid values:
disable
,enable
. - skip
Check StringFor Browser - Enable to skip host check for browser support. Valid values:
disable
,enable
. - skip
Check StringFor Unsupported Browser - Enable to skip host check if browser does not support it. Valid values:
disable
,enable
. - skip
Check StringFor Unsupported Os - Enable to skip host check if client OS does not support it. Valid values:
disable
,enable
. - smb
Max StringVersion - SMB maximum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - smb
Min StringVersion - SMB minimum client protocol version. Valid values:
smbv1
,smbv2
,smbv3
. - smb
Ntlmv1Auth String - Enable support of NTLMv1 for Samba authentication. Valid values:
disable
,enable
. - smbv1 String
- Smbv1. Valid values:
disable
,enable
. - split
Dns List<Property Map> - Split-Dns. The structure of
split_dns
block is documented below. - split
Tunneling String - Enable/disable IPv4 split tunneling. Valid values:
disable
,enable
. - split
Tunneling List<String>Routing Addresses - IPv4 SSL-VPN tunnel mode firewall address objects that override firewall policy destination addresses to control split-tunneling access.
- split
Tunneling StringRouting Negate - Enable to negate split tunneling routing address. Valid values:
disable
,enable
. - theme String
- Web portal color scheme. Valid values:
gray
,blue
,orange
,crimson
,steelblue
,darkgrey
,green
,melongene
,red
,mariner
,neutrino
. - transform
Backward StringSlashes - Transform backward slashes to forward slashes in URLs. Valid values:
disable
,enable
. - tunnel
Mode String - Enable/disable IPv4 SSL-VPN tunnel mode. Valid values:
disable
,enable
. - use
Sdwan String - Use SD-WAN rules to get output interface. Valid values:
disable
,enable
. - user
Bookmark String - Enable to allow web portal users to create their own bookmarks. Valid values:
disable
,enable
. - user
Group StringBookmark - Enable to allow web portal users to create bookmarks for all users in the same user group. Valid values:
disable
,enable
. - web
Mode String - Enable/disable SSL VPN web mode. Valid values:
disable
,enable
. - windows
Forticlient StringDownload Url - Download URL for Windows FortiClient.
- wins
Server1 String - IPv4 WINS server 1.
- wins
Server2 String - IPv4 WINS server 1.
Supporting Types
ObjectVpnSslWebPortalBookmarkGroup, ObjectVpnSslWebPortalBookmarkGroupArgs
- Bookmarks
List<Object
Vpn Ssl Web Portal Bookmark Group Bookmark> - Bookmarks. The structure of
bookmarks
block is documented below. - Name string
- Bookmark group name.
- Bookmarks
[]Object
Vpn Ssl Web Portal Bookmark Group Bookmark - Bookmarks. The structure of
bookmarks
block is documented below. - Name string
- Bookmark group name.
- bookmarks
List<Object
Vpn Ssl Web Portal Bookmark Group Bookmark> - Bookmarks. The structure of
bookmarks
block is documented below. - name String
- Bookmark group name.
- bookmarks
Object
Vpn Ssl Web Portal Bookmark Group Bookmark[] - Bookmarks. The structure of
bookmarks
block is documented below. - name string
- Bookmark group name.
- bookmarks
Sequence[Object
Vpn Ssl Web Portal Bookmark Group Bookmark] - Bookmarks. The structure of
bookmarks
block is documented below. - name str
- Bookmark group name.
- bookmarks List<Property Map>
- Bookmarks. The structure of
bookmarks
block is documented below. - name String
- Bookmark group name.
ObjectVpnSslWebPortalBookmarkGroupBookmark, ObjectVpnSslWebPortalBookmarkGroupBookmarkArgs
- Additional
Params string - Additional parameters.
- Apptype string
- Application type. Valid values:
web
,telnet
,ssh
,ftp
,smb
,vnc
,rdp
,citrix
,rdpnative
,portforward
,sftp
. - Color
Depth string - Color depth per pixel. Valid values:
8
,16
,32
. - Description string
- Description.
- Domain string
- Login domain.
- Folder string
- Network shared file folder parameter.
- Form
Datas List<ObjectVpn Ssl Web Portal Bookmark Group Bookmark Form Data> - Form-Data. The structure of
form_data
block is documented below. - Height double
- Screen height (range from 480 - 65535, default = 768).
- Host string
- Host name/IP parameter.
- Keyboard
Layout string - Keyboard layout. Valid values:
ar
,da
,de
,de-ch
,en-gb
,en-uk
,en-us
,es
,fi
,fr
,fr-be
,fr-ca
,fr-ch
,hr
,hu
,it
,ja
,lt
,lv
,mk
,no
,pl
,pt
,pt-br
,ru
,sl
,sv
,tk
,tr
,fr-ca-m
,wg
,ar-101
,ar-102
,ar-102-azerty
,can-mul
,cz
,cz-qwerty
,cz-pr
,nl
,de-ibm
,en-uk-ext
,en-us-dvorak
,es-var
,fi-sami
,hu-101
,it-142
,ko
,lt-ibm
,lt-std
,lav-std
,lav-leg
,mk-std
,no-sami
,pol-214
,pol-pr
,pt-br-abnt2
,ru-mne
,ru-t
,sv-sami
,tuk
,tur-f
,tur-q
,zh-sym-sg-us
,zh-sym-us
,zh-tr-hk
,zh-tr-mo
,zh-tr-us
. - Listening
Port double - Listening port (0 - 65535).
- Load
Balancing stringInfo - The load balancing information or cookie which should be provided to the connection broker.
- Logon
Passwords List<string> - Logon password.
- Logon
User string - Logon user.
- Name string
- Bookmark name.
- Port double
- Remote port.
- Preconnection
Blob string - An arbitrary string which identifies the RDP source.
- Preconnection
Id double - The numeric ID of the RDP source (0-2147483648).
- Remote
Port double - Remote port (0 - 65535).
- Restricted
Admin string - Enable/disable restricted admin mode for RDP. Valid values:
disable
,enable
. - Security string
- Security mode for RDP connection. Valid values:
rdp
,nla
,tls
,any
. - Send
Preconnection stringId - Enable/disable sending of preconnection ID. Valid values:
disable
,enable
. - Server
Layout string - Server side keyboard layout. Valid values:
en-us-qwerty
,de-de-qwertz
,fr-fr-azerty
,it-it-qwerty
,sv-se-qwerty
,failsafe
,en-gb-qwerty
,es-es-qwerty
,fr-ch-qwertz
,ja-jp-qwerty
,pt-br-qwerty
,tr-tr-qwerty
,fr-ca-qwerty
. - Show
Status stringWindow - Enable/disable showing of status window. Valid values:
disable
,enable
. - Sso string
- Single Sign-On. Valid values:
disable
,static
,auto
. - Sso
Credential string - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - Sso
Credential stringSent Once - Single sign-on credentials are only sent once to remote server. Valid values:
disable
,enable
. - Sso
Passwords List<string> - SSO password.
- Sso
Username string - SSO user name.
- Url string
- URL parameter.
- Vnc
Keyboard stringLayout - Keyboard layout. Valid values:
da
,de
,de-ch
,en-uk
,es
,fi
,fr
,fr-be
,it
,no
,pt
,sv
,nl
,en-uk-ext
,it-142
,pt-br-abnt2
,default
,fr-ca-mul
,gd
,us-intl
. - Width double
- Screen width (range from 640 - 65535, default = 1024).
- Additional
Params string - Additional parameters.
- Apptype string
- Application type. Valid values:
web
,telnet
,ssh
,ftp
,smb
,vnc
,rdp
,citrix
,rdpnative
,portforward
,sftp
. - Color
Depth string - Color depth per pixel. Valid values:
8
,16
,32
. - Description string
- Description.
- Domain string
- Login domain.
- Folder string
- Network shared file folder parameter.
- Form
Datas []ObjectVpn Ssl Web Portal Bookmark Group Bookmark Form Data - Form-Data. The structure of
form_data
block is documented below. - Height float64
- Screen height (range from 480 - 65535, default = 768).
- Host string
- Host name/IP parameter.
- Keyboard
Layout string - Keyboard layout. Valid values:
ar
,da
,de
,de-ch
,en-gb
,en-uk
,en-us
,es
,fi
,fr
,fr-be
,fr-ca
,fr-ch
,hr
,hu
,it
,ja
,lt
,lv
,mk
,no
,pl
,pt
,pt-br
,ru
,sl
,sv
,tk
,tr
,fr-ca-m
,wg
,ar-101
,ar-102
,ar-102-azerty
,can-mul
,cz
,cz-qwerty
,cz-pr
,nl
,de-ibm
,en-uk-ext
,en-us-dvorak
,es-var
,fi-sami
,hu-101
,it-142
,ko
,lt-ibm
,lt-std
,lav-std
,lav-leg
,mk-std
,no-sami
,pol-214
,pol-pr
,pt-br-abnt2
,ru-mne
,ru-t
,sv-sami
,tuk
,tur-f
,tur-q
,zh-sym-sg-us
,zh-sym-us
,zh-tr-hk
,zh-tr-mo
,zh-tr-us
. - Listening
Port float64 - Listening port (0 - 65535).
- Load
Balancing stringInfo - The load balancing information or cookie which should be provided to the connection broker.
- Logon
Passwords []string - Logon password.
- Logon
User string - Logon user.
- Name string
- Bookmark name.
- Port float64
- Remote port.
- Preconnection
Blob string - An arbitrary string which identifies the RDP source.
- Preconnection
Id float64 - The numeric ID of the RDP source (0-2147483648).
- Remote
Port float64 - Remote port (0 - 65535).
- Restricted
Admin string - Enable/disable restricted admin mode for RDP. Valid values:
disable
,enable
. - Security string
- Security mode for RDP connection. Valid values:
rdp
,nla
,tls
,any
. - Send
Preconnection stringId - Enable/disable sending of preconnection ID. Valid values:
disable
,enable
. - Server
Layout string - Server side keyboard layout. Valid values:
en-us-qwerty
,de-de-qwertz
,fr-fr-azerty
,it-it-qwerty
,sv-se-qwerty
,failsafe
,en-gb-qwerty
,es-es-qwerty
,fr-ch-qwertz
,ja-jp-qwerty
,pt-br-qwerty
,tr-tr-qwerty
,fr-ca-qwerty
. - Show
Status stringWindow - Enable/disable showing of status window. Valid values:
disable
,enable
. - Sso string
- Single Sign-On. Valid values:
disable
,static
,auto
. - Sso
Credential string - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - Sso
Credential stringSent Once - Single sign-on credentials are only sent once to remote server. Valid values:
disable
,enable
. - Sso
Passwords []string - SSO password.
- Sso
Username string - SSO user name.
- Url string
- URL parameter.
- Vnc
Keyboard stringLayout - Keyboard layout. Valid values:
da
,de
,de-ch
,en-uk
,es
,fi
,fr
,fr-be
,it
,no
,pt
,sv
,nl
,en-uk-ext
,it-142
,pt-br-abnt2
,default
,fr-ca-mul
,gd
,us-intl
. - Width float64
- Screen width (range from 640 - 65535, default = 1024).
- additional
Params String - Additional parameters.
- apptype String
- Application type. Valid values:
web
,telnet
,ssh
,ftp
,smb
,vnc
,rdp
,citrix
,rdpnative
,portforward
,sftp
. - color
Depth String - Color depth per pixel. Valid values:
8
,16
,32
. - description String
- Description.
- domain String
- Login domain.
- folder String
- Network shared file folder parameter.
- form
Datas List<ObjectVpn Ssl Web Portal Bookmark Group Bookmark Form Data> - Form-Data. The structure of
form_data
block is documented below. - height Double
- Screen height (range from 480 - 65535, default = 768).
- host String
- Host name/IP parameter.
- keyboard
Layout String - Keyboard layout. Valid values:
ar
,da
,de
,de-ch
,en-gb
,en-uk
,en-us
,es
,fi
,fr
,fr-be
,fr-ca
,fr-ch
,hr
,hu
,it
,ja
,lt
,lv
,mk
,no
,pl
,pt
,pt-br
,ru
,sl
,sv
,tk
,tr
,fr-ca-m
,wg
,ar-101
,ar-102
,ar-102-azerty
,can-mul
,cz
,cz-qwerty
,cz-pr
,nl
,de-ibm
,en-uk-ext
,en-us-dvorak
,es-var
,fi-sami
,hu-101
,it-142
,ko
,lt-ibm
,lt-std
,lav-std
,lav-leg
,mk-std
,no-sami
,pol-214
,pol-pr
,pt-br-abnt2
,ru-mne
,ru-t
,sv-sami
,tuk
,tur-f
,tur-q
,zh-sym-sg-us
,zh-sym-us
,zh-tr-hk
,zh-tr-mo
,zh-tr-us
. - listening
Port Double - Listening port (0 - 65535).
- load
Balancing StringInfo - The load balancing information or cookie which should be provided to the connection broker.
- logon
Passwords List<String> - Logon password.
- logon
User String - Logon user.
- name String
- Bookmark name.
- port Double
- Remote port.
- preconnection
Blob String - An arbitrary string which identifies the RDP source.
- preconnection
Id Double - The numeric ID of the RDP source (0-2147483648).
- remote
Port Double - Remote port (0 - 65535).
- restricted
Admin String - Enable/disable restricted admin mode for RDP. Valid values:
disable
,enable
. - security String
- Security mode for RDP connection. Valid values:
rdp
,nla
,tls
,any
. - send
Preconnection StringId - Enable/disable sending of preconnection ID. Valid values:
disable
,enable
. - server
Layout String - Server side keyboard layout. Valid values:
en-us-qwerty
,de-de-qwertz
,fr-fr-azerty
,it-it-qwerty
,sv-se-qwerty
,failsafe
,en-gb-qwerty
,es-es-qwerty
,fr-ch-qwertz
,ja-jp-qwerty
,pt-br-qwerty
,tr-tr-qwerty
,fr-ca-qwerty
. - show
Status StringWindow - Enable/disable showing of status window. Valid values:
disable
,enable
. - sso String
- Single Sign-On. Valid values:
disable
,static
,auto
. - sso
Credential String - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - sso
Credential StringSent Once - Single sign-on credentials are only sent once to remote server. Valid values:
disable
,enable
. - sso
Passwords List<String> - SSO password.
- sso
Username String - SSO user name.
- url String
- URL parameter.
- vnc
Keyboard StringLayout - Keyboard layout. Valid values:
da
,de
,de-ch
,en-uk
,es
,fi
,fr
,fr-be
,it
,no
,pt
,sv
,nl
,en-uk-ext
,it-142
,pt-br-abnt2
,default
,fr-ca-mul
,gd
,us-intl
. - width Double
- Screen width (range from 640 - 65535, default = 1024).
- additional
Params string - Additional parameters.
- apptype string
- Application type. Valid values:
web
,telnet
,ssh
,ftp
,smb
,vnc
,rdp
,citrix
,rdpnative
,portforward
,sftp
. - color
Depth string - Color depth per pixel. Valid values:
8
,16
,32
. - description string
- Description.
- domain string
- Login domain.
- folder string
- Network shared file folder parameter.
- form
Datas ObjectVpn Ssl Web Portal Bookmark Group Bookmark Form Data[] - Form-Data. The structure of
form_data
block is documented below. - height number
- Screen height (range from 480 - 65535, default = 768).
- host string
- Host name/IP parameter.
- keyboard
Layout string - Keyboard layout. Valid values:
ar
,da
,de
,de-ch
,en-gb
,en-uk
,en-us
,es
,fi
,fr
,fr-be
,fr-ca
,fr-ch
,hr
,hu
,it
,ja
,lt
,lv
,mk
,no
,pl
,pt
,pt-br
,ru
,sl
,sv
,tk
,tr
,fr-ca-m
,wg
,ar-101
,ar-102
,ar-102-azerty
,can-mul
,cz
,cz-qwerty
,cz-pr
,nl
,de-ibm
,en-uk-ext
,en-us-dvorak
,es-var
,fi-sami
,hu-101
,it-142
,ko
,lt-ibm
,lt-std
,lav-std
,lav-leg
,mk-std
,no-sami
,pol-214
,pol-pr
,pt-br-abnt2
,ru-mne
,ru-t
,sv-sami
,tuk
,tur-f
,tur-q
,zh-sym-sg-us
,zh-sym-us
,zh-tr-hk
,zh-tr-mo
,zh-tr-us
. - listening
Port number - Listening port (0 - 65535).
- load
Balancing stringInfo - The load balancing information or cookie which should be provided to the connection broker.
- logon
Passwords string[] - Logon password.
- logon
User string - Logon user.
- name string
- Bookmark name.
- port number
- Remote port.
- preconnection
Blob string - An arbitrary string which identifies the RDP source.
- preconnection
Id number - The numeric ID of the RDP source (0-2147483648).
- remote
Port number - Remote port (0 - 65535).
- restricted
Admin string - Enable/disable restricted admin mode for RDP. Valid values:
disable
,enable
. - security string
- Security mode for RDP connection. Valid values:
rdp
,nla
,tls
,any
. - send
Preconnection stringId - Enable/disable sending of preconnection ID. Valid values:
disable
,enable
. - server
Layout string - Server side keyboard layout. Valid values:
en-us-qwerty
,de-de-qwertz
,fr-fr-azerty
,it-it-qwerty
,sv-se-qwerty
,failsafe
,en-gb-qwerty
,es-es-qwerty
,fr-ch-qwertz
,ja-jp-qwerty
,pt-br-qwerty
,tr-tr-qwerty
,fr-ca-qwerty
. - show
Status stringWindow - Enable/disable showing of status window. Valid values:
disable
,enable
. - sso string
- Single Sign-On. Valid values:
disable
,static
,auto
. - sso
Credential string - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - sso
Credential stringSent Once - Single sign-on credentials are only sent once to remote server. Valid values:
disable
,enable
. - sso
Passwords string[] - SSO password.
- sso
Username string - SSO user name.
- url string
- URL parameter.
- vnc
Keyboard stringLayout - Keyboard layout. Valid values:
da
,de
,de-ch
,en-uk
,es
,fi
,fr
,fr-be
,it
,no
,pt
,sv
,nl
,en-uk-ext
,it-142
,pt-br-abnt2
,default
,fr-ca-mul
,gd
,us-intl
. - width number
- Screen width (range from 640 - 65535, default = 1024).
- additional_
params str - Additional parameters.
- apptype str
- Application type. Valid values:
web
,telnet
,ssh
,ftp
,smb
,vnc
,rdp
,citrix
,rdpnative
,portforward
,sftp
. - color_
depth str - Color depth per pixel. Valid values:
8
,16
,32
. - description str
- Description.
- domain str
- Login domain.
- folder str
- Network shared file folder parameter.
- form_
datas Sequence[ObjectVpn Ssl Web Portal Bookmark Group Bookmark Form Data] - Form-Data. The structure of
form_data
block is documented below. - height float
- Screen height (range from 480 - 65535, default = 768).
- host str
- Host name/IP parameter.
- keyboard_
layout str - Keyboard layout. Valid values:
ar
,da
,de
,de-ch
,en-gb
,en-uk
,en-us
,es
,fi
,fr
,fr-be
,fr-ca
,fr-ch
,hr
,hu
,it
,ja
,lt
,lv
,mk
,no
,pl
,pt
,pt-br
,ru
,sl
,sv
,tk
,tr
,fr-ca-m
,wg
,ar-101
,ar-102
,ar-102-azerty
,can-mul
,cz
,cz-qwerty
,cz-pr
,nl
,de-ibm
,en-uk-ext
,en-us-dvorak
,es-var
,fi-sami
,hu-101
,it-142
,ko
,lt-ibm
,lt-std
,lav-std
,lav-leg
,mk-std
,no-sami
,pol-214
,pol-pr
,pt-br-abnt2
,ru-mne
,ru-t
,sv-sami
,tuk
,tur-f
,tur-q
,zh-sym-sg-us
,zh-sym-us
,zh-tr-hk
,zh-tr-mo
,zh-tr-us
. - listening_
port float - Listening port (0 - 65535).
- load_
balancing_ strinfo - The load balancing information or cookie which should be provided to the connection broker.
- logon_
passwords Sequence[str] - Logon password.
- logon_
user str - Logon user.
- name str
- Bookmark name.
- port float
- Remote port.
- preconnection_
blob str - An arbitrary string which identifies the RDP source.
- preconnection_
id float - The numeric ID of the RDP source (0-2147483648).
- remote_
port float - Remote port (0 - 65535).
- restricted_
admin str - Enable/disable restricted admin mode for RDP. Valid values:
disable
,enable
. - security str
- Security mode for RDP connection. Valid values:
rdp
,nla
,tls
,any
. - send_
preconnection_ strid - Enable/disable sending of preconnection ID. Valid values:
disable
,enable
. - server_
layout str - Server side keyboard layout. Valid values:
en-us-qwerty
,de-de-qwertz
,fr-fr-azerty
,it-it-qwerty
,sv-se-qwerty
,failsafe
,en-gb-qwerty
,es-es-qwerty
,fr-ch-qwertz
,ja-jp-qwerty
,pt-br-qwerty
,tr-tr-qwerty
,fr-ca-qwerty
. - show_
status_ strwindow - Enable/disable showing of status window. Valid values:
disable
,enable
. - sso str
- Single Sign-On. Valid values:
disable
,static
,auto
. - sso_
credential str - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - sso_
credential_ strsent_ once - Single sign-on credentials are only sent once to remote server. Valid values:
disable
,enable
. - sso_
passwords Sequence[str] - SSO password.
- sso_
username str - SSO user name.
- url str
- URL parameter.
- vnc_
keyboard_ strlayout - Keyboard layout. Valid values:
da
,de
,de-ch
,en-uk
,es
,fi
,fr
,fr-be
,it
,no
,pt
,sv
,nl
,en-uk-ext
,it-142
,pt-br-abnt2
,default
,fr-ca-mul
,gd
,us-intl
. - width float
- Screen width (range from 640 - 65535, default = 1024).
- additional
Params String - Additional parameters.
- apptype String
- Application type. Valid values:
web
,telnet
,ssh
,ftp
,smb
,vnc
,rdp
,citrix
,rdpnative
,portforward
,sftp
. - color
Depth String - Color depth per pixel. Valid values:
8
,16
,32
. - description String
- Description.
- domain String
- Login domain.
- folder String
- Network shared file folder parameter.
- form
Datas List<Property Map> - Form-Data. The structure of
form_data
block is documented below. - height Number
- Screen height (range from 480 - 65535, default = 768).
- host String
- Host name/IP parameter.
- keyboard
Layout String - Keyboard layout. Valid values:
ar
,da
,de
,de-ch
,en-gb
,en-uk
,en-us
,es
,fi
,fr
,fr-be
,fr-ca
,fr-ch
,hr
,hu
,it
,ja
,lt
,lv
,mk
,no
,pl
,pt
,pt-br
,ru
,sl
,sv
,tk
,tr
,fr-ca-m
,wg
,ar-101
,ar-102
,ar-102-azerty
,can-mul
,cz
,cz-qwerty
,cz-pr
,nl
,de-ibm
,en-uk-ext
,en-us-dvorak
,es-var
,fi-sami
,hu-101
,it-142
,ko
,lt-ibm
,lt-std
,lav-std
,lav-leg
,mk-std
,no-sami
,pol-214
,pol-pr
,pt-br-abnt2
,ru-mne
,ru-t
,sv-sami
,tuk
,tur-f
,tur-q
,zh-sym-sg-us
,zh-sym-us
,zh-tr-hk
,zh-tr-mo
,zh-tr-us
. - listening
Port Number - Listening port (0 - 65535).
- load
Balancing StringInfo - The load balancing information or cookie which should be provided to the connection broker.
- logon
Passwords List<String> - Logon password.
- logon
User String - Logon user.
- name String
- Bookmark name.
- port Number
- Remote port.
- preconnection
Blob String - An arbitrary string which identifies the RDP source.
- preconnection
Id Number - The numeric ID of the RDP source (0-2147483648).
- remote
Port Number - Remote port (0 - 65535).
- restricted
Admin String - Enable/disable restricted admin mode for RDP. Valid values:
disable
,enable
. - security String
- Security mode for RDP connection. Valid values:
rdp
,nla
,tls
,any
. - send
Preconnection StringId - Enable/disable sending of preconnection ID. Valid values:
disable
,enable
. - server
Layout String - Server side keyboard layout. Valid values:
en-us-qwerty
,de-de-qwertz
,fr-fr-azerty
,it-it-qwerty
,sv-se-qwerty
,failsafe
,en-gb-qwerty
,es-es-qwerty
,fr-ch-qwertz
,ja-jp-qwerty
,pt-br-qwerty
,tr-tr-qwerty
,fr-ca-qwerty
. - show
Status StringWindow - Enable/disable showing of status window. Valid values:
disable
,enable
. - sso String
- Single Sign-On. Valid values:
disable
,static
,auto
. - sso
Credential String - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - sso
Credential StringSent Once - Single sign-on credentials are only sent once to remote server. Valid values:
disable
,enable
. - sso
Passwords List<String> - SSO password.
- sso
Username String - SSO user name.
- url String
- URL parameter.
- vnc
Keyboard StringLayout - Keyboard layout. Valid values:
da
,de
,de-ch
,en-uk
,es
,fi
,fr
,fr-be
,it
,no
,pt
,sv
,nl
,en-uk-ext
,it-142
,pt-br-abnt2
,default
,fr-ca-mul
,gd
,us-intl
. - width Number
- Screen width (range from 640 - 65535, default = 1024).
ObjectVpnSslWebPortalBookmarkGroupBookmarkFormData, ObjectVpnSslWebPortalBookmarkGroupBookmarkFormDataArgs
ObjectVpnSslWebPortalLandingPage, ObjectVpnSslWebPortalLandingPageArgs
- Form
Datas List<ObjectVpn Ssl Web Portal Landing Page Form Data> - Form-Data. The structure of
form_data
block is documented below. - Logout
Url string - Landing page log out URL.
- Sso string
- Single sign-on. Valid values:
disable
,static
,auto
. - Sso
Credential string - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - Sso
Passwords List<string> - SSO password.
- Sso
Username string - SSO user name.
- Url string
- Landing page URL.
- Form
Datas []ObjectVpn Ssl Web Portal Landing Page Form Data Type - Form-Data. The structure of
form_data
block is documented below. - Logout
Url string - Landing page log out URL.
- Sso string
- Single sign-on. Valid values:
disable
,static
,auto
. - Sso
Credential string - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - Sso
Passwords []string - SSO password.
- Sso
Username string - SSO user name.
- Url string
- Landing page URL.
- form
Datas List<ObjectVpn Ssl Web Portal Landing Page Form Data> - Form-Data. The structure of
form_data
block is documented below. - logout
Url String - Landing page log out URL.
- sso String
- Single sign-on. Valid values:
disable
,static
,auto
. - sso
Credential String - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - sso
Passwords List<String> - SSO password.
- sso
Username String - SSO user name.
- url String
- Landing page URL.
- form
Datas ObjectVpn Ssl Web Portal Landing Page Form Data[] - Form-Data. The structure of
form_data
block is documented below. - logout
Url string - Landing page log out URL.
- sso string
- Single sign-on. Valid values:
disable
,static
,auto
. - sso
Credential string - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - sso
Passwords string[] - SSO password.
- sso
Username string - SSO user name.
- url string
- Landing page URL.
- form_
datas Sequence[ObjectVpn Ssl Web Portal Landing Page Form Data] - Form-Data. The structure of
form_data
block is documented below. - logout_
url str - Landing page log out URL.
- sso str
- Single sign-on. Valid values:
disable
,static
,auto
. - sso_
credential str - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - sso_
passwords Sequence[str] - SSO password.
- sso_
username str - SSO user name.
- url str
- Landing page URL.
- form
Datas List<Property Map> - Form-Data. The structure of
form_data
block is documented below. - logout
Url String - Landing page log out URL.
- sso String
- Single sign-on. Valid values:
disable
,static
,auto
. - sso
Credential String - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - sso
Passwords List<String> - SSO password.
- sso
Username String - SSO user name.
- url String
- Landing page URL.
ObjectVpnSslWebPortalLandingPageFormData, ObjectVpnSslWebPortalLandingPageFormDataArgs
ObjectVpnSslWebPortalMacAddrCheckRule, ObjectVpnSslWebPortalMacAddrCheckRuleArgs
- Mac
Addr List<string>Lists - Client MAC address list.
- Mac
Addr doubleMask - Client MAC address mask.
- Name string
- Client MAC address check rule name.
- Mac
Addr []stringLists - Client MAC address list.
- Mac
Addr float64Mask - Client MAC address mask.
- Name string
- Client MAC address check rule name.
- mac
Addr List<String>Lists - Client MAC address list.
- mac
Addr DoubleMask - Client MAC address mask.
- name String
- Client MAC address check rule name.
- mac
Addr string[]Lists - Client MAC address list.
- mac
Addr numberMask - Client MAC address mask.
- name string
- Client MAC address check rule name.
- mac_
addr_ Sequence[str]lists - Client MAC address list.
- mac_
addr_ floatmask - Client MAC address mask.
- name str
- Client MAC address check rule name.
- mac
Addr List<String>Lists - Client MAC address list.
- mac
Addr NumberMask - Client MAC address mask.
- name String
- Client MAC address check rule name.
ObjectVpnSslWebPortalOsCheckList, ObjectVpnSslWebPortalOsCheckListArgs
- Action string
- OS check options. Valid values:
allow
,check-up-to-date
,deny
. - Latest
Patch stringLevel - Latest OS patch level.
- Minor
Version double - Minor version number.
- Name string
- Name.
- Tolerance double
- OS patch level tolerance.
- Action string
- OS check options. Valid values:
allow
,check-up-to-date
,deny
. - Latest
Patch stringLevel - Latest OS patch level.
- Minor
Version float64 - Minor version number.
- Name string
- Name.
- Tolerance float64
- OS patch level tolerance.
- action String
- OS check options. Valid values:
allow
,check-up-to-date
,deny
. - latest
Patch StringLevel - Latest OS patch level.
- minor
Version Double - Minor version number.
- name String
- Name.
- tolerance Double
- OS patch level tolerance.
- action string
- OS check options. Valid values:
allow
,check-up-to-date
,deny
. - latest
Patch stringLevel - Latest OS patch level.
- minor
Version number - Minor version number.
- name string
- Name.
- tolerance number
- OS patch level tolerance.
- action str
- OS check options. Valid values:
allow
,check-up-to-date
,deny
. - latest_
patch_ strlevel - Latest OS patch level.
- minor_
version float - Minor version number.
- name str
- Name.
- tolerance float
- OS patch level tolerance.
- action String
- OS check options. Valid values:
allow
,check-up-to-date
,deny
. - latest
Patch StringLevel - Latest OS patch level.
- minor
Version Number - Minor version number.
- name String
- Name.
- tolerance Number
- OS patch level tolerance.
ObjectVpnSslWebPortalSplitDn, ObjectVpnSslWebPortalSplitDnArgs
- Dns
Server1 string - DNS server 1.
- Dns
Server2 string - DNS server 2.
- Domains string
- Split DNS domains used for SSL-VPN clients separated by comma(,).
- Id double
- ID.
- Ipv6Dns
Server1 string - IPv6 DNS server 1.
- Ipv6Dns
Server2 string - IPv6 DNS server 2.
- Dns
Server1 string - DNS server 1.
- Dns
Server2 string - DNS server 2.
- Domains string
- Split DNS domains used for SSL-VPN clients separated by comma(,).
- Id float64
- ID.
- Ipv6Dns
Server1 string - IPv6 DNS server 1.
- Ipv6Dns
Server2 string - IPv6 DNS server 2.
- dns
Server1 String - DNS server 1.
- dns
Server2 String - DNS server 2.
- domains String
- Split DNS domains used for SSL-VPN clients separated by comma(,).
- id Double
- ID.
- ipv6Dns
Server1 String - IPv6 DNS server 1.
- ipv6Dns
Server2 String - IPv6 DNS server 2.
- dns
Server1 string - DNS server 1.
- dns
Server2 string - DNS server 2.
- domains string
- Split DNS domains used for SSL-VPN clients separated by comma(,).
- id number
- ID.
- ipv6Dns
Server1 string - IPv6 DNS server 1.
- ipv6Dns
Server2 string - IPv6 DNS server 2.
- dns_
server1 str - DNS server 1.
- dns_
server2 str - DNS server 2.
- domains str
- Split DNS domains used for SSL-VPN clients separated by comma(,).
- id float
- ID.
- ipv6_
dns_ strserver1 - IPv6 DNS server 1.
- ipv6_
dns_ strserver2 - IPv6 DNS server 2.
- dns
Server1 String - DNS server 1.
- dns
Server2 String - DNS server 2.
- domains String
- Split DNS domains used for SSL-VPN clients separated by comma(,).
- id Number
- ID.
- ipv6Dns
Server1 String - IPv6 DNS server 1.
- ipv6Dns
Server2 String - IPv6 DNS server 2.
Import
ObjectVpn SslWebPortal can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectVpnSslWebPortal:ObjectVpnSslWebPortal labelname {{name}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.