fortimanager.ObjectGlobalIpsSensor
Explore with Pulumi AI
Configure IPS sensor.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
entries
:fortimanager.ObjectGlobalIpsSensorEntries
filter
:fortimanager_object_global_ips_sensor_filter
override
:fortimanager.ObjectGlobalIpsSensorOverride
Create ObjectGlobalIpsSensor Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectGlobalIpsSensor(name: string, args?: ObjectGlobalIpsSensorArgs, opts?: CustomResourceOptions);
@overload
def ObjectGlobalIpsSensor(resource_name: str,
args: Optional[ObjectGlobalIpsSensorArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectGlobalIpsSensor(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
block_malicious_url: Optional[str] = None,
comment: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
entries: Optional[Sequence[ObjectGlobalIpsSensorEntryArgs]] = None,
extended_log: Optional[str] = None,
filters: Optional[Sequence[ObjectGlobalIpsSensorFilterArgs]] = None,
log: Optional[str] = None,
name: Optional[str] = None,
object_global_ips_sensor_id: Optional[str] = None,
overrides: Optional[Sequence[ObjectGlobalIpsSensorOverrideArgs]] = None,
replacemsg_group: Optional[str] = None,
scan_botnet_connections: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectGlobalIpsSensor(ctx *Context, name string, args *ObjectGlobalIpsSensorArgs, opts ...ResourceOption) (*ObjectGlobalIpsSensor, error)
public ObjectGlobalIpsSensor(string name, ObjectGlobalIpsSensorArgs? args = null, CustomResourceOptions? opts = null)
public ObjectGlobalIpsSensor(String name, ObjectGlobalIpsSensorArgs args)
public ObjectGlobalIpsSensor(String name, ObjectGlobalIpsSensorArgs args, CustomResourceOptions options)
type: fortimanager:ObjectGlobalIpsSensor
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 ObjectGlobalIpsSensorArgs
- 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 ObjectGlobalIpsSensorArgs
- 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 ObjectGlobalIpsSensorArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectGlobalIpsSensorArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectGlobalIpsSensorArgs
- 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 objectGlobalIpsSensorResource = new Fortimanager.ObjectGlobalIpsSensor("objectGlobalIpsSensorResource", new()
{
Adom = "string",
BlockMaliciousUrl = "string",
Comment = "string",
DynamicSortSubtable = "string",
Entries = new[]
{
new Fortimanager.Inputs.ObjectGlobalIpsSensorEntryArgs
{
Action = "string",
Applications = new[]
{
"string",
},
Cves = new[]
{
"string",
},
DefaultAction = "string",
DefaultStatus = "string",
ExemptIps = new[]
{
new Fortimanager.Inputs.ObjectGlobalIpsSensorEntryExemptIpArgs
{
DstIp = "string",
Id = 0,
SrcIp = "string",
},
},
Id = 0,
LastModified = "string",
Locations = new[]
{
"string",
},
Log = "string",
LogAttackContext = "string",
LogPacket = "string",
Os = new[]
{
"string",
},
Position = "string",
Protocols = new[]
{
"string",
},
Quarantine = "string",
QuarantineExpiry = "string",
QuarantineLog = "string",
RateCount = 0,
RateDuration = 0,
RateMode = "string",
RateTrack = "string",
Rules = new[]
{
"string",
},
Severities = new[]
{
"string",
},
Status = "string",
Tags = new[]
{
"string",
},
VulnTypes = new[]
{
0,
},
},
},
ExtendedLog = "string",
Filters = new[]
{
new Fortimanager.Inputs.ObjectGlobalIpsSensorFilterArgs
{
Action = "string",
Applicationreal = "string",
Applications = new[]
{
"string",
},
Locationreal = "string",
Locations = new[]
{
"string",
},
Log = "string",
LogPacket = "string",
Name = "string",
Os = new[]
{
"string",
},
Osreal = "string",
Protocolreal = "string",
Protocols = new[]
{
"string",
},
Quarantine = "string",
QuarantineExpiry = 0,
QuarantineLog = "string",
Severities = new[]
{
"string",
},
Severityreal = "string",
Status = "string",
},
},
Log = "string",
Name = "string",
ObjectGlobalIpsSensorId = "string",
Overrides = new[]
{
new Fortimanager.Inputs.ObjectGlobalIpsSensorOverrideArgs
{
Action = "string",
ExemptIps = new[]
{
new Fortimanager.Inputs.ObjectGlobalIpsSensorOverrideExemptIpArgs
{
DstIp = "string",
Id = 0,
SrcIp = "string",
},
},
Log = "string",
LogPacket = "string",
Quarantine = "string",
QuarantineExpiry = 0,
QuarantineLog = "string",
RuleId = 0,
Status = "string",
},
},
ReplacemsgGroup = "string",
ScanBotnetConnections = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectGlobalIpsSensor(ctx, "objectGlobalIpsSensorResource", &fortimanager.ObjectGlobalIpsSensorArgs{
Adom: pulumi.String("string"),
BlockMaliciousUrl: pulumi.String("string"),
Comment: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
Entries: .ObjectGlobalIpsSensorEntryArray{
&.ObjectGlobalIpsSensorEntryArgs{
Action: pulumi.String("string"),
Applications: pulumi.StringArray{
pulumi.String("string"),
},
Cves: pulumi.StringArray{
pulumi.String("string"),
},
DefaultAction: pulumi.String("string"),
DefaultStatus: pulumi.String("string"),
ExemptIps: .ObjectGlobalIpsSensorEntryExemptIpArray{
&.ObjectGlobalIpsSensorEntryExemptIpArgs{
DstIp: pulumi.String("string"),
Id: pulumi.Float64(0),
SrcIp: pulumi.String("string"),
},
},
Id: pulumi.Float64(0),
LastModified: pulumi.String("string"),
Locations: pulumi.StringArray{
pulumi.String("string"),
},
Log: pulumi.String("string"),
LogAttackContext: pulumi.String("string"),
LogPacket: pulumi.String("string"),
Os: pulumi.StringArray{
pulumi.String("string"),
},
Position: pulumi.String("string"),
Protocols: pulumi.StringArray{
pulumi.String("string"),
},
Quarantine: pulumi.String("string"),
QuarantineExpiry: pulumi.String("string"),
QuarantineLog: pulumi.String("string"),
RateCount: pulumi.Float64(0),
RateDuration: pulumi.Float64(0),
RateMode: pulumi.String("string"),
RateTrack: pulumi.String("string"),
Rules: pulumi.StringArray{
pulumi.String("string"),
},
Severities: pulumi.StringArray{
pulumi.String("string"),
},
Status: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
VulnTypes: pulumi.Float64Array{
pulumi.Float64(0),
},
},
},
ExtendedLog: pulumi.String("string"),
Filters: .ObjectGlobalIpsSensorFilterArray{
&.ObjectGlobalIpsSensorFilterArgs{
Action: pulumi.String("string"),
Applicationreal: pulumi.String("string"),
Applications: pulumi.StringArray{
pulumi.String("string"),
},
Locationreal: pulumi.String("string"),
Locations: pulumi.StringArray{
pulumi.String("string"),
},
Log: pulumi.String("string"),
LogPacket: pulumi.String("string"),
Name: pulumi.String("string"),
Os: pulumi.StringArray{
pulumi.String("string"),
},
Osreal: pulumi.String("string"),
Protocolreal: pulumi.String("string"),
Protocols: pulumi.StringArray{
pulumi.String("string"),
},
Quarantine: pulumi.String("string"),
QuarantineExpiry: pulumi.Float64(0),
QuarantineLog: pulumi.String("string"),
Severities: pulumi.StringArray{
pulumi.String("string"),
},
Severityreal: pulumi.String("string"),
Status: pulumi.String("string"),
},
},
Log: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectGlobalIpsSensorId: pulumi.String("string"),
Overrides: .ObjectGlobalIpsSensorOverrideTypeArray{
&.ObjectGlobalIpsSensorOverrideTypeArgs{
Action: pulumi.String("string"),
ExemptIps: .ObjectGlobalIpsSensorOverrideExemptIpArray{
&.ObjectGlobalIpsSensorOverrideExemptIpArgs{
DstIp: pulumi.String("string"),
Id: pulumi.Float64(0),
SrcIp: pulumi.String("string"),
},
},
Log: pulumi.String("string"),
LogPacket: pulumi.String("string"),
Quarantine: pulumi.String("string"),
QuarantineExpiry: pulumi.Float64(0),
QuarantineLog: pulumi.String("string"),
RuleId: pulumi.Float64(0),
Status: pulumi.String("string"),
},
},
ReplacemsgGroup: pulumi.String("string"),
ScanBotnetConnections: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectGlobalIpsSensorResource = new ObjectGlobalIpsSensor("objectGlobalIpsSensorResource", ObjectGlobalIpsSensorArgs.builder()
.adom("string")
.blockMaliciousUrl("string")
.comment("string")
.dynamicSortSubtable("string")
.entries(ObjectGlobalIpsSensorEntryArgs.builder()
.action("string")
.applications("string")
.cves("string")
.defaultAction("string")
.defaultStatus("string")
.exemptIps(ObjectGlobalIpsSensorEntryExemptIpArgs.builder()
.dstIp("string")
.id(0)
.srcIp("string")
.build())
.id(0)
.lastModified("string")
.locations("string")
.log("string")
.logAttackContext("string")
.logPacket("string")
.os("string")
.position("string")
.protocols("string")
.quarantine("string")
.quarantineExpiry("string")
.quarantineLog("string")
.rateCount(0)
.rateDuration(0)
.rateMode("string")
.rateTrack("string")
.rules("string")
.severities("string")
.status("string")
.tags("string")
.vulnTypes(0)
.build())
.extendedLog("string")
.filters(ObjectGlobalIpsSensorFilterArgs.builder()
.action("string")
.applicationreal("string")
.applications("string")
.locationreal("string")
.locations("string")
.log("string")
.logPacket("string")
.name("string")
.os("string")
.osreal("string")
.protocolreal("string")
.protocols("string")
.quarantine("string")
.quarantineExpiry(0)
.quarantineLog("string")
.severities("string")
.severityreal("string")
.status("string")
.build())
.log("string")
.name("string")
.objectGlobalIpsSensorId("string")
.overrides(ObjectGlobalIpsSensorOverrideArgs.builder()
.action("string")
.exemptIps(ObjectGlobalIpsSensorOverrideExemptIpArgs.builder()
.dstIp("string")
.id(0)
.srcIp("string")
.build())
.log("string")
.logPacket("string")
.quarantine("string")
.quarantineExpiry(0)
.quarantineLog("string")
.ruleId(0)
.status("string")
.build())
.replacemsgGroup("string")
.scanBotnetConnections("string")
.scopetype("string")
.build());
object_global_ips_sensor_resource = fortimanager.ObjectGlobalIpsSensor("objectGlobalIpsSensorResource",
adom="string",
block_malicious_url="string",
comment="string",
dynamic_sort_subtable="string",
entries=[{
"action": "string",
"applications": ["string"],
"cves": ["string"],
"default_action": "string",
"default_status": "string",
"exempt_ips": [{
"dst_ip": "string",
"id": 0,
"src_ip": "string",
}],
"id": 0,
"last_modified": "string",
"locations": ["string"],
"log": "string",
"log_attack_context": "string",
"log_packet": "string",
"os": ["string"],
"position": "string",
"protocols": ["string"],
"quarantine": "string",
"quarantine_expiry": "string",
"quarantine_log": "string",
"rate_count": 0,
"rate_duration": 0,
"rate_mode": "string",
"rate_track": "string",
"rules": ["string"],
"severities": ["string"],
"status": "string",
"tags": ["string"],
"vuln_types": [0],
}],
extended_log="string",
filters=[{
"action": "string",
"applicationreal": "string",
"applications": ["string"],
"locationreal": "string",
"locations": ["string"],
"log": "string",
"log_packet": "string",
"name": "string",
"os": ["string"],
"osreal": "string",
"protocolreal": "string",
"protocols": ["string"],
"quarantine": "string",
"quarantine_expiry": 0,
"quarantine_log": "string",
"severities": ["string"],
"severityreal": "string",
"status": "string",
}],
log="string",
name="string",
object_global_ips_sensor_id="string",
overrides=[{
"action": "string",
"exempt_ips": [{
"dst_ip": "string",
"id": 0,
"src_ip": "string",
}],
"log": "string",
"log_packet": "string",
"quarantine": "string",
"quarantine_expiry": 0,
"quarantine_log": "string",
"rule_id": 0,
"status": "string",
}],
replacemsg_group="string",
scan_botnet_connections="string",
scopetype="string")
const objectGlobalIpsSensorResource = new fortimanager.ObjectGlobalIpsSensor("objectGlobalIpsSensorResource", {
adom: "string",
blockMaliciousUrl: "string",
comment: "string",
dynamicSortSubtable: "string",
entries: [{
action: "string",
applications: ["string"],
cves: ["string"],
defaultAction: "string",
defaultStatus: "string",
exemptIps: [{
dstIp: "string",
id: 0,
srcIp: "string",
}],
id: 0,
lastModified: "string",
locations: ["string"],
log: "string",
logAttackContext: "string",
logPacket: "string",
os: ["string"],
position: "string",
protocols: ["string"],
quarantine: "string",
quarantineExpiry: "string",
quarantineLog: "string",
rateCount: 0,
rateDuration: 0,
rateMode: "string",
rateTrack: "string",
rules: ["string"],
severities: ["string"],
status: "string",
tags: ["string"],
vulnTypes: [0],
}],
extendedLog: "string",
filters: [{
action: "string",
applicationreal: "string",
applications: ["string"],
locationreal: "string",
locations: ["string"],
log: "string",
logPacket: "string",
name: "string",
os: ["string"],
osreal: "string",
protocolreal: "string",
protocols: ["string"],
quarantine: "string",
quarantineExpiry: 0,
quarantineLog: "string",
severities: ["string"],
severityreal: "string",
status: "string",
}],
log: "string",
name: "string",
objectGlobalIpsSensorId: "string",
overrides: [{
action: "string",
exemptIps: [{
dstIp: "string",
id: 0,
srcIp: "string",
}],
log: "string",
logPacket: "string",
quarantine: "string",
quarantineExpiry: 0,
quarantineLog: "string",
ruleId: 0,
status: "string",
}],
replacemsgGroup: "string",
scanBotnetConnections: "string",
scopetype: "string",
});
type: fortimanager:ObjectGlobalIpsSensor
properties:
adom: string
blockMaliciousUrl: string
comment: string
dynamicSortSubtable: string
entries:
- action: string
applications:
- string
cves:
- string
defaultAction: string
defaultStatus: string
exemptIps:
- dstIp: string
id: 0
srcIp: string
id: 0
lastModified: string
locations:
- string
log: string
logAttackContext: string
logPacket: string
os:
- string
position: string
protocols:
- string
quarantine: string
quarantineExpiry: string
quarantineLog: string
rateCount: 0
rateDuration: 0
rateMode: string
rateTrack: string
rules:
- string
severities:
- string
status: string
tags:
- string
vulnTypes:
- 0
extendedLog: string
filters:
- action: string
applicationreal: string
applications:
- string
locationreal: string
locations:
- string
log: string
logPacket: string
name: string
os:
- string
osreal: string
protocolreal: string
protocols:
- string
quarantine: string
quarantineExpiry: 0
quarantineLog: string
severities:
- string
severityreal: string
status: string
log: string
name: string
objectGlobalIpsSensorId: string
overrides:
- action: string
exemptIps:
- dstIp: string
id: 0
srcIp: string
log: string
logPacket: string
quarantine: string
quarantineExpiry: 0
quarantineLog: string
ruleId: 0
status: string
replacemsgGroup: string
scanBotnetConnections: string
scopetype: string
ObjectGlobalIpsSensor 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 ObjectGlobalIpsSensor 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. - Block
Malicious stringUrl - Enable/disable malicious URL blocking. Valid values:
disable
,enable
. - Comment string
- Comment.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Entries
List<Object
Global Ips Sensor Entry> - Entries. The structure of
entries
block is documented below. - Extended
Log string - Enable/disable extended logging. Valid values:
disable
,enable
. - Filters
List<Object
Global Ips Sensor Filter> - Filter. The structure of
filter
block is documented below. - Log string
- Log. Valid values:
disable
,enable
. - Name string
- Sensor name.
- Object
Global stringIps Sensor Id - an identifier for the resource with format {{name}}.
- Overrides
List<Object
Global Ips Sensor Override> - Override. The structure of
override
block is documented below. - Replacemsg
Group string - Replacement message group.
- Scan
Botnet stringConnections - Block or monitor connections to Botnet servers, or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - 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
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Block
Malicious stringUrl - Enable/disable malicious URL blocking. Valid values:
disable
,enable
. - Comment string
- Comment.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Entries
[]Object
Global Ips Sensor Entry Args - Entries. The structure of
entries
block is documented below. - Extended
Log string - Enable/disable extended logging. Valid values:
disable
,enable
. - Filters
[]Object
Global Ips Sensor Filter Args - Filter. The structure of
filter
block is documented below. - Log string
- Log. Valid values:
disable
,enable
. - Name string
- Sensor name.
- Object
Global stringIps Sensor Id - an identifier for the resource with format {{name}}.
- Overrides
[]Object
Global Ips Sensor Override Type Args - Override. The structure of
override
block is documented below. - Replacemsg
Group string - Replacement message group.
- Scan
Botnet stringConnections - Block or monitor connections to Botnet servers, or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - 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
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - block
Malicious StringUrl - Enable/disable malicious URL blocking. Valid values:
disable
,enable
. - comment String
- Comment.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- entries
List<Object
Global Ips Sensor Entry> - Entries. The structure of
entries
block is documented below. - extended
Log String - Enable/disable extended logging. Valid values:
disable
,enable
. - filters
List<Object
Global Ips Sensor Filter> - Filter. The structure of
filter
block is documented below. - log String
- Log. Valid values:
disable
,enable
. - name String
- Sensor name.
- object
Global StringIps Sensor Id - an identifier for the resource with format {{name}}.
- overrides
List<Object
Global Ips Sensor Override> - Override. The structure of
override
block is documented below. - replacemsg
Group String - Replacement message group.
- scan
Botnet StringConnections - Block or monitor connections to Botnet servers, or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - 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
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - block
Malicious stringUrl - Enable/disable malicious URL blocking. Valid values:
disable
,enable
. - comment string
- Comment.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- entries
Object
Global Ips Sensor Entry[] - Entries. The structure of
entries
block is documented below. - extended
Log string - Enable/disable extended logging. Valid values:
disable
,enable
. - filters
Object
Global Ips Sensor Filter[] - Filter. The structure of
filter
block is documented below. - log string
- Log. Valid values:
disable
,enable
. - name string
- Sensor name.
- object
Global stringIps Sensor Id - an identifier for the resource with format {{name}}.
- overrides
Object
Global Ips Sensor Override[] - Override. The structure of
override
block is documented below. - replacemsg
Group string - Replacement message group.
- scan
Botnet stringConnections - Block or monitor connections to Botnet servers, or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - 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
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - block_
malicious_ strurl - Enable/disable malicious URL blocking. Valid values:
disable
,enable
. - comment str
- Comment.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- entries
Sequence[Object
Global Ips Sensor Entry Args] - Entries. The structure of
entries
block is documented below. - extended_
log str - Enable/disable extended logging. Valid values:
disable
,enable
. - filters
Sequence[Object
Global Ips Sensor Filter Args] - Filter. The structure of
filter
block is documented below. - log str
- Log. Valid values:
disable
,enable
. - name str
- Sensor name.
- object_
global_ strips_ sensor_ id - an identifier for the resource with format {{name}}.
- overrides
Sequence[Object
Global Ips Sensor Override Args] - Override. The structure of
override
block is documented below. - replacemsg_
group str - Replacement message group.
- scan_
botnet_ strconnections - Block or monitor connections to Botnet servers, or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - 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
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - block
Malicious StringUrl - Enable/disable malicious URL blocking. Valid values:
disable
,enable
. - comment String
- Comment.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- entries List<Property Map>
- Entries. The structure of
entries
block is documented below. - extended
Log String - Enable/disable extended logging. Valid values:
disable
,enable
. - filters List<Property Map>
- Filter. The structure of
filter
block is documented below. - log String
- Log. Valid values:
disable
,enable
. - name String
- Sensor name.
- object
Global StringIps Sensor Id - an identifier for the resource with format {{name}}.
- overrides List<Property Map>
- Override. The structure of
override
block is documented below. - replacemsg
Group String - Replacement message group.
- scan
Botnet StringConnections - Block or monitor connections to Botnet servers, or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - 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
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectGlobalIpsSensor 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 ObjectGlobalIpsSensor Resource
Get an existing ObjectGlobalIpsSensor 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?: ObjectGlobalIpsSensorState, opts?: CustomResourceOptions): ObjectGlobalIpsSensor
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
block_malicious_url: Optional[str] = None,
comment: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
entries: Optional[Sequence[ObjectGlobalIpsSensorEntryArgs]] = None,
extended_log: Optional[str] = None,
filters: Optional[Sequence[ObjectGlobalIpsSensorFilterArgs]] = None,
log: Optional[str] = None,
name: Optional[str] = None,
object_global_ips_sensor_id: Optional[str] = None,
overrides: Optional[Sequence[ObjectGlobalIpsSensorOverrideArgs]] = None,
replacemsg_group: Optional[str] = None,
scan_botnet_connections: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectGlobalIpsSensor
func GetObjectGlobalIpsSensor(ctx *Context, name string, id IDInput, state *ObjectGlobalIpsSensorState, opts ...ResourceOption) (*ObjectGlobalIpsSensor, error)
public static ObjectGlobalIpsSensor Get(string name, Input<string> id, ObjectGlobalIpsSensorState? state, CustomResourceOptions? opts = null)
public static ObjectGlobalIpsSensor get(String name, Output<String> id, ObjectGlobalIpsSensorState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectGlobalIpsSensor 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. - Block
Malicious stringUrl - Enable/disable malicious URL blocking. Valid values:
disable
,enable
. - Comment string
- Comment.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Entries
List<Object
Global Ips Sensor Entry> - Entries. The structure of
entries
block is documented below. - Extended
Log string - Enable/disable extended logging. Valid values:
disable
,enable
. - Filters
List<Object
Global Ips Sensor Filter> - Filter. The structure of
filter
block is documented below. - Log string
- Log. Valid values:
disable
,enable
. - Name string
- Sensor name.
- Object
Global stringIps Sensor Id - an identifier for the resource with format {{name}}.
- Overrides
List<Object
Global Ips Sensor Override> - Override. The structure of
override
block is documented below. - Replacemsg
Group string - Replacement message group.
- Scan
Botnet stringConnections - Block or monitor connections to Botnet servers, or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - 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
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Block
Malicious stringUrl - Enable/disable malicious URL blocking. Valid values:
disable
,enable
. - Comment string
- Comment.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Entries
[]Object
Global Ips Sensor Entry Args - Entries. The structure of
entries
block is documented below. - Extended
Log string - Enable/disable extended logging. Valid values:
disable
,enable
. - Filters
[]Object
Global Ips Sensor Filter Args - Filter. The structure of
filter
block is documented below. - Log string
- Log. Valid values:
disable
,enable
. - Name string
- Sensor name.
- Object
Global stringIps Sensor Id - an identifier for the resource with format {{name}}.
- Overrides
[]Object
Global Ips Sensor Override Type Args - Override. The structure of
override
block is documented below. - Replacemsg
Group string - Replacement message group.
- Scan
Botnet stringConnections - Block or monitor connections to Botnet servers, or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - 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
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - block
Malicious StringUrl - Enable/disable malicious URL blocking. Valid values:
disable
,enable
. - comment String
- Comment.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- entries
List<Object
Global Ips Sensor Entry> - Entries. The structure of
entries
block is documented below. - extended
Log String - Enable/disable extended logging. Valid values:
disable
,enable
. - filters
List<Object
Global Ips Sensor Filter> - Filter. The structure of
filter
block is documented below. - log String
- Log. Valid values:
disable
,enable
. - name String
- Sensor name.
- object
Global StringIps Sensor Id - an identifier for the resource with format {{name}}.
- overrides
List<Object
Global Ips Sensor Override> - Override. The structure of
override
block is documented below. - replacemsg
Group String - Replacement message group.
- scan
Botnet StringConnections - Block or monitor connections to Botnet servers, or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - 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
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - block
Malicious stringUrl - Enable/disable malicious URL blocking. Valid values:
disable
,enable
. - comment string
- Comment.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- entries
Object
Global Ips Sensor Entry[] - Entries. The structure of
entries
block is documented below. - extended
Log string - Enable/disable extended logging. Valid values:
disable
,enable
. - filters
Object
Global Ips Sensor Filter[] - Filter. The structure of
filter
block is documented below. - log string
- Log. Valid values:
disable
,enable
. - name string
- Sensor name.
- object
Global stringIps Sensor Id - an identifier for the resource with format {{name}}.
- overrides
Object
Global Ips Sensor Override[] - Override. The structure of
override
block is documented below. - replacemsg
Group string - Replacement message group.
- scan
Botnet stringConnections - Block or monitor connections to Botnet servers, or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - 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
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - block_
malicious_ strurl - Enable/disable malicious URL blocking. Valid values:
disable
,enable
. - comment str
- Comment.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- entries
Sequence[Object
Global Ips Sensor Entry Args] - Entries. The structure of
entries
block is documented below. - extended_
log str - Enable/disable extended logging. Valid values:
disable
,enable
. - filters
Sequence[Object
Global Ips Sensor Filter Args] - Filter. The structure of
filter
block is documented below. - log str
- Log. Valid values:
disable
,enable
. - name str
- Sensor name.
- object_
global_ strips_ sensor_ id - an identifier for the resource with format {{name}}.
- overrides
Sequence[Object
Global Ips Sensor Override Args] - Override. The structure of
override
block is documented below. - replacemsg_
group str - Replacement message group.
- scan_
botnet_ strconnections - Block or monitor connections to Botnet servers, or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - 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
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - block
Malicious StringUrl - Enable/disable malicious URL blocking. Valid values:
disable
,enable
. - comment String
- Comment.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- entries List<Property Map>
- Entries. The structure of
entries
block is documented below. - extended
Log String - Enable/disable extended logging. Valid values:
disable
,enable
. - filters List<Property Map>
- Filter. The structure of
filter
block is documented below. - log String
- Log. Valid values:
disable
,enable
. - name String
- Sensor name.
- object
Global StringIps Sensor Id - an identifier for the resource with format {{name}}.
- overrides List<Property Map>
- Override. The structure of
override
block is documented below. - replacemsg
Group String - Replacement message group.
- scan
Botnet StringConnections - Block or monitor connections to Botnet servers, or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - 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
.
Supporting Types
ObjectGlobalIpsSensorEntry, ObjectGlobalIpsSensorEntryArgs
- Action string
- Action taken with traffic in which signatures are detected. Valid values:
pass
,block
,reset
,default
. - Applications List<string>
- Operating systems to be protected. Use all for every application and other for unlisted application.
- Cves List<string>
- List of CVE IDs of the signatures to add to the sensor.
- Default
Action string - Default-Action. Valid values:
block
,pass
,all
,drop
. - Default
Status string - Default-Status. Valid values:
disable
,enable
,all
. - Exempt
Ips List<ObjectGlobal Ips Sensor Entry Exempt Ip> - Exempt-Ip. The structure of
exempt_ip
block is documented below. - Id double
- Rule ID in IPS database (0 - 4294967295).
- Last
Modified string - Last-Modified.
- Locations List<string>
- Protect client or server traffic.
- Log string
- Enable/disable logging of signatures included in filter. Valid values:
disable
,enable
. - Log
Attack stringContext - Enable/disable logging of attack context: URL buffer, header buffer, body buffer, packet buffer. Valid values:
disable
,enable
. - Log
Packet string - Enable/disable packet logging. Enable to save the packet that triggers the filter. You can download the packets in pcap format for diagnostic use. Valid values:
disable
,enable
. - Os List<string>
- Operating systems to be protected. Use all for every operating system and other for unlisted operating systems.
- Position string
- Position. Valid values:
header
,footer
. - Protocols List<string>
- Protocols to be examined. Use all for every protocol and other for unlisted protocols.
- Quarantine string
- Quarantine method. Valid values:
none
,attacker
,both
,interface
. - Quarantine
Expiry string - Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
- Quarantine
Log string - Enable/disable quarantine logging. Valid values:
disable
,enable
. - Rate
Count double - Count of the rate.
- Rate
Duration double - Duration (sec) of the rate.
- Rate
Mode string - Rate limit mode. Valid values:
periodical
,continuous
. - Rate
Track string - Track the packet protocol field. Valid values:
none
,src-ip
,dest-ip
,dhcp-client-mac
,dns-domain
. - Rules List<string>
- Identifies the predefined or custom IPS signatures to add to the sensor.
- Severities List<string>
- Relative severity of the signature, from info to critical. Log messages generated by the signature include the severity.
- Status string
- Status of the signatures included in filter. Only those filters with a status to enable are used. Valid values:
disable
,enable
,default
. - List<string>
- Tags.
- Vuln
Types List<double> - Vuln-Type.
- Action string
- Action taken with traffic in which signatures are detected. Valid values:
pass
,block
,reset
,default
. - Applications []string
- Operating systems to be protected. Use all for every application and other for unlisted application.
- Cves []string
- List of CVE IDs of the signatures to add to the sensor.
- Default
Action string - Default-Action. Valid values:
block
,pass
,all
,drop
. - Default
Status string - Default-Status. Valid values:
disable
,enable
,all
. - Exempt
Ips []ObjectGlobal Ips Sensor Entry Exempt Ip - Exempt-Ip. The structure of
exempt_ip
block is documented below. - Id float64
- Rule ID in IPS database (0 - 4294967295).
- Last
Modified string - Last-Modified.
- Locations []string
- Protect client or server traffic.
- Log string
- Enable/disable logging of signatures included in filter. Valid values:
disable
,enable
. - Log
Attack stringContext - Enable/disable logging of attack context: URL buffer, header buffer, body buffer, packet buffer. Valid values:
disable
,enable
. - Log
Packet string - Enable/disable packet logging. Enable to save the packet that triggers the filter. You can download the packets in pcap format for diagnostic use. Valid values:
disable
,enable
. - Os []string
- Operating systems to be protected. Use all for every operating system and other for unlisted operating systems.
- Position string
- Position. Valid values:
header
,footer
. - Protocols []string
- Protocols to be examined. Use all for every protocol and other for unlisted protocols.
- Quarantine string
- Quarantine method. Valid values:
none
,attacker
,both
,interface
. - Quarantine
Expiry string - Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
- Quarantine
Log string - Enable/disable quarantine logging. Valid values:
disable
,enable
. - Rate
Count float64 - Count of the rate.
- Rate
Duration float64 - Duration (sec) of the rate.
- Rate
Mode string - Rate limit mode. Valid values:
periodical
,continuous
. - Rate
Track string - Track the packet protocol field. Valid values:
none
,src-ip
,dest-ip
,dhcp-client-mac
,dns-domain
. - Rules []string
- Identifies the predefined or custom IPS signatures to add to the sensor.
- Severities []string
- Relative severity of the signature, from info to critical. Log messages generated by the signature include the severity.
- Status string
- Status of the signatures included in filter. Only those filters with a status to enable are used. Valid values:
disable
,enable
,default
. - []string
- Tags.
- Vuln
Types []float64 - Vuln-Type.
- action String
- Action taken with traffic in which signatures are detected. Valid values:
pass
,block
,reset
,default
. - applications List<String>
- Operating systems to be protected. Use all for every application and other for unlisted application.
- cves List<String>
- List of CVE IDs of the signatures to add to the sensor.
- default
Action String - Default-Action. Valid values:
block
,pass
,all
,drop
. - default
Status String - Default-Status. Valid values:
disable
,enable
,all
. - exempt
Ips List<ObjectGlobal Ips Sensor Entry Exempt Ip> - Exempt-Ip. The structure of
exempt_ip
block is documented below. - id Double
- Rule ID in IPS database (0 - 4294967295).
- last
Modified String - Last-Modified.
- locations List<String>
- Protect client or server traffic.
- log String
- Enable/disable logging of signatures included in filter. Valid values:
disable
,enable
. - log
Attack StringContext - Enable/disable logging of attack context: URL buffer, header buffer, body buffer, packet buffer. Valid values:
disable
,enable
. - log
Packet String - Enable/disable packet logging. Enable to save the packet that triggers the filter. You can download the packets in pcap format for diagnostic use. Valid values:
disable
,enable
. - os List<String>
- Operating systems to be protected. Use all for every operating system and other for unlisted operating systems.
- position String
- Position. Valid values:
header
,footer
. - protocols List<String>
- Protocols to be examined. Use all for every protocol and other for unlisted protocols.
- quarantine String
- Quarantine method. Valid values:
none
,attacker
,both
,interface
. - quarantine
Expiry String - Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
- quarantine
Log String - Enable/disable quarantine logging. Valid values:
disable
,enable
. - rate
Count Double - Count of the rate.
- rate
Duration Double - Duration (sec) of the rate.
- rate
Mode String - Rate limit mode. Valid values:
periodical
,continuous
. - rate
Track String - Track the packet protocol field. Valid values:
none
,src-ip
,dest-ip
,dhcp-client-mac
,dns-domain
. - rules List<String>
- Identifies the predefined or custom IPS signatures to add to the sensor.
- severities List<String>
- Relative severity of the signature, from info to critical. Log messages generated by the signature include the severity.
- status String
- Status of the signatures included in filter. Only those filters with a status to enable are used. Valid values:
disable
,enable
,default
. - List<String>
- Tags.
- vuln
Types List<Double> - Vuln-Type.
- action string
- Action taken with traffic in which signatures are detected. Valid values:
pass
,block
,reset
,default
. - applications string[]
- Operating systems to be protected. Use all for every application and other for unlisted application.
- cves string[]
- List of CVE IDs of the signatures to add to the sensor.
- default
Action string - Default-Action. Valid values:
block
,pass
,all
,drop
. - default
Status string - Default-Status. Valid values:
disable
,enable
,all
. - exempt
Ips ObjectGlobal Ips Sensor Entry Exempt Ip[] - Exempt-Ip. The structure of
exempt_ip
block is documented below. - id number
- Rule ID in IPS database (0 - 4294967295).
- last
Modified string - Last-Modified.
- locations string[]
- Protect client or server traffic.
- log string
- Enable/disable logging of signatures included in filter. Valid values:
disable
,enable
. - log
Attack stringContext - Enable/disable logging of attack context: URL buffer, header buffer, body buffer, packet buffer. Valid values:
disable
,enable
. - log
Packet string - Enable/disable packet logging. Enable to save the packet that triggers the filter. You can download the packets in pcap format for diagnostic use. Valid values:
disable
,enable
. - os string[]
- Operating systems to be protected. Use all for every operating system and other for unlisted operating systems.
- position string
- Position. Valid values:
header
,footer
. - protocols string[]
- Protocols to be examined. Use all for every protocol and other for unlisted protocols.
- quarantine string
- Quarantine method. Valid values:
none
,attacker
,both
,interface
. - quarantine
Expiry string - Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
- quarantine
Log string - Enable/disable quarantine logging. Valid values:
disable
,enable
. - rate
Count number - Count of the rate.
- rate
Duration number - Duration (sec) of the rate.
- rate
Mode string - Rate limit mode. Valid values:
periodical
,continuous
. - rate
Track string - Track the packet protocol field. Valid values:
none
,src-ip
,dest-ip
,dhcp-client-mac
,dns-domain
. - rules string[]
- Identifies the predefined or custom IPS signatures to add to the sensor.
- severities string[]
- Relative severity of the signature, from info to critical. Log messages generated by the signature include the severity.
- status string
- Status of the signatures included in filter. Only those filters with a status to enable are used. Valid values:
disable
,enable
,default
. - string[]
- Tags.
- vuln
Types number[] - Vuln-Type.
- action str
- Action taken with traffic in which signatures are detected. Valid values:
pass
,block
,reset
,default
. - applications Sequence[str]
- Operating systems to be protected. Use all for every application and other for unlisted application.
- cves Sequence[str]
- List of CVE IDs of the signatures to add to the sensor.
- default_
action str - Default-Action. Valid values:
block
,pass
,all
,drop
. - default_
status str - Default-Status. Valid values:
disable
,enable
,all
. - exempt_
ips Sequence[ObjectGlobal Ips Sensor Entry Exempt Ip] - Exempt-Ip. The structure of
exempt_ip
block is documented below. - id float
- Rule ID in IPS database (0 - 4294967295).
- last_
modified str - Last-Modified.
- locations Sequence[str]
- Protect client or server traffic.
- log str
- Enable/disable logging of signatures included in filter. Valid values:
disable
,enable
. - log_
attack_ strcontext - Enable/disable logging of attack context: URL buffer, header buffer, body buffer, packet buffer. Valid values:
disable
,enable
. - log_
packet str - Enable/disable packet logging. Enable to save the packet that triggers the filter. You can download the packets in pcap format for diagnostic use. Valid values:
disable
,enable
. - os Sequence[str]
- Operating systems to be protected. Use all for every operating system and other for unlisted operating systems.
- position str
- Position. Valid values:
header
,footer
. - protocols Sequence[str]
- Protocols to be examined. Use all for every protocol and other for unlisted protocols.
- quarantine str
- Quarantine method. Valid values:
none
,attacker
,both
,interface
. - quarantine_
expiry str - Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
- quarantine_
log str - Enable/disable quarantine logging. Valid values:
disable
,enable
. - rate_
count float - Count of the rate.
- rate_
duration float - Duration (sec) of the rate.
- rate_
mode str - Rate limit mode. Valid values:
periodical
,continuous
. - rate_
track str - Track the packet protocol field. Valid values:
none
,src-ip
,dest-ip
,dhcp-client-mac
,dns-domain
. - rules Sequence[str]
- Identifies the predefined or custom IPS signatures to add to the sensor.
- severities Sequence[str]
- Relative severity of the signature, from info to critical. Log messages generated by the signature include the severity.
- status str
- Status of the signatures included in filter. Only those filters with a status to enable are used. Valid values:
disable
,enable
,default
. - Sequence[str]
- Tags.
- vuln_
types Sequence[float] - Vuln-Type.
- action String
- Action taken with traffic in which signatures are detected. Valid values:
pass
,block
,reset
,default
. - applications List<String>
- Operating systems to be protected. Use all for every application and other for unlisted application.
- cves List<String>
- List of CVE IDs of the signatures to add to the sensor.
- default
Action String - Default-Action. Valid values:
block
,pass
,all
,drop
. - default
Status String - Default-Status. Valid values:
disable
,enable
,all
. - exempt
Ips List<Property Map> - Exempt-Ip. The structure of
exempt_ip
block is documented below. - id Number
- Rule ID in IPS database (0 - 4294967295).
- last
Modified String - Last-Modified.
- locations List<String>
- Protect client or server traffic.
- log String
- Enable/disable logging of signatures included in filter. Valid values:
disable
,enable
. - log
Attack StringContext - Enable/disable logging of attack context: URL buffer, header buffer, body buffer, packet buffer. Valid values:
disable
,enable
. - log
Packet String - Enable/disable packet logging. Enable to save the packet that triggers the filter. You can download the packets in pcap format for diagnostic use. Valid values:
disable
,enable
. - os List<String>
- Operating systems to be protected. Use all for every operating system and other for unlisted operating systems.
- position String
- Position. Valid values:
header
,footer
. - protocols List<String>
- Protocols to be examined. Use all for every protocol and other for unlisted protocols.
- quarantine String
- Quarantine method. Valid values:
none
,attacker
,both
,interface
. - quarantine
Expiry String - Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
- quarantine
Log String - Enable/disable quarantine logging. Valid values:
disable
,enable
. - rate
Count Number - Count of the rate.
- rate
Duration Number - Duration (sec) of the rate.
- rate
Mode String - Rate limit mode. Valid values:
periodical
,continuous
. - rate
Track String - Track the packet protocol field. Valid values:
none
,src-ip
,dest-ip
,dhcp-client-mac
,dns-domain
. - rules List<String>
- Identifies the predefined or custom IPS signatures to add to the sensor.
- severities List<String>
- Relative severity of the signature, from info to critical. Log messages generated by the signature include the severity.
- status String
- Status of the signatures included in filter. Only those filters with a status to enable are used. Valid values:
disable
,enable
,default
. - List<String>
- Tags.
- vuln
Types List<Number> - Vuln-Type.
ObjectGlobalIpsSensorEntryExemptIp, ObjectGlobalIpsSensorEntryExemptIpArgs
ObjectGlobalIpsSensorFilter, ObjectGlobalIpsSensorFilterArgs
- Action string
- Action. Valid values:
pass
,block
,default
,reset
. - Applicationreal string
- Application(Real).
- Applications List<string>
- Application.
- Locationreal string
- Location(Real).
- Locations List<string>
- Location.
- Log string
- Log. Valid values:
disable
,enable
,default
. - Log
Packet string - Log-Packet. Valid values:
disable
,enable
,default
. - Name string
- Name.
- Os List<string>
- Os.
- Osreal string
- Os(Real).
- Protocolreal string
- Protocol(Real).
- Protocols List<string>
- Protocol.
- Quarantine string
- Quarantine. Valid values:
none
,attacker
,both
,interface
. - Quarantine
Expiry double - Quarantine-Expiry.
- Quarantine
Log string - Quarantine-Log. Valid values:
disable
,enable
. - Severities List<string>
- Severity.
- Severityreal string
- Severity(Real).
- Status string
- Status. Valid values:
disable
,enable
,default
.
- Action string
- Action. Valid values:
pass
,block
,default
,reset
. - Applicationreal string
- Application(Real).
- Applications []string
- Application.
- Locationreal string
- Location(Real).
- Locations []string
- Location.
- Log string
- Log. Valid values:
disable
,enable
,default
. - Log
Packet string - Log-Packet. Valid values:
disable
,enable
,default
. - Name string
- Name.
- Os []string
- Os.
- Osreal string
- Os(Real).
- Protocolreal string
- Protocol(Real).
- Protocols []string
- Protocol.
- Quarantine string
- Quarantine. Valid values:
none
,attacker
,both
,interface
. - Quarantine
Expiry float64 - Quarantine-Expiry.
- Quarantine
Log string - Quarantine-Log. Valid values:
disable
,enable
. - Severities []string
- Severity.
- Severityreal string
- Severity(Real).
- Status string
- Status. Valid values:
disable
,enable
,default
.
- action String
- Action. Valid values:
pass
,block
,default
,reset
. - applicationreal String
- Application(Real).
- applications List<String>
- Application.
- locationreal String
- Location(Real).
- locations List<String>
- Location.
- log String
- Log. Valid values:
disable
,enable
,default
. - log
Packet String - Log-Packet. Valid values:
disable
,enable
,default
. - name String
- Name.
- os List<String>
- Os.
- osreal String
- Os(Real).
- protocolreal String
- Protocol(Real).
- protocols List<String>
- Protocol.
- quarantine String
- Quarantine. Valid values:
none
,attacker
,both
,interface
. - quarantine
Expiry Double - Quarantine-Expiry.
- quarantine
Log String - Quarantine-Log. Valid values:
disable
,enable
. - severities List<String>
- Severity.
- severityreal String
- Severity(Real).
- status String
- Status. Valid values:
disable
,enable
,default
.
- action string
- Action. Valid values:
pass
,block
,default
,reset
. - applicationreal string
- Application(Real).
- applications string[]
- Application.
- locationreal string
- Location(Real).
- locations string[]
- Location.
- log string
- Log. Valid values:
disable
,enable
,default
. - log
Packet string - Log-Packet. Valid values:
disable
,enable
,default
. - name string
- Name.
- os string[]
- Os.
- osreal string
- Os(Real).
- protocolreal string
- Protocol(Real).
- protocols string[]
- Protocol.
- quarantine string
- Quarantine. Valid values:
none
,attacker
,both
,interface
. - quarantine
Expiry number - Quarantine-Expiry.
- quarantine
Log string - Quarantine-Log. Valid values:
disable
,enable
. - severities string[]
- Severity.
- severityreal string
- Severity(Real).
- status string
- Status. Valid values:
disable
,enable
,default
.
- action str
- Action. Valid values:
pass
,block
,default
,reset
. - applicationreal str
- Application(Real).
- applications Sequence[str]
- Application.
- locationreal str
- Location(Real).
- locations Sequence[str]
- Location.
- log str
- Log. Valid values:
disable
,enable
,default
. - log_
packet str - Log-Packet. Valid values:
disable
,enable
,default
. - name str
- Name.
- os Sequence[str]
- Os.
- osreal str
- Os(Real).
- protocolreal str
- Protocol(Real).
- protocols Sequence[str]
- Protocol.
- quarantine str
- Quarantine. Valid values:
none
,attacker
,both
,interface
. - quarantine_
expiry float - Quarantine-Expiry.
- quarantine_
log str - Quarantine-Log. Valid values:
disable
,enable
. - severities Sequence[str]
- Severity.
- severityreal str
- Severity(Real).
- status str
- Status. Valid values:
disable
,enable
,default
.
- action String
- Action. Valid values:
pass
,block
,default
,reset
. - applicationreal String
- Application(Real).
- applications List<String>
- Application.
- locationreal String
- Location(Real).
- locations List<String>
- Location.
- log String
- Log. Valid values:
disable
,enable
,default
. - log
Packet String - Log-Packet. Valid values:
disable
,enable
,default
. - name String
- Name.
- os List<String>
- Os.
- osreal String
- Os(Real).
- protocolreal String
- Protocol(Real).
- protocols List<String>
- Protocol.
- quarantine String
- Quarantine. Valid values:
none
,attacker
,both
,interface
. - quarantine
Expiry Number - Quarantine-Expiry.
- quarantine
Log String - Quarantine-Log. Valid values:
disable
,enable
. - severities List<String>
- Severity.
- severityreal String
- Severity(Real).
- status String
- Status. Valid values:
disable
,enable
,default
.
ObjectGlobalIpsSensorOverride, ObjectGlobalIpsSensorOverrideArgs
- Action string
- Action. Valid values:
pass
,block
,reset
. - Exempt
Ips List<ObjectGlobal Ips Sensor Override Exempt Ip> - Exempt-Ip. The structure of
exempt_ip
block is documented below. - Log string
- Log. Valid values:
disable
,enable
. - Log
Packet string - Log-Packet. Valid values:
disable
,enable
. - Quarantine string
- Quarantine. Valid values:
none
,attacker
,both
,interface
. - Quarantine
Expiry double - Quarantine-Expiry.
- Quarantine
Log string - Quarantine-Log. Valid values:
disable
,enable
. - Rule
Id double - Rule-Id.
- Status string
- Status. Valid values:
disable
,enable
.
- Action string
- Action. Valid values:
pass
,block
,reset
. - Exempt
Ips []ObjectGlobal Ips Sensor Override Exempt Ip - Exempt-Ip. The structure of
exempt_ip
block is documented below. - Log string
- Log. Valid values:
disable
,enable
. - Log
Packet string - Log-Packet. Valid values:
disable
,enable
. - Quarantine string
- Quarantine. Valid values:
none
,attacker
,both
,interface
. - Quarantine
Expiry float64 - Quarantine-Expiry.
- Quarantine
Log string - Quarantine-Log. Valid values:
disable
,enable
. - Rule
Id float64 - Rule-Id.
- Status string
- Status. Valid values:
disable
,enable
.
- action String
- Action. Valid values:
pass
,block
,reset
. - exempt
Ips List<ObjectGlobal Ips Sensor Override Exempt Ip> - Exempt-Ip. The structure of
exempt_ip
block is documented below. - log String
- Log. Valid values:
disable
,enable
. - log
Packet String - Log-Packet. Valid values:
disable
,enable
. - quarantine String
- Quarantine. Valid values:
none
,attacker
,both
,interface
. - quarantine
Expiry Double - Quarantine-Expiry.
- quarantine
Log String - Quarantine-Log. Valid values:
disable
,enable
. - rule
Id Double - Rule-Id.
- status String
- Status. Valid values:
disable
,enable
.
- action string
- Action. Valid values:
pass
,block
,reset
. - exempt
Ips ObjectGlobal Ips Sensor Override Exempt Ip[] - Exempt-Ip. The structure of
exempt_ip
block is documented below. - log string
- Log. Valid values:
disable
,enable
. - log
Packet string - Log-Packet. Valid values:
disable
,enable
. - quarantine string
- Quarantine. Valid values:
none
,attacker
,both
,interface
. - quarantine
Expiry number - Quarantine-Expiry.
- quarantine
Log string - Quarantine-Log. Valid values:
disable
,enable
. - rule
Id number - Rule-Id.
- status string
- Status. Valid values:
disable
,enable
.
- action str
- Action. Valid values:
pass
,block
,reset
. - exempt_
ips Sequence[ObjectGlobal Ips Sensor Override Exempt Ip] - Exempt-Ip. The structure of
exempt_ip
block is documented below. - log str
- Log. Valid values:
disable
,enable
. - log_
packet str - Log-Packet. Valid values:
disable
,enable
. - quarantine str
- Quarantine. Valid values:
none
,attacker
,both
,interface
. - quarantine_
expiry float - Quarantine-Expiry.
- quarantine_
log str - Quarantine-Log. Valid values:
disable
,enable
. - rule_
id float - Rule-Id.
- status str
- Status. Valid values:
disable
,enable
.
- action String
- Action. Valid values:
pass
,block
,reset
. - exempt
Ips List<Property Map> - Exempt-Ip. The structure of
exempt_ip
block is documented below. - log String
- Log. Valid values:
disable
,enable
. - log
Packet String - Log-Packet. Valid values:
disable
,enable
. - quarantine String
- Quarantine. Valid values:
none
,attacker
,both
,interface
. - quarantine
Expiry Number - Quarantine-Expiry.
- quarantine
Log String - Quarantine-Log. Valid values:
disable
,enable
. - rule
Id Number - Rule-Id.
- status String
- Status. Valid values:
disable
,enable
.
ObjectGlobalIpsSensorOverrideExemptIp, ObjectGlobalIpsSensorOverrideExemptIpArgs
Import
ObjectGlobal IpsSensor can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectGlobalIpsSensor:ObjectGlobalIpsSensor 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.