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

fortimanager.ObjectWebfilterProfileFilefilterEntries

Explore with Pulumi AI

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

    File filter entries.

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

    Create ObjectWebfilterProfileFilefilterEntries Resource

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

    Constructor syntax

    new ObjectWebfilterProfileFilefilterEntries(name: string, args: ObjectWebfilterProfileFilefilterEntriesArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectWebfilterProfileFilefilterEntries(resource_name: str,
                                                args: ObjectWebfilterProfileFilefilterEntriesArgs,
                                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectWebfilterProfileFilefilterEntries(resource_name: str,
                                                opts: Optional[ResourceOptions] = None,
                                                profile: Optional[str] = None,
                                                action: Optional[str] = None,
                                                adom: Optional[str] = None,
                                                comment: Optional[str] = None,
                                                direction: Optional[str] = None,
                                                encryption: Optional[str] = None,
                                                file_types: Optional[Sequence[str]] = None,
                                                filter: Optional[str] = None,
                                                object_webfilter_profile_filefilter_entries_id: Optional[str] = None,
                                                password_protected: Optional[str] = None,
                                                protocols: Optional[Sequence[str]] = None,
                                                scopetype: Optional[str] = None)
    func NewObjectWebfilterProfileFilefilterEntries(ctx *Context, name string, args ObjectWebfilterProfileFilefilterEntriesArgs, opts ...ResourceOption) (*ObjectWebfilterProfileFilefilterEntries, error)
    public ObjectWebfilterProfileFilefilterEntries(string name, ObjectWebfilterProfileFilefilterEntriesArgs args, CustomResourceOptions? opts = null)
    public ObjectWebfilterProfileFilefilterEntries(String name, ObjectWebfilterProfileFilefilterEntriesArgs args)
    public ObjectWebfilterProfileFilefilterEntries(String name, ObjectWebfilterProfileFilefilterEntriesArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectWebfilterProfileFilefilterEntries
    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 ObjectWebfilterProfileFilefilterEntriesArgs
    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 ObjectWebfilterProfileFilefilterEntriesArgs
    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 ObjectWebfilterProfileFilefilterEntriesArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectWebfilterProfileFilefilterEntriesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectWebfilterProfileFilefilterEntriesArgs
    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 objectWebfilterProfileFilefilterEntriesResource = new Fortimanager.ObjectWebfilterProfileFilefilterEntries("objectWebfilterProfileFilefilterEntriesResource", new()
    {
        Profile = "string",
        Action = "string",
        Adom = "string",
        Comment = "string",
        Direction = "string",
        Encryption = "string",
        FileTypes = new[]
        {
            "string",
        },
        Filter = "string",
        ObjectWebfilterProfileFilefilterEntriesId = "string",
        PasswordProtected = "string",
        Protocols = new[]
        {
            "string",
        },
        Scopetype = "string",
    });
    
    example, err := fortimanager.NewObjectWebfilterProfileFilefilterEntries(ctx, "objectWebfilterProfileFilefilterEntriesResource", &fortimanager.ObjectWebfilterProfileFilefilterEntriesArgs{
    Profile: pulumi.String("string"),
    Action: pulumi.String("string"),
    Adom: pulumi.String("string"),
    Comment: pulumi.String("string"),
    Direction: pulumi.String("string"),
    Encryption: pulumi.String("string"),
    FileTypes: pulumi.StringArray{
    pulumi.String("string"),
    },
    Filter: pulumi.String("string"),
    ObjectWebfilterProfileFilefilterEntriesId: pulumi.String("string"),
    PasswordProtected: pulumi.String("string"),
    Protocols: pulumi.StringArray{
    pulumi.String("string"),
    },
    Scopetype: pulumi.String("string"),
    })
    
    var objectWebfilterProfileFilefilterEntriesResource = new ObjectWebfilterProfileFilefilterEntries("objectWebfilterProfileFilefilterEntriesResource", ObjectWebfilterProfileFilefilterEntriesArgs.builder()
        .profile("string")
        .action("string")
        .adom("string")
        .comment("string")
        .direction("string")
        .encryption("string")
        .fileTypes("string")
        .filter("string")
        .objectWebfilterProfileFilefilterEntriesId("string")
        .passwordProtected("string")
        .protocols("string")
        .scopetype("string")
        .build());
    
    object_webfilter_profile_filefilter_entries_resource = fortimanager.ObjectWebfilterProfileFilefilterEntries("objectWebfilterProfileFilefilterEntriesResource",
        profile="string",
        action="string",
        adom="string",
        comment="string",
        direction="string",
        encryption="string",
        file_types=["string"],
        filter="string",
        object_webfilter_profile_filefilter_entries_id="string",
        password_protected="string",
        protocols=["string"],
        scopetype="string")
    
    const objectWebfilterProfileFilefilterEntriesResource = new fortimanager.ObjectWebfilterProfileFilefilterEntries("objectWebfilterProfileFilefilterEntriesResource", {
        profile: "string",
        action: "string",
        adom: "string",
        comment: "string",
        direction: "string",
        encryption: "string",
        fileTypes: ["string"],
        filter: "string",
        objectWebfilterProfileFilefilterEntriesId: "string",
        passwordProtected: "string",
        protocols: ["string"],
        scopetype: "string",
    });
    
    type: fortimanager:ObjectWebfilterProfileFilefilterEntries
    properties:
        action: string
        adom: string
        comment: string
        direction: string
        encryption: string
        fileTypes:
            - string
        filter: string
        objectWebfilterProfileFilefilterEntriesId: string
        passwordProtected: string
        profile: string
        protocols:
            - string
        scopetype: string
    

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

    Profile string
    Profile.
    Action string
    Action taken for matched file. Valid values: log, block.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Comment string
    Comment.
    Direction string
    Match files transmitted in the session's originating or reply direction. Valid values: any, incoming, outgoing.
    Encryption string
    Encryption. Valid values: any, yes.
    FileTypes List<string>
    Select file type.
    Filter string
    Add a file filter.
    ObjectWebfilterProfileFilefilterEntriesId string
    an identifier for the resource with format {{filter}}.
    PasswordProtected string
    Match password-protected files. Valid values: any, yes.
    Protocols List<string>
    Protocols to apply with. Valid values: http, ftp.
    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.
    Profile string
    Profile.
    Action string
    Action taken for matched file. Valid values: log, block.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Comment string
    Comment.
    Direction string
    Match files transmitted in the session's originating or reply direction. Valid values: any, incoming, outgoing.
    Encryption string
    Encryption. Valid values: any, yes.
    FileTypes []string
    Select file type.
    Filter string
    Add a file filter.
    ObjectWebfilterProfileFilefilterEntriesId string
    an identifier for the resource with format {{filter}}.
    PasswordProtected string
    Match password-protected files. Valid values: any, yes.
    Protocols []string
    Protocols to apply with. Valid values: http, ftp.
    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.
    profile String
    Profile.
    action String
    Action taken for matched file. Valid values: log, block.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment String
    Comment.
    direction String
    Match files transmitted in the session's originating or reply direction. Valid values: any, incoming, outgoing.
    encryption String
    Encryption. Valid values: any, yes.
    fileTypes List<String>
    Select file type.
    filter String
    Add a file filter.
    objectWebfilterProfileFilefilterEntriesId String
    an identifier for the resource with format {{filter}}.
    passwordProtected String
    Match password-protected files. Valid values: any, yes.
    protocols List<String>
    Protocols to apply with. Valid values: http, ftp.
    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.
    profile string
    Profile.
    action string
    Action taken for matched file. Valid values: log, block.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment string
    Comment.
    direction string
    Match files transmitted in the session's originating or reply direction. Valid values: any, incoming, outgoing.
    encryption string
    Encryption. Valid values: any, yes.
    fileTypes string[]
    Select file type.
    filter string
    Add a file filter.
    objectWebfilterProfileFilefilterEntriesId string
    an identifier for the resource with format {{filter}}.
    passwordProtected string
    Match password-protected files. Valid values: any, yes.
    protocols string[]
    Protocols to apply with. Valid values: http, ftp.
    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.
    profile str
    Profile.
    action str
    Action taken for matched file. Valid values: log, block.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment str
    Comment.
    direction str
    Match files transmitted in the session's originating or reply direction. Valid values: any, incoming, outgoing.
    encryption str
    Encryption. Valid values: any, yes.
    file_types Sequence[str]
    Select file type.
    filter str
    Add a file filter.
    object_webfilter_profile_filefilter_entries_id str
    an identifier for the resource with format {{filter}}.
    password_protected str
    Match password-protected files. Valid values: any, yes.
    protocols Sequence[str]
    Protocols to apply with. Valid values: http, ftp.
    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.
    profile String
    Profile.
    action String
    Action taken for matched file. Valid values: log, block.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment String
    Comment.
    direction String
    Match files transmitted in the session's originating or reply direction. Valid values: any, incoming, outgoing.
    encryption String
    Encryption. Valid values: any, yes.
    fileTypes List<String>
    Select file type.
    filter String
    Add a file filter.
    objectWebfilterProfileFilefilterEntriesId String
    an identifier for the resource with format {{filter}}.
    passwordProtected String
    Match password-protected files. Valid values: any, yes.
    protocols List<String>
    Protocols to apply with. Valid values: http, ftp.
    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 ObjectWebfilterProfileFilefilterEntries 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 ObjectWebfilterProfileFilefilterEntries Resource

    Get an existing ObjectWebfilterProfileFilefilterEntries 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?: ObjectWebfilterProfileFilefilterEntriesState, opts?: CustomResourceOptions): ObjectWebfilterProfileFilefilterEntries
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            action: Optional[str] = None,
            adom: Optional[str] = None,
            comment: Optional[str] = None,
            direction: Optional[str] = None,
            encryption: Optional[str] = None,
            file_types: Optional[Sequence[str]] = None,
            filter: Optional[str] = None,
            object_webfilter_profile_filefilter_entries_id: Optional[str] = None,
            password_protected: Optional[str] = None,
            profile: Optional[str] = None,
            protocols: Optional[Sequence[str]] = None,
            scopetype: Optional[str] = None) -> ObjectWebfilterProfileFilefilterEntries
    func GetObjectWebfilterProfileFilefilterEntries(ctx *Context, name string, id IDInput, state *ObjectWebfilterProfileFilefilterEntriesState, opts ...ResourceOption) (*ObjectWebfilterProfileFilefilterEntries, error)
    public static ObjectWebfilterProfileFilefilterEntries Get(string name, Input<string> id, ObjectWebfilterProfileFilefilterEntriesState? state, CustomResourceOptions? opts = null)
    public static ObjectWebfilterProfileFilefilterEntries get(String name, Output<String> id, ObjectWebfilterProfileFilefilterEntriesState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectWebfilterProfileFilefilterEntries    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:
    Action string
    Action taken for matched file. Valid values: log, block.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Comment string
    Comment.
    Direction string
    Match files transmitted in the session's originating or reply direction. Valid values: any, incoming, outgoing.
    Encryption string
    Encryption. Valid values: any, yes.
    FileTypes List<string>
    Select file type.
    Filter string
    Add a file filter.
    ObjectWebfilterProfileFilefilterEntriesId string
    an identifier for the resource with format {{filter}}.
    PasswordProtected string
    Match password-protected files. Valid values: any, yes.
    Profile string
    Profile.
    Protocols List<string>
    Protocols to apply with. Valid values: http, ftp.
    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.
    Action string
    Action taken for matched file. Valid values: log, block.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Comment string
    Comment.
    Direction string
    Match files transmitted in the session's originating or reply direction. Valid values: any, incoming, outgoing.
    Encryption string
    Encryption. Valid values: any, yes.
    FileTypes []string
    Select file type.
    Filter string
    Add a file filter.
    ObjectWebfilterProfileFilefilterEntriesId string
    an identifier for the resource with format {{filter}}.
    PasswordProtected string
    Match password-protected files. Valid values: any, yes.
    Profile string
    Profile.
    Protocols []string
    Protocols to apply with. Valid values: http, ftp.
    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.
    action String
    Action taken for matched file. Valid values: log, block.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment String
    Comment.
    direction String
    Match files transmitted in the session's originating or reply direction. Valid values: any, incoming, outgoing.
    encryption String
    Encryption. Valid values: any, yes.
    fileTypes List<String>
    Select file type.
    filter String
    Add a file filter.
    objectWebfilterProfileFilefilterEntriesId String
    an identifier for the resource with format {{filter}}.
    passwordProtected String
    Match password-protected files. Valid values: any, yes.
    profile String
    Profile.
    protocols List<String>
    Protocols to apply with. Valid values: http, ftp.
    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.
    action string
    Action taken for matched file. Valid values: log, block.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment string
    Comment.
    direction string
    Match files transmitted in the session's originating or reply direction. Valid values: any, incoming, outgoing.
    encryption string
    Encryption. Valid values: any, yes.
    fileTypes string[]
    Select file type.
    filter string
    Add a file filter.
    objectWebfilterProfileFilefilterEntriesId string
    an identifier for the resource with format {{filter}}.
    passwordProtected string
    Match password-protected files. Valid values: any, yes.
    profile string
    Profile.
    protocols string[]
    Protocols to apply with. Valid values: http, ftp.
    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.
    action str
    Action taken for matched file. Valid values: log, block.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment str
    Comment.
    direction str
    Match files transmitted in the session's originating or reply direction. Valid values: any, incoming, outgoing.
    encryption str
    Encryption. Valid values: any, yes.
    file_types Sequence[str]
    Select file type.
    filter str
    Add a file filter.
    object_webfilter_profile_filefilter_entries_id str
    an identifier for the resource with format {{filter}}.
    password_protected str
    Match password-protected files. Valid values: any, yes.
    profile str
    Profile.
    protocols Sequence[str]
    Protocols to apply with. Valid values: http, ftp.
    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.
    action String
    Action taken for matched file. Valid values: log, block.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment String
    Comment.
    direction String
    Match files transmitted in the session's originating or reply direction. Valid values: any, incoming, outgoing.
    encryption String
    Encryption. Valid values: any, yes.
    fileTypes List<String>
    Select file type.
    filter String
    Add a file filter.
    objectWebfilterProfileFilefilterEntriesId String
    an identifier for the resource with format {{filter}}.
    passwordProtected String
    Match password-protected files. Valid values: any, yes.
    profile String
    Profile.
    protocols List<String>
    Protocols to apply with. Valid values: http, ftp.
    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 ProfileFileFilterEntries can be imported using any of these accepted formats:

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectWebfilterProfileFilefilterEntries:ObjectWebfilterProfileFilefilterEntries labelname {{filter}}
    

    $ 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