1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectZtnaWebportalbookmarkBookmarks
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

    Bookmark table.

    This resource is a sub resource for variable bookmarks of resource fortimanager.ObjectZtnaWebportalbookmark. Conflict and overwrite may occur if use both of them.

    Create ObjectZtnaWebportalbookmarkBookmarks Resource

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

    Constructor syntax

    new ObjectZtnaWebportalbookmarkBookmarks(name: string, args: ObjectZtnaWebportalbookmarkBookmarksArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectZtnaWebportalbookmarkBookmarks(resource_name: str,
                                             args: ObjectZtnaWebportalbookmarkBookmarksArgs,
                                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectZtnaWebportalbookmarkBookmarks(resource_name: str,
                                             opts: Optional[ResourceOptions] = None,
                                             web_portal_bookmark: Optional[str] = None,
                                             name: Optional[str] = None,
                                             url: Optional[str] = None,
                                             description: Optional[str] = None,
                                             domain: Optional[str] = None,
                                             folder: Optional[str] = None,
                                             height: Optional[float] = None,
                                             host: Optional[str] = None,
                                             keyboard_layout: Optional[str] = None,
                                             load_balancing_info: Optional[str] = None,
                                             logon_passwords: Optional[Sequence[str]] = None,
                                             logon_user: Optional[str] = None,
                                             adom: Optional[str] = None,
                                             color_depth: Optional[str] = None,
                                             preconnection_blob: Optional[str] = None,
                                             object_ztna_webportalbookmark_bookmarks_id: Optional[str] = None,
                                             preconnection_id: Optional[float] = None,
                                             restricted_admin: Optional[str] = None,
                                             scopetype: Optional[str] = None,
                                             security: Optional[str] = None,
                                             send_preconnection_id: Optional[str] = None,
                                             sso: Optional[str] = None,
                                             port: Optional[float] = None,
                                             vnc_keyboard_layout: Optional[str] = None,
                                             apptype: Optional[str] = None,
                                             width: Optional[float] = None)
    func NewObjectZtnaWebportalbookmarkBookmarks(ctx *Context, name string, args ObjectZtnaWebportalbookmarkBookmarksArgs, opts ...ResourceOption) (*ObjectZtnaWebportalbookmarkBookmarks, error)
    public ObjectZtnaWebportalbookmarkBookmarks(string name, ObjectZtnaWebportalbookmarkBookmarksArgs args, CustomResourceOptions? opts = null)
    public ObjectZtnaWebportalbookmarkBookmarks(String name, ObjectZtnaWebportalbookmarkBookmarksArgs args)
    public ObjectZtnaWebportalbookmarkBookmarks(String name, ObjectZtnaWebportalbookmarkBookmarksArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectZtnaWebportalbookmarkBookmarks
    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 ObjectZtnaWebportalbookmarkBookmarksArgs
    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 ObjectZtnaWebportalbookmarkBookmarksArgs
    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 ObjectZtnaWebportalbookmarkBookmarksArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectZtnaWebportalbookmarkBookmarksArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectZtnaWebportalbookmarkBookmarksArgs
    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 objectZtnaWebportalbookmarkBookmarksResource = new Fortimanager.ObjectZtnaWebportalbookmarkBookmarks("objectZtnaWebportalbookmarkBookmarksResource", new()
    {
        WebPortalBookmark = "string",
        Name = "string",
        Url = "string",
        Description = "string",
        Domain = "string",
        Folder = "string",
        Height = 0,
        Host = "string",
        KeyboardLayout = "string",
        LoadBalancingInfo = "string",
        LogonPasswords = new[]
        {
            "string",
        },
        LogonUser = "string",
        Adom = "string",
        ColorDepth = "string",
        PreconnectionBlob = "string",
        ObjectZtnaWebportalbookmarkBookmarksId = "string",
        PreconnectionId = 0,
        RestrictedAdmin = "string",
        Scopetype = "string",
        Security = "string",
        SendPreconnectionId = "string",
        Sso = "string",
        Port = 0,
        VncKeyboardLayout = "string",
        Apptype = "string",
        Width = 0,
    });
    
    example, err := fortimanager.NewObjectZtnaWebportalbookmarkBookmarks(ctx, "objectZtnaWebportalbookmarkBookmarksResource", &fortimanager.ObjectZtnaWebportalbookmarkBookmarksArgs{
    	WebPortalBookmark: pulumi.String("string"),
    	Name:              pulumi.String("string"),
    	Url:               pulumi.String("string"),
    	Description:       pulumi.String("string"),
    	Domain:            pulumi.String("string"),
    	Folder:            pulumi.String("string"),
    	Height:            pulumi.Float64(0),
    	Host:              pulumi.String("string"),
    	KeyboardLayout:    pulumi.String("string"),
    	LoadBalancingInfo: pulumi.String("string"),
    	LogonPasswords: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	LogonUser:                              pulumi.String("string"),
    	Adom:                                   pulumi.String("string"),
    	ColorDepth:                             pulumi.String("string"),
    	PreconnectionBlob:                      pulumi.String("string"),
    	ObjectZtnaWebportalbookmarkBookmarksId: pulumi.String("string"),
    	PreconnectionId:                        pulumi.Float64(0),
    	RestrictedAdmin:                        pulumi.String("string"),
    	Scopetype:                              pulumi.String("string"),
    	Security:                               pulumi.String("string"),
    	SendPreconnectionId:                    pulumi.String("string"),
    	Sso:                                    pulumi.String("string"),
    	Port:                                   pulumi.Float64(0),
    	VncKeyboardLayout:                      pulumi.String("string"),
    	Apptype:                                pulumi.String("string"),
    	Width:                                  pulumi.Float64(0),
    })
    
    var objectZtnaWebportalbookmarkBookmarksResource = new ObjectZtnaWebportalbookmarkBookmarks("objectZtnaWebportalbookmarkBookmarksResource", ObjectZtnaWebportalbookmarkBookmarksArgs.builder()
        .webPortalBookmark("string")
        .name("string")
        .url("string")
        .description("string")
        .domain("string")
        .folder("string")
        .height(0.0)
        .host("string")
        .keyboardLayout("string")
        .loadBalancingInfo("string")
        .logonPasswords("string")
        .logonUser("string")
        .adom("string")
        .colorDepth("string")
        .preconnectionBlob("string")
        .objectZtnaWebportalbookmarkBookmarksId("string")
        .preconnectionId(0.0)
        .restrictedAdmin("string")
        .scopetype("string")
        .security("string")
        .sendPreconnectionId("string")
        .sso("string")
        .port(0.0)
        .vncKeyboardLayout("string")
        .apptype("string")
        .width(0.0)
        .build());
    
    object_ztna_webportalbookmark_bookmarks_resource = fortimanager.ObjectZtnaWebportalbookmarkBookmarks("objectZtnaWebportalbookmarkBookmarksResource",
        web_portal_bookmark="string",
        name="string",
        url="string",
        description="string",
        domain="string",
        folder="string",
        height=0,
        host="string",
        keyboard_layout="string",
        load_balancing_info="string",
        logon_passwords=["string"],
        logon_user="string",
        adom="string",
        color_depth="string",
        preconnection_blob="string",
        object_ztna_webportalbookmark_bookmarks_id="string",
        preconnection_id=0,
        restricted_admin="string",
        scopetype="string",
        security="string",
        send_preconnection_id="string",
        sso="string",
        port=0,
        vnc_keyboard_layout="string",
        apptype="string",
        width=0)
    
    const objectZtnaWebportalbookmarkBookmarksResource = new fortimanager.ObjectZtnaWebportalbookmarkBookmarks("objectZtnaWebportalbookmarkBookmarksResource", {
        webPortalBookmark: "string",
        name: "string",
        url: "string",
        description: "string",
        domain: "string",
        folder: "string",
        height: 0,
        host: "string",
        keyboardLayout: "string",
        loadBalancingInfo: "string",
        logonPasswords: ["string"],
        logonUser: "string",
        adom: "string",
        colorDepth: "string",
        preconnectionBlob: "string",
        objectZtnaWebportalbookmarkBookmarksId: "string",
        preconnectionId: 0,
        restrictedAdmin: "string",
        scopetype: "string",
        security: "string",
        sendPreconnectionId: "string",
        sso: "string",
        port: 0,
        vncKeyboardLayout: "string",
        apptype: "string",
        width: 0,
    });
    
    type: fortimanager:ObjectZtnaWebportalbookmarkBookmarks
    properties:
        adom: string
        apptype: string
        colorDepth: string
        description: string
        domain: string
        folder: string
        height: 0
        host: string
        keyboardLayout: string
        loadBalancingInfo: string
        logonPasswords:
            - string
        logonUser: string
        name: string
        objectZtnaWebportalbookmarkBookmarksId: string
        port: 0
        preconnectionBlob: string
        preconnectionId: 0
        restrictedAdmin: string
        scopetype: string
        security: string
        sendPreconnectionId: string
        sso: string
        url: string
        vncKeyboardLayout: string
        webPortalBookmark: string
        width: 0
    

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

    WebPortalBookmark string
    Web Portal Bookmark.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Apptype string
    Application type. Valid values: web, telnet, ssh, ftp, smb, vnc, rdp, 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.
    Height double
    Screen height (range from 0 - 65535, default = 0).
    Host string
    Host name/IP parameter.
    KeyboardLayout string
    Keyboard layout. Valid values: da, de, de-ch, en-uk, en-us, es, fi, fr, fr-be, fr-ca, fr-ch, hr, hu, it, ja, lt, mk, no, pt, pt-br, ru, sl, sv, 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, fr-apple, la-am, ja-106.
    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.
    ObjectZtnaWebportalbookmarkBookmarksId string
    an identifier for the resource with format {{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-4294967295).
    RestrictedAdmin string
    Enable/disable restricted admin mode for RDP. 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.
    Security string
    Security mode for RDP connection (default = any). Valid values: rdp, nla, tls, any.
    SendPreconnectionId string
    Enable/disable sending of preconnection ID. Valid values: disable, enable.
    Sso string
    Single sign-on. Valid values: disable, enable.
    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 0 - 65535, default = 0).
    WebPortalBookmark string
    Web Portal Bookmark.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Apptype string
    Application type. Valid values: web, telnet, ssh, ftp, smb, vnc, rdp, 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.
    Height float64
    Screen height (range from 0 - 65535, default = 0).
    Host string
    Host name/IP parameter.
    KeyboardLayout string
    Keyboard layout. Valid values: da, de, de-ch, en-uk, en-us, es, fi, fr, fr-be, fr-ca, fr-ch, hr, hu, it, ja, lt, mk, no, pt, pt-br, ru, sl, sv, 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, fr-apple, la-am, ja-106.
    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.
    ObjectZtnaWebportalbookmarkBookmarksId string
    an identifier for the resource with format {{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-4294967295).
    RestrictedAdmin string
    Enable/disable restricted admin mode for RDP. 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.
    Security string
    Security mode for RDP connection (default = any). Valid values: rdp, nla, tls, any.
    SendPreconnectionId string
    Enable/disable sending of preconnection ID. Valid values: disable, enable.
    Sso string
    Single sign-on. Valid values: disable, enable.
    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 0 - 65535, default = 0).
    webPortalBookmark String
    Web Portal Bookmark.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apptype String
    Application type. Valid values: web, telnet, ssh, ftp, smb, vnc, rdp, 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.
    height Double
    Screen height (range from 0 - 65535, default = 0).
    host String
    Host name/IP parameter.
    keyboardLayout String
    Keyboard layout. Valid values: da, de, de-ch, en-uk, en-us, es, fi, fr, fr-be, fr-ca, fr-ch, hr, hu, it, ja, lt, mk, no, pt, pt-br, ru, sl, sv, 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, fr-apple, la-am, ja-106.
    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.
    objectZtnaWebportalbookmarkBookmarksId String
    an identifier for the resource with format {{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-4294967295).
    restrictedAdmin String
    Enable/disable restricted admin mode for RDP. 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.
    security String
    Security mode for RDP connection (default = any). Valid values: rdp, nla, tls, any.
    sendPreconnectionId String
    Enable/disable sending of preconnection ID. Valid values: disable, enable.
    sso String
    Single sign-on. Valid values: disable, enable.
    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 0 - 65535, default = 0).
    webPortalBookmark string
    Web Portal Bookmark.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apptype string
    Application type. Valid values: web, telnet, ssh, ftp, smb, vnc, rdp, 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.
    height number
    Screen height (range from 0 - 65535, default = 0).
    host string
    Host name/IP parameter.
    keyboardLayout string
    Keyboard layout. Valid values: da, de, de-ch, en-uk, en-us, es, fi, fr, fr-be, fr-ca, fr-ch, hr, hu, it, ja, lt, mk, no, pt, pt-br, ru, sl, sv, 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, fr-apple, la-am, ja-106.
    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.
    objectZtnaWebportalbookmarkBookmarksId string
    an identifier for the resource with format {{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-4294967295).
    restrictedAdmin string
    Enable/disable restricted admin mode for RDP. 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.
    security string
    Security mode for RDP connection (default = any). Valid values: rdp, nla, tls, any.
    sendPreconnectionId string
    Enable/disable sending of preconnection ID. Valid values: disable, enable.
    sso string
    Single sign-on. Valid values: disable, enable.
    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 0 - 65535, default = 0).
    web_portal_bookmark str
    Web Portal Bookmark.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apptype str
    Application type. Valid values: web, telnet, ssh, ftp, smb, vnc, rdp, 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.
    height float
    Screen height (range from 0 - 65535, default = 0).
    host str
    Host name/IP parameter.
    keyboard_layout str
    Keyboard layout. Valid values: da, de, de-ch, en-uk, en-us, es, fi, fr, fr-be, fr-ca, fr-ch, hr, hu, it, ja, lt, mk, no, pt, pt-br, ru, sl, sv, 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, fr-apple, la-am, ja-106.
    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.
    object_ztna_webportalbookmark_bookmarks_id str
    an identifier for the resource with format {{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-4294967295).
    restricted_admin str
    Enable/disable restricted admin mode for RDP. 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.
    security str
    Security mode for RDP connection (default = any). Valid values: rdp, nla, tls, any.
    send_preconnection_id str
    Enable/disable sending of preconnection ID. Valid values: disable, enable.
    sso str
    Single sign-on. Valid values: disable, enable.
    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 0 - 65535, default = 0).
    webPortalBookmark String
    Web Portal Bookmark.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apptype String
    Application type. Valid values: web, telnet, ssh, ftp, smb, vnc, rdp, 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.
    height Number
    Screen height (range from 0 - 65535, default = 0).
    host String
    Host name/IP parameter.
    keyboardLayout String
    Keyboard layout. Valid values: da, de, de-ch, en-uk, en-us, es, fi, fr, fr-be, fr-ca, fr-ch, hr, hu, it, ja, lt, mk, no, pt, pt-br, ru, sl, sv, 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, fr-apple, la-am, ja-106.
    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.
    objectZtnaWebportalbookmarkBookmarksId String
    an identifier for the resource with format {{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-4294967295).
    restrictedAdmin String
    Enable/disable restricted admin mode for RDP. 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.
    security String
    Security mode for RDP connection (default = any). Valid values: rdp, nla, tls, any.
    sendPreconnectionId String
    Enable/disable sending of preconnection ID. Valid values: disable, enable.
    sso String
    Single sign-on. Valid values: disable, enable.
    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 0 - 65535, default = 0).

    Outputs

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

    Get an existing ObjectZtnaWebportalbookmarkBookmarks 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?: ObjectZtnaWebportalbookmarkBookmarksState, opts?: CustomResourceOptions): ObjectZtnaWebportalbookmarkBookmarks
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            apptype: Optional[str] = None,
            color_depth: Optional[str] = None,
            description: Optional[str] = None,
            domain: Optional[str] = None,
            folder: Optional[str] = None,
            height: Optional[float] = None,
            host: Optional[str] = None,
            keyboard_layout: Optional[str] = None,
            load_balancing_info: Optional[str] = None,
            logon_passwords: Optional[Sequence[str]] = None,
            logon_user: Optional[str] = None,
            name: Optional[str] = None,
            object_ztna_webportalbookmark_bookmarks_id: Optional[str] = None,
            port: Optional[float] = None,
            preconnection_blob: Optional[str] = None,
            preconnection_id: Optional[float] = None,
            restricted_admin: Optional[str] = None,
            scopetype: Optional[str] = None,
            security: Optional[str] = None,
            send_preconnection_id: Optional[str] = None,
            sso: Optional[str] = None,
            url: Optional[str] = None,
            vnc_keyboard_layout: Optional[str] = None,
            web_portal_bookmark: Optional[str] = None,
            width: Optional[float] = None) -> ObjectZtnaWebportalbookmarkBookmarks
    func GetObjectZtnaWebportalbookmarkBookmarks(ctx *Context, name string, id IDInput, state *ObjectZtnaWebportalbookmarkBookmarksState, opts ...ResourceOption) (*ObjectZtnaWebportalbookmarkBookmarks, error)
    public static ObjectZtnaWebportalbookmarkBookmarks Get(string name, Input<string> id, ObjectZtnaWebportalbookmarkBookmarksState? state, CustomResourceOptions? opts = null)
    public static ObjectZtnaWebportalbookmarkBookmarks get(String name, Output<String> id, ObjectZtnaWebportalbookmarkBookmarksState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectZtnaWebportalbookmarkBookmarks    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.
    Apptype string
    Application type. Valid values: web, telnet, ssh, ftp, smb, vnc, rdp, 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.
    Height double
    Screen height (range from 0 - 65535, default = 0).
    Host string
    Host name/IP parameter.
    KeyboardLayout string
    Keyboard layout. Valid values: da, de, de-ch, en-uk, en-us, es, fi, fr, fr-be, fr-ca, fr-ch, hr, hu, it, ja, lt, mk, no, pt, pt-br, ru, sl, sv, 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, fr-apple, la-am, ja-106.
    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.
    ObjectZtnaWebportalbookmarkBookmarksId string
    an identifier for the resource with format {{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-4294967295).
    RestrictedAdmin string
    Enable/disable restricted admin mode for RDP. 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.
    Security string
    Security mode for RDP connection (default = any). Valid values: rdp, nla, tls, any.
    SendPreconnectionId string
    Enable/disable sending of preconnection ID. Valid values: disable, enable.
    Sso string
    Single sign-on. Valid values: disable, enable.
    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.
    WebPortalBookmark string
    Web Portal Bookmark.
    Width double
    Screen width (range from 0 - 65535, default = 0).
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Apptype string
    Application type. Valid values: web, telnet, ssh, ftp, smb, vnc, rdp, 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.
    Height float64
    Screen height (range from 0 - 65535, default = 0).
    Host string
    Host name/IP parameter.
    KeyboardLayout string
    Keyboard layout. Valid values: da, de, de-ch, en-uk, en-us, es, fi, fr, fr-be, fr-ca, fr-ch, hr, hu, it, ja, lt, mk, no, pt, pt-br, ru, sl, sv, 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, fr-apple, la-am, ja-106.
    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.
    ObjectZtnaWebportalbookmarkBookmarksId string
    an identifier for the resource with format {{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-4294967295).
    RestrictedAdmin string
    Enable/disable restricted admin mode for RDP. 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.
    Security string
    Security mode for RDP connection (default = any). Valid values: rdp, nla, tls, any.
    SendPreconnectionId string
    Enable/disable sending of preconnection ID. Valid values: disable, enable.
    Sso string
    Single sign-on. Valid values: disable, enable.
    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.
    WebPortalBookmark string
    Web Portal Bookmark.
    Width float64
    Screen width (range from 0 - 65535, default = 0).
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apptype String
    Application type. Valid values: web, telnet, ssh, ftp, smb, vnc, rdp, 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.
    height Double
    Screen height (range from 0 - 65535, default = 0).
    host String
    Host name/IP parameter.
    keyboardLayout String
    Keyboard layout. Valid values: da, de, de-ch, en-uk, en-us, es, fi, fr, fr-be, fr-ca, fr-ch, hr, hu, it, ja, lt, mk, no, pt, pt-br, ru, sl, sv, 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, fr-apple, la-am, ja-106.
    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.
    objectZtnaWebportalbookmarkBookmarksId String
    an identifier for the resource with format {{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-4294967295).
    restrictedAdmin String
    Enable/disable restricted admin mode for RDP. 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.
    security String
    Security mode for RDP connection (default = any). Valid values: rdp, nla, tls, any.
    sendPreconnectionId String
    Enable/disable sending of preconnection ID. Valid values: disable, enable.
    sso String
    Single sign-on. Valid values: disable, enable.
    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.
    webPortalBookmark String
    Web Portal Bookmark.
    width Double
    Screen width (range from 0 - 65535, default = 0).
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apptype string
    Application type. Valid values: web, telnet, ssh, ftp, smb, vnc, rdp, 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.
    height number
    Screen height (range from 0 - 65535, default = 0).
    host string
    Host name/IP parameter.
    keyboardLayout string
    Keyboard layout. Valid values: da, de, de-ch, en-uk, en-us, es, fi, fr, fr-be, fr-ca, fr-ch, hr, hu, it, ja, lt, mk, no, pt, pt-br, ru, sl, sv, 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, fr-apple, la-am, ja-106.
    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.
    objectZtnaWebportalbookmarkBookmarksId string
    an identifier for the resource with format {{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-4294967295).
    restrictedAdmin string
    Enable/disable restricted admin mode for RDP. 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.
    security string
    Security mode for RDP connection (default = any). Valid values: rdp, nla, tls, any.
    sendPreconnectionId string
    Enable/disable sending of preconnection ID. Valid values: disable, enable.
    sso string
    Single sign-on. Valid values: disable, enable.
    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.
    webPortalBookmark string
    Web Portal Bookmark.
    width number
    Screen width (range from 0 - 65535, default = 0).
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apptype str
    Application type. Valid values: web, telnet, ssh, ftp, smb, vnc, rdp, 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.
    height float
    Screen height (range from 0 - 65535, default = 0).
    host str
    Host name/IP parameter.
    keyboard_layout str
    Keyboard layout. Valid values: da, de, de-ch, en-uk, en-us, es, fi, fr, fr-be, fr-ca, fr-ch, hr, hu, it, ja, lt, mk, no, pt, pt-br, ru, sl, sv, 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, fr-apple, la-am, ja-106.
    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.
    object_ztna_webportalbookmark_bookmarks_id str
    an identifier for the resource with format {{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-4294967295).
    restricted_admin str
    Enable/disable restricted admin mode for RDP. 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.
    security str
    Security mode for RDP connection (default = any). Valid values: rdp, nla, tls, any.
    send_preconnection_id str
    Enable/disable sending of preconnection ID. Valid values: disable, enable.
    sso str
    Single sign-on. Valid values: disable, enable.
    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.
    web_portal_bookmark str
    Web Portal Bookmark.
    width float
    Screen width (range from 0 - 65535, default = 0).
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apptype String
    Application type. Valid values: web, telnet, ssh, ftp, smb, vnc, rdp, 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.
    height Number
    Screen height (range from 0 - 65535, default = 0).
    host String
    Host name/IP parameter.
    keyboardLayout String
    Keyboard layout. Valid values: da, de, de-ch, en-uk, en-us, es, fi, fr, fr-be, fr-ca, fr-ch, hr, hu, it, ja, lt, mk, no, pt, pt-br, ru, sl, sv, 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, fr-apple, la-am, ja-106.
    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.
    objectZtnaWebportalbookmarkBookmarksId String
    an identifier for the resource with format {{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-4294967295).
    restrictedAdmin String
    Enable/disable restricted admin mode for RDP. 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.
    security String
    Security mode for RDP connection (default = any). Valid values: rdp, nla, tls, any.
    sendPreconnectionId String
    Enable/disable sending of preconnection ID. Valid values: disable, enable.
    sso String
    Single sign-on. Valid values: disable, enable.
    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.
    webPortalBookmark String
    Web Portal Bookmark.
    width Number
    Screen width (range from 0 - 65535, default = 0).

    Import

    ObjectZtna WebPortalBookmarkBookmarks can be imported using any of these accepted formats:

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectZtnaWebportalbookmarkBookmarks:ObjectZtnaWebportalbookmarkBookmarks 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