fortios.dlp.Sensor
Explore with Pulumi AI
Configure DLP sensors.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortios from "@pulumiverse/fortios";
const trname = new fortios.dlp.Sensor("trname", {
dlpLog: "enable",
extendedLog: "disable",
flowBased: "enable",
nacQuarLog: "disable",
summaryProto: "smtp pop3",
});
import pulumi
import pulumiverse_fortios as fortios
trname = fortios.dlp.Sensor("trname",
dlp_log="enable",
extended_log="disable",
flow_based="enable",
nac_quar_log="disable",
summary_proto="smtp pop3")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/pulumiverse/pulumi-fortios/sdk/go/fortios/dlp"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := dlp.NewSensor(ctx, "trname", &dlp.SensorArgs{
DlpLog: pulumi.String("enable"),
ExtendedLog: pulumi.String("disable"),
FlowBased: pulumi.String("enable"),
NacQuarLog: pulumi.String("disable"),
SummaryProto: pulumi.String("smtp pop3"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortios = Pulumiverse.Fortios;
return await Deployment.RunAsync(() =>
{
var trname = new Fortios.Dlp.Sensor("trname", new()
{
DlpLog = "enable",
ExtendedLog = "disable",
FlowBased = "enable",
NacQuarLog = "disable",
SummaryProto = "smtp pop3",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortios.dlp.Sensor;
import com.pulumi.fortios.dlp.SensorArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var trname = new Sensor("trname", SensorArgs.builder()
.dlpLog("enable")
.extendedLog("disable")
.flowBased("enable")
.nacQuarLog("disable")
.summaryProto("smtp pop3")
.build());
}
}
resources:
trname:
type: fortios:dlp:Sensor
properties:
dlpLog: enable
extendedLog: disable
flowBased: enable
nacQuarLog: disable
summaryProto: smtp pop3
Create Sensor Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Sensor(name: string, args?: SensorArgs, opts?: CustomResourceOptions);
@overload
def Sensor(resource_name: str,
args: Optional[SensorArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Sensor(resource_name: str,
opts: Optional[ResourceOptions] = None,
comment: Optional[str] = None,
dlp_log: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
entries: Optional[Sequence[SensorEntryArgs]] = None,
eval: Optional[str] = None,
extended_log: Optional[str] = None,
feature_set: Optional[str] = None,
filters: Optional[Sequence[SensorFilterArgs]] = None,
flow_based: Optional[str] = None,
full_archive_proto: Optional[str] = None,
get_all_tables: Optional[str] = None,
match_type: Optional[str] = None,
nac_quar_log: Optional[str] = None,
name: Optional[str] = None,
options: Optional[str] = None,
replacemsg_group: Optional[str] = None,
summary_proto: Optional[str] = None,
vdomparam: Optional[str] = None)
func NewSensor(ctx *Context, name string, args *SensorArgs, opts ...ResourceOption) (*Sensor, error)
public Sensor(string name, SensorArgs? args = null, CustomResourceOptions? opts = null)
public Sensor(String name, SensorArgs args)
public Sensor(String name, SensorArgs args, CustomResourceOptions options)
type: fortios:dlp:Sensor
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 SensorArgs
- 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 SensorArgs
- 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 SensorArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SensorArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SensorArgs
- 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 sensorResource = new Fortios.Dlp.Sensor("sensorResource", new()
{
Comment = "string",
DlpLog = "string",
DynamicSortSubtable = "string",
Entries = new[]
{
new Fortios.Dlp.Inputs.SensorEntryArgs
{
Count = 0,
Dictionary = "string",
Id = 0,
Status = "string",
},
},
Eval = "string",
ExtendedLog = "string",
FeatureSet = "string",
Filters = new[]
{
new Fortios.Dlp.Inputs.SensorFilterArgs
{
Action = "string",
Archive = "string",
CompanyIdentifier = "string",
Expiry = "string",
FileSize = 0,
FileType = 0,
FilterBy = "string",
FpSensitivities = new[]
{
new Fortios.Dlp.Inputs.SensorFilterFpSensitivityArgs
{
Name = "string",
},
},
Id = 0,
MatchPercentage = 0,
Name = "string",
Proto = "string",
Regexp = "string",
Sensitivities = new[]
{
new Fortios.Dlp.Inputs.SensorFilterSensitivityArgs
{
Name = "string",
},
},
Severity = "string",
Type = "string",
},
},
FlowBased = "string",
FullArchiveProto = "string",
GetAllTables = "string",
MatchType = "string",
NacQuarLog = "string",
Name = "string",
Options = "string",
ReplacemsgGroup = "string",
SummaryProto = "string",
Vdomparam = "string",
});
example, err := dlp.NewSensor(ctx, "sensorResource", &dlp.SensorArgs{
Comment: pulumi.String("string"),
DlpLog: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
Entries: dlp.SensorEntryArray{
&dlp.SensorEntryArgs{
Count: pulumi.Int(0),
Dictionary: pulumi.String("string"),
Id: pulumi.Int(0),
Status: pulumi.String("string"),
},
},
Eval: pulumi.String("string"),
ExtendedLog: pulumi.String("string"),
FeatureSet: pulumi.String("string"),
Filters: dlp.SensorFilterArray{
&dlp.SensorFilterArgs{
Action: pulumi.String("string"),
Archive: pulumi.String("string"),
CompanyIdentifier: pulumi.String("string"),
Expiry: pulumi.String("string"),
FileSize: pulumi.Int(0),
FileType: pulumi.Int(0),
FilterBy: pulumi.String("string"),
FpSensitivities: dlp.SensorFilterFpSensitivityArray{
&dlp.SensorFilterFpSensitivityArgs{
Name: pulumi.String("string"),
},
},
Id: pulumi.Int(0),
MatchPercentage: pulumi.Int(0),
Name: pulumi.String("string"),
Proto: pulumi.String("string"),
Regexp: pulumi.String("string"),
Sensitivities: dlp.SensorFilterSensitivityArray{
&dlp.SensorFilterSensitivityArgs{
Name: pulumi.String("string"),
},
},
Severity: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
FlowBased: pulumi.String("string"),
FullArchiveProto: pulumi.String("string"),
GetAllTables: pulumi.String("string"),
MatchType: pulumi.String("string"),
NacQuarLog: pulumi.String("string"),
Name: pulumi.String("string"),
Options: pulumi.String("string"),
ReplacemsgGroup: pulumi.String("string"),
SummaryProto: pulumi.String("string"),
Vdomparam: pulumi.String("string"),
})
var sensorResource = new Sensor("sensorResource", SensorArgs.builder()
.comment("string")
.dlpLog("string")
.dynamicSortSubtable("string")
.entries(SensorEntryArgs.builder()
.count(0)
.dictionary("string")
.id(0)
.status("string")
.build())
.eval("string")
.extendedLog("string")
.featureSet("string")
.filters(SensorFilterArgs.builder()
.action("string")
.archive("string")
.companyIdentifier("string")
.expiry("string")
.fileSize(0)
.fileType(0)
.filterBy("string")
.fpSensitivities(SensorFilterFpSensitivityArgs.builder()
.name("string")
.build())
.id(0)
.matchPercentage(0)
.name("string")
.proto("string")
.regexp("string")
.sensitivities(SensorFilterSensitivityArgs.builder()
.name("string")
.build())
.severity("string")
.type("string")
.build())
.flowBased("string")
.fullArchiveProto("string")
.getAllTables("string")
.matchType("string")
.nacQuarLog("string")
.name("string")
.options("string")
.replacemsgGroup("string")
.summaryProto("string")
.vdomparam("string")
.build());
sensor_resource = fortios.dlp.Sensor("sensorResource",
comment="string",
dlp_log="string",
dynamic_sort_subtable="string",
entries=[fortios.dlp.SensorEntryArgs(
count=0,
dictionary="string",
id=0,
status="string",
)],
eval="string",
extended_log="string",
feature_set="string",
filters=[fortios.dlp.SensorFilterArgs(
action="string",
archive="string",
company_identifier="string",
expiry="string",
file_size=0,
file_type=0,
filter_by="string",
fp_sensitivities=[fortios.dlp.SensorFilterFpSensitivityArgs(
name="string",
)],
id=0,
match_percentage=0,
name="string",
proto="string",
regexp="string",
sensitivities=[fortios.dlp.SensorFilterSensitivityArgs(
name="string",
)],
severity="string",
type="string",
)],
flow_based="string",
full_archive_proto="string",
get_all_tables="string",
match_type="string",
nac_quar_log="string",
name="string",
options="string",
replacemsg_group="string",
summary_proto="string",
vdomparam="string")
const sensorResource = new fortios.dlp.Sensor("sensorResource", {
comment: "string",
dlpLog: "string",
dynamicSortSubtable: "string",
entries: [{
count: 0,
dictionary: "string",
id: 0,
status: "string",
}],
eval: "string",
extendedLog: "string",
featureSet: "string",
filters: [{
action: "string",
archive: "string",
companyIdentifier: "string",
expiry: "string",
fileSize: 0,
fileType: 0,
filterBy: "string",
fpSensitivities: [{
name: "string",
}],
id: 0,
matchPercentage: 0,
name: "string",
proto: "string",
regexp: "string",
sensitivities: [{
name: "string",
}],
severity: "string",
type: "string",
}],
flowBased: "string",
fullArchiveProto: "string",
getAllTables: "string",
matchType: "string",
nacQuarLog: "string",
name: "string",
options: "string",
replacemsgGroup: "string",
summaryProto: "string",
vdomparam: "string",
});
type: fortios:dlp:Sensor
properties:
comment: string
dlpLog: string
dynamicSortSubtable: string
entries:
- count: 0
dictionary: string
id: 0
status: string
eval: string
extendedLog: string
featureSet: string
filters:
- action: string
archive: string
companyIdentifier: string
expiry: string
fileSize: 0
fileType: 0
filterBy: string
fpSensitivities:
- name: string
id: 0
matchPercentage: 0
name: string
proto: string
regexp: string
sensitivities:
- name: string
severity: string
type: string
flowBased: string
fullArchiveProto: string
getAllTables: string
matchType: string
nacQuarLog: string
name: string
options: string
replacemsgGroup: string
summaryProto: string
vdomparam: string
Sensor Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Sensor resource accepts the following input properties:
- Comment string
- Comment.
- Dlp
Log string - Enable/disable DLP logging. Valid values:
enable
,disable
. - Dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- Entries
List<Pulumiverse.
Fortios. Dlp. Inputs. Sensor Entry> - DLP sensor entries. The structure of
entries
block is documented below. - Eval string
- Expression to evaluate.
- Extended
Log string - Enable/disable extended logging for data leak prevention. Valid values:
enable
,disable
. - Feature
Set string - Flow/proxy feature set. Valid values:
flow
,proxy
. - Filters
List<Pulumiverse.
Fortios. Dlp. Inputs. Sensor Filter> - Set up DLP filters for this sensor. The structure of
filter
block is documented below. - Flow
Based string - Enable/disable flow-based DLP. Valid values:
enable
,disable
. - Full
Archive stringProto - Protocols to always content archive.
- Get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Match
Type string - Logical relation between entries (default = match-any). Valid values:
match-all
,match-any
,match-eval
. - Nac
Quar stringLog - Enable/disable NAC quarantine logging. Valid values:
enable
,disable
. - Name string
- Name of the DLP sensor.
- Options string
- Configure DLP options.
- Replacemsg
Group string - Replacement message group used by this DLP sensor.
- Summary
Proto string - Protocols to always log summary.
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Comment string
- Comment.
- Dlp
Log string - Enable/disable DLP logging. Valid values:
enable
,disable
. - Dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- Entries
[]Sensor
Entry Args - DLP sensor entries. The structure of
entries
block is documented below. - Eval string
- Expression to evaluate.
- Extended
Log string - Enable/disable extended logging for data leak prevention. Valid values:
enable
,disable
. - Feature
Set string - Flow/proxy feature set. Valid values:
flow
,proxy
. - Filters
[]Sensor
Filter Args - Set up DLP filters for this sensor. The structure of
filter
block is documented below. - Flow
Based string - Enable/disable flow-based DLP. Valid values:
enable
,disable
. - Full
Archive stringProto - Protocols to always content archive.
- Get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Match
Type string - Logical relation between entries (default = match-any). Valid values:
match-all
,match-any
,match-eval
. - Nac
Quar stringLog - Enable/disable NAC quarantine logging. Valid values:
enable
,disable
. - Name string
- Name of the DLP sensor.
- Options string
- Configure DLP options.
- Replacemsg
Group string - Replacement message group used by this DLP sensor.
- Summary
Proto string - Protocols to always log summary.
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- comment String
- Comment.
- dlp
Log String - Enable/disable DLP logging. Valid values:
enable
,disable
. - dynamic
Sort StringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- entries
List<Sensor
Entry> - DLP sensor entries. The structure of
entries
block is documented below. - eval String
- Expression to evaluate.
- extended
Log String - Enable/disable extended logging for data leak prevention. Valid values:
enable
,disable
. - feature
Set String - Flow/proxy feature set. Valid values:
flow
,proxy
. - filters
List<Sensor
Filter> - Set up DLP filters for this sensor. The structure of
filter
block is documented below. - flow
Based String - Enable/disable flow-based DLP. Valid values:
enable
,disable
. - full
Archive StringProto - Protocols to always content archive.
- get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- match
Type String - Logical relation between entries (default = match-any). Valid values:
match-all
,match-any
,match-eval
. - nac
Quar StringLog - Enable/disable NAC quarantine logging. Valid values:
enable
,disable
. - name String
- Name of the DLP sensor.
- options String
- Configure DLP options.
- replacemsg
Group String - Replacement message group used by this DLP sensor.
- summary
Proto String - Protocols to always log summary.
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- comment string
- Comment.
- dlp
Log string - Enable/disable DLP logging. Valid values:
enable
,disable
. - dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- entries
Sensor
Entry[] - DLP sensor entries. The structure of
entries
block is documented below. - eval string
- Expression to evaluate.
- extended
Log string - Enable/disable extended logging for data leak prevention. Valid values:
enable
,disable
. - feature
Set string - Flow/proxy feature set. Valid values:
flow
,proxy
. - filters
Sensor
Filter[] - Set up DLP filters for this sensor. The structure of
filter
block is documented below. - flow
Based string - Enable/disable flow-based DLP. Valid values:
enable
,disable
. - full
Archive stringProto - Protocols to always content archive.
- get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- match
Type string - Logical relation between entries (default = match-any). Valid values:
match-all
,match-any
,match-eval
. - nac
Quar stringLog - Enable/disable NAC quarantine logging. Valid values:
enable
,disable
. - name string
- Name of the DLP sensor.
- options string
- Configure DLP options.
- replacemsg
Group string - Replacement message group used by this DLP sensor.
- summary
Proto string - Protocols to always log summary.
- vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- comment str
- Comment.
- dlp_
log str - Enable/disable DLP logging. Valid values:
enable
,disable
. - dynamic_
sort_ strsubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- entries
Sequence[Sensor
Entry Args] - DLP sensor entries. The structure of
entries
block is documented below. - eval str
- Expression to evaluate.
- extended_
log str - Enable/disable extended logging for data leak prevention. Valid values:
enable
,disable
. - feature_
set str - Flow/proxy feature set. Valid values:
flow
,proxy
. - filters
Sequence[Sensor
Filter Args] - Set up DLP filters for this sensor. The structure of
filter
block is documented below. - flow_
based str - Enable/disable flow-based DLP. Valid values:
enable
,disable
. - full_
archive_ strproto - Protocols to always content archive.
- get_
all_ strtables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- match_
type str - Logical relation between entries (default = match-any). Valid values:
match-all
,match-any
,match-eval
. - nac_
quar_ strlog - Enable/disable NAC quarantine logging. Valid values:
enable
,disable
. - name str
- Name of the DLP sensor.
- options str
- Configure DLP options.
- replacemsg_
group str - Replacement message group used by this DLP sensor.
- summary_
proto str - Protocols to always log summary.
- vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- comment String
- Comment.
- dlp
Log String - Enable/disable DLP logging. Valid values:
enable
,disable
. - dynamic
Sort StringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- entries List<Property Map>
- DLP sensor entries. The structure of
entries
block is documented below. - eval String
- Expression to evaluate.
- extended
Log String - Enable/disable extended logging for data leak prevention. Valid values:
enable
,disable
. - feature
Set String - Flow/proxy feature set. Valid values:
flow
,proxy
. - filters List<Property Map>
- Set up DLP filters for this sensor. The structure of
filter
block is documented below. - flow
Based String - Enable/disable flow-based DLP. Valid values:
enable
,disable
. - full
Archive StringProto - Protocols to always content archive.
- get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- match
Type String - Logical relation between entries (default = match-any). Valid values:
match-all
,match-any
,match-eval
. - nac
Quar StringLog - Enable/disable NAC quarantine logging. Valid values:
enable
,disable
. - name String
- Name of the DLP sensor.
- options String
- Configure DLP options.
- replacemsg
Group String - Replacement message group used by this DLP sensor.
- summary
Proto String - Protocols to always log summary.
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Outputs
All input properties are implicitly available as output properties. Additionally, the Sensor 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 Sensor Resource
Get an existing Sensor 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?: SensorState, opts?: CustomResourceOptions): Sensor
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
comment: Optional[str] = None,
dlp_log: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
entries: Optional[Sequence[SensorEntryArgs]] = None,
eval: Optional[str] = None,
extended_log: Optional[str] = None,
feature_set: Optional[str] = None,
filters: Optional[Sequence[SensorFilterArgs]] = None,
flow_based: Optional[str] = None,
full_archive_proto: Optional[str] = None,
get_all_tables: Optional[str] = None,
match_type: Optional[str] = None,
nac_quar_log: Optional[str] = None,
name: Optional[str] = None,
options: Optional[str] = None,
replacemsg_group: Optional[str] = None,
summary_proto: Optional[str] = None,
vdomparam: Optional[str] = None) -> Sensor
func GetSensor(ctx *Context, name string, id IDInput, state *SensorState, opts ...ResourceOption) (*Sensor, error)
public static Sensor Get(string name, Input<string> id, SensorState? state, CustomResourceOptions? opts = null)
public static Sensor get(String name, Output<String> id, SensorState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Comment string
- Comment.
- Dlp
Log string - Enable/disable DLP logging. Valid values:
enable
,disable
. - Dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- Entries
List<Pulumiverse.
Fortios. Dlp. Inputs. Sensor Entry> - DLP sensor entries. The structure of
entries
block is documented below. - Eval string
- Expression to evaluate.
- Extended
Log string - Enable/disable extended logging for data leak prevention. Valid values:
enable
,disable
. - Feature
Set string - Flow/proxy feature set. Valid values:
flow
,proxy
. - Filters
List<Pulumiverse.
Fortios. Dlp. Inputs. Sensor Filter> - Set up DLP filters for this sensor. The structure of
filter
block is documented below. - Flow
Based string - Enable/disable flow-based DLP. Valid values:
enable
,disable
. - Full
Archive stringProto - Protocols to always content archive.
- Get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Match
Type string - Logical relation between entries (default = match-any). Valid values:
match-all
,match-any
,match-eval
. - Nac
Quar stringLog - Enable/disable NAC quarantine logging. Valid values:
enable
,disable
. - Name string
- Name of the DLP sensor.
- Options string
- Configure DLP options.
- Replacemsg
Group string - Replacement message group used by this DLP sensor.
- Summary
Proto string - Protocols to always log summary.
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Comment string
- Comment.
- Dlp
Log string - Enable/disable DLP logging. Valid values:
enable
,disable
. - Dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- Entries
[]Sensor
Entry Args - DLP sensor entries. The structure of
entries
block is documented below. - Eval string
- Expression to evaluate.
- Extended
Log string - Enable/disable extended logging for data leak prevention. Valid values:
enable
,disable
. - Feature
Set string - Flow/proxy feature set. Valid values:
flow
,proxy
. - Filters
[]Sensor
Filter Args - Set up DLP filters for this sensor. The structure of
filter
block is documented below. - Flow
Based string - Enable/disable flow-based DLP. Valid values:
enable
,disable
. - Full
Archive stringProto - Protocols to always content archive.
- Get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Match
Type string - Logical relation between entries (default = match-any). Valid values:
match-all
,match-any
,match-eval
. - Nac
Quar stringLog - Enable/disable NAC quarantine logging. Valid values:
enable
,disable
. - Name string
- Name of the DLP sensor.
- Options string
- Configure DLP options.
- Replacemsg
Group string - Replacement message group used by this DLP sensor.
- Summary
Proto string - Protocols to always log summary.
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- comment String
- Comment.
- dlp
Log String - Enable/disable DLP logging. Valid values:
enable
,disable
. - dynamic
Sort StringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- entries
List<Sensor
Entry> - DLP sensor entries. The structure of
entries
block is documented below. - eval String
- Expression to evaluate.
- extended
Log String - Enable/disable extended logging for data leak prevention. Valid values:
enable
,disable
. - feature
Set String - Flow/proxy feature set. Valid values:
flow
,proxy
. - filters
List<Sensor
Filter> - Set up DLP filters for this sensor. The structure of
filter
block is documented below. - flow
Based String - Enable/disable flow-based DLP. Valid values:
enable
,disable
. - full
Archive StringProto - Protocols to always content archive.
- get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- match
Type String - Logical relation between entries (default = match-any). Valid values:
match-all
,match-any
,match-eval
. - nac
Quar StringLog - Enable/disable NAC quarantine logging. Valid values:
enable
,disable
. - name String
- Name of the DLP sensor.
- options String
- Configure DLP options.
- replacemsg
Group String - Replacement message group used by this DLP sensor.
- summary
Proto String - Protocols to always log summary.
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- comment string
- Comment.
- dlp
Log string - Enable/disable DLP logging. Valid values:
enable
,disable
. - dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- entries
Sensor
Entry[] - DLP sensor entries. The structure of
entries
block is documented below. - eval string
- Expression to evaluate.
- extended
Log string - Enable/disable extended logging for data leak prevention. Valid values:
enable
,disable
. - feature
Set string - Flow/proxy feature set. Valid values:
flow
,proxy
. - filters
Sensor
Filter[] - Set up DLP filters for this sensor. The structure of
filter
block is documented below. - flow
Based string - Enable/disable flow-based DLP. Valid values:
enable
,disable
. - full
Archive stringProto - Protocols to always content archive.
- get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- match
Type string - Logical relation between entries (default = match-any). Valid values:
match-all
,match-any
,match-eval
. - nac
Quar stringLog - Enable/disable NAC quarantine logging. Valid values:
enable
,disable
. - name string
- Name of the DLP sensor.
- options string
- Configure DLP options.
- replacemsg
Group string - Replacement message group used by this DLP sensor.
- summary
Proto string - Protocols to always log summary.
- vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- comment str
- Comment.
- dlp_
log str - Enable/disable DLP logging. Valid values:
enable
,disable
. - dynamic_
sort_ strsubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- entries
Sequence[Sensor
Entry Args] - DLP sensor entries. The structure of
entries
block is documented below. - eval str
- Expression to evaluate.
- extended_
log str - Enable/disable extended logging for data leak prevention. Valid values:
enable
,disable
. - feature_
set str - Flow/proxy feature set. Valid values:
flow
,proxy
. - filters
Sequence[Sensor
Filter Args] - Set up DLP filters for this sensor. The structure of
filter
block is documented below. - flow_
based str - Enable/disable flow-based DLP. Valid values:
enable
,disable
. - full_
archive_ strproto - Protocols to always content archive.
- get_
all_ strtables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- match_
type str - Logical relation between entries (default = match-any). Valid values:
match-all
,match-any
,match-eval
. - nac_
quar_ strlog - Enable/disable NAC quarantine logging. Valid values:
enable
,disable
. - name str
- Name of the DLP sensor.
- options str
- Configure DLP options.
- replacemsg_
group str - Replacement message group used by this DLP sensor.
- summary_
proto str - Protocols to always log summary.
- vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- comment String
- Comment.
- dlp
Log String - Enable/disable DLP logging. Valid values:
enable
,disable
. - dynamic
Sort StringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- entries List<Property Map>
- DLP sensor entries. The structure of
entries
block is documented below. - eval String
- Expression to evaluate.
- extended
Log String - Enable/disable extended logging for data leak prevention. Valid values:
enable
,disable
. - feature
Set String - Flow/proxy feature set. Valid values:
flow
,proxy
. - filters List<Property Map>
- Set up DLP filters for this sensor. The structure of
filter
block is documented below. - flow
Based String - Enable/disable flow-based DLP. Valid values:
enable
,disable
. - full
Archive StringProto - Protocols to always content archive.
- get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- match
Type String - Logical relation between entries (default = match-any). Valid values:
match-all
,match-any
,match-eval
. - nac
Quar StringLog - Enable/disable NAC quarantine logging. Valid values:
enable
,disable
. - name String
- Name of the DLP sensor.
- options String
- Configure DLP options.
- replacemsg
Group String - Replacement message group used by this DLP sensor.
- summary
Proto String - Protocols to always log summary.
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Supporting Types
SensorEntry, SensorEntryArgs
- Count int
- Count of dictionary matches to trigger sensor entry match (Dictionary might not be able to trigger more than once based on its 'repeat' option, 1 - 255, default = 1).
- Dictionary string
- Select a DLP dictionary.
- Id int
- ID.
- Status string
- Enable/disable this entry. Valid values:
enable
,disable
.
- Count int
- Count of dictionary matches to trigger sensor entry match (Dictionary might not be able to trigger more than once based on its 'repeat' option, 1 - 255, default = 1).
- Dictionary string
- Select a DLP dictionary.
- Id int
- ID.
- Status string
- Enable/disable this entry. Valid values:
enable
,disable
.
- count Integer
- Count of dictionary matches to trigger sensor entry match (Dictionary might not be able to trigger more than once based on its 'repeat' option, 1 - 255, default = 1).
- dictionary String
- Select a DLP dictionary.
- id Integer
- ID.
- status String
- Enable/disable this entry. Valid values:
enable
,disable
.
- count number
- Count of dictionary matches to trigger sensor entry match (Dictionary might not be able to trigger more than once based on its 'repeat' option, 1 - 255, default = 1).
- dictionary string
- Select a DLP dictionary.
- id number
- ID.
- status string
- Enable/disable this entry. Valid values:
enable
,disable
.
- count int
- Count of dictionary matches to trigger sensor entry match (Dictionary might not be able to trigger more than once based on its 'repeat' option, 1 - 255, default = 1).
- dictionary str
- Select a DLP dictionary.
- id int
- ID.
- status str
- Enable/disable this entry. Valid values:
enable
,disable
.
- count Number
- Count of dictionary matches to trigger sensor entry match (Dictionary might not be able to trigger more than once based on its 'repeat' option, 1 - 255, default = 1).
- dictionary String
- Select a DLP dictionary.
- id Number
- ID.
- status String
- Enable/disable this entry. Valid values:
enable
,disable
.
SensorFilter, SensorFilterArgs
- Action string
- Action to take with content that this DLP sensor matches. Valid values:
allow
,log-only
,block
,quarantine-ip
. - Archive string
- Enable/disable DLP archiving. Valid values:
disable
,enable
. - Company
Identifier string - Enter a company identifier watermark to match. Only watermarks that your company has placed on the files are matched.
- Expiry string
- Quarantine duration in days, hours, minutes (format = dddhhmm).
- File
Size int - Match files this size or larger (0 - 4294967295 kbytes).
- File
Type int - Select the number of a DLP file pattern table to match.
- Filter
By string - Select the type of content to match.
- Fp
Sensitivities List<Pulumiverse.Fortios. Dlp. Inputs. Sensor Filter Fp Sensitivity> - Select a DLP file pattern sensitivity to match. The structure of
fp_sensitivity
block is documented below. - Id int
- ID.
- Match
Percentage int - Percentage of fingerprints in the fingerprint databases designated with the selected fp-sensitivity to match.
- Name string
- Filter name.
- Proto string
- Check messages or files over one or more of these protocols.
- Regexp string
- Enter a regular expression to match (max. 255 characters).
- Sensitivities
List<Pulumiverse.
Fortios. Dlp. Inputs. Sensor Filter Sensitivity> - Select a DLP file pattern sensitivity to match. The structure of
sensitivity
block is documented below. - Severity string
- Select the severity or threat level that matches this filter. Valid values:
info
,low
,medium
,high
,critical
. - Type string
- Select whether to check the content of messages (an email message) or files (downloaded files or email attachments). Valid values:
file
,message
.
- Action string
- Action to take with content that this DLP sensor matches. Valid values:
allow
,log-only
,block
,quarantine-ip
. - Archive string
- Enable/disable DLP archiving. Valid values:
disable
,enable
. - Company
Identifier string - Enter a company identifier watermark to match. Only watermarks that your company has placed on the files are matched.
- Expiry string
- Quarantine duration in days, hours, minutes (format = dddhhmm).
- File
Size int - Match files this size or larger (0 - 4294967295 kbytes).
- File
Type int - Select the number of a DLP file pattern table to match.
- Filter
By string - Select the type of content to match.
- Fp
Sensitivities []SensorFilter Fp Sensitivity - Select a DLP file pattern sensitivity to match. The structure of
fp_sensitivity
block is documented below. - Id int
- ID.
- Match
Percentage int - Percentage of fingerprints in the fingerprint databases designated with the selected fp-sensitivity to match.
- Name string
- Filter name.
- Proto string
- Check messages or files over one or more of these protocols.
- Regexp string
- Enter a regular expression to match (max. 255 characters).
- Sensitivities
[]Sensor
Filter Sensitivity - Select a DLP file pattern sensitivity to match. The structure of
sensitivity
block is documented below. - Severity string
- Select the severity or threat level that matches this filter. Valid values:
info
,low
,medium
,high
,critical
. - Type string
- Select whether to check the content of messages (an email message) or files (downloaded files or email attachments). Valid values:
file
,message
.
- action String
- Action to take with content that this DLP sensor matches. Valid values:
allow
,log-only
,block
,quarantine-ip
. - archive String
- Enable/disable DLP archiving. Valid values:
disable
,enable
. - company
Identifier String - Enter a company identifier watermark to match. Only watermarks that your company has placed on the files are matched.
- expiry String
- Quarantine duration in days, hours, minutes (format = dddhhmm).
- file
Size Integer - Match files this size or larger (0 - 4294967295 kbytes).
- file
Type Integer - Select the number of a DLP file pattern table to match.
- filter
By String - Select the type of content to match.
- fp
Sensitivities List<SensorFilter Fp Sensitivity> - Select a DLP file pattern sensitivity to match. The structure of
fp_sensitivity
block is documented below. - id Integer
- ID.
- match
Percentage Integer - Percentage of fingerprints in the fingerprint databases designated with the selected fp-sensitivity to match.
- name String
- Filter name.
- proto String
- Check messages or files over one or more of these protocols.
- regexp String
- Enter a regular expression to match (max. 255 characters).
- sensitivities
List<Sensor
Filter Sensitivity> - Select a DLP file pattern sensitivity to match. The structure of
sensitivity
block is documented below. - severity String
- Select the severity or threat level that matches this filter. Valid values:
info
,low
,medium
,high
,critical
. - type String
- Select whether to check the content of messages (an email message) or files (downloaded files or email attachments). Valid values:
file
,message
.
- action string
- Action to take with content that this DLP sensor matches. Valid values:
allow
,log-only
,block
,quarantine-ip
. - archive string
- Enable/disable DLP archiving. Valid values:
disable
,enable
. - company
Identifier string - Enter a company identifier watermark to match. Only watermarks that your company has placed on the files are matched.
- expiry string
- Quarantine duration in days, hours, minutes (format = dddhhmm).
- file
Size number - Match files this size or larger (0 - 4294967295 kbytes).
- file
Type number - Select the number of a DLP file pattern table to match.
- filter
By string - Select the type of content to match.
- fp
Sensitivities SensorFilter Fp Sensitivity[] - Select a DLP file pattern sensitivity to match. The structure of
fp_sensitivity
block is documented below. - id number
- ID.
- match
Percentage number - Percentage of fingerprints in the fingerprint databases designated with the selected fp-sensitivity to match.
- name string
- Filter name.
- proto string
- Check messages or files over one or more of these protocols.
- regexp string
- Enter a regular expression to match (max. 255 characters).
- sensitivities
Sensor
Filter Sensitivity[] - Select a DLP file pattern sensitivity to match. The structure of
sensitivity
block is documented below. - severity string
- Select the severity or threat level that matches this filter. Valid values:
info
,low
,medium
,high
,critical
. - type string
- Select whether to check the content of messages (an email message) or files (downloaded files or email attachments). Valid values:
file
,message
.
- action str
- Action to take with content that this DLP sensor matches. Valid values:
allow
,log-only
,block
,quarantine-ip
. - archive str
- Enable/disable DLP archiving. Valid values:
disable
,enable
. - company_
identifier str - Enter a company identifier watermark to match. Only watermarks that your company has placed on the files are matched.
- expiry str
- Quarantine duration in days, hours, minutes (format = dddhhmm).
- file_
size int - Match files this size or larger (0 - 4294967295 kbytes).
- file_
type int - Select the number of a DLP file pattern table to match.
- filter_
by str - Select the type of content to match.
- fp_
sensitivities Sequence[SensorFilter Fp Sensitivity] - Select a DLP file pattern sensitivity to match. The structure of
fp_sensitivity
block is documented below. - id int
- ID.
- match_
percentage int - Percentage of fingerprints in the fingerprint databases designated with the selected fp-sensitivity to match.
- name str
- Filter name.
- proto str
- Check messages or files over one or more of these protocols.
- regexp str
- Enter a regular expression to match (max. 255 characters).
- sensitivities
Sequence[Sensor
Filter Sensitivity] - Select a DLP file pattern sensitivity to match. The structure of
sensitivity
block is documented below. - severity str
- Select the severity or threat level that matches this filter. Valid values:
info
,low
,medium
,high
,critical
. - type str
- Select whether to check the content of messages (an email message) or files (downloaded files or email attachments). Valid values:
file
,message
.
- action String
- Action to take with content that this DLP sensor matches. Valid values:
allow
,log-only
,block
,quarantine-ip
. - archive String
- Enable/disable DLP archiving. Valid values:
disable
,enable
. - company
Identifier String - Enter a company identifier watermark to match. Only watermarks that your company has placed on the files are matched.
- expiry String
- Quarantine duration in days, hours, minutes (format = dddhhmm).
- file
Size Number - Match files this size or larger (0 - 4294967295 kbytes).
- file
Type Number - Select the number of a DLP file pattern table to match.
- filter
By String - Select the type of content to match.
- fp
Sensitivities List<Property Map> - Select a DLP file pattern sensitivity to match. The structure of
fp_sensitivity
block is documented below. - id Number
- ID.
- match
Percentage Number - Percentage of fingerprints in the fingerprint databases designated with the selected fp-sensitivity to match.
- name String
- Filter name.
- proto String
- Check messages or files over one or more of these protocols.
- regexp String
- Enter a regular expression to match (max. 255 characters).
- sensitivities List<Property Map>
- Select a DLP file pattern sensitivity to match. The structure of
sensitivity
block is documented below. - severity String
- Select the severity or threat level that matches this filter. Valid values:
info
,low
,medium
,high
,critical
. - type String
- Select whether to check the content of messages (an email message) or files (downloaded files or email attachments). Valid values:
file
,message
.
SensorFilterFpSensitivity, SensorFilterFpSensitivityArgs
- Name string
- Select a DLP sensitivity.
- Name string
- Select a DLP sensitivity.
- name String
- Select a DLP sensitivity.
- name string
- Select a DLP sensitivity.
- name str
- Select a DLP sensitivity.
- name String
- Select a DLP sensitivity.
SensorFilterSensitivity, SensorFilterSensitivityArgs
- Name string
- Select a DLP sensitivity.
- Name string
- Select a DLP sensitivity.
- name String
- Select a DLP sensitivity.
- name string
- Select a DLP sensitivity.
- name str
- Select a DLP sensitivity.
- name String
- Select a DLP sensitivity.
Import
Dlp Sensor can be imported using any of these accepted formats:
$ pulumi import fortios:dlp/sensor:Sensor labelname {{name}}
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:dlp/sensor:Sensor labelname {{name}}
$ unset “FORTIOS_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.