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

fortimanager.ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries

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_firewall_profileprotocoloptions_cifs_filefilter. Conflict and overwrite may occur if use both of them.

    Create ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries Resource

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

    Constructor syntax

    new ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries(name: string, args: ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries(resource_name: str,
                                                                  args: ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesArgs,
                                                                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries(resource_name: str,
                                                                  opts: Optional[ResourceOptions] = None,
                                                                  profile_protocol_options: Optional[str] = None,
                                                                  action: Optional[str] = None,
                                                                  adom: Optional[str] = None,
                                                                  comment: Optional[str] = None,
                                                                  direction: Optional[str] = None,
                                                                  file_types: Optional[Sequence[str]] = None,
                                                                  filter: Optional[str] = None,
                                                                  object_firewall_profileprotocoloptions_cifs_filefilter_entries_id: Optional[str] = None,
                                                                  protocols: Optional[Sequence[str]] = None,
                                                                  scopetype: Optional[str] = None)
    func NewObjectFirewallProfileprotocoloptionsCifsFilefilterEntries(ctx *Context, name string, args ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesArgs, opts ...ResourceOption) (*ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries, error)
    public ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries(string name, ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesArgs args, CustomResourceOptions? opts = null)
    public ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries(String name, ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesArgs args)
    public ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries(String name, ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries
    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 ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesArgs
    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 ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesArgs
    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 ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesArgs
    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 objectFirewallProfileprotocoloptionsCifsFilefilterEntriesResource = new Fortimanager.ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries("objectFirewallProfileprotocoloptionsCifsFilefilterEntriesResource", new()
    {
        ProfileProtocolOptions = "string",
        Action = "string",
        Adom = "string",
        Comment = "string",
        Direction = "string",
        FileTypes = new[]
        {
            "string",
        },
        Filter = "string",
        ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesId = "string",
        Protocols = new[]
        {
            "string",
        },
        Scopetype = "string",
    });
    
    example, err := fortimanager.NewObjectFirewallProfileprotocoloptionsCifsFilefilterEntries(ctx, "objectFirewallProfileprotocoloptionsCifsFilefilterEntriesResource", &fortimanager.ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesArgs{
    ProfileProtocolOptions: pulumi.String("string"),
    Action: pulumi.String("string"),
    Adom: pulumi.String("string"),
    Comment: pulumi.String("string"),
    Direction: pulumi.String("string"),
    FileTypes: pulumi.StringArray{
    pulumi.String("string"),
    },
    Filter: pulumi.String("string"),
    ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesId: pulumi.String("string"),
    Protocols: pulumi.StringArray{
    pulumi.String("string"),
    },
    Scopetype: pulumi.String("string"),
    })
    
    var objectFirewallProfileprotocoloptionsCifsFilefilterEntriesResource = new ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries("objectFirewallProfileprotocoloptionsCifsFilefilterEntriesResource", ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesArgs.builder()
        .profileProtocolOptions("string")
        .action("string")
        .adom("string")
        .comment("string")
        .direction("string")
        .fileTypes("string")
        .filter("string")
        .objectFirewallProfileprotocoloptionsCifsFilefilterEntriesId("string")
        .protocols("string")
        .scopetype("string")
        .build());
    
    object_firewall_profileprotocoloptions_cifs_filefilter_entries_resource = fortimanager.ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries("objectFirewallProfileprotocoloptionsCifsFilefilterEntriesResource",
        profile_protocol_options="string",
        action="string",
        adom="string",
        comment="string",
        direction="string",
        file_types=["string"],
        filter="string",
        object_firewall_profileprotocoloptions_cifs_filefilter_entries_id="string",
        protocols=["string"],
        scopetype="string")
    
    const objectFirewallProfileprotocoloptionsCifsFilefilterEntriesResource = new fortimanager.ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries("objectFirewallProfileprotocoloptionsCifsFilefilterEntriesResource", {
        profileProtocolOptions: "string",
        action: "string",
        adom: "string",
        comment: "string",
        direction: "string",
        fileTypes: ["string"],
        filter: "string",
        objectFirewallProfileprotocoloptionsCifsFilefilterEntriesId: "string",
        protocols: ["string"],
        scopetype: "string",
    });
    
    type: fortimanager:ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries
    properties:
        action: string
        adom: string
        comment: string
        direction: string
        fileTypes:
            - string
        filter: string
        objectFirewallProfileprotocoloptionsCifsFilefilterEntriesId: string
        profileProtocolOptions: string
        protocols:
            - string
        scopetype: string
    

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

    ProfileProtocolOptions string
    Profile Protocol Options.
    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.
    FileTypes List<string>
    Select file type.
    Filter string
    Add a file filter.
    ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesId string
    an identifier for the resource with format {{filter}}.
    Protocols List<string>
    Protocols to apply with. Valid values: cifs.
    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.
    ProfileProtocolOptions string
    Profile Protocol Options.
    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.
    FileTypes []string
    Select file type.
    Filter string
    Add a file filter.
    ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesId string
    an identifier for the resource with format {{filter}}.
    Protocols []string
    Protocols to apply with. Valid values: cifs.
    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.
    profileProtocolOptions String
    Profile Protocol Options.
    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.
    fileTypes List<String>
    Select file type.
    filter String
    Add a file filter.
    objectFirewallProfileprotocoloptionsCifsFilefilterEntriesId String
    an identifier for the resource with format {{filter}}.
    protocols List<String>
    Protocols to apply with. Valid values: cifs.
    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.
    profileProtocolOptions string
    Profile Protocol Options.
    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.
    fileTypes string[]
    Select file type.
    filter string
    Add a file filter.
    objectFirewallProfileprotocoloptionsCifsFilefilterEntriesId string
    an identifier for the resource with format {{filter}}.
    protocols string[]
    Protocols to apply with. Valid values: cifs.
    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_protocol_options str
    Profile Protocol Options.
    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.
    file_types Sequence[str]
    Select file type.
    filter str
    Add a file filter.
    object_firewall_profileprotocoloptions_cifs_filefilter_entries_id str
    an identifier for the resource with format {{filter}}.
    protocols Sequence[str]
    Protocols to apply with. Valid values: cifs.
    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.
    profileProtocolOptions String
    Profile Protocol Options.
    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.
    fileTypes List<String>
    Select file type.
    filter String
    Add a file filter.
    objectFirewallProfileprotocoloptionsCifsFilefilterEntriesId String
    an identifier for the resource with format {{filter}}.
    protocols List<String>
    Protocols to apply with. Valid values: cifs.
    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 ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries 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 ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries Resource

    Get an existing ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries 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?: ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesState, opts?: CustomResourceOptions): ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries
    @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,
            file_types: Optional[Sequence[str]] = None,
            filter: Optional[str] = None,
            object_firewall_profileprotocoloptions_cifs_filefilter_entries_id: Optional[str] = None,
            profile_protocol_options: Optional[str] = None,
            protocols: Optional[Sequence[str]] = None,
            scopetype: Optional[str] = None) -> ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries
    func GetObjectFirewallProfileprotocoloptionsCifsFilefilterEntries(ctx *Context, name string, id IDInput, state *ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesState, opts ...ResourceOption) (*ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries, error)
    public static ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries Get(string name, Input<string> id, ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesState? state, CustomResourceOptions? opts = null)
    public static ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries get(String name, Output<String> id, ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries    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.
    FileTypes List<string>
    Select file type.
    Filter string
    Add a file filter.
    ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesId string
    an identifier for the resource with format {{filter}}.
    ProfileProtocolOptions string
    Profile Protocol Options.
    Protocols List<string>
    Protocols to apply with. Valid values: cifs.
    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.
    FileTypes []string
    Select file type.
    Filter string
    Add a file filter.
    ObjectFirewallProfileprotocoloptionsCifsFilefilterEntriesId string
    an identifier for the resource with format {{filter}}.
    ProfileProtocolOptions string
    Profile Protocol Options.
    Protocols []string
    Protocols to apply with. Valid values: cifs.
    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.
    fileTypes List<String>
    Select file type.
    filter String
    Add a file filter.
    objectFirewallProfileprotocoloptionsCifsFilefilterEntriesId String
    an identifier for the resource with format {{filter}}.
    profileProtocolOptions String
    Profile Protocol Options.
    protocols List<String>
    Protocols to apply with. Valid values: cifs.
    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.
    fileTypes string[]
    Select file type.
    filter string
    Add a file filter.
    objectFirewallProfileprotocoloptionsCifsFilefilterEntriesId string
    an identifier for the resource with format {{filter}}.
    profileProtocolOptions string
    Profile Protocol Options.
    protocols string[]
    Protocols to apply with. Valid values: cifs.
    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.
    file_types Sequence[str]
    Select file type.
    filter str
    Add a file filter.
    object_firewall_profileprotocoloptions_cifs_filefilter_entries_id str
    an identifier for the resource with format {{filter}}.
    profile_protocol_options str
    Profile Protocol Options.
    protocols Sequence[str]
    Protocols to apply with. Valid values: cifs.
    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.
    fileTypes List<String>
    Select file type.
    filter String
    Add a file filter.
    objectFirewallProfileprotocoloptionsCifsFilefilterEntriesId String
    an identifier for the resource with format {{filter}}.
    profileProtocolOptions String
    Profile Protocol Options.
    protocols List<String>
    Protocols to apply with. Valid values: cifs.
    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

    ObjectFirewall ProfileProtocolOptionsCifsFileFilterEntries can be imported using any of these accepted formats:

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectFirewallProfileprotocoloptionsCifsFilefilterEntries:ObjectFirewallProfileprotocoloptionsCifsFilefilterEntries 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