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

fortimanager.ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata

Explore with Pulumi AI

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

    Form data.

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

    Create ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata Resource

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

    Constructor syntax

    new ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata(name: string, args: ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata(resource_name: str,
                                                            args: ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataArgs,
                                                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata(resource_name: str,
                                                            opts: Optional[ResourceOptions] = None,
                                                            bookmark_group: Optional[str] = None,
                                                            bookmarks: Optional[str] = None,
                                                            portal: Optional[str] = None,
                                                            adom: Optional[str] = None,
                                                            name: Optional[str] = None,
                                                            object_vpn_ssl_web_portal_bookmarkgroup_bookmarks_formdata_id: Optional[str] = None,
                                                            scopetype: Optional[str] = None,
                                                            value: Optional[str] = None)
    func NewObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata(ctx *Context, name string, args ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataArgs, opts ...ResourceOption) (*ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata, error)
    public ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata(string name, ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataArgs args, CustomResourceOptions? opts = null)
    public ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata(String name, ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataArgs args)
    public ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata(String name, ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata
    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 ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataArgs
    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 ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataArgs
    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 ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataArgs
    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 objectVpnSslWebPortalBookmarkgroupBookmarksFormdataResource = new Fortimanager.ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata("objectVpnSslWebPortalBookmarkgroupBookmarksFormdataResource", new()
    {
        BookmarkGroup = "string",
        Bookmarks = "string",
        Portal = "string",
        Adom = "string",
        Name = "string",
        ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataId = "string",
        Scopetype = "string",
        Value = "string",
    });
    
    example, err := fortimanager.NewObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata(ctx, "objectVpnSslWebPortalBookmarkgroupBookmarksFormdataResource", &fortimanager.ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataArgs{
    BookmarkGroup: pulumi.String("string"),
    Bookmarks: pulumi.String("string"),
    Portal: pulumi.String("string"),
    Adom: pulumi.String("string"),
    Name: pulumi.String("string"),
    ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    Value: pulumi.String("string"),
    })
    
    var objectVpnSslWebPortalBookmarkgroupBookmarksFormdataResource = new ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata("objectVpnSslWebPortalBookmarkgroupBookmarksFormdataResource", ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataArgs.builder()
        .bookmarkGroup("string")
        .bookmarks("string")
        .portal("string")
        .adom("string")
        .name("string")
        .objectVpnSslWebPortalBookmarkgroupBookmarksFormdataId("string")
        .scopetype("string")
        .value("string")
        .build());
    
    object_vpn_ssl_web_portal_bookmarkgroup_bookmarks_formdata_resource = fortimanager.ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata("objectVpnSslWebPortalBookmarkgroupBookmarksFormdataResource",
        bookmark_group="string",
        bookmarks="string",
        portal="string",
        adom="string",
        name="string",
        object_vpn_ssl_web_portal_bookmarkgroup_bookmarks_formdata_id="string",
        scopetype="string",
        value="string")
    
    const objectVpnSslWebPortalBookmarkgroupBookmarksFormdataResource = new fortimanager.ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata("objectVpnSslWebPortalBookmarkgroupBookmarksFormdataResource", {
        bookmarkGroup: "string",
        bookmarks: "string",
        portal: "string",
        adom: "string",
        name: "string",
        objectVpnSslWebPortalBookmarkgroupBookmarksFormdataId: "string",
        scopetype: "string",
        value: "string",
    });
    
    type: fortimanager:ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata
    properties:
        adom: string
        bookmarkGroup: string
        bookmarks: string
        name: string
        objectVpnSslWebPortalBookmarkgroupBookmarksFormdataId: string
        portal: string
        scopetype: string
        value: string
    

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

    BookmarkGroup string
    Bookmark Group.
    Bookmarks string
    Bookmarks.
    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.
    Name string
    Name.
    ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataId 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.
    Value string
    Value.
    BookmarkGroup string
    Bookmark Group.
    Bookmarks string
    Bookmarks.
    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.
    Name string
    Name.
    ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataId 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.
    Value string
    Value.
    bookmarkGroup String
    Bookmark Group.
    bookmarks String
    Bookmarks.
    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.
    name String
    Name.
    objectVpnSslWebPortalBookmarkgroupBookmarksFormdataId 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.
    value String
    Value.
    bookmarkGroup string
    Bookmark Group.
    bookmarks string
    Bookmarks.
    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.
    name string
    Name.
    objectVpnSslWebPortalBookmarkgroupBookmarksFormdataId 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.
    value string
    Value.
    bookmark_group str
    Bookmark Group.
    bookmarks str
    Bookmarks.
    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.
    name str
    Name.
    object_vpn_ssl_web_portal_bookmarkgroup_bookmarks_formdata_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.
    value str
    Value.
    bookmarkGroup String
    Bookmark Group.
    bookmarks String
    Bookmarks.
    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.
    name String
    Name.
    objectVpnSslWebPortalBookmarkgroupBookmarksFormdataId 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.
    value String
    Value.

    Outputs

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

    Get an existing ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata 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?: ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataState, opts?: CustomResourceOptions): ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            bookmark_group: Optional[str] = None,
            bookmarks: Optional[str] = None,
            name: Optional[str] = None,
            object_vpn_ssl_web_portal_bookmarkgroup_bookmarks_formdata_id: Optional[str] = None,
            portal: Optional[str] = None,
            scopetype: Optional[str] = None,
            value: Optional[str] = None) -> ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata
    func GetObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata(ctx *Context, name string, id IDInput, state *ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataState, opts ...ResourceOption) (*ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata, error)
    public static ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata Get(string name, Input<string> id, ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataState? state, CustomResourceOptions? opts = null)
    public static ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata get(String name, Output<String> id, ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata    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.
    BookmarkGroup string
    Bookmark Group.
    Bookmarks string
    Bookmarks.
    Name string
    Name.
    ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataId 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.
    Value string
    Value.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    BookmarkGroup string
    Bookmark Group.
    Bookmarks string
    Bookmarks.
    Name string
    Name.
    ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdataId 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.
    Value string
    Value.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bookmarkGroup String
    Bookmark Group.
    bookmarks String
    Bookmarks.
    name String
    Name.
    objectVpnSslWebPortalBookmarkgroupBookmarksFormdataId 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.
    value String
    Value.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bookmarkGroup string
    Bookmark Group.
    bookmarks string
    Bookmarks.
    name string
    Name.
    objectVpnSslWebPortalBookmarkgroupBookmarksFormdataId 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.
    value string
    Value.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bookmark_group str
    Bookmark Group.
    bookmarks str
    Bookmarks.
    name str
    Name.
    object_vpn_ssl_web_portal_bookmarkgroup_bookmarks_formdata_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.
    value str
    Value.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bookmarkGroup String
    Bookmark Group.
    bookmarks String
    Bookmarks.
    name String
    Name.
    objectVpnSslWebPortalBookmarkgroupBookmarksFormdataId 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.
    value String
    Value.

    Import

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

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectVpnSslWebPortalBookmarkgroupBookmarksFormdata:ObjectVpnSslWebPortalBookmarkgroupBookmarksFormdata 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