1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectZtnaWebportal
fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev
fortimanager logo
fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev

    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 scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AuthPortal string
    Enable/disable authentication portal. Valid values: disable, enable.
    AuthRules List<string>
    Authentication Rule.
    AuthVirtualHosts List<string>
    Virtual host for authentication portal.
    Clipboard string
    Enable to support RDP/VPC clipboard functionality. Valid values: disable, enable.
    CookieAge double
    Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
    CustomizeForticlientDownloadUrl string
    Enable support of customized download URL for FortiClient. Valid values: disable, enable.
    DecryptedTrafficMirrors List<string>
    Decrypted traffic mirror.
    DefaultWindowHeight double
    Screen height (range from 0 - 65535, default = 768).
    DefaultWindowWidth double
    Screen width (range from 0 - 65535, default = 1024).
    DisplayBookmark string
    Enable to display the web portal bookmark widget. Valid values: disable, enable.
    DisplayHistory string
    Enable to display the web portal user login history widget. Valid values: disable, enable.
    DisplayStatus string
    Enable to display the web portal status widget. Valid values: disable, enable.
    FocusBookmark string
    Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. Valid values: disable, enable.
    ForticlientDownload string
    Enable/disable download option for FortiClient. Valid values: disable, enable.
    ForticlientDownloadMethod string
    Forticlient-Download-Method. Valid values: direct, ssl-vpn.
    Heading string
    Web portal heading message.
    Hosts List<string>
    Virtual or real host name.
    LogBlockedTraffic string
    Enable/disable logging of blocked traffic. Valid values: disable, enable.
    MacosForticlientDownloadUrl string
    Download URL for Mac FortiClient.
    Name string
    ZTNA proxy name.
    ObjectZtnaWebportalId string
    an identifier for the resource with format {{name}}.
    PolicyAuthSso string
    Enable policy sso authentication. Valid values: disable, enable.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    WindowsForticlientDownloadUrl string
    Download URL for Windows FortiClient.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AuthPortal string
    Enable/disable authentication portal. Valid values: disable, enable.
    AuthRules []string
    Authentication Rule.
    AuthVirtualHosts []string
    Virtual host for authentication portal.
    Clipboard string
    Enable to support RDP/VPC clipboard functionality. Valid values: disable, enable.
    CookieAge float64
    Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
    CustomizeForticlientDownloadUrl string
    Enable support of customized download URL for FortiClient. Valid values: disable, enable.
    DecryptedTrafficMirrors []string
    Decrypted traffic mirror.
    DefaultWindowHeight float64
    Screen height (range from 0 - 65535, default = 768).
    DefaultWindowWidth float64
    Screen width (range from 0 - 65535, default = 1024).
    DisplayBookmark string
    Enable to display the web portal bookmark widget. Valid values: disable, enable.
    DisplayHistory string
    Enable to display the web portal user login history widget. Valid values: disable, enable.
    DisplayStatus string
    Enable to display the web portal status widget. Valid values: disable, enable.
    FocusBookmark string
    Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. Valid values: disable, enable.
    ForticlientDownload string
    Enable/disable download option for FortiClient. Valid values: disable, enable.
    ForticlientDownloadMethod string
    Forticlient-Download-Method. Valid values: direct, ssl-vpn.
    Heading string
    Web portal heading message.
    Hosts []string
    Virtual or real host name.
    LogBlockedTraffic string
    Enable/disable logging of blocked traffic. Valid values: disable, enable.
    MacosForticlientDownloadUrl string
    Download URL for Mac FortiClient.
    Name string
    ZTNA proxy name.
    ObjectZtnaWebportalId string
    an identifier for the resource with format {{name}}.
    PolicyAuthSso string
    Enable policy sso authentication. Valid values: disable, enable.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    WindowsForticlientDownloadUrl string
    Download URL for Windows FortiClient.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    authPortal String
    Enable/disable authentication portal. Valid values: disable, enable.
    authRules List<String>
    Authentication Rule.
    authVirtualHosts List<String>
    Virtual host for authentication portal.
    clipboard String
    Enable to support RDP/VPC clipboard functionality. Valid values: disable, enable.
    cookieAge Double
    Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
    customizeForticlientDownloadUrl String
    Enable support of customized download URL for FortiClient. Valid values: disable, enable.
    decryptedTrafficMirrors List<String>
    Decrypted traffic mirror.
    defaultWindowHeight Double
    Screen height (range from 0 - 65535, default = 768).
    defaultWindowWidth Double
    Screen width (range from 0 - 65535, default = 1024).
    displayBookmark String
    Enable to display the web portal bookmark widget. Valid values: disable, enable.
    displayHistory String
    Enable to display the web portal user login history widget. Valid values: disable, enable.
    displayStatus String
    Enable to display the web portal status widget. Valid values: disable, enable.
    focusBookmark String
    Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. Valid values: disable, enable.
    forticlientDownload String
    Enable/disable download option for FortiClient. Valid values: disable, enable.
    forticlientDownloadMethod String
    Forticlient-Download-Method. Valid values: direct, ssl-vpn.
    heading String
    Web portal heading message.
    hosts List<String>
    Virtual or real host name.
    logBlockedTraffic String
    Enable/disable logging of blocked traffic. Valid values: disable, enable.
    macosForticlientDownloadUrl String
    Download URL for Mac FortiClient.
    name String
    ZTNA proxy name.
    objectZtnaWebportalId String
    an identifier for the resource with format {{name}}.
    policyAuthSso String
    Enable policy sso authentication. Valid values: disable, enable.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    windowsForticlientDownloadUrl String
    Download URL for Windows FortiClient.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    authPortal string
    Enable/disable authentication portal. Valid values: disable, enable.
    authRules string[]
    Authentication Rule.
    authVirtualHosts string[]
    Virtual host for authentication portal.
    clipboard string
    Enable to support RDP/VPC clipboard functionality. Valid values: disable, enable.
    cookieAge number
    Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
    customizeForticlientDownloadUrl string
    Enable support of customized download URL for FortiClient. Valid values: disable, enable.
    decryptedTrafficMirrors string[]
    Decrypted traffic mirror.
    defaultWindowHeight number
    Screen height (range from 0 - 65535, default = 768).
    defaultWindowWidth number
    Screen width (range from 0 - 65535, default = 1024).
    displayBookmark string
    Enable to display the web portal bookmark widget. Valid values: disable, enable.
    displayHistory string
    Enable to display the web portal user login history widget. Valid values: disable, enable.
    displayStatus string
    Enable to display the web portal status widget. Valid values: disable, enable.
    focusBookmark string
    Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. Valid values: disable, enable.
    forticlientDownload string
    Enable/disable download option for FortiClient. Valid values: disable, enable.
    forticlientDownloadMethod string
    Forticlient-Download-Method. Valid values: direct, ssl-vpn.
    heading string
    Web portal heading message.
    hosts string[]
    Virtual or real host name.
    logBlockedTraffic string
    Enable/disable logging of blocked traffic. Valid values: disable, enable.
    macosForticlientDownloadUrl string
    Download URL for Mac FortiClient.
    name string
    ZTNA proxy name.
    objectZtnaWebportalId string
    an identifier for the resource with format {{name}}.
    policyAuthSso string
    Enable policy sso authentication. Valid values: disable, enable.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    windowsForticlientDownloadUrl string
    Download URL for Windows FortiClient.
    adom str
    Adom. This value is valid only when the scopetype is adom, 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_hosts Sequence[str]
    Virtual host for authentication portal.
    clipboard str
    Enable to support RDP/VPC clipboard functionality. Valid values: disable, enable.
    cookie_age float
    Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
    customize_forticlient_download_url str
    Enable support of customized download URL for FortiClient. Valid values: disable, enable.
    decrypted_traffic_mirrors Sequence[str]
    Decrypted traffic mirror.
    default_window_height float
    Screen height (range from 0 - 65535, default = 768).
    default_window_width float
    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_method str
    Forticlient-Download-Method. Valid values: direct, ssl-vpn.
    heading str
    Web portal heading message.
    hosts Sequence[str]
    Virtual or real host name.
    log_blocked_traffic str
    Enable/disable logging of blocked traffic. Valid values: disable, enable.
    macos_forticlient_download_url str
    Download URL for Mac FortiClient.
    name str
    ZTNA proxy name.
    object_ztna_webportal_id str
    an identifier for the resource with format {{name}}.
    policy_auth_sso str
    Enable policy sso authentication. Valid values: disable, enable.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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_download_url str
    Download URL for Windows FortiClient.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    authPortal String
    Enable/disable authentication portal. Valid values: disable, enable.
    authRules List<String>
    Authentication Rule.
    authVirtualHosts List<String>
    Virtual host for authentication portal.
    clipboard String
    Enable to support RDP/VPC clipboard functionality. Valid values: disable, enable.
    cookieAge Number
    Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
    customizeForticlientDownloadUrl String
    Enable support of customized download URL for FortiClient. Valid values: disable, enable.
    decryptedTrafficMirrors List<String>
    Decrypted traffic mirror.
    defaultWindowHeight Number
    Screen height (range from 0 - 65535, default = 768).
    defaultWindowWidth Number
    Screen width (range from 0 - 65535, default = 1024).
    displayBookmark String
    Enable to display the web portal bookmark widget. Valid values: disable, enable.
    displayHistory String
    Enable to display the web portal user login history widget. Valid values: disable, enable.
    displayStatus String
    Enable to display the web portal status widget. Valid values: disable, enable.
    focusBookmark String
    Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. Valid values: disable, enable.
    forticlientDownload String
    Enable/disable download option for FortiClient. Valid values: disable, enable.
    forticlientDownloadMethod String
    Forticlient-Download-Method. Valid values: direct, ssl-vpn.
    heading String
    Web portal heading message.
    hosts List<String>
    Virtual or real host name.
    logBlockedTraffic String
    Enable/disable logging of blocked traffic. Valid values: disable, enable.
    macosForticlientDownloadUrl String
    Download URL for Mac FortiClient.
    name String
    ZTNA proxy name.
    objectZtnaWebportalId String
    an identifier for the resource with format {{name}}.
    policyAuthSso String
    Enable policy sso authentication. Valid values: disable, enable.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    windowsForticlientDownloadUrl String
    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) -> ObjectZtnaWebportal
    func 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.
    The following state arguments are supported:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AuthPortal string
    Enable/disable authentication portal. Valid values: disable, enable.
    AuthRules List<string>
    Authentication Rule.
    AuthVirtualHosts List<string>
    Virtual host for authentication portal.
    Clipboard string
    Enable to support RDP/VPC clipboard functionality. Valid values: disable, enable.
    CookieAge double
    Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
    CustomizeForticlientDownloadUrl string
    Enable support of customized download URL for FortiClient. Valid values: disable, enable.
    DecryptedTrafficMirrors List<string>
    Decrypted traffic mirror.
    DefaultWindowHeight double
    Screen height (range from 0 - 65535, default = 768).
    DefaultWindowWidth double
    Screen width (range from 0 - 65535, default = 1024).
    DisplayBookmark string
    Enable to display the web portal bookmark widget. Valid values: disable, enable.
    DisplayHistory string
    Enable to display the web portal user login history widget. Valid values: disable, enable.
    DisplayStatus string
    Enable to display the web portal status widget. Valid values: disable, enable.
    FocusBookmark string
    Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. Valid values: disable, enable.
    ForticlientDownload string
    Enable/disable download option for FortiClient. Valid values: disable, enable.
    ForticlientDownloadMethod string
    Forticlient-Download-Method. Valid values: direct, ssl-vpn.
    Heading string
    Web portal heading message.
    Hosts List<string>
    Virtual or real host name.
    LogBlockedTraffic string
    Enable/disable logging of blocked traffic. Valid values: disable, enable.
    MacosForticlientDownloadUrl string
    Download URL for Mac FortiClient.
    Name string
    ZTNA proxy name.
    ObjectZtnaWebportalId string
    an identifier for the resource with format {{name}}.
    PolicyAuthSso string
    Enable policy sso authentication. Valid values: disable, enable.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    WindowsForticlientDownloadUrl string
    Download URL for Windows FortiClient.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AuthPortal string
    Enable/disable authentication portal. Valid values: disable, enable.
    AuthRules []string
    Authentication Rule.
    AuthVirtualHosts []string
    Virtual host for authentication portal.
    Clipboard string
    Enable to support RDP/VPC clipboard functionality. Valid values: disable, enable.
    CookieAge float64
    Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
    CustomizeForticlientDownloadUrl string
    Enable support of customized download URL for FortiClient. Valid values: disable, enable.
    DecryptedTrafficMirrors []string
    Decrypted traffic mirror.
    DefaultWindowHeight float64
    Screen height (range from 0 - 65535, default = 768).
    DefaultWindowWidth float64
    Screen width (range from 0 - 65535, default = 1024).
    DisplayBookmark string
    Enable to display the web portal bookmark widget. Valid values: disable, enable.
    DisplayHistory string
    Enable to display the web portal user login history widget. Valid values: disable, enable.
    DisplayStatus string
    Enable to display the web portal status widget. Valid values: disable, enable.
    FocusBookmark string
    Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. Valid values: disable, enable.
    ForticlientDownload string
    Enable/disable download option for FortiClient. Valid values: disable, enable.
    ForticlientDownloadMethod string
    Forticlient-Download-Method. Valid values: direct, ssl-vpn.
    Heading string
    Web portal heading message.
    Hosts []string
    Virtual or real host name.
    LogBlockedTraffic string
    Enable/disable logging of blocked traffic. Valid values: disable, enable.
    MacosForticlientDownloadUrl string
    Download URL for Mac FortiClient.
    Name string
    ZTNA proxy name.
    ObjectZtnaWebportalId string
    an identifier for the resource with format {{name}}.
    PolicyAuthSso string
    Enable policy sso authentication. Valid values: disable, enable.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    WindowsForticlientDownloadUrl string
    Download URL for Windows FortiClient.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    authPortal String
    Enable/disable authentication portal. Valid values: disable, enable.
    authRules List<String>
    Authentication Rule.
    authVirtualHosts List<String>
    Virtual host for authentication portal.
    clipboard String
    Enable to support RDP/VPC clipboard functionality. Valid values: disable, enable.
    cookieAge Double
    Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
    customizeForticlientDownloadUrl String
    Enable support of customized download URL for FortiClient. Valid values: disable, enable.
    decryptedTrafficMirrors List<String>
    Decrypted traffic mirror.
    defaultWindowHeight Double
    Screen height (range from 0 - 65535, default = 768).
    defaultWindowWidth Double
    Screen width (range from 0 - 65535, default = 1024).
    displayBookmark String
    Enable to display the web portal bookmark widget. Valid values: disable, enable.
    displayHistory String
    Enable to display the web portal user login history widget. Valid values: disable, enable.
    displayStatus String
    Enable to display the web portal status widget. Valid values: disable, enable.
    focusBookmark String
    Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. Valid values: disable, enable.
    forticlientDownload String
    Enable/disable download option for FortiClient. Valid values: disable, enable.
    forticlientDownloadMethod String
    Forticlient-Download-Method. Valid values: direct, ssl-vpn.
    heading String
    Web portal heading message.
    hosts List<String>
    Virtual or real host name.
    logBlockedTraffic String
    Enable/disable logging of blocked traffic. Valid values: disable, enable.
    macosForticlientDownloadUrl String
    Download URL for Mac FortiClient.
    name String
    ZTNA proxy name.
    objectZtnaWebportalId String
    an identifier for the resource with format {{name}}.
    policyAuthSso String
    Enable policy sso authentication. Valid values: disable, enable.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    windowsForticlientDownloadUrl String
    Download URL for Windows FortiClient.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    authPortal string
    Enable/disable authentication portal. Valid values: disable, enable.
    authRules string[]
    Authentication Rule.
    authVirtualHosts string[]
    Virtual host for authentication portal.
    clipboard string
    Enable to support RDP/VPC clipboard functionality. Valid values: disable, enable.
    cookieAge number
    Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
    customizeForticlientDownloadUrl string
    Enable support of customized download URL for FortiClient. Valid values: disable, enable.
    decryptedTrafficMirrors string[]
    Decrypted traffic mirror.
    defaultWindowHeight number
    Screen height (range from 0 - 65535, default = 768).
    defaultWindowWidth number
    Screen width (range from 0 - 65535, default = 1024).
    displayBookmark string
    Enable to display the web portal bookmark widget. Valid values: disable, enable.
    displayHistory string
    Enable to display the web portal user login history widget. Valid values: disable, enable.
    displayStatus string
    Enable to display the web portal status widget. Valid values: disable, enable.
    focusBookmark string
    Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. Valid values: disable, enable.
    forticlientDownload string
    Enable/disable download option for FortiClient. Valid values: disable, enable.
    forticlientDownloadMethod string
    Forticlient-Download-Method. Valid values: direct, ssl-vpn.
    heading string
    Web portal heading message.
    hosts string[]
    Virtual or real host name.
    logBlockedTraffic string
    Enable/disable logging of blocked traffic. Valid values: disable, enable.
    macosForticlientDownloadUrl string
    Download URL for Mac FortiClient.
    name string
    ZTNA proxy name.
    objectZtnaWebportalId string
    an identifier for the resource with format {{name}}.
    policyAuthSso string
    Enable policy sso authentication. Valid values: disable, enable.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    windowsForticlientDownloadUrl string
    Download URL for Windows FortiClient.
    adom str
    Adom. This value is valid only when the scopetype is adom, 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_hosts Sequence[str]
    Virtual host for authentication portal.
    clipboard str
    Enable to support RDP/VPC clipboard functionality. Valid values: disable, enable.
    cookie_age float
    Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
    customize_forticlient_download_url str
    Enable support of customized download URL for FortiClient. Valid values: disable, enable.
    decrypted_traffic_mirrors Sequence[str]
    Decrypted traffic mirror.
    default_window_height float
    Screen height (range from 0 - 65535, default = 768).
    default_window_width float
    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_method str
    Forticlient-Download-Method. Valid values: direct, ssl-vpn.
    heading str
    Web portal heading message.
    hosts Sequence[str]
    Virtual or real host name.
    log_blocked_traffic str
    Enable/disable logging of blocked traffic. Valid values: disable, enable.
    macos_forticlient_download_url str
    Download URL for Mac FortiClient.
    name str
    ZTNA proxy name.
    object_ztna_webportal_id str
    an identifier for the resource with format {{name}}.
    policy_auth_sso str
    Enable policy sso authentication. Valid values: disable, enable.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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_download_url str
    Download URL for Windows FortiClient.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    authPortal String
    Enable/disable authentication portal. Valid values: disable, enable.
    authRules List<String>
    Authentication Rule.
    authVirtualHosts List<String>
    Virtual host for authentication portal.
    clipboard String
    Enable to support RDP/VPC clipboard functionality. Valid values: disable, enable.
    cookieAge Number
    Time in minutes that client web browsers should keep a cookie. Default is 60 minutes. 0 = no time limit.
    customizeForticlientDownloadUrl String
    Enable support of customized download URL for FortiClient. Valid values: disable, enable.
    decryptedTrafficMirrors List<String>
    Decrypted traffic mirror.
    defaultWindowHeight Number
    Screen height (range from 0 - 65535, default = 768).
    defaultWindowWidth Number
    Screen width (range from 0 - 65535, default = 1024).
    displayBookmark String
    Enable to display the web portal bookmark widget. Valid values: disable, enable.
    displayHistory String
    Enable to display the web portal user login history widget. Valid values: disable, enable.
    displayStatus String
    Enable to display the web portal status widget. Valid values: disable, enable.
    focusBookmark String
    Enable to prioritize the placement of the bookmark section over the quick-connection section in the ztna web-portal. Valid values: disable, enable.
    forticlientDownload String
    Enable/disable download option for FortiClient. Valid values: disable, enable.
    forticlientDownloadMethod String
    Forticlient-Download-Method. Valid values: direct, ssl-vpn.
    heading String
    Web portal heading message.
    hosts List<String>
    Virtual or real host name.
    logBlockedTraffic String
    Enable/disable logging of blocked traffic. Valid values: disable, enable.
    macosForticlientDownloadUrl String
    Download URL for Mac FortiClient.
    name String
    ZTNA proxy name.
    objectZtnaWebportalId String
    an identifier for the resource with format {{name}}.
    policyAuthSso String
    Enable policy sso authentication. Valid values: disable, enable.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    windowsForticlientDownloadUrl String
    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 fortimanager Terraform Provider.
    fortimanager logo
    fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev
      Meet Neo: Your AI Platform Teammate