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

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

    Create ObjectWebfilterDomainlistEntries Resource

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

    Constructor syntax

    new ObjectWebfilterDomainlistEntries(name: string, args: ObjectWebfilterDomainlistEntriesArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectWebfilterDomainlistEntries(resource_name: str,
                                         args: ObjectWebfilterDomainlistEntriesArgs,
                                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectWebfilterDomainlistEntries(resource_name: str,
                                         opts: Optional[ResourceOptions] = None,
                                         domain_list: Optional[str] = None,
                                         adom: Optional[str] = None,
                                         domain: Optional[str] = None,
                                         object_webfilter_domainlist_entries_id: Optional[str] = None,
                                         scopetype: Optional[str] = None)
    func NewObjectWebfilterDomainlistEntries(ctx *Context, name string, args ObjectWebfilterDomainlistEntriesArgs, opts ...ResourceOption) (*ObjectWebfilterDomainlistEntries, error)
    public ObjectWebfilterDomainlistEntries(string name, ObjectWebfilterDomainlistEntriesArgs args, CustomResourceOptions? opts = null)
    public ObjectWebfilterDomainlistEntries(String name, ObjectWebfilterDomainlistEntriesArgs args)
    public ObjectWebfilterDomainlistEntries(String name, ObjectWebfilterDomainlistEntriesArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectWebfilterDomainlistEntries
    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 ObjectWebfilterDomainlistEntriesArgs
    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 ObjectWebfilterDomainlistEntriesArgs
    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 ObjectWebfilterDomainlistEntriesArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectWebfilterDomainlistEntriesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectWebfilterDomainlistEntriesArgs
    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 objectWebfilterDomainlistEntriesResource = new Fortimanager.Index.ObjectWebfilterDomainlistEntries("objectWebfilterDomainlistEntriesResource", new()
    {
        DomainList = "string",
        Adom = "string",
        Domain = "string",
        ObjectWebfilterDomainlistEntriesId = "string",
        Scopetype = "string",
    });
    
    example, err := fortimanager.NewObjectWebfilterDomainlistEntries(ctx, "objectWebfilterDomainlistEntriesResource", &fortimanager.ObjectWebfilterDomainlistEntriesArgs{
    	DomainList:                         pulumi.String("string"),
    	Adom:                               pulumi.String("string"),
    	Domain:                             pulumi.String("string"),
    	ObjectWebfilterDomainlistEntriesId: pulumi.String("string"),
    	Scopetype:                          pulumi.String("string"),
    })
    
    var objectWebfilterDomainlistEntriesResource = new ObjectWebfilterDomainlistEntries("objectWebfilterDomainlistEntriesResource", ObjectWebfilterDomainlistEntriesArgs.builder()
        .domainList("string")
        .adom("string")
        .domain("string")
        .objectWebfilterDomainlistEntriesId("string")
        .scopetype("string")
        .build());
    
    object_webfilter_domainlist_entries_resource = fortimanager.ObjectWebfilterDomainlistEntries("objectWebfilterDomainlistEntriesResource",
        domain_list="string",
        adom="string",
        domain="string",
        object_webfilter_domainlist_entries_id="string",
        scopetype="string")
    
    const objectWebfilterDomainlistEntriesResource = new fortimanager.ObjectWebfilterDomainlistEntries("objectWebfilterDomainlistEntriesResource", {
        domainList: "string",
        adom: "string",
        domain: "string",
        objectWebfilterDomainlistEntriesId: "string",
        scopetype: "string",
    });
    
    type: fortimanager:ObjectWebfilterDomainlistEntries
    properties:
        adom: string
        domain: string
        domainList: string
        objectWebfilterDomainlistEntriesId: string
        scopetype: string
    

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

    DomainList string
    Domain 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.
    Domain string
    Domain.
    ObjectWebfilterDomainlistEntriesId string
    an identifier for the resource with format {{domain}}.
    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.
    DomainList string
    Domain 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.
    Domain string
    Domain.
    ObjectWebfilterDomainlistEntriesId string
    an identifier for the resource with format {{domain}}.
    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.
    domainList String
    Domain 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.
    domain String
    Domain.
    objectWebfilterDomainlistEntriesId String
    an identifier for the resource with format {{domain}}.
    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.
    domainList string
    Domain 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.
    domain string
    Domain.
    objectWebfilterDomainlistEntriesId string
    an identifier for the resource with format {{domain}}.
    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.
    domain_list str
    Domain 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.
    domain str
    Domain.
    object_webfilter_domainlist_entries_id str
    an identifier for the resource with format {{domain}}.
    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.
    domainList String
    Domain 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.
    domain String
    Domain.
    objectWebfilterDomainlistEntriesId String
    an identifier for the resource with format {{domain}}.
    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 ObjectWebfilterDomainlistEntries 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 ObjectWebfilterDomainlistEntries Resource

    Get an existing ObjectWebfilterDomainlistEntries 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?: ObjectWebfilterDomainlistEntriesState, opts?: CustomResourceOptions): ObjectWebfilterDomainlistEntries
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            domain: Optional[str] = None,
            domain_list: Optional[str] = None,
            object_webfilter_domainlist_entries_id: Optional[str] = None,
            scopetype: Optional[str] = None) -> ObjectWebfilterDomainlistEntries
    func GetObjectWebfilterDomainlistEntries(ctx *Context, name string, id IDInput, state *ObjectWebfilterDomainlistEntriesState, opts ...ResourceOption) (*ObjectWebfilterDomainlistEntries, error)
    public static ObjectWebfilterDomainlistEntries Get(string name, Input<string> id, ObjectWebfilterDomainlistEntriesState? state, CustomResourceOptions? opts = null)
    public static ObjectWebfilterDomainlistEntries get(String name, Output<String> id, ObjectWebfilterDomainlistEntriesState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectWebfilterDomainlistEntries    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.
    Domain string
    Domain.
    DomainList string
    Domain List.
    ObjectWebfilterDomainlistEntriesId string
    an identifier for the resource with format {{domain}}.
    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.
    Domain string
    Domain.
    DomainList string
    Domain List.
    ObjectWebfilterDomainlistEntriesId string
    an identifier for the resource with format {{domain}}.
    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.
    domain String
    Domain.
    domainList String
    Domain List.
    objectWebfilterDomainlistEntriesId String
    an identifier for the resource with format {{domain}}.
    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.
    domain string
    Domain.
    domainList string
    Domain List.
    objectWebfilterDomainlistEntriesId string
    an identifier for the resource with format {{domain}}.
    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.
    domain str
    Domain.
    domain_list str
    Domain List.
    object_webfilter_domainlist_entries_id str
    an identifier for the resource with format {{domain}}.
    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.
    domain String
    Domain.
    domainList String
    Domain List.
    objectWebfilterDomainlistEntriesId String
    an identifier for the resource with format {{domain}}.
    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.

    Import

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

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectWebfilterDomainlistEntries:ObjectWebfilterDomainlistEntries labelname {{domain}}
    

    $ 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.