published on Saturday, Mar 7, 2026 by fortinetdev
published on Saturday, Mar 7, 2026 by fortinetdev
ObjectWebfilter DomainListEntries
This resource is a sub resource for variable
entriesof resourcefortimanager.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:
- Domain
List string - Domain List.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Domain string
- Domain.
- Object
Webfilter stringDomainlist Entries Id - an identifier for the resource with format {{domain}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- Domain
List string - Domain List.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Domain string
- Domain.
- Object
Webfilter stringDomainlist Entries Id - an identifier for the resource with format {{domain}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- domain
List String - Domain List.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - domain String
- Domain.
- object
Webfilter StringDomainlist Entries Id - an identifier for the resource with format {{domain}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- domain
List string - Domain List.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - domain string
- Domain.
- object
Webfilter stringDomainlist Entries Id - an identifier for the resource with format {{domain}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- domain_
list str - Domain List.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - domain str
- Domain.
- object_
webfilter_ strdomainlist_ entries_ id - an identifier for the resource with format {{domain}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- domain
List String - Domain List.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - domain String
- Domain.
- object
Webfilter StringDomainlist Entries Id - an identifier for the resource with format {{domain}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
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) -> ObjectWebfilterDomainlistEntriesfunc 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.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Domain string
- Domain.
- Domain
List string - Domain List.
- Object
Webfilter stringDomainlist Entries Id - an identifier for the resource with format {{domain}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Domain string
- Domain.
- Domain
List string - Domain List.
- Object
Webfilter stringDomainlist Entries Id - an identifier for the resource with format {{domain}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - domain String
- Domain.
- domain
List String - Domain List.
- object
Webfilter StringDomainlist Entries Id - an identifier for the resource with format {{domain}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - domain string
- Domain.
- domain
List string - Domain List.
- object
Webfilter stringDomainlist Entries Id - an identifier for the resource with format {{domain}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - domain str
- Domain.
- domain_
list str - Domain List.
- object_
webfilter_ strdomainlist_ entries_ id - an identifier for the resource with format {{domain}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - domain String
- Domain.
- domain
List String - Domain List.
- object
Webfilter StringDomainlist Entries Id - an identifier for the resource with format {{domain}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
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
fortimanagerTerraform Provider.
published on Saturday, Mar 7, 2026 by fortinetdev
