Configure ztna web-portal.
Create ObjectZtnaWebportal Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectZtnaWebportal(name: string, args?: ObjectZtnaWebportalArgs, opts?: CustomResourceOptions);@overload
def ObjectZtnaWebportal(resource_name: str,
args: Optional[ObjectZtnaWebportalArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectZtnaWebportal(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
auth_portal: Optional[str] = None,
auth_rules: Optional[Sequence[str]] = None,
auth_virtual_hosts: Optional[Sequence[str]] = None,
clipboard: Optional[str] = None,
cookie_age: Optional[float] = None,
customize_forticlient_download_url: Optional[str] = None,
decrypted_traffic_mirrors: Optional[Sequence[str]] = None,
default_window_height: Optional[float] = None,
default_window_width: Optional[float] = None,
display_bookmark: Optional[str] = None,
display_history: Optional[str] = None,
display_status: Optional[str] = None,
focus_bookmark: Optional[str] = None,
forticlient_download: Optional[str] = None,
forticlient_download_method: Optional[str] = None,
heading: Optional[str] = None,
hosts: Optional[Sequence[str]] = None,
log_blocked_traffic: Optional[str] = None,
macos_forticlient_download_url: Optional[str] = None,
name: Optional[str] = None,
object_ztna_webportal_id: Optional[str] = None,
policy_auth_sso: Optional[str] = None,
scopetype: Optional[str] = None,
theme: Optional[str] = None,
vip6s: Optional[Sequence[str]] = None,
vips: Optional[Sequence[str]] = None,
windows_forticlient_download_url: Optional[str] = None)func NewObjectZtnaWebportal(ctx *Context, name string, args *ObjectZtnaWebportalArgs, opts ...ResourceOption) (*ObjectZtnaWebportal, error)public ObjectZtnaWebportal(string name, ObjectZtnaWebportalArgs? args = null, CustomResourceOptions? opts = null)
public ObjectZtnaWebportal(String name, ObjectZtnaWebportalArgs args)
public ObjectZtnaWebportal(String name, ObjectZtnaWebportalArgs args, CustomResourceOptions options)
type: fortimanager:ObjectZtnaWebportal
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 ObjectZtnaWebportalArgs
- 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 ObjectZtnaWebportalArgs
- 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 ObjectZtnaWebportalArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectZtnaWebportalArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectZtnaWebportalArgs
- 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 objectZtnaWebportalResource = new Fortimanager.ObjectZtnaWebportal("objectZtnaWebportalResource", new()
{
Adom = "string",
AuthPortal = "string",
AuthRules = new[]
{
"string",
},
AuthVirtualHosts = new[]
{
"string",
},
Clipboard = "string",
CookieAge = 0,
CustomizeForticlientDownloadUrl = "string",
DecryptedTrafficMirrors = new[]
{
"string",
},
DefaultWindowHeight = 0,
DefaultWindowWidth = 0,
DisplayBookmark = "string",
DisplayHistory = "string",
DisplayStatus = "string",
FocusBookmark = "string",
ForticlientDownload = "string",
ForticlientDownloadMethod = "string",
Heading = "string",
Hosts = new[]
{
"string",
},
LogBlockedTraffic = "string",
MacosForticlientDownloadUrl = "string",
Name = "string",
ObjectZtnaWebportalId = "string",
PolicyAuthSso = "string",
Scopetype = "string",
Theme = "string",
Vip6s = new[]
{
"string",
},
Vips = new[]
{
"string",
},
WindowsForticlientDownloadUrl = "string",
});
example, err := fortimanager.NewObjectZtnaWebportal(ctx, "objectZtnaWebportalResource", &fortimanager.ObjectZtnaWebportalArgs{
Adom: pulumi.String("string"),
AuthPortal: pulumi.String("string"),
AuthRules: pulumi.StringArray{
pulumi.String("string"),
},
AuthVirtualHosts: pulumi.StringArray{
pulumi.String("string"),
},
Clipboard: pulumi.String("string"),
CookieAge: pulumi.Float64(0),
CustomizeForticlientDownloadUrl: pulumi.String("string"),
DecryptedTrafficMirrors: pulumi.StringArray{
pulumi.String("string"),
},
DefaultWindowHeight: pulumi.Float64(0),
DefaultWindowWidth: pulumi.Float64(0),
DisplayBookmark: pulumi.String("string"),
DisplayHistory: pulumi.String("string"),
DisplayStatus: pulumi.String("string"),
FocusBookmark: pulumi.String("string"),
ForticlientDownload: pulumi.String("string"),
ForticlientDownloadMethod: pulumi.String("string"),
Heading: pulumi.String("string"),
Hosts: pulumi.StringArray{
pulumi.String("string"),
},
LogBlockedTraffic: pulumi.String("string"),
MacosForticlientDownloadUrl: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectZtnaWebportalId: pulumi.String("string"),
PolicyAuthSso: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Theme: pulumi.String("string"),
Vip6s: pulumi.StringArray{
pulumi.String("string"),
},
Vips: pulumi.StringArray{
pulumi.String("string"),
},
WindowsForticlientDownloadUrl: pulumi.String("string"),
})
var objectZtnaWebportalResource = new ObjectZtnaWebportal("objectZtnaWebportalResource", ObjectZtnaWebportalArgs.builder()
.adom("string")
.authPortal("string")
.authRules("string")
.authVirtualHosts("string")
.clipboard("string")
.cookieAge(0.0)
.customizeForticlientDownloadUrl("string")
.decryptedTrafficMirrors("string")
.defaultWindowHeight(0.0)
.defaultWindowWidth(0.0)
.displayBookmark("string")
.displayHistory("string")
.displayStatus("string")
.focusBookmark("string")
.forticlientDownload("string")
.forticlientDownloadMethod("string")
.heading("string")
.hosts("string")
.logBlockedTraffic("string")
.macosForticlientDownloadUrl("string")
.name("string")
.objectZtnaWebportalId("string")
.policyAuthSso("string")
.scopetype("string")
.theme("string")
.vip6s("string")
.vips("string")
.windowsForticlientDownloadUrl("string")
.build());
object_ztna_webportal_resource = fortimanager.ObjectZtnaWebportal("objectZtnaWebportalResource",
adom="string",
auth_portal="string",
auth_rules=["string"],
auth_virtual_hosts=["string"],
clipboard="string",
cookie_age=0,
customize_forticlient_download_url="string",
decrypted_traffic_mirrors=["string"],
default_window_height=0,
default_window_width=0,
display_bookmark="string",
display_history="string",
display_status="string",
focus_bookmark="string",
forticlient_download="string",
forticlient_download_method="string",
heading="string",
hosts=["string"],
log_blocked_traffic="string",
macos_forticlient_download_url="string",
name="string",
object_ztna_webportal_id="string",
policy_auth_sso="string",
scopetype="string",
theme="string",
vip6s=["string"],
vips=["string"],
windows_forticlient_download_url="string")
const objectZtnaWebportalResource = new fortimanager.ObjectZtnaWebportal("objectZtnaWebportalResource", {
adom: "string",
authPortal: "string",
authRules: ["string"],
authVirtualHosts: ["string"],
clipboard: "string",
cookieAge: 0,
customizeForticlientDownloadUrl: "string",
decryptedTrafficMirrors: ["string"],
defaultWindowHeight: 0,
defaultWindowWidth: 0,
displayBookmark: "string",
displayHistory: "string",
displayStatus: "string",
focusBookmark: "string",
forticlientDownload: "string",
forticlientDownloadMethod: "string",
heading: "string",
hosts: ["string"],
logBlockedTraffic: "string",
macosForticlientDownloadUrl: "string",
name: "string",
objectZtnaWebportalId: "string",
policyAuthSso: "string",
scopetype: "string",
theme: "string",
vip6s: ["string"],
vips: ["string"],
windowsForticlientDownloadUrl: "string",
});
type: fortimanager:ObjectZtnaWebportal
properties:
adom: string
authPortal: string
authRules:
- string
authVirtualHosts:
- string
clipboard: string
cookieAge: 0
customizeForticlientDownloadUrl: string
decryptedTrafficMirrors:
- string
defaultWindowHeight: 0
defaultWindowWidth: 0
displayBookmark: string
displayHistory: string
displayStatus: string
focusBookmark: string
forticlientDownload: string
forticlientDownloadMethod: string
heading: string
hosts:
- string
logBlockedTraffic: string
macosForticlientDownloadUrl: string
name: string
objectZtnaWebportalId: string
policyAuthSso: string
scopetype: string
theme: string
vip6s:
- string
vips:
- string
windowsForticlientDownloadUrl: string
ObjectZtnaWebportal 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 ObjectZtnaWebportal resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Auth
Portal string - Enable/disable authentication portal. Valid values:
disable,enable. - Auth
Rules List<string> - Authentication Rule.
- Auth
Virtual List<string>Hosts - Virtual host for authentication portal.
- Clipboard string
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable,enable. - double
- Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
- Customize
Forticlient stringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable,enable. - Decrypted
Traffic List<string>Mirrors - Decrypted traffic mirror.
- Default
Window doubleHeight - Screen height (range from 0 - 65535, default = 768).
- Default
Window doubleWidth - Screen width (range from 0 - 65535, default = 1024).
- Display
Bookmark string - Enable to display the web portal bookmark 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. - Focus
Bookmark string - Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. 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.
- Hosts List<string>
- Virtual or real host name.
- Log
Blocked stringTraffic - Enable/disable logging of blocked traffic. Valid values:
disable,enable. - Macos
Forticlient stringDownload Url - Download URL for Mac FortiClient.
- Name string
- ZTNA proxy name.
- Object
Ztna stringWebportal Id - an identifier for the resource with format {{name}}.
- Policy
Auth stringSso - Enable policy sso authentication. Valid values:
disable,enable. - Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Theme string
- Web portal color scheme. Valid values:
melongene,mariner,neutrino,jade,graphite,dark-matter,onyx,eclipse,jet-stream,security-fabric. - Vip6s List<string>
- Virtual IPv6 name.
- Vips List<string>
- Virtual IP name.
- Windows
Forticlient stringDownload Url - Download URL for Windows FortiClient.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Auth
Portal string - Enable/disable authentication portal. Valid values:
disable,enable. - Auth
Rules []string - Authentication Rule.
- Auth
Virtual []stringHosts - Virtual host for authentication portal.
- Clipboard string
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable,enable. - float64
- Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
- Customize
Forticlient stringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable,enable. - Decrypted
Traffic []stringMirrors - Decrypted traffic mirror.
- Default
Window float64Height - Screen height (range from 0 - 65535, default = 768).
- Default
Window float64Width - Screen width (range from 0 - 65535, default = 1024).
- Display
Bookmark string - Enable to display the web portal bookmark 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. - Focus
Bookmark string - Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. 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.
- Hosts []string
- Virtual or real host name.
- Log
Blocked stringTraffic - Enable/disable logging of blocked traffic. Valid values:
disable,enable. - Macos
Forticlient stringDownload Url - Download URL for Mac FortiClient.
- Name string
- ZTNA proxy name.
- Object
Ztna stringWebportal Id - an identifier for the resource with format {{name}}.
- Policy
Auth stringSso - Enable policy sso authentication. Valid values:
disable,enable. - Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Theme string
- Web portal color scheme. Valid values:
melongene,mariner,neutrino,jade,graphite,dark-matter,onyx,eclipse,jet-stream,security-fabric. - Vip6s []string
- Virtual IPv6 name.
- Vips []string
- Virtual IP name.
- Windows
Forticlient stringDownload Url - Download URL for Windows FortiClient.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - auth
Portal String - Enable/disable authentication portal. Valid values:
disable,enable. - auth
Rules List<String> - Authentication Rule.
- auth
Virtual List<String>Hosts - Virtual host for authentication portal.
- clipboard String
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable,enable. - Double
- Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
- customize
Forticlient StringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable,enable. - decrypted
Traffic List<String>Mirrors - Decrypted traffic mirror.
- default
Window DoubleHeight - Screen height (range from 0 - 65535, default = 768).
- default
Window DoubleWidth - Screen width (range from 0 - 65535, default = 1024).
- display
Bookmark String - Enable to display the web portal bookmark 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. - focus
Bookmark String - Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. 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.
- hosts List<String>
- Virtual or real host name.
- log
Blocked StringTraffic - Enable/disable logging of blocked traffic. Valid values:
disable,enable. - macos
Forticlient StringDownload Url - Download URL for Mac FortiClient.
- name String
- ZTNA proxy name.
- object
Ztna StringWebportal Id - an identifier for the resource with format {{name}}.
- policy
Auth StringSso - Enable policy sso authentication. Valid values:
disable,enable. - scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - theme String
- Web portal color scheme. Valid values:
melongene,mariner,neutrino,jade,graphite,dark-matter,onyx,eclipse,jet-stream,security-fabric. - vip6s List<String>
- Virtual IPv6 name.
- vips List<String>
- Virtual IP name.
- windows
Forticlient StringDownload Url - Download URL for Windows FortiClient.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - auth
Portal string - Enable/disable authentication portal. Valid values:
disable,enable. - auth
Rules string[] - Authentication Rule.
- auth
Virtual string[]Hosts - Virtual host for authentication portal.
- clipboard string
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable,enable. - number
- Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
- customize
Forticlient stringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable,enable. - decrypted
Traffic string[]Mirrors - Decrypted traffic mirror.
- default
Window numberHeight - Screen height (range from 0 - 65535, default = 768).
- default
Window numberWidth - Screen width (range from 0 - 65535, default = 1024).
- display
Bookmark string - Enable to display the web portal bookmark 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. - focus
Bookmark string - Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. 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.
- hosts string[]
- Virtual or real host name.
- log
Blocked stringTraffic - Enable/disable logging of blocked traffic. Valid values:
disable,enable. - macos
Forticlient stringDownload Url - Download URL for Mac FortiClient.
- name string
- ZTNA proxy name.
- object
Ztna stringWebportal Id - an identifier for the resource with format {{name}}.
- policy
Auth stringSso - Enable policy sso authentication. Valid values:
disable,enable. - scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - theme string
- Web portal color scheme. Valid values:
melongene,mariner,neutrino,jade,graphite,dark-matter,onyx,eclipse,jet-stream,security-fabric. - vip6s string[]
- Virtual IPv6 name.
- vips string[]
- Virtual IP name.
- windows
Forticlient stringDownload Url - Download URL for Windows FortiClient.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - auth_
portal str - Enable/disable authentication portal. Valid values:
disable,enable. - auth_
rules Sequence[str] - Authentication Rule.
- auth_
virtual_ Sequence[str]hosts - Virtual host for authentication portal.
- clipboard str
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable,enable. - float
- Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
- customize_
forticlient_ strdownload_ url - Enable support of customized download URL for FortiClient. Valid values:
disable,enable. - decrypted_
traffic_ Sequence[str]mirrors - Decrypted traffic mirror.
- default_
window_ floatheight - Screen height (range from 0 - 65535, default = 768).
- default_
window_ floatwidth - Screen width (range from 0 - 65535, default = 1024).
- display_
bookmark str - Enable to display the web portal bookmark 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. - focus_
bookmark str - Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. 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.
- hosts Sequence[str]
- Virtual or real host name.
- log_
blocked_ strtraffic - Enable/disable logging of blocked traffic. Valid values:
disable,enable. - macos_
forticlient_ strdownload_ url - Download URL for Mac FortiClient.
- name str
- ZTNA proxy name.
- object_
ztna_ strwebportal_ id - an identifier for the resource with format {{name}}.
- policy_
auth_ strsso - Enable policy sso authentication. Valid values:
disable,enable. - scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - theme str
- Web portal color scheme. Valid values:
melongene,mariner,neutrino,jade,graphite,dark-matter,onyx,eclipse,jet-stream,security-fabric. - vip6s Sequence[str]
- Virtual IPv6 name.
- vips Sequence[str]
- Virtual IP name.
- windows_
forticlient_ strdownload_ url - Download URL for Windows FortiClient.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - auth
Portal String - Enable/disable authentication portal. Valid values:
disable,enable. - auth
Rules List<String> - Authentication Rule.
- auth
Virtual List<String>Hosts - Virtual host for authentication portal.
- clipboard String
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable,enable. - Number
- Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
- customize
Forticlient StringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable,enable. - decrypted
Traffic List<String>Mirrors - Decrypted traffic mirror.
- default
Window NumberHeight - Screen height (range from 0 - 65535, default = 768).
- default
Window NumberWidth - Screen width (range from 0 - 65535, default = 1024).
- display
Bookmark String - Enable to display the web portal bookmark 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. - focus
Bookmark String - Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. 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.
- hosts List<String>
- Virtual or real host name.
- log
Blocked StringTraffic - Enable/disable logging of blocked traffic. Valid values:
disable,enable. - macos
Forticlient StringDownload Url - Download URL for Mac FortiClient.
- name String
- ZTNA proxy name.
- object
Ztna StringWebportal Id - an identifier for the resource with format {{name}}.
- policy
Auth StringSso - Enable policy sso authentication. Valid values:
disable,enable. - scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - theme String
- Web portal color scheme. Valid values:
melongene,mariner,neutrino,jade,graphite,dark-matter,onyx,eclipse,jet-stream,security-fabric. - vip6s List<String>
- Virtual IPv6 name.
- vips List<String>
- Virtual IP name.
- windows
Forticlient StringDownload Url - Download URL for Windows FortiClient.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectZtnaWebportal 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 ObjectZtnaWebportal Resource
Get an existing ObjectZtnaWebportal 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?: ObjectZtnaWebportalState, opts?: CustomResourceOptions): ObjectZtnaWebportal@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
auth_portal: Optional[str] = None,
auth_rules: Optional[Sequence[str]] = None,
auth_virtual_hosts: Optional[Sequence[str]] = None,
clipboard: Optional[str] = None,
cookie_age: Optional[float] = None,
customize_forticlient_download_url: Optional[str] = None,
decrypted_traffic_mirrors: Optional[Sequence[str]] = None,
default_window_height: Optional[float] = None,
default_window_width: Optional[float] = None,
display_bookmark: Optional[str] = None,
display_history: Optional[str] = None,
display_status: Optional[str] = None,
focus_bookmark: Optional[str] = None,
forticlient_download: Optional[str] = None,
forticlient_download_method: Optional[str] = None,
heading: Optional[str] = None,
hosts: Optional[Sequence[str]] = None,
log_blocked_traffic: Optional[str] = None,
macos_forticlient_download_url: Optional[str] = None,
name: Optional[str] = None,
object_ztna_webportal_id: Optional[str] = None,
policy_auth_sso: Optional[str] = None,
scopetype: Optional[str] = None,
theme: Optional[str] = None,
vip6s: Optional[Sequence[str]] = None,
vips: Optional[Sequence[str]] = None,
windows_forticlient_download_url: Optional[str] = None) -> ObjectZtnaWebportalfunc GetObjectZtnaWebportal(ctx *Context, name string, id IDInput, state *ObjectZtnaWebportalState, opts ...ResourceOption) (*ObjectZtnaWebportal, error)public static ObjectZtnaWebportal Get(string name, Input<string> id, ObjectZtnaWebportalState? state, CustomResourceOptions? opts = null)public static ObjectZtnaWebportal get(String name, Output<String> id, ObjectZtnaWebportalState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectZtnaWebportal 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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Auth
Portal string - Enable/disable authentication portal. Valid values:
disable,enable. - Auth
Rules List<string> - Authentication Rule.
- Auth
Virtual List<string>Hosts - Virtual host for authentication portal.
- Clipboard string
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable,enable. - double
- Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
- Customize
Forticlient stringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable,enable. - Decrypted
Traffic List<string>Mirrors - Decrypted traffic mirror.
- Default
Window doubleHeight - Screen height (range from 0 - 65535, default = 768).
- Default
Window doubleWidth - Screen width (range from 0 - 65535, default = 1024).
- Display
Bookmark string - Enable to display the web portal bookmark 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. - Focus
Bookmark string - Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. 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.
- Hosts List<string>
- Virtual or real host name.
- Log
Blocked stringTraffic - Enable/disable logging of blocked traffic. Valid values:
disable,enable. - Macos
Forticlient stringDownload Url - Download URL for Mac FortiClient.
- Name string
- ZTNA proxy name.
- Object
Ztna stringWebportal Id - an identifier for the resource with format {{name}}.
- Policy
Auth stringSso - Enable policy sso authentication. Valid values:
disable,enable. - Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Theme string
- Web portal color scheme. Valid values:
melongene,mariner,neutrino,jade,graphite,dark-matter,onyx,eclipse,jet-stream,security-fabric. - Vip6s List<string>
- Virtual IPv6 name.
- Vips List<string>
- Virtual IP name.
- Windows
Forticlient stringDownload Url - Download URL for Windows FortiClient.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Auth
Portal string - Enable/disable authentication portal. Valid values:
disable,enable. - Auth
Rules []string - Authentication Rule.
- Auth
Virtual []stringHosts - Virtual host for authentication portal.
- Clipboard string
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable,enable. - float64
- Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
- Customize
Forticlient stringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable,enable. - Decrypted
Traffic []stringMirrors - Decrypted traffic mirror.
- Default
Window float64Height - Screen height (range from 0 - 65535, default = 768).
- Default
Window float64Width - Screen width (range from 0 - 65535, default = 1024).
- Display
Bookmark string - Enable to display the web portal bookmark 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. - Focus
Bookmark string - Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. 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.
- Hosts []string
- Virtual or real host name.
- Log
Blocked stringTraffic - Enable/disable logging of blocked traffic. Valid values:
disable,enable. - Macos
Forticlient stringDownload Url - Download URL for Mac FortiClient.
- Name string
- ZTNA proxy name.
- Object
Ztna stringWebportal Id - an identifier for the resource with format {{name}}.
- Policy
Auth stringSso - Enable policy sso authentication. Valid values:
disable,enable. - Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Theme string
- Web portal color scheme. Valid values:
melongene,mariner,neutrino,jade,graphite,dark-matter,onyx,eclipse,jet-stream,security-fabric. - Vip6s []string
- Virtual IPv6 name.
- Vips []string
- Virtual IP name.
- Windows
Forticlient stringDownload Url - Download URL for Windows FortiClient.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - auth
Portal String - Enable/disable authentication portal. Valid values:
disable,enable. - auth
Rules List<String> - Authentication Rule.
- auth
Virtual List<String>Hosts - Virtual host for authentication portal.
- clipboard String
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable,enable. - Double
- Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
- customize
Forticlient StringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable,enable. - decrypted
Traffic List<String>Mirrors - Decrypted traffic mirror.
- default
Window DoubleHeight - Screen height (range from 0 - 65535, default = 768).
- default
Window DoubleWidth - Screen width (range from 0 - 65535, default = 1024).
- display
Bookmark String - Enable to display the web portal bookmark 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. - focus
Bookmark String - Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. 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.
- hosts List<String>
- Virtual or real host name.
- log
Blocked StringTraffic - Enable/disable logging of blocked traffic. Valid values:
disable,enable. - macos
Forticlient StringDownload Url - Download URL for Mac FortiClient.
- name String
- ZTNA proxy name.
- object
Ztna StringWebportal Id - an identifier for the resource with format {{name}}.
- policy
Auth StringSso - Enable policy sso authentication. Valid values:
disable,enable. - scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - theme String
- Web portal color scheme. Valid values:
melongene,mariner,neutrino,jade,graphite,dark-matter,onyx,eclipse,jet-stream,security-fabric. - vip6s List<String>
- Virtual IPv6 name.
- vips List<String>
- Virtual IP name.
- windows
Forticlient StringDownload Url - Download URL for Windows FortiClient.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - auth
Portal string - Enable/disable authentication portal. Valid values:
disable,enable. - auth
Rules string[] - Authentication Rule.
- auth
Virtual string[]Hosts - Virtual host for authentication portal.
- clipboard string
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable,enable. - number
- Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
- customize
Forticlient stringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable,enable. - decrypted
Traffic string[]Mirrors - Decrypted traffic mirror.
- default
Window numberHeight - Screen height (range from 0 - 65535, default = 768).
- default
Window numberWidth - Screen width (range from 0 - 65535, default = 1024).
- display
Bookmark string - Enable to display the web portal bookmark 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. - focus
Bookmark string - Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. 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.
- hosts string[]
- Virtual or real host name.
- log
Blocked stringTraffic - Enable/disable logging of blocked traffic. Valid values:
disable,enable. - macos
Forticlient stringDownload Url - Download URL for Mac FortiClient.
- name string
- ZTNA proxy name.
- object
Ztna stringWebportal Id - an identifier for the resource with format {{name}}.
- policy
Auth stringSso - Enable policy sso authentication. Valid values:
disable,enable. - scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - theme string
- Web portal color scheme. Valid values:
melongene,mariner,neutrino,jade,graphite,dark-matter,onyx,eclipse,jet-stream,security-fabric. - vip6s string[]
- Virtual IPv6 name.
- vips string[]
- Virtual IP name.
- windows
Forticlient stringDownload Url - Download URL for Windows FortiClient.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - auth_
portal str - Enable/disable authentication portal. Valid values:
disable,enable. - auth_
rules Sequence[str] - Authentication Rule.
- auth_
virtual_ Sequence[str]hosts - Virtual host for authentication portal.
- clipboard str
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable,enable. - float
- Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
- customize_
forticlient_ strdownload_ url - Enable support of customized download URL for FortiClient. Valid values:
disable,enable. - decrypted_
traffic_ Sequence[str]mirrors - Decrypted traffic mirror.
- default_
window_ floatheight - Screen height (range from 0 - 65535, default = 768).
- default_
window_ floatwidth - Screen width (range from 0 - 65535, default = 1024).
- display_
bookmark str - Enable to display the web portal bookmark 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. - focus_
bookmark str - Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. 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.
- hosts Sequence[str]
- Virtual or real host name.
- log_
blocked_ strtraffic - Enable/disable logging of blocked traffic. Valid values:
disable,enable. - macos_
forticlient_ strdownload_ url - Download URL for Mac FortiClient.
- name str
- ZTNA proxy name.
- object_
ztna_ strwebportal_ id - an identifier for the resource with format {{name}}.
- policy_
auth_ strsso - Enable policy sso authentication. Valid values:
disable,enable. - scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - theme str
- Web portal color scheme. Valid values:
melongene,mariner,neutrino,jade,graphite,dark-matter,onyx,eclipse,jet-stream,security-fabric. - vip6s Sequence[str]
- Virtual IPv6 name.
- vips Sequence[str]
- Virtual IP name.
- windows_
forticlient_ strdownload_ url - Download URL for Windows FortiClient.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - auth
Portal String - Enable/disable authentication portal. Valid values:
disable,enable. - auth
Rules List<String> - Authentication Rule.
- auth
Virtual List<String>Hosts - Virtual host for authentication portal.
- clipboard String
- Enable to support RDP/VPC clipboard functionality. Valid values:
disable,enable. - Number
- Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
- customize
Forticlient StringDownload Url - Enable support of customized download URL for FortiClient. Valid values:
disable,enable. - decrypted
Traffic List<String>Mirrors - Decrypted traffic mirror.
- default
Window NumberHeight - Screen height (range from 0 - 65535, default = 768).
- default
Window NumberWidth - Screen width (range from 0 - 65535, default = 1024).
- display
Bookmark String - Enable to display the web portal bookmark 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. - focus
Bookmark String - Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. 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.
- hosts List<String>
- Virtual or real host name.
- log
Blocked StringTraffic - Enable/disable logging of blocked traffic. Valid values:
disable,enable. - macos
Forticlient StringDownload Url - Download URL for Mac FortiClient.
- name String
- ZTNA proxy name.
- object
Ztna StringWebportal Id - an identifier for the resource with format {{name}}.
- policy
Auth StringSso - Enable policy sso authentication. Valid values:
disable,enable. - scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - theme String
- Web portal color scheme. Valid values:
melongene,mariner,neutrino,jade,graphite,dark-matter,onyx,eclipse,jet-stream,security-fabric. - vip6s List<String>
- Virtual IPv6 name.
- vips List<String>
- Virtual IP name.
- windows
Forticlient StringDownload Url - Download URL for Windows FortiClient.
Import
ObjectZtna WebPortal can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectZtnaWebportal:ObjectZtnaWebportal 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
fortimanagerTerraform Provider.
