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

fortimanager.ObjectSpamfilterProfile

Explore with Pulumi AI

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

    Configure AntiSpam profiles.

    The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

    • gmail: fortimanager_object_spamfilter_profile_gmail
    • imap: fortimanager_object_spamfilter_profile_imap
    • mapi: fortimanager_object_spamfilter_profile_mapi
    • msn_hotmail: fortimanager_object_spamfilter_profile_msnhotmail
    • pop3: fortimanager_object_spamfilter_profile_pop3
    • smtp: fortimanager_object_spamfilter_profile_smtp

    Create ObjectSpamfilterProfile Resource

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

    Constructor syntax

    new ObjectSpamfilterProfile(name: string, args?: ObjectSpamfilterProfileArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectSpamfilterProfile(resource_name: str,
                                args: Optional[ObjectSpamfilterProfileArgs] = None,
                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectSpamfilterProfile(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                adom: Optional[str] = None,
                                comment: Optional[str] = None,
                                external: Optional[str] = None,
                                flow_based: Optional[str] = None,
                                gmail: Optional[ObjectSpamfilterProfileGmailArgs] = None,
                                imap: Optional[ObjectSpamfilterProfileImapArgs] = None,
                                mapi: Optional[ObjectSpamfilterProfileMapiArgs] = None,
                                msn_hotmail: Optional[ObjectSpamfilterProfileMsnHotmailArgs] = None,
                                name: Optional[str] = None,
                                object_spamfilter_profile_id: Optional[str] = None,
                                options: Optional[Sequence[str]] = None,
                                pop3: Optional[ObjectSpamfilterProfilePop3Args] = None,
                                replacemsg_group: Optional[str] = None,
                                scopetype: Optional[str] = None,
                                smtp: Optional[ObjectSpamfilterProfileSmtpArgs] = None,
                                spam_bwl_table: Optional[str] = None,
                                spam_bword_table: Optional[str] = None,
                                spam_bword_threshold: Optional[float] = None,
                                spam_filtering: Optional[str] = None,
                                spam_iptrust_table: Optional[str] = None,
                                spam_log: Optional[str] = None,
                                spam_log_fortiguard_response: Optional[str] = None,
                                spam_mheader_table: Optional[str] = None,
                                spam_rbl_table: Optional[str] = None)
    func NewObjectSpamfilterProfile(ctx *Context, name string, args *ObjectSpamfilterProfileArgs, opts ...ResourceOption) (*ObjectSpamfilterProfile, error)
    public ObjectSpamfilterProfile(string name, ObjectSpamfilterProfileArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectSpamfilterProfile(String name, ObjectSpamfilterProfileArgs args)
    public ObjectSpamfilterProfile(String name, ObjectSpamfilterProfileArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectSpamfilterProfile
    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 ObjectSpamfilterProfileArgs
    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 ObjectSpamfilterProfileArgs
    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 ObjectSpamfilterProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectSpamfilterProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectSpamfilterProfileArgs
    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 objectSpamfilterProfileResource = new Fortimanager.ObjectSpamfilterProfile("objectSpamfilterProfileResource", new()
    {
        Adom = "string",
        Comment = "string",
        External = "string",
        FlowBased = "string",
        Gmail = new Fortimanager.Inputs.ObjectSpamfilterProfileGmailArgs
        {
            Log = "string",
        },
        Imap = new Fortimanager.Inputs.ObjectSpamfilterProfileImapArgs
        {
            Action = "string",
            Log = "string",
            TagMsg = "string",
            TagTypes = new[]
            {
                "string",
            },
        },
        Mapi = new Fortimanager.Inputs.ObjectSpamfilterProfileMapiArgs
        {
            Action = "string",
            Log = "string",
        },
        MsnHotmail = new Fortimanager.Inputs.ObjectSpamfilterProfileMsnHotmailArgs
        {
            Log = "string",
        },
        Name = "string",
        ObjectSpamfilterProfileId = "string",
        Options = new[]
        {
            "string",
        },
        Pop3 = new Fortimanager.Inputs.ObjectSpamfilterProfilePop3Args
        {
            Action = "string",
            Log = "string",
            TagMsg = "string",
            TagTypes = new[]
            {
                "string",
            },
        },
        ReplacemsgGroup = "string",
        Scopetype = "string",
        Smtp = new Fortimanager.Inputs.ObjectSpamfilterProfileSmtpArgs
        {
            Action = "string",
            Hdrip = "string",
            LocalOverride = "string",
            Log = "string",
            TagMsg = "string",
            TagTypes = new[]
            {
                "string",
            },
        },
        SpamBwlTable = "string",
        SpamBwordTable = "string",
        SpamBwordThreshold = 0,
        SpamFiltering = "string",
        SpamIptrustTable = "string",
        SpamLog = "string",
        SpamLogFortiguardResponse = "string",
        SpamMheaderTable = "string",
        SpamRblTable = "string",
    });
    
    example, err := fortimanager.NewObjectSpamfilterProfile(ctx, "objectSpamfilterProfileResource", &fortimanager.ObjectSpamfilterProfileArgs{
    Adom: pulumi.String("string"),
    Comment: pulumi.String("string"),
    External: pulumi.String("string"),
    FlowBased: pulumi.String("string"),
    Gmail: &.ObjectSpamfilterProfileGmailArgs{
    Log: pulumi.String("string"),
    },
    Imap: &.ObjectSpamfilterProfileImapArgs{
    Action: pulumi.String("string"),
    Log: pulumi.String("string"),
    TagMsg: pulumi.String("string"),
    TagTypes: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    Mapi: &.ObjectSpamfilterProfileMapiArgs{
    Action: pulumi.String("string"),
    Log: pulumi.String("string"),
    },
    MsnHotmail: &.ObjectSpamfilterProfileMsnHotmailArgs{
    Log: pulumi.String("string"),
    },
    Name: pulumi.String("string"),
    ObjectSpamfilterProfileId: pulumi.String("string"),
    Options: pulumi.StringArray{
    pulumi.String("string"),
    },
    Pop3: &.ObjectSpamfilterProfilePop3Args{
    Action: pulumi.String("string"),
    Log: pulumi.String("string"),
    TagMsg: pulumi.String("string"),
    TagTypes: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    ReplacemsgGroup: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    Smtp: &.ObjectSpamfilterProfileSmtpArgs{
    Action: pulumi.String("string"),
    Hdrip: pulumi.String("string"),
    LocalOverride: pulumi.String("string"),
    Log: pulumi.String("string"),
    TagMsg: pulumi.String("string"),
    TagTypes: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    SpamBwlTable: pulumi.String("string"),
    SpamBwordTable: pulumi.String("string"),
    SpamBwordThreshold: pulumi.Float64(0),
    SpamFiltering: pulumi.String("string"),
    SpamIptrustTable: pulumi.String("string"),
    SpamLog: pulumi.String("string"),
    SpamLogFortiguardResponse: pulumi.String("string"),
    SpamMheaderTable: pulumi.String("string"),
    SpamRblTable: pulumi.String("string"),
    })
    
    var objectSpamfilterProfileResource = new ObjectSpamfilterProfile("objectSpamfilterProfileResource", ObjectSpamfilterProfileArgs.builder()
        .adom("string")
        .comment("string")
        .external("string")
        .flowBased("string")
        .gmail(ObjectSpamfilterProfileGmailArgs.builder()
            .log("string")
            .build())
        .imap(ObjectSpamfilterProfileImapArgs.builder()
            .action("string")
            .log("string")
            .tagMsg("string")
            .tagTypes("string")
            .build())
        .mapi(ObjectSpamfilterProfileMapiArgs.builder()
            .action("string")
            .log("string")
            .build())
        .msnHotmail(ObjectSpamfilterProfileMsnHotmailArgs.builder()
            .log("string")
            .build())
        .name("string")
        .objectSpamfilterProfileId("string")
        .options("string")
        .pop3(ObjectSpamfilterProfilePop3Args.builder()
            .action("string")
            .log("string")
            .tagMsg("string")
            .tagTypes("string")
            .build())
        .replacemsgGroup("string")
        .scopetype("string")
        .smtp(ObjectSpamfilterProfileSmtpArgs.builder()
            .action("string")
            .hdrip("string")
            .localOverride("string")
            .log("string")
            .tagMsg("string")
            .tagTypes("string")
            .build())
        .spamBwlTable("string")
        .spamBwordTable("string")
        .spamBwordThreshold(0)
        .spamFiltering("string")
        .spamIptrustTable("string")
        .spamLog("string")
        .spamLogFortiguardResponse("string")
        .spamMheaderTable("string")
        .spamRblTable("string")
        .build());
    
    object_spamfilter_profile_resource = fortimanager.ObjectSpamfilterProfile("objectSpamfilterProfileResource",
        adom="string",
        comment="string",
        external="string",
        flow_based="string",
        gmail={
            "log": "string",
        },
        imap={
            "action": "string",
            "log": "string",
            "tag_msg": "string",
            "tag_types": ["string"],
        },
        mapi={
            "action": "string",
            "log": "string",
        },
        msn_hotmail={
            "log": "string",
        },
        name="string",
        object_spamfilter_profile_id="string",
        options=["string"],
        pop3={
            "action": "string",
            "log": "string",
            "tag_msg": "string",
            "tag_types": ["string"],
        },
        replacemsg_group="string",
        scopetype="string",
        smtp={
            "action": "string",
            "hdrip": "string",
            "local_override": "string",
            "log": "string",
            "tag_msg": "string",
            "tag_types": ["string"],
        },
        spam_bwl_table="string",
        spam_bword_table="string",
        spam_bword_threshold=0,
        spam_filtering="string",
        spam_iptrust_table="string",
        spam_log="string",
        spam_log_fortiguard_response="string",
        spam_mheader_table="string",
        spam_rbl_table="string")
    
    const objectSpamfilterProfileResource = new fortimanager.ObjectSpamfilterProfile("objectSpamfilterProfileResource", {
        adom: "string",
        comment: "string",
        external: "string",
        flowBased: "string",
        gmail: {
            log: "string",
        },
        imap: {
            action: "string",
            log: "string",
            tagMsg: "string",
            tagTypes: ["string"],
        },
        mapi: {
            action: "string",
            log: "string",
        },
        msnHotmail: {
            log: "string",
        },
        name: "string",
        objectSpamfilterProfileId: "string",
        options: ["string"],
        pop3: {
            action: "string",
            log: "string",
            tagMsg: "string",
            tagTypes: ["string"],
        },
        replacemsgGroup: "string",
        scopetype: "string",
        smtp: {
            action: "string",
            hdrip: "string",
            localOverride: "string",
            log: "string",
            tagMsg: "string",
            tagTypes: ["string"],
        },
        spamBwlTable: "string",
        spamBwordTable: "string",
        spamBwordThreshold: 0,
        spamFiltering: "string",
        spamIptrustTable: "string",
        spamLog: "string",
        spamLogFortiguardResponse: "string",
        spamMheaderTable: "string",
        spamRblTable: "string",
    });
    
    type: fortimanager:ObjectSpamfilterProfile
    properties:
        adom: string
        comment: string
        external: string
        flowBased: string
        gmail:
            log: string
        imap:
            action: string
            log: string
            tagMsg: string
            tagTypes:
                - string
        mapi:
            action: string
            log: string
        msnHotmail:
            log: string
        name: string
        objectSpamfilterProfileId: string
        options:
            - string
        pop3:
            action: string
            log: string
            tagMsg: string
            tagTypes:
                - string
        replacemsgGroup: string
        scopetype: string
        smtp:
            action: string
            hdrip: string
            localOverride: string
            log: string
            tagMsg: string
            tagTypes:
                - string
        spamBwlTable: string
        spamBwordTable: string
        spamBwordThreshold: 0
        spamFiltering: string
        spamIptrustTable: string
        spamLog: string
        spamLogFortiguardResponse: string
        spamMheaderTable: string
        spamRblTable: string
    

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

    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.
    External string
    Enable/disable external Email inspection. Valid values: disable, enable.
    FlowBased string
    Enable/disable flow-based spam filtering. Valid values: disable, enable.
    Gmail ObjectSpamfilterProfileGmail
    Gmail. The structure of gmail block is documented below.
    Imap ObjectSpamfilterProfileImap
    Imap. The structure of imap block is documented below.
    Mapi ObjectSpamfilterProfileMapi
    Mapi. The structure of mapi block is documented below.
    MsnHotmail ObjectSpamfilterProfileMsnHotmail
    Msn-Hotmail. The structure of msn_hotmail block is documented below.
    Name string
    Profile name.
    ObjectSpamfilterProfileId string
    an identifier for the resource with format {{name}}.
    Options List<string>
    Options. Valid values: bannedword, spamemailbwl, spamfsip, spamfssubmit, spamfschksum, spamfsurl, spamhelodns, spamipbwl, spamraddrdns, spamrbl, spamhdrcheck, spamfsphish, spambwl.
    Pop3 ObjectSpamfilterProfilePop3
    Pop3. The structure of pop3 block is documented below.
    ReplacemsgGroup string
    Replacement message group.
    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.
    Smtp ObjectSpamfilterProfileSmtp
    Smtp. The structure of smtp block is documented below.
    SpamBwlTable string
    Anti-spam black/white list table ID.
    SpamBwordTable string
    Anti-spam banned word table ID.
    SpamBwordThreshold double
    Spam banned word threshold.
    SpamFiltering string
    Enable/disable spam filtering. Valid values: disable, enable.
    SpamIptrustTable string
    Anti-spam IP trust table ID.
    SpamLog string
    Enable/disable spam logging for email filtering. Valid values: disable, enable.
    SpamLogFortiguardResponse string
    Enable/disable logging FortiGuard spam response. Valid values: disable, enable.
    SpamMheaderTable string
    Anti-spam MIME header table ID.
    SpamRblTable string
    Anti-spam DNSBL table ID.
    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.
    External string
    Enable/disable external Email inspection. Valid values: disable, enable.
    FlowBased string
    Enable/disable flow-based spam filtering. Valid values: disable, enable.
    Gmail ObjectSpamfilterProfileGmailArgs
    Gmail. The structure of gmail block is documented below.
    Imap ObjectSpamfilterProfileImapArgs
    Imap. The structure of imap block is documented below.
    Mapi ObjectSpamfilterProfileMapiArgs
    Mapi. The structure of mapi block is documented below.
    MsnHotmail ObjectSpamfilterProfileMsnHotmailArgs
    Msn-Hotmail. The structure of msn_hotmail block is documented below.
    Name string
    Profile name.
    ObjectSpamfilterProfileId string
    an identifier for the resource with format {{name}}.
    Options []string
    Options. Valid values: bannedword, spamemailbwl, spamfsip, spamfssubmit, spamfschksum, spamfsurl, spamhelodns, spamipbwl, spamraddrdns, spamrbl, spamhdrcheck, spamfsphish, spambwl.
    Pop3 ObjectSpamfilterProfilePop3Args
    Pop3. The structure of pop3 block is documented below.
    ReplacemsgGroup string
    Replacement message group.
    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.
    Smtp ObjectSpamfilterProfileSmtpArgs
    Smtp. The structure of smtp block is documented below.
    SpamBwlTable string
    Anti-spam black/white list table ID.
    SpamBwordTable string
    Anti-spam banned word table ID.
    SpamBwordThreshold float64
    Spam banned word threshold.
    SpamFiltering string
    Enable/disable spam filtering. Valid values: disable, enable.
    SpamIptrustTable string
    Anti-spam IP trust table ID.
    SpamLog string
    Enable/disable spam logging for email filtering. Valid values: disable, enable.
    SpamLogFortiguardResponse string
    Enable/disable logging FortiGuard spam response. Valid values: disable, enable.
    SpamMheaderTable string
    Anti-spam MIME header table ID.
    SpamRblTable string
    Anti-spam DNSBL table ID.
    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.
    external String
    Enable/disable external Email inspection. Valid values: disable, enable.
    flowBased String
    Enable/disable flow-based spam filtering. Valid values: disable, enable.
    gmail ObjectSpamfilterProfileGmail
    Gmail. The structure of gmail block is documented below.
    imap ObjectSpamfilterProfileImap
    Imap. The structure of imap block is documented below.
    mapi ObjectSpamfilterProfileMapi
    Mapi. The structure of mapi block is documented below.
    msnHotmail ObjectSpamfilterProfileMsnHotmail
    Msn-Hotmail. The structure of msn_hotmail block is documented below.
    name String
    Profile name.
    objectSpamfilterProfileId String
    an identifier for the resource with format {{name}}.
    options List<String>
    Options. Valid values: bannedword, spamemailbwl, spamfsip, spamfssubmit, spamfschksum, spamfsurl, spamhelodns, spamipbwl, spamraddrdns, spamrbl, spamhdrcheck, spamfsphish, spambwl.
    pop3 ObjectSpamfilterProfilePop3
    Pop3. The structure of pop3 block is documented below.
    replacemsgGroup String
    Replacement message group.
    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.
    smtp ObjectSpamfilterProfileSmtp
    Smtp. The structure of smtp block is documented below.
    spamBwlTable String
    Anti-spam black/white list table ID.
    spamBwordTable String
    Anti-spam banned word table ID.
    spamBwordThreshold Double
    Spam banned word threshold.
    spamFiltering String
    Enable/disable spam filtering. Valid values: disable, enable.
    spamIptrustTable String
    Anti-spam IP trust table ID.
    spamLog String
    Enable/disable spam logging for email filtering. Valid values: disable, enable.
    spamLogFortiguardResponse String
    Enable/disable logging FortiGuard spam response. Valid values: disable, enable.
    spamMheaderTable String
    Anti-spam MIME header table ID.
    spamRblTable String
    Anti-spam DNSBL table ID.
    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.
    external string
    Enable/disable external Email inspection. Valid values: disable, enable.
    flowBased string
    Enable/disable flow-based spam filtering. Valid values: disable, enable.
    gmail ObjectSpamfilterProfileGmail
    Gmail. The structure of gmail block is documented below.
    imap ObjectSpamfilterProfileImap
    Imap. The structure of imap block is documented below.
    mapi ObjectSpamfilterProfileMapi
    Mapi. The structure of mapi block is documented below.
    msnHotmail ObjectSpamfilterProfileMsnHotmail
    Msn-Hotmail. The structure of msn_hotmail block is documented below.
    name string
    Profile name.
    objectSpamfilterProfileId string
    an identifier for the resource with format {{name}}.
    options string[]
    Options. Valid values: bannedword, spamemailbwl, spamfsip, spamfssubmit, spamfschksum, spamfsurl, spamhelodns, spamipbwl, spamraddrdns, spamrbl, spamhdrcheck, spamfsphish, spambwl.
    pop3 ObjectSpamfilterProfilePop3
    Pop3. The structure of pop3 block is documented below.
    replacemsgGroup string
    Replacement message group.
    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.
    smtp ObjectSpamfilterProfileSmtp
    Smtp. The structure of smtp block is documented below.
    spamBwlTable string
    Anti-spam black/white list table ID.
    spamBwordTable string
    Anti-spam banned word table ID.
    spamBwordThreshold number
    Spam banned word threshold.
    spamFiltering string
    Enable/disable spam filtering. Valid values: disable, enable.
    spamIptrustTable string
    Anti-spam IP trust table ID.
    spamLog string
    Enable/disable spam logging for email filtering. Valid values: disable, enable.
    spamLogFortiguardResponse string
    Enable/disable logging FortiGuard spam response. Valid values: disable, enable.
    spamMheaderTable string
    Anti-spam MIME header table ID.
    spamRblTable string
    Anti-spam DNSBL table ID.
    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.
    external str
    Enable/disable external Email inspection. Valid values: disable, enable.
    flow_based str
    Enable/disable flow-based spam filtering. Valid values: disable, enable.
    gmail ObjectSpamfilterProfileGmailArgs
    Gmail. The structure of gmail block is documented below.
    imap ObjectSpamfilterProfileImapArgs
    Imap. The structure of imap block is documented below.
    mapi ObjectSpamfilterProfileMapiArgs
    Mapi. The structure of mapi block is documented below.
    msn_hotmail ObjectSpamfilterProfileMsnHotmailArgs
    Msn-Hotmail. The structure of msn_hotmail block is documented below.
    name str
    Profile name.
    object_spamfilter_profile_id str
    an identifier for the resource with format {{name}}.
    options Sequence[str]
    Options. Valid values: bannedword, spamemailbwl, spamfsip, spamfssubmit, spamfschksum, spamfsurl, spamhelodns, spamipbwl, spamraddrdns, spamrbl, spamhdrcheck, spamfsphish, spambwl.
    pop3 ObjectSpamfilterProfilePop3Args
    Pop3. The structure of pop3 block is documented below.
    replacemsg_group str
    Replacement message group.
    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.
    smtp ObjectSpamfilterProfileSmtpArgs
    Smtp. The structure of smtp block is documented below.
    spam_bwl_table str
    Anti-spam black/white list table ID.
    spam_bword_table str
    Anti-spam banned word table ID.
    spam_bword_threshold float
    Spam banned word threshold.
    spam_filtering str
    Enable/disable spam filtering. Valid values: disable, enable.
    spam_iptrust_table str
    Anti-spam IP trust table ID.
    spam_log str
    Enable/disable spam logging for email filtering. Valid values: disable, enable.
    spam_log_fortiguard_response str
    Enable/disable logging FortiGuard spam response. Valid values: disable, enable.
    spam_mheader_table str
    Anti-spam MIME header table ID.
    spam_rbl_table str
    Anti-spam DNSBL table ID.
    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.
    external String
    Enable/disable external Email inspection. Valid values: disable, enable.
    flowBased String
    Enable/disable flow-based spam filtering. Valid values: disable, enable.
    gmail Property Map
    Gmail. The structure of gmail block is documented below.
    imap Property Map
    Imap. The structure of imap block is documented below.
    mapi Property Map
    Mapi. The structure of mapi block is documented below.
    msnHotmail Property Map
    Msn-Hotmail. The structure of msn_hotmail block is documented below.
    name String
    Profile name.
    objectSpamfilterProfileId String
    an identifier for the resource with format {{name}}.
    options List<String>
    Options. Valid values: bannedword, spamemailbwl, spamfsip, spamfssubmit, spamfschksum, spamfsurl, spamhelodns, spamipbwl, spamraddrdns, spamrbl, spamhdrcheck, spamfsphish, spambwl.
    pop3 Property Map
    Pop3. The structure of pop3 block is documented below.
    replacemsgGroup String
    Replacement message group.
    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.
    smtp Property Map
    Smtp. The structure of smtp block is documented below.
    spamBwlTable String
    Anti-spam black/white list table ID.
    spamBwordTable String
    Anti-spam banned word table ID.
    spamBwordThreshold Number
    Spam banned word threshold.
    spamFiltering String
    Enable/disable spam filtering. Valid values: disable, enable.
    spamIptrustTable String
    Anti-spam IP trust table ID.
    spamLog String
    Enable/disable spam logging for email filtering. Valid values: disable, enable.
    spamLogFortiguardResponse String
    Enable/disable logging FortiGuard spam response. Valid values: disable, enable.
    spamMheaderTable String
    Anti-spam MIME header table ID.
    spamRblTable String
    Anti-spam DNSBL table ID.

    Outputs

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

    Get an existing ObjectSpamfilterProfile 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?: ObjectSpamfilterProfileState, opts?: CustomResourceOptions): ObjectSpamfilterProfile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            comment: Optional[str] = None,
            external: Optional[str] = None,
            flow_based: Optional[str] = None,
            gmail: Optional[ObjectSpamfilterProfileGmailArgs] = None,
            imap: Optional[ObjectSpamfilterProfileImapArgs] = None,
            mapi: Optional[ObjectSpamfilterProfileMapiArgs] = None,
            msn_hotmail: Optional[ObjectSpamfilterProfileMsnHotmailArgs] = None,
            name: Optional[str] = None,
            object_spamfilter_profile_id: Optional[str] = None,
            options: Optional[Sequence[str]] = None,
            pop3: Optional[ObjectSpamfilterProfilePop3Args] = None,
            replacemsg_group: Optional[str] = None,
            scopetype: Optional[str] = None,
            smtp: Optional[ObjectSpamfilterProfileSmtpArgs] = None,
            spam_bwl_table: Optional[str] = None,
            spam_bword_table: Optional[str] = None,
            spam_bword_threshold: Optional[float] = None,
            spam_filtering: Optional[str] = None,
            spam_iptrust_table: Optional[str] = None,
            spam_log: Optional[str] = None,
            spam_log_fortiguard_response: Optional[str] = None,
            spam_mheader_table: Optional[str] = None,
            spam_rbl_table: Optional[str] = None) -> ObjectSpamfilterProfile
    func GetObjectSpamfilterProfile(ctx *Context, name string, id IDInput, state *ObjectSpamfilterProfileState, opts ...ResourceOption) (*ObjectSpamfilterProfile, error)
    public static ObjectSpamfilterProfile Get(string name, Input<string> id, ObjectSpamfilterProfileState? state, CustomResourceOptions? opts = null)
    public static ObjectSpamfilterProfile get(String name, Output<String> id, ObjectSpamfilterProfileState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectSpamfilterProfile    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.
    Comment string
    Comment.
    External string
    Enable/disable external Email inspection. Valid values: disable, enable.
    FlowBased string
    Enable/disable flow-based spam filtering. Valid values: disable, enable.
    Gmail ObjectSpamfilterProfileGmail
    Gmail. The structure of gmail block is documented below.
    Imap ObjectSpamfilterProfileImap
    Imap. The structure of imap block is documented below.
    Mapi ObjectSpamfilterProfileMapi
    Mapi. The structure of mapi block is documented below.
    MsnHotmail ObjectSpamfilterProfileMsnHotmail
    Msn-Hotmail. The structure of msn_hotmail block is documented below.
    Name string
    Profile name.
    ObjectSpamfilterProfileId string
    an identifier for the resource with format {{name}}.
    Options List<string>
    Options. Valid values: bannedword, spamemailbwl, spamfsip, spamfssubmit, spamfschksum, spamfsurl, spamhelodns, spamipbwl, spamraddrdns, spamrbl, spamhdrcheck, spamfsphish, spambwl.
    Pop3 ObjectSpamfilterProfilePop3
    Pop3. The structure of pop3 block is documented below.
    ReplacemsgGroup string
    Replacement message group.
    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.
    Smtp ObjectSpamfilterProfileSmtp
    Smtp. The structure of smtp block is documented below.
    SpamBwlTable string
    Anti-spam black/white list table ID.
    SpamBwordTable string
    Anti-spam banned word table ID.
    SpamBwordThreshold double
    Spam banned word threshold.
    SpamFiltering string
    Enable/disable spam filtering. Valid values: disable, enable.
    SpamIptrustTable string
    Anti-spam IP trust table ID.
    SpamLog string
    Enable/disable spam logging for email filtering. Valid values: disable, enable.
    SpamLogFortiguardResponse string
    Enable/disable logging FortiGuard spam response. Valid values: disable, enable.
    SpamMheaderTable string
    Anti-spam MIME header table ID.
    SpamRblTable string
    Anti-spam DNSBL table ID.
    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.
    External string
    Enable/disable external Email inspection. Valid values: disable, enable.
    FlowBased string
    Enable/disable flow-based spam filtering. Valid values: disable, enable.
    Gmail ObjectSpamfilterProfileGmailArgs
    Gmail. The structure of gmail block is documented below.
    Imap ObjectSpamfilterProfileImapArgs
    Imap. The structure of imap block is documented below.
    Mapi ObjectSpamfilterProfileMapiArgs
    Mapi. The structure of mapi block is documented below.
    MsnHotmail ObjectSpamfilterProfileMsnHotmailArgs
    Msn-Hotmail. The structure of msn_hotmail block is documented below.
    Name string
    Profile name.
    ObjectSpamfilterProfileId string
    an identifier for the resource with format {{name}}.
    Options []string
    Options. Valid values: bannedword, spamemailbwl, spamfsip, spamfssubmit, spamfschksum, spamfsurl, spamhelodns, spamipbwl, spamraddrdns, spamrbl, spamhdrcheck, spamfsphish, spambwl.
    Pop3 ObjectSpamfilterProfilePop3Args
    Pop3. The structure of pop3 block is documented below.
    ReplacemsgGroup string
    Replacement message group.
    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.
    Smtp ObjectSpamfilterProfileSmtpArgs
    Smtp. The structure of smtp block is documented below.
    SpamBwlTable string
    Anti-spam black/white list table ID.
    SpamBwordTable string
    Anti-spam banned word table ID.
    SpamBwordThreshold float64
    Spam banned word threshold.
    SpamFiltering string
    Enable/disable spam filtering. Valid values: disable, enable.
    SpamIptrustTable string
    Anti-spam IP trust table ID.
    SpamLog string
    Enable/disable spam logging for email filtering. Valid values: disable, enable.
    SpamLogFortiguardResponse string
    Enable/disable logging FortiGuard spam response. Valid values: disable, enable.
    SpamMheaderTable string
    Anti-spam MIME header table ID.
    SpamRblTable string
    Anti-spam DNSBL table ID.
    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.
    external String
    Enable/disable external Email inspection. Valid values: disable, enable.
    flowBased String
    Enable/disable flow-based spam filtering. Valid values: disable, enable.
    gmail ObjectSpamfilterProfileGmail
    Gmail. The structure of gmail block is documented below.
    imap ObjectSpamfilterProfileImap
    Imap. The structure of imap block is documented below.
    mapi ObjectSpamfilterProfileMapi
    Mapi. The structure of mapi block is documented below.
    msnHotmail ObjectSpamfilterProfileMsnHotmail
    Msn-Hotmail. The structure of msn_hotmail block is documented below.
    name String
    Profile name.
    objectSpamfilterProfileId String
    an identifier for the resource with format {{name}}.
    options List<String>
    Options. Valid values: bannedword, spamemailbwl, spamfsip, spamfssubmit, spamfschksum, spamfsurl, spamhelodns, spamipbwl, spamraddrdns, spamrbl, spamhdrcheck, spamfsphish, spambwl.
    pop3 ObjectSpamfilterProfilePop3
    Pop3. The structure of pop3 block is documented below.
    replacemsgGroup String
    Replacement message group.
    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.
    smtp ObjectSpamfilterProfileSmtp
    Smtp. The structure of smtp block is documented below.
    spamBwlTable String
    Anti-spam black/white list table ID.
    spamBwordTable String
    Anti-spam banned word table ID.
    spamBwordThreshold Double
    Spam banned word threshold.
    spamFiltering String
    Enable/disable spam filtering. Valid values: disable, enable.
    spamIptrustTable String
    Anti-spam IP trust table ID.
    spamLog String
    Enable/disable spam logging for email filtering. Valid values: disable, enable.
    spamLogFortiguardResponse String
    Enable/disable logging FortiGuard spam response. Valid values: disable, enable.
    spamMheaderTable String
    Anti-spam MIME header table ID.
    spamRblTable String
    Anti-spam DNSBL table ID.
    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.
    external string
    Enable/disable external Email inspection. Valid values: disable, enable.
    flowBased string
    Enable/disable flow-based spam filtering. Valid values: disable, enable.
    gmail ObjectSpamfilterProfileGmail
    Gmail. The structure of gmail block is documented below.
    imap ObjectSpamfilterProfileImap
    Imap. The structure of imap block is documented below.
    mapi ObjectSpamfilterProfileMapi
    Mapi. The structure of mapi block is documented below.
    msnHotmail ObjectSpamfilterProfileMsnHotmail
    Msn-Hotmail. The structure of msn_hotmail block is documented below.
    name string
    Profile name.
    objectSpamfilterProfileId string
    an identifier for the resource with format {{name}}.
    options string[]
    Options. Valid values: bannedword, spamemailbwl, spamfsip, spamfssubmit, spamfschksum, spamfsurl, spamhelodns, spamipbwl, spamraddrdns, spamrbl, spamhdrcheck, spamfsphish, spambwl.
    pop3 ObjectSpamfilterProfilePop3
    Pop3. The structure of pop3 block is documented below.
    replacemsgGroup string
    Replacement message group.
    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.
    smtp ObjectSpamfilterProfileSmtp
    Smtp. The structure of smtp block is documented below.
    spamBwlTable string
    Anti-spam black/white list table ID.
    spamBwordTable string
    Anti-spam banned word table ID.
    spamBwordThreshold number
    Spam banned word threshold.
    spamFiltering string
    Enable/disable spam filtering. Valid values: disable, enable.
    spamIptrustTable string
    Anti-spam IP trust table ID.
    spamLog string
    Enable/disable spam logging for email filtering. Valid values: disable, enable.
    spamLogFortiguardResponse string
    Enable/disable logging FortiGuard spam response. Valid values: disable, enable.
    spamMheaderTable string
    Anti-spam MIME header table ID.
    spamRblTable string
    Anti-spam DNSBL table ID.
    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.
    external str
    Enable/disable external Email inspection. Valid values: disable, enable.
    flow_based str
    Enable/disable flow-based spam filtering. Valid values: disable, enable.
    gmail ObjectSpamfilterProfileGmailArgs
    Gmail. The structure of gmail block is documented below.
    imap ObjectSpamfilterProfileImapArgs
    Imap. The structure of imap block is documented below.
    mapi ObjectSpamfilterProfileMapiArgs
    Mapi. The structure of mapi block is documented below.
    msn_hotmail ObjectSpamfilterProfileMsnHotmailArgs
    Msn-Hotmail. The structure of msn_hotmail block is documented below.
    name str
    Profile name.
    object_spamfilter_profile_id str
    an identifier for the resource with format {{name}}.
    options Sequence[str]
    Options. Valid values: bannedword, spamemailbwl, spamfsip, spamfssubmit, spamfschksum, spamfsurl, spamhelodns, spamipbwl, spamraddrdns, spamrbl, spamhdrcheck, spamfsphish, spambwl.
    pop3 ObjectSpamfilterProfilePop3Args
    Pop3. The structure of pop3 block is documented below.
    replacemsg_group str
    Replacement message group.
    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.
    smtp ObjectSpamfilterProfileSmtpArgs
    Smtp. The structure of smtp block is documented below.
    spam_bwl_table str
    Anti-spam black/white list table ID.
    spam_bword_table str
    Anti-spam banned word table ID.
    spam_bword_threshold float
    Spam banned word threshold.
    spam_filtering str
    Enable/disable spam filtering. Valid values: disable, enable.
    spam_iptrust_table str
    Anti-spam IP trust table ID.
    spam_log str
    Enable/disable spam logging for email filtering. Valid values: disable, enable.
    spam_log_fortiguard_response str
    Enable/disable logging FortiGuard spam response. Valid values: disable, enable.
    spam_mheader_table str
    Anti-spam MIME header table ID.
    spam_rbl_table str
    Anti-spam DNSBL table ID.
    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.
    external String
    Enable/disable external Email inspection. Valid values: disable, enable.
    flowBased String
    Enable/disable flow-based spam filtering. Valid values: disable, enable.
    gmail Property Map
    Gmail. The structure of gmail block is documented below.
    imap Property Map
    Imap. The structure of imap block is documented below.
    mapi Property Map
    Mapi. The structure of mapi block is documented below.
    msnHotmail Property Map
    Msn-Hotmail. The structure of msn_hotmail block is documented below.
    name String
    Profile name.
    objectSpamfilterProfileId String
    an identifier for the resource with format {{name}}.
    options List<String>
    Options. Valid values: bannedword, spamemailbwl, spamfsip, spamfssubmit, spamfschksum, spamfsurl, spamhelodns, spamipbwl, spamraddrdns, spamrbl, spamhdrcheck, spamfsphish, spambwl.
    pop3 Property Map
    Pop3. The structure of pop3 block is documented below.
    replacemsgGroup String
    Replacement message group.
    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.
    smtp Property Map
    Smtp. The structure of smtp block is documented below.
    spamBwlTable String
    Anti-spam black/white list table ID.
    spamBwordTable String
    Anti-spam banned word table ID.
    spamBwordThreshold Number
    Spam banned word threshold.
    spamFiltering String
    Enable/disable spam filtering. Valid values: disable, enable.
    spamIptrustTable String
    Anti-spam IP trust table ID.
    spamLog String
    Enable/disable spam logging for email filtering. Valid values: disable, enable.
    spamLogFortiguardResponse String
    Enable/disable logging FortiGuard spam response. Valid values: disable, enable.
    spamMheaderTable String
    Anti-spam MIME header table ID.
    spamRblTable String
    Anti-spam DNSBL table ID.

    Supporting Types

    ObjectSpamfilterProfileGmail, ObjectSpamfilterProfileGmailArgs

    Log string
    Enable/disable logging. Valid values: disable, enable.
    Log string
    Enable/disable logging. Valid values: disable, enable.
    log String
    Enable/disable logging. Valid values: disable, enable.
    log string
    Enable/disable logging. Valid values: disable, enable.
    log str
    Enable/disable logging. Valid values: disable, enable.
    log String
    Enable/disable logging. Valid values: disable, enable.

    ObjectSpamfilterProfileImap, ObjectSpamfilterProfileImapArgs

    Action string
    Action for spam email. Valid values: pass, tag.
    Log string
    Enable/disable logging. Valid values: disable, enable.
    TagMsg string
    Subject text or header added to spam email.
    TagTypes List<string>
    Tag subject or header for spam email. Valid values: subject, header, spaminfo.
    Action string
    Action for spam email. Valid values: pass, tag.
    Log string
    Enable/disable logging. Valid values: disable, enable.
    TagMsg string
    Subject text or header added to spam email.
    TagTypes []string
    Tag subject or header for spam email. Valid values: subject, header, spaminfo.
    action String
    Action for spam email. Valid values: pass, tag.
    log String
    Enable/disable logging. Valid values: disable, enable.
    tagMsg String
    Subject text or header added to spam email.
    tagTypes List<String>
    Tag subject or header for spam email. Valid values: subject, header, spaminfo.
    action string
    Action for spam email. Valid values: pass, tag.
    log string
    Enable/disable logging. Valid values: disable, enable.
    tagMsg string
    Subject text or header added to spam email.
    tagTypes string[]
    Tag subject or header for spam email. Valid values: subject, header, spaminfo.
    action str
    Action for spam email. Valid values: pass, tag.
    log str
    Enable/disable logging. Valid values: disable, enable.
    tag_msg str
    Subject text or header added to spam email.
    tag_types Sequence[str]
    Tag subject or header for spam email. Valid values: subject, header, spaminfo.
    action String
    Action for spam email. Valid values: pass, tag.
    log String
    Enable/disable logging. Valid values: disable, enable.
    tagMsg String
    Subject text or header added to spam email.
    tagTypes List<String>
    Tag subject or header for spam email. Valid values: subject, header, spaminfo.

    ObjectSpamfilterProfileMapi, ObjectSpamfilterProfileMapiArgs

    Action string
    Action for spam email. Valid values: pass, discard.
    Log string
    Enable/disable logging. Valid values: disable, enable.
    Action string
    Action for spam email. Valid values: pass, discard.
    Log string
    Enable/disable logging. Valid values: disable, enable.
    action String
    Action for spam email. Valid values: pass, discard.
    log String
    Enable/disable logging. Valid values: disable, enable.
    action string
    Action for spam email. Valid values: pass, discard.
    log string
    Enable/disable logging. Valid values: disable, enable.
    action str
    Action for spam email. Valid values: pass, discard.
    log str
    Enable/disable logging. Valid values: disable, enable.
    action String
    Action for spam email. Valid values: pass, discard.
    log String
    Enable/disable logging. Valid values: disable, enable.

    ObjectSpamfilterProfileMsnHotmail, ObjectSpamfilterProfileMsnHotmailArgs

    Log string
    Enable/disable logging. Valid values: disable, enable.
    Log string
    Enable/disable logging. Valid values: disable, enable.
    log String
    Enable/disable logging. Valid values: disable, enable.
    log string
    Enable/disable logging. Valid values: disable, enable.
    log str
    Enable/disable logging. Valid values: disable, enable.
    log String
    Enable/disable logging. Valid values: disable, enable.

    ObjectSpamfilterProfilePop3, ObjectSpamfilterProfilePop3Args

    Action string
    Log string
    TagMsg string
    TagTypes List<string>
    Action string
    Log string
    TagMsg string
    TagTypes []string
    action String
    log String
    tagMsg String
    tagTypes List<String>
    action string
    log string
    tagMsg string
    tagTypes string[]
    action str
    log str
    tag_msg str
    tag_types Sequence[str]
    action String
    log String
    tagMsg String
    tagTypes List<String>

    ObjectSpamfilterProfileSmtp, ObjectSpamfilterProfileSmtpArgs

    Action string
    Action for spam email. Valid values: pass, tag, discard.
    Hdrip string
    Enable/disable SMTP email header IP checks for spamfsip, spamrbl and spambwl filters. Valid values: disable, enable.
    LocalOverride string
    Enable/disable local filter to override SMTP remote check result. Valid values: disable, enable.
    Log string
    Enable/disable logging. Valid values: disable, enable.
    TagMsg string
    Subject text or header added to spam email.
    TagTypes List<string>
    Tag subject or header for spam email. Valid values: subject, header, spaminfo.
    Action string
    Action for spam email. Valid values: pass, tag, discard.
    Hdrip string
    Enable/disable SMTP email header IP checks for spamfsip, spamrbl and spambwl filters. Valid values: disable, enable.
    LocalOverride string
    Enable/disable local filter to override SMTP remote check result. Valid values: disable, enable.
    Log string
    Enable/disable logging. Valid values: disable, enable.
    TagMsg string
    Subject text or header added to spam email.
    TagTypes []string
    Tag subject or header for spam email. Valid values: subject, header, spaminfo.
    action String
    Action for spam email. Valid values: pass, tag, discard.
    hdrip String
    Enable/disable SMTP email header IP checks for spamfsip, spamrbl and spambwl filters. Valid values: disable, enable.
    localOverride String
    Enable/disable local filter to override SMTP remote check result. Valid values: disable, enable.
    log String
    Enable/disable logging. Valid values: disable, enable.
    tagMsg String
    Subject text or header added to spam email.
    tagTypes List<String>
    Tag subject or header for spam email. Valid values: subject, header, spaminfo.
    action string
    Action for spam email. Valid values: pass, tag, discard.
    hdrip string
    Enable/disable SMTP email header IP checks for spamfsip, spamrbl and spambwl filters. Valid values: disable, enable.
    localOverride string
    Enable/disable local filter to override SMTP remote check result. Valid values: disable, enable.
    log string
    Enable/disable logging. Valid values: disable, enable.
    tagMsg string
    Subject text or header added to spam email.
    tagTypes string[]
    Tag subject or header for spam email. Valid values: subject, header, spaminfo.
    action str
    Action for spam email. Valid values: pass, tag, discard.
    hdrip str
    Enable/disable SMTP email header IP checks for spamfsip, spamrbl and spambwl filters. Valid values: disable, enable.
    local_override str
    Enable/disable local filter to override SMTP remote check result. Valid values: disable, enable.
    log str
    Enable/disable logging. Valid values: disable, enable.
    tag_msg str
    Subject text or header added to spam email.
    tag_types Sequence[str]
    Tag subject or header for spam email. Valid values: subject, header, spaminfo.
    action String
    Action for spam email. Valid values: pass, tag, discard.
    hdrip String
    Enable/disable SMTP email header IP checks for spamfsip, spamrbl and spambwl filters. Valid values: disable, enable.
    localOverride String
    Enable/disable local filter to override SMTP remote check result. Valid values: disable, enable.
    log String
    Enable/disable logging. Valid values: disable, enable.
    tagMsg String
    Subject text or header added to spam email.
    tagTypes List<String>
    Tag subject or header for spam email. Valid values: subject, header, spaminfo.

    Import

    ObjectSpamfilter Profile can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectSpamfilterProfile:ObjectSpamfilterProfile labelname {{name}}
    

    $ 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