fortimanager.ObjectSpamfilterProfile
Explore with Pulumi AI
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
isadom
, 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
. - Flow
Based string - Enable/disable flow-based spam filtering. Valid values:
disable
,enable
. - Gmail
Object
Spamfilter Profile Gmail - Gmail. The structure of
gmail
block is documented below. - Imap
Object
Spamfilter Profile Imap - Imap. The structure of
imap
block is documented below. - Mapi
Object
Spamfilter Profile Mapi - Mapi. The structure of
mapi
block is documented below. - Msn
Hotmail ObjectSpamfilter Profile Msn Hotmail - Msn-Hotmail. The structure of
msn_hotmail
block is documented below. - Name string
- Profile name.
- Object
Spamfilter stringProfile Id - 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
Object
Spamfilter Profile Pop3 - Pop3. The structure of
pop3
block is documented below. - Replacemsg
Group string - Replacement message group.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Smtp
Object
Spamfilter Profile Smtp - Smtp. The structure of
smtp
block is documented below. - Spam
Bwl stringTable - Anti-spam black/white list table ID.
- Spam
Bword stringTable - Anti-spam banned word table ID.
- Spam
Bword doubleThreshold - Spam banned word threshold.
- Spam
Filtering string - Enable/disable spam filtering. Valid values:
disable
,enable
. - Spam
Iptrust stringTable - Anti-spam IP trust table ID.
- Spam
Log string - Enable/disable spam logging for email filtering. Valid values:
disable
,enable
. - Spam
Log stringFortiguard Response - Enable/disable logging FortiGuard spam response. Valid values:
disable
,enable
. - Spam
Mheader stringTable - Anti-spam MIME header table ID.
- Spam
Rbl stringTable - Anti-spam DNSBL table ID.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, 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
. - Flow
Based string - Enable/disable flow-based spam filtering. Valid values:
disable
,enable
. - Gmail
Object
Spamfilter Profile Gmail Args - Gmail. The structure of
gmail
block is documented below. - Imap
Object
Spamfilter Profile Imap Args - Imap. The structure of
imap
block is documented below. - Mapi
Object
Spamfilter Profile Mapi Args - Mapi. The structure of
mapi
block is documented below. - Msn
Hotmail ObjectSpamfilter Profile Msn Hotmail Args - Msn-Hotmail. The structure of
msn_hotmail
block is documented below. - Name string
- Profile name.
- Object
Spamfilter stringProfile Id - 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
Object
Spamfilter Profile Pop3Args - Pop3. The structure of
pop3
block is documented below. - Replacemsg
Group string - Replacement message group.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Smtp
Object
Spamfilter Profile Smtp Args - Smtp. The structure of
smtp
block is documented below. - Spam
Bwl stringTable - Anti-spam black/white list table ID.
- Spam
Bword stringTable - Anti-spam banned word table ID.
- Spam
Bword float64Threshold - Spam banned word threshold.
- Spam
Filtering string - Enable/disable spam filtering. Valid values:
disable
,enable
. - Spam
Iptrust stringTable - Anti-spam IP trust table ID.
- Spam
Log string - Enable/disable spam logging for email filtering. Valid values:
disable
,enable
. - Spam
Log stringFortiguard Response - Enable/disable logging FortiGuard spam response. Valid values:
disable
,enable
. - Spam
Mheader stringTable - Anti-spam MIME header table ID.
- Spam
Rbl stringTable - Anti-spam DNSBL table ID.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, 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
. - flow
Based String - Enable/disable flow-based spam filtering. Valid values:
disable
,enable
. - gmail
Object
Spamfilter Profile Gmail - Gmail. The structure of
gmail
block is documented below. - imap
Object
Spamfilter Profile Imap - Imap. The structure of
imap
block is documented below. - mapi
Object
Spamfilter Profile Mapi - Mapi. The structure of
mapi
block is documented below. - msn
Hotmail ObjectSpamfilter Profile Msn Hotmail - Msn-Hotmail. The structure of
msn_hotmail
block is documented below. - name String
- Profile name.
- object
Spamfilter StringProfile Id - 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
Object
Spamfilter Profile Pop3 - Pop3. The structure of
pop3
block is documented below. - replacemsg
Group String - Replacement message group.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - smtp
Object
Spamfilter Profile Smtp - Smtp. The structure of
smtp
block is documented below. - spam
Bwl StringTable - Anti-spam black/white list table ID.
- spam
Bword StringTable - Anti-spam banned word table ID.
- spam
Bword DoubleThreshold - Spam banned word threshold.
- spam
Filtering String - Enable/disable spam filtering. Valid values:
disable
,enable
. - spam
Iptrust StringTable - Anti-spam IP trust table ID.
- spam
Log String - Enable/disable spam logging for email filtering. Valid values:
disable
,enable
. - spam
Log StringFortiguard Response - Enable/disable logging FortiGuard spam response. Valid values:
disable
,enable
. - spam
Mheader StringTable - Anti-spam MIME header table ID.
- spam
Rbl StringTable - Anti-spam DNSBL table ID.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, 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
. - flow
Based string - Enable/disable flow-based spam filtering. Valid values:
disable
,enable
. - gmail
Object
Spamfilter Profile Gmail - Gmail. The structure of
gmail
block is documented below. - imap
Object
Spamfilter Profile Imap - Imap. The structure of
imap
block is documented below. - mapi
Object
Spamfilter Profile Mapi - Mapi. The structure of
mapi
block is documented below. - msn
Hotmail ObjectSpamfilter Profile Msn Hotmail - Msn-Hotmail. The structure of
msn_hotmail
block is documented below. - name string
- Profile name.
- object
Spamfilter stringProfile Id - 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
Object
Spamfilter Profile Pop3 - Pop3. The structure of
pop3
block is documented below. - replacemsg
Group string - Replacement message group.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - smtp
Object
Spamfilter Profile Smtp - Smtp. The structure of
smtp
block is documented below. - spam
Bwl stringTable - Anti-spam black/white list table ID.
- spam
Bword stringTable - Anti-spam banned word table ID.
- spam
Bword numberThreshold - Spam banned word threshold.
- spam
Filtering string - Enable/disable spam filtering. Valid values:
disable
,enable
. - spam
Iptrust stringTable - Anti-spam IP trust table ID.
- spam
Log string - Enable/disable spam logging for email filtering. Valid values:
disable
,enable
. - spam
Log stringFortiguard Response - Enable/disable logging FortiGuard spam response. Valid values:
disable
,enable
. - spam
Mheader stringTable - Anti-spam MIME header table ID.
- spam
Rbl stringTable - Anti-spam DNSBL table ID.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, 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
Object
Spamfilter Profile Gmail Args - Gmail. The structure of
gmail
block is documented below. - imap
Object
Spamfilter Profile Imap Args - Imap. The structure of
imap
block is documented below. - mapi
Object
Spamfilter Profile Mapi Args - Mapi. The structure of
mapi
block is documented below. - msn_
hotmail ObjectSpamfilter Profile Msn Hotmail Args - Msn-Hotmail. The structure of
msn_hotmail
block is documented below. - name str
- Profile name.
- object_
spamfilter_ strprofile_ id - 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
Object
Spamfilter Profile Pop3Args - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - smtp
Object
Spamfilter Profile Smtp Args - Smtp. The structure of
smtp
block is documented below. - spam_
bwl_ strtable - Anti-spam black/white list table ID.
- spam_
bword_ strtable - Anti-spam banned word table ID.
- spam_
bword_ floatthreshold - Spam banned word threshold.
- spam_
filtering str - Enable/disable spam filtering. Valid values:
disable
,enable
. - spam_
iptrust_ strtable - Anti-spam IP trust table ID.
- spam_
log str - Enable/disable spam logging for email filtering. Valid values:
disable
,enable
. - spam_
log_ strfortiguard_ response - Enable/disable logging FortiGuard spam response. Valid values:
disable
,enable
. - spam_
mheader_ strtable - Anti-spam MIME header table ID.
- spam_
rbl_ strtable - Anti-spam DNSBL table ID.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, 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
. - flow
Based 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. - msn
Hotmail Property Map - Msn-Hotmail. The structure of
msn_hotmail
block is documented below. - name String
- Profile name.
- object
Spamfilter StringProfile Id - 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. - replacemsg
Group String - Replacement message group.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - smtp Property Map
- Smtp. The structure of
smtp
block is documented below. - spam
Bwl StringTable - Anti-spam black/white list table ID.
- spam
Bword StringTable - Anti-spam banned word table ID.
- spam
Bword NumberThreshold - Spam banned word threshold.
- spam
Filtering String - Enable/disable spam filtering. Valid values:
disable
,enable
. - spam
Iptrust StringTable - Anti-spam IP trust table ID.
- spam
Log String - Enable/disable spam logging for email filtering. Valid values:
disable
,enable
. - spam
Log StringFortiguard Response - Enable/disable logging FortiGuard spam response. Valid values:
disable
,enable
. - spam
Mheader StringTable - Anti-spam MIME header table ID.
- spam
Rbl StringTable - 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, 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
. - Flow
Based string - Enable/disable flow-based spam filtering. Valid values:
disable
,enable
. - Gmail
Object
Spamfilter Profile Gmail - Gmail. The structure of
gmail
block is documented below. - Imap
Object
Spamfilter Profile Imap - Imap. The structure of
imap
block is documented below. - Mapi
Object
Spamfilter Profile Mapi - Mapi. The structure of
mapi
block is documented below. - Msn
Hotmail ObjectSpamfilter Profile Msn Hotmail - Msn-Hotmail. The structure of
msn_hotmail
block is documented below. - Name string
- Profile name.
- Object
Spamfilter stringProfile Id - 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
Object
Spamfilter Profile Pop3 - Pop3. The structure of
pop3
block is documented below. - Replacemsg
Group string - Replacement message group.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Smtp
Object
Spamfilter Profile Smtp - Smtp. The structure of
smtp
block is documented below. - Spam
Bwl stringTable - Anti-spam black/white list table ID.
- Spam
Bword stringTable - Anti-spam banned word table ID.
- Spam
Bword doubleThreshold - Spam banned word threshold.
- Spam
Filtering string - Enable/disable spam filtering. Valid values:
disable
,enable
. - Spam
Iptrust stringTable - Anti-spam IP trust table ID.
- Spam
Log string - Enable/disable spam logging for email filtering. Valid values:
disable
,enable
. - Spam
Log stringFortiguard Response - Enable/disable logging FortiGuard spam response. Valid values:
disable
,enable
. - Spam
Mheader stringTable - Anti-spam MIME header table ID.
- Spam
Rbl stringTable - Anti-spam DNSBL table ID.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, 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
. - Flow
Based string - Enable/disable flow-based spam filtering. Valid values:
disable
,enable
. - Gmail
Object
Spamfilter Profile Gmail Args - Gmail. The structure of
gmail
block is documented below. - Imap
Object
Spamfilter Profile Imap Args - Imap. The structure of
imap
block is documented below. - Mapi
Object
Spamfilter Profile Mapi Args - Mapi. The structure of
mapi
block is documented below. - Msn
Hotmail ObjectSpamfilter Profile Msn Hotmail Args - Msn-Hotmail. The structure of
msn_hotmail
block is documented below. - Name string
- Profile name.
- Object
Spamfilter stringProfile Id - 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
Object
Spamfilter Profile Pop3Args - Pop3. The structure of
pop3
block is documented below. - Replacemsg
Group string - Replacement message group.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Smtp
Object
Spamfilter Profile Smtp Args - Smtp. The structure of
smtp
block is documented below. - Spam
Bwl stringTable - Anti-spam black/white list table ID.
- Spam
Bword stringTable - Anti-spam banned word table ID.
- Spam
Bword float64Threshold - Spam banned word threshold.
- Spam
Filtering string - Enable/disable spam filtering. Valid values:
disable
,enable
. - Spam
Iptrust stringTable - Anti-spam IP trust table ID.
- Spam
Log string - Enable/disable spam logging for email filtering. Valid values:
disable
,enable
. - Spam
Log stringFortiguard Response - Enable/disable logging FortiGuard spam response. Valid values:
disable
,enable
. - Spam
Mheader stringTable - Anti-spam MIME header table ID.
- Spam
Rbl stringTable - Anti-spam DNSBL table ID.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, 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
. - flow
Based String - Enable/disable flow-based spam filtering. Valid values:
disable
,enable
. - gmail
Object
Spamfilter Profile Gmail - Gmail. The structure of
gmail
block is documented below. - imap
Object
Spamfilter Profile Imap - Imap. The structure of
imap
block is documented below. - mapi
Object
Spamfilter Profile Mapi - Mapi. The structure of
mapi
block is documented below. - msn
Hotmail ObjectSpamfilter Profile Msn Hotmail - Msn-Hotmail. The structure of
msn_hotmail
block is documented below. - name String
- Profile name.
- object
Spamfilter StringProfile Id - 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
Object
Spamfilter Profile Pop3 - Pop3. The structure of
pop3
block is documented below. - replacemsg
Group String - Replacement message group.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - smtp
Object
Spamfilter Profile Smtp - Smtp. The structure of
smtp
block is documented below. - spam
Bwl StringTable - Anti-spam black/white list table ID.
- spam
Bword StringTable - Anti-spam banned word table ID.
- spam
Bword DoubleThreshold - Spam banned word threshold.
- spam
Filtering String - Enable/disable spam filtering. Valid values:
disable
,enable
. - spam
Iptrust StringTable - Anti-spam IP trust table ID.
- spam
Log String - Enable/disable spam logging for email filtering. Valid values:
disable
,enable
. - spam
Log StringFortiguard Response - Enable/disable logging FortiGuard spam response. Valid values:
disable
,enable
. - spam
Mheader StringTable - Anti-spam MIME header table ID.
- spam
Rbl StringTable - Anti-spam DNSBL table ID.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, 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
. - flow
Based string - Enable/disable flow-based spam filtering. Valid values:
disable
,enable
. - gmail
Object
Spamfilter Profile Gmail - Gmail. The structure of
gmail
block is documented below. - imap
Object
Spamfilter Profile Imap - Imap. The structure of
imap
block is documented below. - mapi
Object
Spamfilter Profile Mapi - Mapi. The structure of
mapi
block is documented below. - msn
Hotmail ObjectSpamfilter Profile Msn Hotmail - Msn-Hotmail. The structure of
msn_hotmail
block is documented below. - name string
- Profile name.
- object
Spamfilter stringProfile Id - 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
Object
Spamfilter Profile Pop3 - Pop3. The structure of
pop3
block is documented below. - replacemsg
Group string - Replacement message group.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - smtp
Object
Spamfilter Profile Smtp - Smtp. The structure of
smtp
block is documented below. - spam
Bwl stringTable - Anti-spam black/white list table ID.
- spam
Bword stringTable - Anti-spam banned word table ID.
- spam
Bword numberThreshold - Spam banned word threshold.
- spam
Filtering string - Enable/disable spam filtering. Valid values:
disable
,enable
. - spam
Iptrust stringTable - Anti-spam IP trust table ID.
- spam
Log string - Enable/disable spam logging for email filtering. Valid values:
disable
,enable
. - spam
Log stringFortiguard Response - Enable/disable logging FortiGuard spam response. Valid values:
disable
,enable
. - spam
Mheader stringTable - Anti-spam MIME header table ID.
- spam
Rbl stringTable - Anti-spam DNSBL table ID.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, 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
Object
Spamfilter Profile Gmail Args - Gmail. The structure of
gmail
block is documented below. - imap
Object
Spamfilter Profile Imap Args - Imap. The structure of
imap
block is documented below. - mapi
Object
Spamfilter Profile Mapi Args - Mapi. The structure of
mapi
block is documented below. - msn_
hotmail ObjectSpamfilter Profile Msn Hotmail Args - Msn-Hotmail. The structure of
msn_hotmail
block is documented below. - name str
- Profile name.
- object_
spamfilter_ strprofile_ id - 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
Object
Spamfilter Profile Pop3Args - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - smtp
Object
Spamfilter Profile Smtp Args - Smtp. The structure of
smtp
block is documented below. - spam_
bwl_ strtable - Anti-spam black/white list table ID.
- spam_
bword_ strtable - Anti-spam banned word table ID.
- spam_
bword_ floatthreshold - Spam banned word threshold.
- spam_
filtering str - Enable/disable spam filtering. Valid values:
disable
,enable
. - spam_
iptrust_ strtable - Anti-spam IP trust table ID.
- spam_
log str - Enable/disable spam logging for email filtering. Valid values:
disable
,enable
. - spam_
log_ strfortiguard_ response - Enable/disable logging FortiGuard spam response. Valid values:
disable
,enable
. - spam_
mheader_ strtable - Anti-spam MIME header table ID.
- spam_
rbl_ strtable - Anti-spam DNSBL table ID.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, 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
. - flow
Based 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. - msn
Hotmail Property Map - Msn-Hotmail. The structure of
msn_hotmail
block is documented below. - name String
- Profile name.
- object
Spamfilter StringProfile Id - 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. - replacemsg
Group String - Replacement message group.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - smtp Property Map
- Smtp. The structure of
smtp
block is documented below. - spam
Bwl StringTable - Anti-spam black/white list table ID.
- spam
Bword StringTable - Anti-spam banned word table ID.
- spam
Bword NumberThreshold - Spam banned word threshold.
- spam
Filtering String - Enable/disable spam filtering. Valid values:
disable
,enable
. - spam
Iptrust StringTable - Anti-spam IP trust table ID.
- spam
Log String - Enable/disable spam logging for email filtering. Valid values:
disable
,enable
. - spam
Log StringFortiguard Response - Enable/disable logging FortiGuard spam response. Valid values:
disable
,enable
. - spam
Mheader StringTable - Anti-spam MIME header table ID.
- spam
Rbl StringTable - 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
ObjectSpamfilterProfileMapi, ObjectSpamfilterProfileMapiArgs
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
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
. - Local
Override string - Enable/disable local filter to override SMTP remote check result. Valid values:
disable
,enable
. - Log string
- Enable/disable logging. Valid values:
disable
,enable
. - Tag
Msg string - Subject text or header added to spam email.
- Tag
Types 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
. - Local
Override string - Enable/disable local filter to override SMTP remote check result. Valid values:
disable
,enable
. - Log string
- Enable/disable logging. Valid values:
disable
,enable
. - Tag
Msg string - Subject text or header added to spam email.
- Tag
Types []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
. - local
Override String - Enable/disable local filter to override SMTP remote check result. Valid values:
disable
,enable
. - log String
- Enable/disable logging. Valid values:
disable
,enable
. - tag
Msg String - Subject text or header added to spam email.
- tag
Types 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
. - local
Override string - Enable/disable local filter to override SMTP remote check result. Valid values:
disable
,enable
. - log string
- Enable/disable logging. Valid values:
disable
,enable
. - tag
Msg string - Subject text or header added to spam email.
- tag
Types 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
. - local
Override String - Enable/disable local filter to override SMTP remote check result. Valid values:
disable
,enable
. - log String
- Enable/disable logging. Valid values:
disable
,enable
. - tag
Msg String - Subject text or header added to spam email.
- tag
Types 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.