fortimanager.ObjectDlpSensorEntries
Explore with Pulumi AI
DLP sensor entries.
This resource is a sub resource for variable
entries
of resourcefortimanager.ObjectDlpSensor
. Conflict and overwrite may occur if use both of them.
Create ObjectDlpSensorEntries Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectDlpSensorEntries(name: string, args: ObjectDlpSensorEntriesArgs, opts?: CustomResourceOptions);
@overload
def ObjectDlpSensorEntries(resource_name: str,
args: ObjectDlpSensorEntriesArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectDlpSensorEntries(resource_name: str,
opts: Optional[ResourceOptions] = None,
sensor: Optional[str] = None,
adom: Optional[str] = None,
dictionary: Optional[str] = None,
fmgcount: Optional[float] = None,
fosid: Optional[float] = None,
object_dlp_sensor_entries_id: Optional[str] = None,
scopetype: Optional[str] = None,
status: Optional[str] = None)
func NewObjectDlpSensorEntries(ctx *Context, name string, args ObjectDlpSensorEntriesArgs, opts ...ResourceOption) (*ObjectDlpSensorEntries, error)
public ObjectDlpSensorEntries(string name, ObjectDlpSensorEntriesArgs args, CustomResourceOptions? opts = null)
public ObjectDlpSensorEntries(String name, ObjectDlpSensorEntriesArgs args)
public ObjectDlpSensorEntries(String name, ObjectDlpSensorEntriesArgs args, CustomResourceOptions options)
type: fortimanager:ObjectDlpSensorEntries
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 ObjectDlpSensorEntriesArgs
- 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 ObjectDlpSensorEntriesArgs
- 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 ObjectDlpSensorEntriesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectDlpSensorEntriesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectDlpSensorEntriesArgs
- 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 objectDlpSensorEntriesResource = new Fortimanager.ObjectDlpSensorEntries("objectDlpSensorEntriesResource", new()
{
Sensor = "string",
Adom = "string",
Dictionary = "string",
Fmgcount = 0,
Fosid = 0,
ObjectDlpSensorEntriesId = "string",
Scopetype = "string",
Status = "string",
});
example, err := fortimanager.NewObjectDlpSensorEntries(ctx, "objectDlpSensorEntriesResource", &fortimanager.ObjectDlpSensorEntriesArgs{
Sensor: pulumi.String("string"),
Adom: pulumi.String("string"),
Dictionary: pulumi.String("string"),
Fmgcount: pulumi.Float64(0),
Fosid: pulumi.Float64(0),
ObjectDlpSensorEntriesId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Status: pulumi.String("string"),
})
var objectDlpSensorEntriesResource = new ObjectDlpSensorEntries("objectDlpSensorEntriesResource", ObjectDlpSensorEntriesArgs.builder()
.sensor("string")
.adom("string")
.dictionary("string")
.fmgcount(0)
.fosid(0)
.objectDlpSensorEntriesId("string")
.scopetype("string")
.status("string")
.build());
object_dlp_sensor_entries_resource = fortimanager.ObjectDlpSensorEntries("objectDlpSensorEntriesResource",
sensor="string",
adom="string",
dictionary="string",
fmgcount=0,
fosid=0,
object_dlp_sensor_entries_id="string",
scopetype="string",
status="string")
const objectDlpSensorEntriesResource = new fortimanager.ObjectDlpSensorEntries("objectDlpSensorEntriesResource", {
sensor: "string",
adom: "string",
dictionary: "string",
fmgcount: 0,
fosid: 0,
objectDlpSensorEntriesId: "string",
scopetype: "string",
status: "string",
});
type: fortimanager:ObjectDlpSensorEntries
properties:
adom: string
dictionary: string
fmgcount: 0
fosid: 0
objectDlpSensorEntriesId: string
scopetype: string
sensor: string
status: string
ObjectDlpSensorEntries 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 ObjectDlpSensorEntries resource accepts the following input properties:
- Sensor string
- Sensor.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Dictionary string
- Select a DLP dictionary.
- Fmgcount double
- 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).
- Fosid double
- ID.
- Object
Dlp stringSensor Entries Id - an identifier for the resource with format {{fosid}}.
- 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
. - Status string
- Enable/disable this entry. Valid values:
disable
,enable
.
- Sensor string
- Sensor.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Dictionary string
- Select a DLP dictionary.
- Fmgcount float64
- 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).
- Fosid float64
- ID.
- Object
Dlp stringSensor Entries Id - an identifier for the resource with format {{fosid}}.
- 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
. - Status string
- Enable/disable this entry. Valid values:
disable
,enable
.
- sensor String
- Sensor.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dictionary String
- Select a DLP dictionary.
- fmgcount Double
- 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).
- fosid Double
- ID.
- object
Dlp StringSensor Entries Id - an identifier for the resource with format {{fosid}}.
- 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
. - status String
- Enable/disable this entry. Valid values:
disable
,enable
.
- sensor string
- Sensor.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dictionary string
- Select a DLP dictionary.
- fmgcount 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).
- fosid number
- ID.
- object
Dlp stringSensor Entries Id - an identifier for the resource with format {{fosid}}.
- 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
. - status string
- Enable/disable this entry. Valid values:
disable
,enable
.
- sensor str
- Sensor.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dictionary str
- Select a DLP dictionary.
- fmgcount float
- 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).
- fosid float
- ID.
- object_
dlp_ strsensor_ entries_ id - an identifier for the resource with format {{fosid}}.
- 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
. - status str
- Enable/disable this entry. Valid values:
disable
,enable
.
- sensor String
- Sensor.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dictionary String
- Select a DLP dictionary.
- fmgcount 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).
- fosid Number
- ID.
- object
Dlp StringSensor Entries Id - an identifier for the resource with format {{fosid}}.
- 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
. - status String
- Enable/disable this entry. Valid values:
disable
,enable
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectDlpSensorEntries 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 ObjectDlpSensorEntries Resource
Get an existing ObjectDlpSensorEntries 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?: ObjectDlpSensorEntriesState, opts?: CustomResourceOptions): ObjectDlpSensorEntries
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
dictionary: Optional[str] = None,
fmgcount: Optional[float] = None,
fosid: Optional[float] = None,
object_dlp_sensor_entries_id: Optional[str] = None,
scopetype: Optional[str] = None,
sensor: Optional[str] = None,
status: Optional[str] = None) -> ObjectDlpSensorEntries
func GetObjectDlpSensorEntries(ctx *Context, name string, id IDInput, state *ObjectDlpSensorEntriesState, opts ...ResourceOption) (*ObjectDlpSensorEntries, error)
public static ObjectDlpSensorEntries Get(string name, Input<string> id, ObjectDlpSensorEntriesState? state, CustomResourceOptions? opts = null)
public static ObjectDlpSensorEntries get(String name, Output<String> id, ObjectDlpSensorEntriesState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectDlpSensorEntries 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. - Dictionary string
- Select a DLP dictionary.
- Fmgcount double
- 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).
- Fosid double
- ID.
- Object
Dlp stringSensor Entries Id - an identifier for the resource with format {{fosid}}.
- 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
. - Sensor string
- Sensor.
- Status string
- Enable/disable this entry. Valid values:
disable
,enable
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Dictionary string
- Select a DLP dictionary.
- Fmgcount float64
- 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).
- Fosid float64
- ID.
- Object
Dlp stringSensor Entries Id - an identifier for the resource with format {{fosid}}.
- 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
. - Sensor string
- Sensor.
- Status string
- Enable/disable this entry. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dictionary String
- Select a DLP dictionary.
- fmgcount Double
- 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).
- fosid Double
- ID.
- object
Dlp StringSensor Entries Id - an identifier for the resource with format {{fosid}}.
- 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
. - sensor String
- Sensor.
- status String
- Enable/disable this entry. Valid values:
disable
,enable
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dictionary string
- Select a DLP dictionary.
- fmgcount 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).
- fosid number
- ID.
- object
Dlp stringSensor Entries Id - an identifier for the resource with format {{fosid}}.
- 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
. - sensor string
- Sensor.
- status string
- Enable/disable this entry. Valid values:
disable
,enable
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dictionary str
- Select a DLP dictionary.
- fmgcount float
- 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).
- fosid float
- ID.
- object_
dlp_ strsensor_ entries_ id - an identifier for the resource with format {{fosid}}.
- 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
. - sensor str
- Sensor.
- status str
- Enable/disable this entry. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dictionary String
- Select a DLP dictionary.
- fmgcount 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).
- fosid Number
- ID.
- object
Dlp StringSensor Entries Id - an identifier for the resource with format {{fosid}}.
- 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
. - sensor String
- Sensor.
- status String
- Enable/disable this entry. Valid values:
disable
,enable
.
Import
ObjectDlp SensorEntries can be imported using any of these accepted formats:
Set import_options = [“sensor=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectDlpSensorEntries:ObjectDlpSensorEntries labelname {{fosid}}
$ 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.