1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectVpnSslWebPortalBookmarkgroup
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.ObjectVpnSslWebPortalBookmarkgroup

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    Portal bookmark group.

    This resource is a sub resource for variable bookmark_group of resource fortimanager.ObjectVpnSslWebPortal. Conflict and overwrite may occur if use both of them. The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

    • bookmarks: fortimanager.ObjectVpnSslWebPortalBookmarkgroupBookmarks

    Create ObjectVpnSslWebPortalBookmarkgroup Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ObjectVpnSslWebPortalBookmarkgroup(name: string, args: ObjectVpnSslWebPortalBookmarkgroupArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectVpnSslWebPortalBookmarkgroup(resource_name: str,
                                           args: ObjectVpnSslWebPortalBookmarkgroupArgs,
                                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectVpnSslWebPortalBookmarkgroup(resource_name: str,
                                           opts: Optional[ResourceOptions] = None,
                                           portal: Optional[str] = None,
                                           adom: Optional[str] = None,
                                           bookmarks: Optional[Sequence[ObjectVpnSslWebPortalBookmarkgroupBookmarkArgs]] = None,
                                           dynamic_sort_subtable: Optional[str] = None,
                                           name: Optional[str] = None,
                                           object_vpn_ssl_web_portal_bookmarkgroup_id: Optional[str] = None,
                                           scopetype: Optional[str] = None)
    func NewObjectVpnSslWebPortalBookmarkgroup(ctx *Context, name string, args ObjectVpnSslWebPortalBookmarkgroupArgs, opts ...ResourceOption) (*ObjectVpnSslWebPortalBookmarkgroup, error)
    public ObjectVpnSslWebPortalBookmarkgroup(string name, ObjectVpnSslWebPortalBookmarkgroupArgs args, CustomResourceOptions? opts = null)
    public ObjectVpnSslWebPortalBookmarkgroup(String name, ObjectVpnSslWebPortalBookmarkgroupArgs args)
    public ObjectVpnSslWebPortalBookmarkgroup(String name, ObjectVpnSslWebPortalBookmarkgroupArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectVpnSslWebPortalBookmarkgroup
    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 ObjectVpnSslWebPortalBookmarkgroupArgs
    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 ObjectVpnSslWebPortalBookmarkgroupArgs
    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 ObjectVpnSslWebPortalBookmarkgroupArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectVpnSslWebPortalBookmarkgroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectVpnSslWebPortalBookmarkgroupArgs
    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 objectVpnSslWebPortalBookmarkgroupResource = new Fortimanager.ObjectVpnSslWebPortalBookmarkgroup("objectVpnSslWebPortalBookmarkgroupResource", new()
    {
        Portal = "string",
        Adom = "string",
        Bookmarks = new[]
        {
            new Fortimanager.Inputs.ObjectVpnSslWebPortalBookmarkgroupBookmarkArgs
            {
                AdditionalParams = "string",
                Apptype = "string",
                ColorDepth = "string",
                Description = "string",
                Domain = "string",
                Folder = "string",
                FormDatas = new[]
                {
                    new Fortimanager.Inputs.ObjectVpnSslWebPortalBookmarkgroupBookmarkFormDataArgs
                    {
                        Name = "string",
                        Value = "string",
                    },
                },
                Height = 0,
                Host = "string",
                KeyboardLayout = "string",
                ListeningPort = 0,
                LoadBalancingInfo = "string",
                LogonPasswords = new[]
                {
                    "string",
                },
                LogonUser = "string",
                Name = "string",
                Port = 0,
                PreconnectionBlob = "string",
                PreconnectionId = 0,
                RemotePort = 0,
                RestrictedAdmin = "string",
                Security = "string",
                SendPreconnectionId = "string",
                ServerLayout = "string",
                ShowStatusWindow = "string",
                Sso = "string",
                SsoCredential = "string",
                SsoCredentialSentOnce = "string",
                SsoPasswords = new[]
                {
                    "string",
                },
                SsoUsername = "string",
                Url = "string",
                VncKeyboardLayout = "string",
                Width = 0,
            },
        },
        DynamicSortSubtable = "string",
        Name = "string",
        ObjectVpnSslWebPortalBookmarkgroupId = "string",
        Scopetype = "string",
    });
    
    example, err := fortimanager.NewObjectVpnSslWebPortalBookmarkgroup(ctx, "objectVpnSslWebPortalBookmarkgroupResource", &fortimanager.ObjectVpnSslWebPortalBookmarkgroupArgs{
    Portal: pulumi.String("string"),
    Adom: pulumi.String("string"),
    Bookmarks: .ObjectVpnSslWebPortalBookmarkgroupBookmarkArray{
    &.ObjectVpnSslWebPortalBookmarkgroupBookmarkArgs{
    AdditionalParams: pulumi.String("string"),
    Apptype: pulumi.String("string"),
    ColorDepth: pulumi.String("string"),
    Description: pulumi.String("string"),
    Domain: pulumi.String("string"),
    Folder: pulumi.String("string"),
    FormDatas: .ObjectVpnSslWebPortalBookmarkgroupBookmarkFormDataArray{
    &.ObjectVpnSslWebPortalBookmarkgroupBookmarkFormDataArgs{
    Name: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    },
    Height: pulumi.Float64(0),
    Host: pulumi.String("string"),
    KeyboardLayout: pulumi.String("string"),
    ListeningPort: pulumi.Float64(0),
    LoadBalancingInfo: pulumi.String("string"),
    LogonPasswords: pulumi.StringArray{
    pulumi.String("string"),
    },
    LogonUser: pulumi.String("string"),
    Name: pulumi.String("string"),
    Port: pulumi.Float64(0),
    PreconnectionBlob: pulumi.String("string"),
    PreconnectionId: pulumi.Float64(0),
    RemotePort: pulumi.Float64(0),
    RestrictedAdmin: pulumi.String("string"),
    Security: pulumi.String("string"),
    SendPreconnectionId: pulumi.String("string"),
    ServerLayout: pulumi.String("string"),
    ShowStatusWindow: pulumi.String("string"),
    Sso: pulumi.String("string"),
    SsoCredential: pulumi.String("string"),
    SsoCredentialSentOnce: pulumi.String("string"),
    SsoPasswords: pulumi.StringArray{
    pulumi.String("string"),
    },
    SsoUsername: pulumi.String("string"),
    Url: pulumi.String("string"),
    VncKeyboardLayout: pulumi.String("string"),
    Width: pulumi.Float64(0),
    },
    },
    DynamicSortSubtable: pulumi.String("string"),
    Name: pulumi.String("string"),
    ObjectVpnSslWebPortalBookmarkgroupId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    })
    
    var objectVpnSslWebPortalBookmarkgroupResource = new ObjectVpnSslWebPortalBookmarkgroup("objectVpnSslWebPortalBookmarkgroupResource", ObjectVpnSslWebPortalBookmarkgroupArgs.builder()
        .portal("string")
        .adom("string")
        .bookmarks(ObjectVpnSslWebPortalBookmarkgroupBookmarkArgs.builder()
            .additionalParams("string")
            .apptype("string")
            .colorDepth("string")
            .description("string")
            .domain("string")
            .folder("string")
            .formDatas(ObjectVpnSslWebPortalBookmarkgroupBookmarkFormDataArgs.builder()
                .name("string")
                .value("string")
                .build())
            .height(0)
            .host("string")
            .keyboardLayout("string")
            .listeningPort(0)
            .loadBalancingInfo("string")
            .logonPasswords("string")
            .logonUser("string")
            .name("string")
            .port(0)
            .preconnectionBlob("string")
            .preconnectionId(0)
            .remotePort(0)
            .restrictedAdmin("string")
            .security("string")
            .sendPreconnectionId("string")
            .serverLayout("string")
            .showStatusWindow("string")
            .sso("string")
            .ssoCredential("string")
            .ssoCredentialSentOnce("string")
            .ssoPasswords("string")
            .ssoUsername("string")
            .url("string")
            .vncKeyboardLayout("string")
            .width(0)
            .build())
        .dynamicSortSubtable("string")
        .name("string")
        .objectVpnSslWebPortalBookmarkgroupId("string")
        .scopetype("string")
        .build());
    
    object_vpn_ssl_web_portal_bookmarkgroup_resource = fortimanager.ObjectVpnSslWebPortalBookmarkgroup("objectVpnSslWebPortalBookmarkgroupResource",
        portal="string",
        adom="string",
        bookmarks=[{
            "additional_params": "string",
            "apptype": "string",
            "color_depth": "string",
            "description": "string",
            "domain": "string",
            "folder": "string",
            "form_datas": [{
                "name": "string",
                "value": "string",
            }],
            "height": 0,
            "host": "string",
            "keyboard_layout": "string",
            "listening_port": 0,
            "load_balancing_info": "string",
            "logon_passwords": ["string"],
            "logon_user": "string",
            "name": "string",
            "port": 0,
            "preconnection_blob": "string",
            "preconnection_id": 0,
            "remote_port": 0,
            "restricted_admin": "string",
            "security": "string",
            "send_preconnection_id": "string",
            "server_layout": "string",
            "show_status_window": "string",
            "sso": "string",
            "sso_credential": "string",
            "sso_credential_sent_once": "string",
            "sso_passwords": ["string"],
            "sso_username": "string",
            "url": "string",
            "vnc_keyboard_layout": "string",
            "width": 0,
        }],
        dynamic_sort_subtable="string",
        name="string",
        object_vpn_ssl_web_portal_bookmarkgroup_id="string",
        scopetype="string")
    
    const objectVpnSslWebPortalBookmarkgroupResource = new fortimanager.ObjectVpnSslWebPortalBookmarkgroup("objectVpnSslWebPortalBookmarkgroupResource", {
        portal: "string",
        adom: "string",
        bookmarks: [{
            additionalParams: "string",
            apptype: "string",
            colorDepth: "string",
            description: "string",
            domain: "string",
            folder: "string",
            formDatas: [{
                name: "string",
                value: "string",
            }],
            height: 0,
            host: "string",
            keyboardLayout: "string",
            listeningPort: 0,
            loadBalancingInfo: "string",
            logonPasswords: ["string"],
            logonUser: "string",
            name: "string",
            port: 0,
            preconnectionBlob: "string",
            preconnectionId: 0,
            remotePort: 0,
            restrictedAdmin: "string",
            security: "string",
            sendPreconnectionId: "string",
            serverLayout: "string",
            showStatusWindow: "string",
            sso: "string",
            ssoCredential: "string",
            ssoCredentialSentOnce: "string",
            ssoPasswords: ["string"],
            ssoUsername: "string",
            url: "string",
            vncKeyboardLayout: "string",
            width: 0,
        }],
        dynamicSortSubtable: "string",
        name: "string",
        objectVpnSslWebPortalBookmarkgroupId: "string",
        scopetype: "string",
    });
    
    type: fortimanager:ObjectVpnSslWebPortalBookmarkgroup
    properties:
        adom: string
        bookmarks:
            - additionalParams: string
              apptype: string
              colorDepth: string
              description: string
              domain: string
              folder: string
              formDatas:
                - name: string
                  value: string
              height: 0
              host: string
              keyboardLayout: string
              listeningPort: 0
              loadBalancingInfo: string
              logonPasswords:
                - string
              logonUser: string
              name: string
              port: 0
              preconnectionBlob: string
              preconnectionId: 0
              remotePort: 0
              restrictedAdmin: string
              security: string
              sendPreconnectionId: string
              serverLayout: string
              showStatusWindow: string
              sso: string
              ssoCredential: string
              ssoCredentialSentOnce: string
              ssoPasswords:
                - string
              ssoUsername: string
              url: string
              vncKeyboardLayout: string
              width: 0
        dynamicSortSubtable: string
        name: string
        objectVpnSslWebPortalBookmarkgroupId: string
        portal: string
        scopetype: string
    

    ObjectVpnSslWebPortalBookmarkgroup 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 ObjectVpnSslWebPortalBookmarkgroup resource accepts the following input properties:

    Portal string
    Portal.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Bookmarks List<ObjectVpnSslWebPortalBookmarkgroupBookmark>
    Bookmarks. The structure of bookmarks block is documented below.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Name string
    Bookmark group name.
    ObjectVpnSslWebPortalBookmarkgroupId string
    an identifier for the resource with format {{name}}.
    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.
    Portal string
    Portal.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Bookmarks []ObjectVpnSslWebPortalBookmarkgroupBookmarkArgs
    Bookmarks. The structure of bookmarks block is documented below.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Name string
    Bookmark group name.
    ObjectVpnSslWebPortalBookmarkgroupId string
    an identifier for the resource with format {{name}}.
    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.
    portal String
    Portal.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bookmarks List<ObjectVpnSslWebPortalBookmarkgroupBookmark>
    Bookmarks. The structure of bookmarks block is documented below.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name String
    Bookmark group name.
    objectVpnSslWebPortalBookmarkgroupId String
    an identifier for the resource with format {{name}}.
    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.
    portal string
    Portal.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bookmarks ObjectVpnSslWebPortalBookmarkgroupBookmark[]
    Bookmarks. The structure of bookmarks block is documented below.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name string
    Bookmark group name.
    objectVpnSslWebPortalBookmarkgroupId string
    an identifier for the resource with format {{name}}.
    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.
    portal str
    Portal.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bookmarks Sequence[ObjectVpnSslWebPortalBookmarkgroupBookmarkArgs]
    Bookmarks. The structure of bookmarks block is documented below.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name str
    Bookmark group name.
    object_vpn_ssl_web_portal_bookmarkgroup_id str
    an identifier for the resource with format {{name}}.
    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.
    portal String
    Portal.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bookmarks List<Property Map>
    Bookmarks. The structure of bookmarks block is documented below.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name String
    Bookmark group name.
    objectVpnSslWebPortalBookmarkgroupId String
    an identifier for the resource with format {{name}}.
    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.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ObjectVpnSslWebPortalBookmarkgroup 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 ObjectVpnSslWebPortalBookmarkgroup Resource

    Get an existing ObjectVpnSslWebPortalBookmarkgroup 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?: ObjectVpnSslWebPortalBookmarkgroupState, opts?: CustomResourceOptions): ObjectVpnSslWebPortalBookmarkgroup
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            bookmarks: Optional[Sequence[ObjectVpnSslWebPortalBookmarkgroupBookmarkArgs]] = None,
            dynamic_sort_subtable: Optional[str] = None,
            name: Optional[str] = None,
            object_vpn_ssl_web_portal_bookmarkgroup_id: Optional[str] = None,
            portal: Optional[str] = None,
            scopetype: Optional[str] = None) -> ObjectVpnSslWebPortalBookmarkgroup
    func GetObjectVpnSslWebPortalBookmarkgroup(ctx *Context, name string, id IDInput, state *ObjectVpnSslWebPortalBookmarkgroupState, opts ...ResourceOption) (*ObjectVpnSslWebPortalBookmarkgroup, error)
    public static ObjectVpnSslWebPortalBookmarkgroup Get(string name, Input<string> id, ObjectVpnSslWebPortalBookmarkgroupState? state, CustomResourceOptions? opts = null)
    public static ObjectVpnSslWebPortalBookmarkgroup get(String name, Output<String> id, ObjectVpnSslWebPortalBookmarkgroupState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectVpnSslWebPortalBookmarkgroup    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.
    Bookmarks List<ObjectVpnSslWebPortalBookmarkgroupBookmark>
    Bookmarks. The structure of bookmarks block is documented below.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Name string
    Bookmark group name.
    ObjectVpnSslWebPortalBookmarkgroupId string
    an identifier for the resource with format {{name}}.
    Portal string
    Portal.
    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.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Bookmarks []ObjectVpnSslWebPortalBookmarkgroupBookmarkArgs
    Bookmarks. The structure of bookmarks block is documented below.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Name string
    Bookmark group name.
    ObjectVpnSslWebPortalBookmarkgroupId string
    an identifier for the resource with format {{name}}.
    Portal string
    Portal.
    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.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bookmarks List<ObjectVpnSslWebPortalBookmarkgroupBookmark>
    Bookmarks. The structure of bookmarks block is documented below.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name String
    Bookmark group name.
    objectVpnSslWebPortalBookmarkgroupId String
    an identifier for the resource with format {{name}}.
    portal String
    Portal.
    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.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bookmarks ObjectVpnSslWebPortalBookmarkgroupBookmark[]
    Bookmarks. The structure of bookmarks block is documented below.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name string
    Bookmark group name.
    objectVpnSslWebPortalBookmarkgroupId string
    an identifier for the resource with format {{name}}.
    portal string
    Portal.
    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.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bookmarks Sequence[ObjectVpnSslWebPortalBookmarkgroupBookmarkArgs]
    Bookmarks. The structure of bookmarks block is documented below.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name str
    Bookmark group name.
    object_vpn_ssl_web_portal_bookmarkgroup_id str
    an identifier for the resource with format {{name}}.
    portal str
    Portal.
    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.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bookmarks List<Property Map>
    Bookmarks. The structure of bookmarks block is documented below.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name String
    Bookmark group name.
    objectVpnSslWebPortalBookmarkgroupId String
    an identifier for the resource with format {{name}}.
    portal String
    Portal.
    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.

    Supporting Types

    ObjectVpnSslWebPortalBookmarkgroupBookmark, ObjectVpnSslWebPortalBookmarkgroupBookmarkArgs

    AdditionalParams string
    Additional parameters.
    Apptype string
    Application type. Valid values: web, telnet, ssh, ftp, smb, vnc, rdp, citrix, rdpnative, portforward, sftp.
    ColorDepth string
    Color depth per pixel. Valid values: 8, 16, 32.
    Description string
    Description.
    Domain string
    Login domain.
    Folder string
    Network shared file folder parameter.
    FormDatas List<ObjectVpnSslWebPortalBookmarkgroupBookmarkFormData>
    Form-Data. The structure of form_data block is documented below.
    Height double
    Screen height (range from 480 - 65535, default = 768).
    Host string
    Host name/IP parameter.
    KeyboardLayout string
    Keyboard layout. Valid values: ar, da, de, de-ch, en-gb, en-uk, en-us, es, fi, fr, fr-be, fr-ca, fr-ch, hr, hu, it, ja, lt, lv, mk, no, pl, pt, pt-br, ru, sl, sv, tk, tr, fr-ca-m, wg, ar-101, ar-102, ar-102-azerty, can-mul, cz, cz-qwerty, cz-pr, nl, de-ibm, en-uk-ext, en-us-dvorak, es-var, fi-sami, hu-101, it-142, ko, lt-ibm, lt-std, lav-std, lav-leg, mk-std, no-sami, pol-214, pol-pr, pt-br-abnt2, ru-mne, ru-t, sv-sami, tuk, tur-f, tur-q, zh-sym-sg-us, zh-sym-us, zh-tr-hk, zh-tr-mo, zh-tr-us.
    ListeningPort double
    Listening port (0 - 65535).
    LoadBalancingInfo string
    The load balancing information or cookie which should be provided to the connection broker.
    LogonPasswords List<string>
    Logon password.
    LogonUser string
    Logon user.
    Name string
    Bookmark name.
    Port double
    Remote port.
    PreconnectionBlob string
    An arbitrary string which identifies the RDP source.
    PreconnectionId double
    The numeric ID of the RDP source (0-2147483648).
    RemotePort double
    Remote port (0 - 65535).
    RestrictedAdmin string
    Enable/disable restricted admin mode for RDP. Valid values: disable, enable.
    Security string
    Security mode for RDP connection. Valid values: rdp, nla, tls, any.
    SendPreconnectionId string
    Enable/disable sending of preconnection ID. Valid values: disable, enable.
    ServerLayout string
    Server side keyboard layout. Valid values: en-us-qwerty, de-de-qwertz, fr-fr-azerty, it-it-qwerty, sv-se-qwerty, failsafe, en-gb-qwerty, es-es-qwerty, fr-ch-qwertz, ja-jp-qwerty, pt-br-qwerty, tr-tr-qwerty, fr-ca-qwerty.
    ShowStatusWindow string
    Enable/disable showing of status window. Valid values: disable, enable.
    Sso string
    Single Sign-On. Valid values: disable, static, auto.
    SsoCredential string
    Single sign-on credentials. Valid values: sslvpn-login, alternative.
    SsoCredentialSentOnce string
    Single sign-on credentials are only sent once to remote server. Valid values: disable, enable.
    SsoPasswords List<string>
    SSO password.
    SsoUsername string
    SSO user name.
    Url string
    URL parameter.
    VncKeyboardLayout string
    Keyboard layout. Valid values: da, de, de-ch, en-uk, es, fi, fr, fr-be, it, no, pt, sv, nl, en-uk-ext, it-142, pt-br-abnt2, default, fr-ca-mul, gd, us-intl.
    Width double
    Screen width (range from 640 - 65535, default = 1024).
    AdditionalParams string
    Additional parameters.
    Apptype string
    Application type. Valid values: web, telnet, ssh, ftp, smb, vnc, rdp, citrix, rdpnative, portforward, sftp.
    ColorDepth string
    Color depth per pixel. Valid values: 8, 16, 32.
    Description string
    Description.
    Domain string
    Login domain.
    Folder string
    Network shared file folder parameter.
    FormDatas []ObjectVpnSslWebPortalBookmarkgroupBookmarkFormData
    Form-Data. The structure of form_data block is documented below.
    Height float64
    Screen height (range from 480 - 65535, default = 768).
    Host string
    Host name/IP parameter.
    KeyboardLayout string
    Keyboard layout. Valid values: ar, da, de, de-ch, en-gb, en-uk, en-us, es, fi, fr, fr-be, fr-ca, fr-ch, hr, hu, it, ja, lt, lv, mk, no, pl, pt, pt-br, ru, sl, sv, tk, tr, fr-ca-m, wg, ar-101, ar-102, ar-102-azerty, can-mul, cz, cz-qwerty, cz-pr, nl, de-ibm, en-uk-ext, en-us-dvorak, es-var, fi-sami, hu-101, it-142, ko, lt-ibm, lt-std, lav-std, lav-leg, mk-std, no-sami, pol-214, pol-pr, pt-br-abnt2, ru-mne, ru-t, sv-sami, tuk, tur-f, tur-q, zh-sym-sg-us, zh-sym-us, zh-tr-hk, zh-tr-mo, zh-tr-us.
    ListeningPort float64
    Listening port (0 - 65535).
    LoadBalancingInfo string
    The load balancing information or cookie which should be provided to the connection broker.
    LogonPasswords []string
    Logon password.
    LogonUser string
    Logon user.
    Name string
    Bookmark name.
    Port float64
    Remote port.
    PreconnectionBlob string
    An arbitrary string which identifies the RDP source.
    PreconnectionId float64
    The numeric ID of the RDP source (0-2147483648).
    RemotePort float64
    Remote port (0 - 65535).
    RestrictedAdmin string
    Enable/disable restricted admin mode for RDP. Valid values: disable, enable.
    Security string
    Security mode for RDP connection. Valid values: rdp, nla, tls, any.
    SendPreconnectionId string
    Enable/disable sending of preconnection ID. Valid values: disable, enable.
    ServerLayout string
    Server side keyboard layout. Valid values: en-us-qwerty, de-de-qwertz, fr-fr-azerty, it-it-qwerty, sv-se-qwerty, failsafe, en-gb-qwerty, es-es-qwerty, fr-ch-qwertz, ja-jp-qwerty, pt-br-qwerty, tr-tr-qwerty, fr-ca-qwerty.
    ShowStatusWindow string
    Enable/disable showing of status window. Valid values: disable, enable.
    Sso string
    Single Sign-On. Valid values: disable, static, auto.
    SsoCredential string
    Single sign-on credentials. Valid values: sslvpn-login, alternative.
    SsoCredentialSentOnce string
    Single sign-on credentials are only sent once to remote server. Valid values: disable, enable.
    SsoPasswords []string
    SSO password.
    SsoUsername string
    SSO user name.
    Url string
    URL parameter.
    VncKeyboardLayout string
    Keyboard layout. Valid values: da, de, de-ch, en-uk, es, fi, fr, fr-be, it, no, pt, sv, nl, en-uk-ext, it-142, pt-br-abnt2, default, fr-ca-mul, gd, us-intl.
    Width float64
    Screen width (range from 640 - 65535, default = 1024).
    additionalParams String
    Additional parameters.
    apptype String
    Application type. Valid values: web, telnet, ssh, ftp, smb, vnc, rdp, citrix, rdpnative, portforward, sftp.
    colorDepth String
    Color depth per pixel. Valid values: 8, 16, 32.
    description String
    Description.
    domain String
    Login domain.
    folder String
    Network shared file folder parameter.
    formDatas List<ObjectVpnSslWebPortalBookmarkgroupBookmarkFormData>
    Form-Data. The structure of form_data block is documented below.
    height Double
    Screen height (range from 480 - 65535, default = 768).
    host String
    Host name/IP parameter.
    keyboardLayout String
    Keyboard layout. Valid values: ar, da, de, de-ch, en-gb, en-uk, en-us, es, fi, fr, fr-be, fr-ca, fr-ch, hr, hu, it, ja, lt, lv, mk, no, pl, pt, pt-br, ru, sl, sv, tk, tr, fr-ca-m, wg, ar-101, ar-102, ar-102-azerty, can-mul, cz, cz-qwerty, cz-pr, nl, de-ibm, en-uk-ext, en-us-dvorak, es-var, fi-sami, hu-101, it-142, ko, lt-ibm, lt-std, lav-std, lav-leg, mk-std, no-sami, pol-214, pol-pr, pt-br-abnt2, ru-mne, ru-t, sv-sami, tuk, tur-f, tur-q, zh-sym-sg-us, zh-sym-us, zh-tr-hk, zh-tr-mo, zh-tr-us.
    listeningPort Double
    Listening port (0 - 65535).
    loadBalancingInfo String
    The load balancing information or cookie which should be provided to the connection broker.
    logonPasswords List<String>
    Logon password.
    logonUser String
    Logon user.
    name String
    Bookmark name.
    port Double
    Remote port.
    preconnectionBlob String
    An arbitrary string which identifies the RDP source.
    preconnectionId Double
    The numeric ID of the RDP source (0-2147483648).
    remotePort Double
    Remote port (0 - 65535).
    restrictedAdmin String
    Enable/disable restricted admin mode for RDP. Valid values: disable, enable.
    security String
    Security mode for RDP connection. Valid values: rdp, nla, tls, any.
    sendPreconnectionId String
    Enable/disable sending of preconnection ID. Valid values: disable, enable.
    serverLayout String
    Server side keyboard layout. Valid values: en-us-qwerty, de-de-qwertz, fr-fr-azerty, it-it-qwerty, sv-se-qwerty, failsafe, en-gb-qwerty, es-es-qwerty, fr-ch-qwertz, ja-jp-qwerty, pt-br-qwerty, tr-tr-qwerty, fr-ca-qwerty.
    showStatusWindow String
    Enable/disable showing of status window. Valid values: disable, enable.
    sso String
    Single Sign-On. Valid values: disable, static, auto.
    ssoCredential String
    Single sign-on credentials. Valid values: sslvpn-login, alternative.
    ssoCredentialSentOnce String
    Single sign-on credentials are only sent once to remote server. Valid values: disable, enable.
    ssoPasswords List<String>
    SSO password.
    ssoUsername String
    SSO user name.
    url String
    URL parameter.
    vncKeyboardLayout String
    Keyboard layout. Valid values: da, de, de-ch, en-uk, es, fi, fr, fr-be, it, no, pt, sv, nl, en-uk-ext, it-142, pt-br-abnt2, default, fr-ca-mul, gd, us-intl.
    width Double
    Screen width (range from 640 - 65535, default = 1024).
    additionalParams string
    Additional parameters.
    apptype string
    Application type. Valid values: web, telnet, ssh, ftp, smb, vnc, rdp, citrix, rdpnative, portforward, sftp.
    colorDepth string
    Color depth per pixel. Valid values: 8, 16, 32.
    description string
    Description.
    domain string
    Login domain.
    folder string
    Network shared file folder parameter.
    formDatas ObjectVpnSslWebPortalBookmarkgroupBookmarkFormData[]
    Form-Data. The structure of form_data block is documented below.
    height number
    Screen height (range from 480 - 65535, default = 768).
    host string
    Host name/IP parameter.
    keyboardLayout string
    Keyboard layout. Valid values: ar, da, de, de-ch, en-gb, en-uk, en-us, es, fi, fr, fr-be, fr-ca, fr-ch, hr, hu, it, ja, lt, lv, mk, no, pl, pt, pt-br, ru, sl, sv, tk, tr, fr-ca-m, wg, ar-101, ar-102, ar-102-azerty, can-mul, cz, cz-qwerty, cz-pr, nl, de-ibm, en-uk-ext, en-us-dvorak, es-var, fi-sami, hu-101, it-142, ko, lt-ibm, lt-std, lav-std, lav-leg, mk-std, no-sami, pol-214, pol-pr, pt-br-abnt2, ru-mne, ru-t, sv-sami, tuk, tur-f, tur-q, zh-sym-sg-us, zh-sym-us, zh-tr-hk, zh-tr-mo, zh-tr-us.
    listeningPort number
    Listening port (0 - 65535).
    loadBalancingInfo string
    The load balancing information or cookie which should be provided to the connection broker.
    logonPasswords 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 (0-2147483648).
    remotePort number
    Remote port (0 - 65535).
    restrictedAdmin string
    Enable/disable restricted admin mode for RDP. Valid values: disable, enable.
    security string
    Security mode for RDP connection. Valid values: rdp, nla, tls, any.
    sendPreconnectionId string
    Enable/disable sending of preconnection ID. Valid values: disable, enable.
    serverLayout string
    Server side keyboard layout. Valid values: en-us-qwerty, de-de-qwertz, fr-fr-azerty, it-it-qwerty, sv-se-qwerty, failsafe, en-gb-qwerty, es-es-qwerty, fr-ch-qwertz, ja-jp-qwerty, pt-br-qwerty, tr-tr-qwerty, fr-ca-qwerty.
    showStatusWindow string
    Enable/disable showing of status window. Valid values: disable, enable.
    sso string
    Single Sign-On. Valid values: disable, static, auto.
    ssoCredential string
    Single sign-on credentials. Valid values: sslvpn-login, alternative.
    ssoCredentialSentOnce string
    Single sign-on credentials are only sent once to remote server. Valid values: disable, enable.
    ssoPasswords string[]
    SSO password.
    ssoUsername string
    SSO user name.
    url string
    URL parameter.
    vncKeyboardLayout string
    Keyboard layout. Valid values: da, de, de-ch, en-uk, es, fi, fr, fr-be, it, no, pt, sv, nl, en-uk-ext, it-142, pt-br-abnt2, default, fr-ca-mul, gd, us-intl.
    width number
    Screen width (range from 640 - 65535, default = 1024).
    additional_params str
    Additional parameters.
    apptype str
    Application type. Valid values: web, telnet, ssh, ftp, smb, vnc, rdp, citrix, rdpnative, portforward, sftp.
    color_depth str
    Color depth per pixel. Valid values: 8, 16, 32.
    description str
    Description.
    domain str
    Login domain.
    folder str
    Network shared file folder parameter.
    form_datas Sequence[ObjectVpnSslWebPortalBookmarkgroupBookmarkFormData]
    Form-Data. The structure of form_data block is documented below.
    height float
    Screen height (range from 480 - 65535, default = 768).
    host str
    Host name/IP parameter.
    keyboard_layout str
    Keyboard layout. Valid values: ar, da, de, de-ch, en-gb, en-uk, en-us, es, fi, fr, fr-be, fr-ca, fr-ch, hr, hu, it, ja, lt, lv, mk, no, pl, pt, pt-br, ru, sl, sv, tk, tr, fr-ca-m, wg, ar-101, ar-102, ar-102-azerty, can-mul, cz, cz-qwerty, cz-pr, nl, de-ibm, en-uk-ext, en-us-dvorak, es-var, fi-sami, hu-101, it-142, ko, lt-ibm, lt-std, lav-std, lav-leg, mk-std, no-sami, pol-214, pol-pr, pt-br-abnt2, ru-mne, ru-t, sv-sami, tuk, tur-f, tur-q, zh-sym-sg-us, zh-sym-us, zh-tr-hk, zh-tr-mo, zh-tr-us.
    listening_port float
    Listening port (0 - 65535).
    load_balancing_info str
    The load balancing information or cookie which should be provided to the connection broker.
    logon_passwords Sequence[str]
    Logon password.
    logon_user str
    Logon user.
    name str
    Bookmark name.
    port float
    Remote port.
    preconnection_blob str
    An arbitrary string which identifies the RDP source.
    preconnection_id float
    The numeric ID of the RDP source (0-2147483648).
    remote_port float
    Remote port (0 - 65535).
    restricted_admin str
    Enable/disable restricted admin mode for RDP. Valid values: disable, enable.
    security str
    Security mode for RDP connection. Valid values: rdp, nla, tls, any.
    send_preconnection_id str
    Enable/disable sending of preconnection ID. Valid values: disable, enable.
    server_layout str
    Server side keyboard layout. Valid values: en-us-qwerty, de-de-qwertz, fr-fr-azerty, it-it-qwerty, sv-se-qwerty, failsafe, en-gb-qwerty, es-es-qwerty, fr-ch-qwertz, ja-jp-qwerty, pt-br-qwerty, tr-tr-qwerty, fr-ca-qwerty.
    show_status_window str
    Enable/disable showing of status window. Valid values: disable, enable.
    sso str
    Single Sign-On. Valid values: disable, static, auto.
    sso_credential str
    Single sign-on credentials. Valid values: sslvpn-login, alternative.
    sso_credential_sent_once str
    Single sign-on credentials are only sent once to remote server. Valid values: disable, enable.
    sso_passwords Sequence[str]
    SSO password.
    sso_username str
    SSO user name.
    url str
    URL parameter.
    vnc_keyboard_layout str
    Keyboard layout. Valid values: da, de, de-ch, en-uk, es, fi, fr, fr-be, it, no, pt, sv, nl, en-uk-ext, it-142, pt-br-abnt2, default, fr-ca-mul, gd, us-intl.
    width float
    Screen width (range from 640 - 65535, default = 1024).
    additionalParams String
    Additional parameters.
    apptype String
    Application type. Valid values: web, telnet, ssh, ftp, smb, vnc, rdp, citrix, rdpnative, portforward, sftp.
    colorDepth String
    Color depth per pixel. Valid values: 8, 16, 32.
    description String
    Description.
    domain String
    Login domain.
    folder String
    Network shared file folder parameter.
    formDatas List<Property Map>
    Form-Data. The structure of form_data block is documented below.
    height Number
    Screen height (range from 480 - 65535, default = 768).
    host String
    Host name/IP parameter.
    keyboardLayout String
    Keyboard layout. Valid values: ar, da, de, de-ch, en-gb, en-uk, en-us, es, fi, fr, fr-be, fr-ca, fr-ch, hr, hu, it, ja, lt, lv, mk, no, pl, pt, pt-br, ru, sl, sv, tk, tr, fr-ca-m, wg, ar-101, ar-102, ar-102-azerty, can-mul, cz, cz-qwerty, cz-pr, nl, de-ibm, en-uk-ext, en-us-dvorak, es-var, fi-sami, hu-101, it-142, ko, lt-ibm, lt-std, lav-std, lav-leg, mk-std, no-sami, pol-214, pol-pr, pt-br-abnt2, ru-mne, ru-t, sv-sami, tuk, tur-f, tur-q, zh-sym-sg-us, zh-sym-us, zh-tr-hk, zh-tr-mo, zh-tr-us.
    listeningPort Number
    Listening port (0 - 65535).
    loadBalancingInfo String
    The load balancing information or cookie which should be provided to the connection broker.
    logonPasswords List<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 (0-2147483648).
    remotePort Number
    Remote port (0 - 65535).
    restrictedAdmin String
    Enable/disable restricted admin mode for RDP. Valid values: disable, enable.
    security String
    Security mode for RDP connection. Valid values: rdp, nla, tls, any.
    sendPreconnectionId String
    Enable/disable sending of preconnection ID. Valid values: disable, enable.
    serverLayout String
    Server side keyboard layout. Valid values: en-us-qwerty, de-de-qwertz, fr-fr-azerty, it-it-qwerty, sv-se-qwerty, failsafe, en-gb-qwerty, es-es-qwerty, fr-ch-qwertz, ja-jp-qwerty, pt-br-qwerty, tr-tr-qwerty, fr-ca-qwerty.
    showStatusWindow String
    Enable/disable showing of status window. Valid values: disable, enable.
    sso String
    Single Sign-On. Valid values: disable, static, auto.
    ssoCredential String
    Single sign-on credentials. Valid values: sslvpn-login, alternative.
    ssoCredentialSentOnce String
    Single sign-on credentials are only sent once to remote server. Valid values: disable, enable.
    ssoPasswords List<String>
    SSO password.
    ssoUsername String
    SSO user name.
    url String
    URL parameter.
    vncKeyboardLayout String
    Keyboard layout. Valid values: da, de, de-ch, en-uk, es, fi, fr, fr-be, it, no, pt, sv, nl, en-uk-ext, it-142, pt-br-abnt2, default, fr-ca-mul, gd, us-intl.
    width Number
    Screen width (range from 640 - 65535, default = 1024).

    ObjectVpnSslWebPortalBookmarkgroupBookmarkFormData, ObjectVpnSslWebPortalBookmarkgroupBookmarkFormDataArgs

    Name string
    Name.
    Value string
    Value.
    Name string
    Name.
    Value string
    Value.
    name String
    Name.
    value String
    Value.
    name string
    Name.
    value string
    Value.
    name str
    Name.
    value str
    Value.
    name String
    Name.
    value String
    Value.

    Import

    ObjectVpn SslWebPortalBookmarkGroup can be imported using any of these accepted formats:

    Set import_options = [“portal=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectVpnSslWebPortalBookmarkgroup:ObjectVpnSslWebPortalBookmarkgroup 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.13.0 published on Thursday, Mar 13, 2025 by fortinetdev