1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectWebfilterUrllistEntries
Viewing docs for fortimanager 1.16.0
published on Saturday, Mar 7, 2026 by fortinetdev
Viewing docs for fortimanager 1.16.0
published on Saturday, Mar 7, 2026 by fortinetdev

    ObjectWebfilter UrlListEntries

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

    Create ObjectWebfilterUrllistEntries Resource

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

    Constructor syntax

    new ObjectWebfilterUrllistEntries(name: string, args: ObjectWebfilterUrllistEntriesArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectWebfilterUrllistEntries(resource_name: str,
                                      args: ObjectWebfilterUrllistEntriesArgs,
                                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectWebfilterUrllistEntries(resource_name: str,
                                      opts: Optional[ResourceOptions] = None,
                                      url_list: Optional[str] = None,
                                      adom: Optional[str] = None,
                                      object_webfilter_urllist_entries_id: Optional[str] = None,
                                      scopetype: Optional[str] = None,
                                      url: Optional[str] = None)
    func NewObjectWebfilterUrllistEntries(ctx *Context, name string, args ObjectWebfilterUrllistEntriesArgs, opts ...ResourceOption) (*ObjectWebfilterUrllistEntries, error)
    public ObjectWebfilterUrllistEntries(string name, ObjectWebfilterUrllistEntriesArgs args, CustomResourceOptions? opts = null)
    public ObjectWebfilterUrllistEntries(String name, ObjectWebfilterUrllistEntriesArgs args)
    public ObjectWebfilterUrllistEntries(String name, ObjectWebfilterUrllistEntriesArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectWebfilterUrllistEntries
    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 ObjectWebfilterUrllistEntriesArgs
    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 ObjectWebfilterUrllistEntriesArgs
    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 ObjectWebfilterUrllistEntriesArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectWebfilterUrllistEntriesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectWebfilterUrllistEntriesArgs
    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 objectWebfilterUrllistEntriesResource = new Fortimanager.Index.ObjectWebfilterUrllistEntries("objectWebfilterUrllistEntriesResource", new()
    {
        UrlList = "string",
        Adom = "string",
        ObjectWebfilterUrllistEntriesId = "string",
        Scopetype = "string",
        Url = "string",
    });
    
    example, err := fortimanager.NewObjectWebfilterUrllistEntries(ctx, "objectWebfilterUrllistEntriesResource", &fortimanager.ObjectWebfilterUrllistEntriesArgs{
    	UrlList:                         pulumi.String("string"),
    	Adom:                            pulumi.String("string"),
    	ObjectWebfilterUrllistEntriesId: pulumi.String("string"),
    	Scopetype:                       pulumi.String("string"),
    	Url:                             pulumi.String("string"),
    })
    
    var objectWebfilterUrllistEntriesResource = new ObjectWebfilterUrllistEntries("objectWebfilterUrllistEntriesResource", ObjectWebfilterUrllistEntriesArgs.builder()
        .urlList("string")
        .adom("string")
        .objectWebfilterUrllistEntriesId("string")
        .scopetype("string")
        .url("string")
        .build());
    
    object_webfilter_urllist_entries_resource = fortimanager.ObjectWebfilterUrllistEntries("objectWebfilterUrllistEntriesResource",
        url_list="string",
        adom="string",
        object_webfilter_urllist_entries_id="string",
        scopetype="string",
        url="string")
    
    const objectWebfilterUrllistEntriesResource = new fortimanager.ObjectWebfilterUrllistEntries("objectWebfilterUrllistEntriesResource", {
        urlList: "string",
        adom: "string",
        objectWebfilterUrllistEntriesId: "string",
        scopetype: "string",
        url: "string",
    });
    
    type: fortimanager:ObjectWebfilterUrllistEntries
    properties:
        adom: string
        objectWebfilterUrllistEntriesId: string
        scopetype: string
        url: string
        urlList: string
    

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

    UrlList string
    Url List.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ObjectWebfilterUrllistEntriesId string
    an identifier for the resource with format {{url}}.
    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.
    Url string
    Url.
    UrlList string
    Url List.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ObjectWebfilterUrllistEntriesId string
    an identifier for the resource with format {{url}}.
    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.
    Url string
    Url.
    urlList String
    Url List.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectWebfilterUrllistEntriesId String
    an identifier for the resource with format {{url}}.
    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.
    url String
    Url.
    urlList string
    Url List.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectWebfilterUrllistEntriesId string
    an identifier for the resource with format {{url}}.
    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.
    url string
    Url.
    url_list str
    Url List.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    object_webfilter_urllist_entries_id str
    an identifier for the resource with format {{url}}.
    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.
    url str
    Url.
    urlList String
    Url List.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectWebfilterUrllistEntriesId String
    an identifier for the resource with format {{url}}.
    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.
    url String
    Url.

    Outputs

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

    Get an existing ObjectWebfilterUrllistEntries 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?: ObjectWebfilterUrllistEntriesState, opts?: CustomResourceOptions): ObjectWebfilterUrllistEntries
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            object_webfilter_urllist_entries_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            url: Optional[str] = None,
            url_list: Optional[str] = None) -> ObjectWebfilterUrllistEntries
    func GetObjectWebfilterUrllistEntries(ctx *Context, name string, id IDInput, state *ObjectWebfilterUrllistEntriesState, opts ...ResourceOption) (*ObjectWebfilterUrllistEntries, error)
    public static ObjectWebfilterUrllistEntries Get(string name, Input<string> id, ObjectWebfilterUrllistEntriesState? state, CustomResourceOptions? opts = null)
    public static ObjectWebfilterUrllistEntries get(String name, Output<String> id, ObjectWebfilterUrllistEntriesState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectWebfilterUrllistEntries    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.
    ObjectWebfilterUrllistEntriesId string
    an identifier for the resource with format {{url}}.
    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.
    Url string
    Url.
    UrlList string
    Url List.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ObjectWebfilterUrllistEntriesId string
    an identifier for the resource with format {{url}}.
    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.
    Url string
    Url.
    UrlList string
    Url List.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectWebfilterUrllistEntriesId String
    an identifier for the resource with format {{url}}.
    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.
    url String
    Url.
    urlList String
    Url List.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectWebfilterUrllistEntriesId string
    an identifier for the resource with format {{url}}.
    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.
    url string
    Url.
    urlList string
    Url List.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    object_webfilter_urllist_entries_id str
    an identifier for the resource with format {{url}}.
    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.
    url str
    Url.
    url_list str
    Url List.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectWebfilterUrllistEntriesId String
    an identifier for the resource with format {{url}}.
    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.
    url String
    Url.
    urlList String
    Url List.

    Import

    ObjectWebfilter UrlListEntries can be imported using any of these accepted formats:

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectWebfilterUrllistEntries:ObjectWebfilterUrllistEntries labelname {{url}}
    

    $ 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.
    Viewing docs for fortimanager 1.16.0
    published on Saturday, Mar 7, 2026 by fortinetdev
      Try Pulumi Cloud free. Your team will thank you.