fortios.vpn/ssl/web.Userbookmark
Explore with Pulumi AI
Configure SSL VPN user bookmark.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortios from "@pulumiverse/fortios";
const trname = new fortios.vpn.ssl.web.Userbookmark("trname", {customLang: "big5"});
import pulumi
import pulumiverse_fortios as fortios
trname = fortios.vpn.ssl.web.Userbookmark("trname", custom_lang="big5")
package main
import (
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
	"github.com/pulumiverse/pulumi-fortios/sdk/go/fortios/vpn"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := vpn.NewUserbookmark(ctx, "trname", &vpn.UserbookmarkArgs{
			CustomLang: pulumi.String("big5"),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortios = Pulumiverse.Fortios;
return await Deployment.RunAsync(() => 
{
    var trname = new Fortios.Vpn.Ssl.Web.Userbookmark("trname", new()
    {
        CustomLang = "big5",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortios.vpn.Userbookmark;
import com.pulumi.fortios.vpn.UserbookmarkArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        var trname = new Userbookmark("trname", UserbookmarkArgs.builder()
            .customLang("big5")
            .build());
    }
}
resources:
  trname:
    type: fortios:vpn/ssl/web:Userbookmark
    properties:
      customLang: big5
Create Userbookmark Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Userbookmark(name: string, args?: UserbookmarkArgs, opts?: CustomResourceOptions);@overload
def Userbookmark(resource_name: str,
                 args: Optional[UserbookmarkArgs] = None,
                 opts: Optional[ResourceOptions] = None)
@overload
def Userbookmark(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 bookmarks: Optional[Sequence[UserbookmarkBookmarkArgs]] = None,
                 custom_lang: Optional[str] = None,
                 dynamic_sort_subtable: Optional[str] = None,
                 get_all_tables: Optional[str] = None,
                 name: Optional[str] = None,
                 vdomparam: Optional[str] = None)func NewUserbookmark(ctx *Context, name string, args *UserbookmarkArgs, opts ...ResourceOption) (*Userbookmark, error)public Userbookmark(string name, UserbookmarkArgs? args = null, CustomResourceOptions? opts = null)
public Userbookmark(String name, UserbookmarkArgs args)
public Userbookmark(String name, UserbookmarkArgs args, CustomResourceOptions options)
type: fortios:vpn/ssl/web/userbookmark:Userbookmark
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 UserbookmarkArgs
- 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 UserbookmarkArgs
- 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 UserbookmarkArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UserbookmarkArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args UserbookmarkArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Userbookmark 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 Userbookmark resource accepts the following input properties:
- Bookmarks
List<Pulumiverse.Fortios. Vpn. Ssl. Web. Inputs. Userbookmark Bookmark> 
- Bookmark table. The structure of bookmarksblock is documented below.
- CustomLang string
- Personal language.
- DynamicSort stringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- GetAll stringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Name string
- User and group name.
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Bookmarks
[]UserbookmarkBookmark Args 
- Bookmark table. The structure of bookmarksblock is documented below.
- CustomLang string
- Personal language.
- DynamicSort stringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- GetAll stringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Name string
- User and group name.
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- bookmarks
List<UserbookmarkBookmark> 
- Bookmark table. The structure of bookmarksblock is documented below.
- customLang String
- Personal language.
- dynamicSort StringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- getAll StringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- name String
- User and group name.
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- bookmarks
UserbookmarkBookmark[] 
- Bookmark table. The structure of bookmarksblock is documented below.
- customLang string
- Personal language.
- dynamicSort stringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- getAll stringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- name string
- User and group name.
- vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- bookmarks
Sequence[UserbookmarkBookmark Args] 
- Bookmark table. The structure of bookmarksblock is documented below.
- custom_lang str
- Personal language.
- dynamic_sort_ strsubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- get_all_ strtables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- name str
- User and group name.
- vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- bookmarks List<Property Map>
- Bookmark table. The structure of bookmarksblock is documented below.
- customLang String
- Personal language.
- dynamicSort StringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- getAll StringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- name String
- User and group name.
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Outputs
All input properties are implicitly available as output properties. Additionally, the Userbookmark 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 Userbookmark Resource
Get an existing Userbookmark 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?: UserbookmarkState, opts?: CustomResourceOptions): Userbookmark@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        bookmarks: Optional[Sequence[UserbookmarkBookmarkArgs]] = None,
        custom_lang: Optional[str] = None,
        dynamic_sort_subtable: Optional[str] = None,
        get_all_tables: Optional[str] = None,
        name: Optional[str] = None,
        vdomparam: Optional[str] = None) -> Userbookmarkfunc GetUserbookmark(ctx *Context, name string, id IDInput, state *UserbookmarkState, opts ...ResourceOption) (*Userbookmark, error)public static Userbookmark Get(string name, Input<string> id, UserbookmarkState? state, CustomResourceOptions? opts = null)public static Userbookmark get(String name, Output<String> id, UserbookmarkState state, CustomResourceOptions options)resources:  _:    type: fortios:vpn/ssl/web/userbookmark:Userbookmark    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.
- Bookmarks
List<Pulumiverse.Fortios. Vpn. Ssl. Web. Inputs. Userbookmark Bookmark> 
- Bookmark table. The structure of bookmarksblock is documented below.
- CustomLang string
- Personal language.
- DynamicSort stringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- GetAll stringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Name string
- User and group name.
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Bookmarks
[]UserbookmarkBookmark Args 
- Bookmark table. The structure of bookmarksblock is documented below.
- CustomLang string
- Personal language.
- DynamicSort stringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- GetAll stringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Name string
- User and group name.
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- bookmarks
List<UserbookmarkBookmark> 
- Bookmark table. The structure of bookmarksblock is documented below.
- customLang String
- Personal language.
- dynamicSort StringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- getAll StringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- name String
- User and group name.
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- bookmarks
UserbookmarkBookmark[] 
- Bookmark table. The structure of bookmarksblock is documented below.
- customLang string
- Personal language.
- dynamicSort stringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- getAll stringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- name string
- User and group name.
- vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- bookmarks
Sequence[UserbookmarkBookmark Args] 
- Bookmark table. The structure of bookmarksblock is documented below.
- custom_lang str
- Personal language.
- dynamic_sort_ strsubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- get_all_ strtables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- name str
- User and group name.
- vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- bookmarks List<Property Map>
- Bookmark table. The structure of bookmarksblock is documented below.
- customLang String
- Personal language.
- dynamicSort StringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- getAll StringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- name String
- User and group name.
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Supporting Types
UserbookmarkBookmark, UserbookmarkBookmarkArgs    
- AdditionalParams string
- Additional parameters.
- Apptype string
- Application type.
- ColorDepth string
- Color depth per pixel. Valid values: 32,16,8.
- Description string
- Description.
- Domain string
- Login domain.
- Folder string
- Network shared file folder parameter.
- FormDatas List<Pulumiverse.Fortios. Vpn. Ssl. Web. Inputs. Userbookmark Bookmark Form Data> 
- Form data. The structure of form_datablock is documented below.
- Height int
- Screen height. On FortiOS versions 7.0.4-7.0.5: range from 480 - 65535, default = 768. On FortiOS versions >= 7.0.6: range from 0 - 65535, default = 0.
- Host string
- Host name/IP parameter.
- KeyboardLayout string
- Keyboard layout.
- ListeningPort int
- Listening port (0 - 65535).
- LoadBalancing stringInfo 
- The load balancing information or cookie which should be provided to the connection broker.
- LogonPassword string
- Logon password.
- LogonUser string
- Logon user.
- Name string
- Bookmark name.
- Port int
- Remote port.
- PreconnectionBlob string
- An arbitrary string which identifies the RDP source.
- PreconnectionId int
- The numeric ID of the RDP source. On FortiOS versions 6.2.0-6.4.2, 7.0.0: 0-2147483648. On FortiOS versions 6.4.10-6.4.15, >= 7.0.1: 0-4294967295.
- RemotePort int
- Remote port (0 - 65535).
- RestrictedAdmin string
- Enable/disable restricted admin mode for RDP. Valid values: enable,disable.
- Security string
- Security mode for RDP connection (default = any). Valid values: rdp,nla,tls,any.
- SendPreconnection stringId 
- Enable/disable sending of preconnection ID. Valid values: enable,disable.
- ServerLayout string
- Server side keyboard layout.
- ShowStatus stringWindow 
- Enable/disable showing of status window. Valid values: enable,disable.
- Sso string
- Single Sign-On. Valid values: disable,static,auto.
- SsoCredential string
- Single sign-on credentials. Valid values: sslvpn-login,alternative.
- SsoCredential stringSent Once 
- Single sign-on credentials are only sent once to remote server. Valid values: enable,disable.
- SsoPassword string
- SSO password.
- SsoUsername string
- SSO user name.
- Url string
- URL parameter.
- VncKeyboard stringLayout 
- Keyboard layout. Valid values: default,da,nl,en-uk,en-uk-ext,fi,fr,fr-be,fr-ca-mul,de,de-ch,it,it-142,pt,pt-br-abnt2,no,gd,es,sv,us-intl.
- Width int
- Screen width. On FortiOS versions 7.0.4-7.0.5: range from 640 - 65535, default = 1024. On FortiOS versions >= 7.0.6: range from 0 - 65535, default = 0.
- AdditionalParams string
- Additional parameters.
- Apptype string
- Application type.
- ColorDepth string
- Color depth per pixel. Valid values: 32,16,8.
- Description string
- Description.
- Domain string
- Login domain.
- Folder string
- Network shared file folder parameter.
- FormDatas []UserbookmarkBookmark Form Data 
- Form data. The structure of form_datablock is documented below.
- Height int
- Screen height. On FortiOS versions 7.0.4-7.0.5: range from 480 - 65535, default = 768. On FortiOS versions >= 7.0.6: range from 0 - 65535, default = 0.
- Host string
- Host name/IP parameter.
- KeyboardLayout string
- Keyboard layout.
- ListeningPort int
- Listening port (0 - 65535).
- LoadBalancing stringInfo 
- The load balancing information or cookie which should be provided to the connection broker.
- LogonPassword string
- Logon password.
- LogonUser string
- Logon user.
- Name string
- Bookmark name.
- Port int
- Remote port.
- PreconnectionBlob string
- An arbitrary string which identifies the RDP source.
- PreconnectionId int
- The numeric ID of the RDP source. On FortiOS versions 6.2.0-6.4.2, 7.0.0: 0-2147483648. On FortiOS versions 6.4.10-6.4.15, >= 7.0.1: 0-4294967295.
- RemotePort int
- Remote port (0 - 65535).
- RestrictedAdmin string
- Enable/disable restricted admin mode for RDP. Valid values: enable,disable.
- Security string
- Security mode for RDP connection (default = any). Valid values: rdp,nla,tls,any.
- SendPreconnection stringId 
- Enable/disable sending of preconnection ID. Valid values: enable,disable.
- ServerLayout string
- Server side keyboard layout.
- ShowStatus stringWindow 
- Enable/disable showing of status window. Valid values: enable,disable.
- Sso string
- Single Sign-On. Valid values: disable,static,auto.
- SsoCredential string
- Single sign-on credentials. Valid values: sslvpn-login,alternative.
- SsoCredential stringSent Once 
- Single sign-on credentials are only sent once to remote server. Valid values: enable,disable.
- SsoPassword string
- SSO password.
- SsoUsername string
- SSO user name.
- Url string
- URL parameter.
- VncKeyboard stringLayout 
- Keyboard layout. Valid values: default,da,nl,en-uk,en-uk-ext,fi,fr,fr-be,fr-ca-mul,de,de-ch,it,it-142,pt,pt-br-abnt2,no,gd,es,sv,us-intl.
- Width int
- Screen width. On FortiOS versions 7.0.4-7.0.5: range from 640 - 65535, default = 1024. On FortiOS versions >= 7.0.6: range from 0 - 65535, default = 0.
- additionalParams String
- Additional parameters.
- apptype String
- Application type.
- colorDepth String
- Color depth per pixel. Valid values: 32,16,8.
- description String
- Description.
- domain String
- Login domain.
- folder String
- Network shared file folder parameter.
- formDatas List<UserbookmarkBookmark Form Data> 
- Form data. The structure of form_datablock is documented below.
- height Integer
- Screen height. On FortiOS versions 7.0.4-7.0.5: range from 480 - 65535, default = 768. On FortiOS versions >= 7.0.6: range from 0 - 65535, default = 0.
- host String
- Host name/IP parameter.
- keyboardLayout String
- Keyboard layout.
- listeningPort Integer
- Listening port (0 - 65535).
- loadBalancing StringInfo 
- The load balancing information or cookie which should be provided to the connection broker.
- logonPassword String
- Logon password.
- logonUser String
- Logon user.
- name String
- Bookmark name.
- port Integer
- Remote port.
- preconnectionBlob String
- An arbitrary string which identifies the RDP source.
- preconnectionId Integer
- The numeric ID of the RDP source. On FortiOS versions 6.2.0-6.4.2, 7.0.0: 0-2147483648. On FortiOS versions 6.4.10-6.4.15, >= 7.0.1: 0-4294967295.
- remotePort Integer
- Remote port (0 - 65535).
- restrictedAdmin String
- Enable/disable restricted admin mode for RDP. Valid values: enable,disable.
- security String
- Security mode for RDP connection (default = any). Valid values: rdp,nla,tls,any.
- sendPreconnection StringId 
- Enable/disable sending of preconnection ID. Valid values: enable,disable.
- serverLayout String
- Server side keyboard layout.
- showStatus StringWindow 
- Enable/disable showing of status window. Valid values: enable,disable.
- sso String
- Single Sign-On. Valid values: disable,static,auto.
- ssoCredential String
- Single sign-on credentials. Valid values: sslvpn-login,alternative.
- ssoCredential StringSent Once 
- Single sign-on credentials are only sent once to remote server. Valid values: enable,disable.
- ssoPassword String
- SSO password.
- ssoUsername String
- SSO user name.
- url String
- URL parameter.
- vncKeyboard StringLayout 
- Keyboard layout. Valid values: default,da,nl,en-uk,en-uk-ext,fi,fr,fr-be,fr-ca-mul,de,de-ch,it,it-142,pt,pt-br-abnt2,no,gd,es,sv,us-intl.
- width Integer
- Screen width. On FortiOS versions 7.0.4-7.0.5: range from 640 - 65535, default = 1024. On FortiOS versions >= 7.0.6: range from 0 - 65535, default = 0.
- additionalParams string
- Additional parameters.
- apptype string
- Application type.
- colorDepth string
- Color depth per pixel. Valid values: 32,16,8.
- description string
- Description.
- domain string
- Login domain.
- folder string
- Network shared file folder parameter.
- formDatas UserbookmarkBookmark Form Data[] 
- Form data. The structure of form_datablock is documented below.
- height number
- Screen height. On FortiOS versions 7.0.4-7.0.5: range from 480 - 65535, default = 768. On FortiOS versions >= 7.0.6: range from 0 - 65535, default = 0.
- host string
- Host name/IP parameter.
- keyboardLayout string
- Keyboard layout.
- listeningPort number
- Listening port (0 - 65535).
- loadBalancing stringInfo 
- The load balancing information or cookie which should be provided to the connection broker.
- logonPassword string
- Logon password.
- logonUser string
- Logon user.
- name string
- Bookmark name.
- port number
- Remote port.
- preconnectionBlob string
- An arbitrary string which identifies the RDP source.
- preconnectionId number
- The numeric ID of the RDP source. On FortiOS versions 6.2.0-6.4.2, 7.0.0: 0-2147483648. On FortiOS versions 6.4.10-6.4.15, >= 7.0.1: 0-4294967295.
- remotePort number
- Remote port (0 - 65535).
- restrictedAdmin string
- Enable/disable restricted admin mode for RDP. Valid values: enable,disable.
- security string
- Security mode for RDP connection (default = any). Valid values: rdp,nla,tls,any.
- sendPreconnection stringId 
- Enable/disable sending of preconnection ID. Valid values: enable,disable.
- serverLayout string
- Server side keyboard layout.
- showStatus stringWindow 
- Enable/disable showing of status window. Valid values: enable,disable.
- sso string
- Single Sign-On. Valid values: disable,static,auto.
- ssoCredential string
- Single sign-on credentials. Valid values: sslvpn-login,alternative.
- ssoCredential stringSent Once 
- Single sign-on credentials are only sent once to remote server. Valid values: enable,disable.
- ssoPassword string
- SSO password.
- ssoUsername string
- SSO user name.
- url string
- URL parameter.
- vncKeyboard stringLayout 
- Keyboard layout. Valid values: default,da,nl,en-uk,en-uk-ext,fi,fr,fr-be,fr-ca-mul,de,de-ch,it,it-142,pt,pt-br-abnt2,no,gd,es,sv,us-intl.
- width number
- Screen width. On FortiOS versions 7.0.4-7.0.5: range from 640 - 65535, default = 1024. On FortiOS versions >= 7.0.6: range from 0 - 65535, default = 0.
- additional_params str
- Additional parameters.
- apptype str
- Application type.
- color_depth str
- Color depth per pixel. Valid values: 32,16,8.
- description str
- Description.
- domain str
- Login domain.
- folder str
- Network shared file folder parameter.
- form_datas Sequence[UserbookmarkBookmark Form Data] 
- Form data. The structure of form_datablock is documented below.
- height int
- Screen height. On FortiOS versions 7.0.4-7.0.5: range from 480 - 65535, default = 768. On FortiOS versions >= 7.0.6: range from 0 - 65535, default = 0.
- host str
- Host name/IP parameter.
- keyboard_layout str
- Keyboard layout.
- listening_port int
- Listening port (0 - 65535).
- load_balancing_ strinfo 
- The load balancing information or cookie which should be provided to the connection broker.
- logon_password str
- Logon password.
- logon_user str
- Logon user.
- name str
- Bookmark name.
- port int
- Remote port.
- preconnection_blob str
- An arbitrary string which identifies the RDP source.
- preconnection_id int
- The numeric ID of the RDP source. On FortiOS versions 6.2.0-6.4.2, 7.0.0: 0-2147483648. On FortiOS versions 6.4.10-6.4.15, >= 7.0.1: 0-4294967295.
- remote_port int
- Remote port (0 - 65535).
- restricted_admin str
- Enable/disable restricted admin mode for RDP. Valid values: enable,disable.
- security str
- Security mode for RDP connection (default = any). Valid values: rdp,nla,tls,any.
- send_preconnection_ strid 
- Enable/disable sending of preconnection ID. Valid values: enable,disable.
- server_layout str
- Server side keyboard layout.
- show_status_ strwindow 
- Enable/disable showing of status window. Valid values: enable,disable.
- sso str
- Single Sign-On. Valid values: disable,static,auto.
- sso_credential str
- Single sign-on credentials. Valid values: sslvpn-login,alternative.
- sso_credential_ strsent_ once 
- Single sign-on credentials are only sent once to remote server. Valid values: enable,disable.
- sso_password str
- SSO password.
- sso_username str
- SSO user name.
- url str
- URL parameter.
- vnc_keyboard_ strlayout 
- Keyboard layout. Valid values: default,da,nl,en-uk,en-uk-ext,fi,fr,fr-be,fr-ca-mul,de,de-ch,it,it-142,pt,pt-br-abnt2,no,gd,es,sv,us-intl.
- width int
- Screen width. On FortiOS versions 7.0.4-7.0.5: range from 640 - 65535, default = 1024. On FortiOS versions >= 7.0.6: range from 0 - 65535, default = 0.
- additionalParams String
- Additional parameters.
- apptype String
- Application type.
- colorDepth String
- Color depth per pixel. Valid values: 32,16,8.
- description String
- Description.
- domain String
- Login domain.
- folder String
- Network shared file folder parameter.
- formDatas List<Property Map>
- Form data. The structure of form_datablock is documented below.
- height Number
- Screen height. On FortiOS versions 7.0.4-7.0.5: range from 480 - 65535, default = 768. On FortiOS versions >= 7.0.6: range from 0 - 65535, default = 0.
- host String
- Host name/IP parameter.
- keyboardLayout String
- Keyboard layout.
- listeningPort Number
- Listening port (0 - 65535).
- loadBalancing StringInfo 
- The load balancing information or cookie which should be provided to the connection broker.
- logonPassword String
- Logon password.
- logonUser String
- Logon user.
- name String
- Bookmark name.
- port Number
- Remote port.
- preconnectionBlob String
- An arbitrary string which identifies the RDP source.
- preconnectionId Number
- The numeric ID of the RDP source. On FortiOS versions 6.2.0-6.4.2, 7.0.0: 0-2147483648. On FortiOS versions 6.4.10-6.4.15, >= 7.0.1: 0-4294967295.
- remotePort Number
- Remote port (0 - 65535).
- restrictedAdmin String
- Enable/disable restricted admin mode for RDP. Valid values: enable,disable.
- security String
- Security mode for RDP connection (default = any). Valid values: rdp,nla,tls,any.
- sendPreconnection StringId 
- Enable/disable sending of preconnection ID. Valid values: enable,disable.
- serverLayout String
- Server side keyboard layout.
- showStatus StringWindow 
- Enable/disable showing of status window. Valid values: enable,disable.
- sso String
- Single Sign-On. Valid values: disable,static,auto.
- ssoCredential String
- Single sign-on credentials. Valid values: sslvpn-login,alternative.
- ssoCredential StringSent Once 
- Single sign-on credentials are only sent once to remote server. Valid values: enable,disable.
- ssoPassword String
- SSO password.
- ssoUsername String
- SSO user name.
- url String
- URL parameter.
- vncKeyboard StringLayout 
- Keyboard layout. Valid values: default,da,nl,en-uk,en-uk-ext,fi,fr,fr-be,fr-ca-mul,de,de-ch,it,it-142,pt,pt-br-abnt2,no,gd,es,sv,us-intl.
- width Number
- Screen width. On FortiOS versions 7.0.4-7.0.5: range from 640 - 65535, default = 1024. On FortiOS versions >= 7.0.6: range from 0 - 65535, default = 0.
UserbookmarkBookmarkFormData, UserbookmarkBookmarkFormDataArgs        
Import
VpnSslWeb UserBookmark can be imported using any of these accepted formats:
$ pulumi import fortios:vpn/ssl/web/userbookmark:Userbookmark labelname {{name}}
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:vpn/ssl/web/userbookmark:Userbookmark labelname {{name}}
$ unset “FORTIOS_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the fortiosTerraform Provider.
