1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectDlpExactdatamatchColumns
fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev
fortimanager logo
fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev

    DLP exact-data-match column types.

    This resource is a sub resource for variable columns of resource fortimanager.ObjectDlpExactdatamatch. Conflict and overwrite may occur if use both of them.

    Create ObjectDlpExactdatamatchColumns Resource

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

    Constructor syntax

    new ObjectDlpExactdatamatchColumns(name: string, args: ObjectDlpExactdatamatchColumnsArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectDlpExactdatamatchColumns(resource_name: str,
                                       args: ObjectDlpExactdatamatchColumnsArgs,
                                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectDlpExactdatamatchColumns(resource_name: str,
                                       opts: Optional[ResourceOptions] = None,
                                       exact_data_match: Optional[str] = None,
                                       adom: Optional[str] = None,
                                       index: Optional[float] = None,
                                       object_dlp_exactdatamatch_columns_id: Optional[str] = None,
                                       optional: Optional[str] = None,
                                       scopetype: Optional[str] = None,
                                       types: Optional[Sequence[str]] = None)
    func NewObjectDlpExactdatamatchColumns(ctx *Context, name string, args ObjectDlpExactdatamatchColumnsArgs, opts ...ResourceOption) (*ObjectDlpExactdatamatchColumns, error)
    public ObjectDlpExactdatamatchColumns(string name, ObjectDlpExactdatamatchColumnsArgs args, CustomResourceOptions? opts = null)
    public ObjectDlpExactdatamatchColumns(String name, ObjectDlpExactdatamatchColumnsArgs args)
    public ObjectDlpExactdatamatchColumns(String name, ObjectDlpExactdatamatchColumnsArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectDlpExactdatamatchColumns
    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 ObjectDlpExactdatamatchColumnsArgs
    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 ObjectDlpExactdatamatchColumnsArgs
    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 ObjectDlpExactdatamatchColumnsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectDlpExactdatamatchColumnsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectDlpExactdatamatchColumnsArgs
    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 objectDlpExactdatamatchColumnsResource = new Fortimanager.ObjectDlpExactdatamatchColumns("objectDlpExactdatamatchColumnsResource", new()
    {
        ExactDataMatch = "string",
        Adom = "string",
        Index = 0,
        ObjectDlpExactdatamatchColumnsId = "string",
        Optional = "string",
        Scopetype = "string",
        Types = new[]
        {
            "string",
        },
    });
    
    example, err := fortimanager.NewObjectDlpExactdatamatchColumns(ctx, "objectDlpExactdatamatchColumnsResource", &fortimanager.ObjectDlpExactdatamatchColumnsArgs{
    	ExactDataMatch:                   pulumi.String("string"),
    	Adom:                             pulumi.String("string"),
    	Index:                            pulumi.Float64(0),
    	ObjectDlpExactdatamatchColumnsId: pulumi.String("string"),
    	Optional:                         pulumi.String("string"),
    	Scopetype:                        pulumi.String("string"),
    	Types: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    })
    
    var objectDlpExactdatamatchColumnsResource = new ObjectDlpExactdatamatchColumns("objectDlpExactdatamatchColumnsResource", ObjectDlpExactdatamatchColumnsArgs.builder()
        .exactDataMatch("string")
        .adom("string")
        .index(0.0)
        .objectDlpExactdatamatchColumnsId("string")
        .optional("string")
        .scopetype("string")
        .types("string")
        .build());
    
    object_dlp_exactdatamatch_columns_resource = fortimanager.ObjectDlpExactdatamatchColumns("objectDlpExactdatamatchColumnsResource",
        exact_data_match="string",
        adom="string",
        index=0,
        object_dlp_exactdatamatch_columns_id="string",
        optional="string",
        scopetype="string",
        types=["string"])
    
    const objectDlpExactdatamatchColumnsResource = new fortimanager.ObjectDlpExactdatamatchColumns("objectDlpExactdatamatchColumnsResource", {
        exactDataMatch: "string",
        adom: "string",
        index: 0,
        objectDlpExactdatamatchColumnsId: "string",
        optional: "string",
        scopetype: "string",
        types: ["string"],
    });
    
    type: fortimanager:ObjectDlpExactdatamatchColumns
    properties:
        adom: string
        exactDataMatch: string
        index: 0
        objectDlpExactdatamatchColumnsId: string
        optional: string
        scopetype: string
        types:
            - string
    

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

    ExactDataMatch string
    Exact Data Match.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Index double
    Column index.
    ObjectDlpExactdatamatchColumnsId string
    an identifier for the resource with format {{index}}.
    Optional string
    Enable/disable optional match. Valid values: disable, enable.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Types List<string>
    Data-type for this column.
    ExactDataMatch string
    Exact Data Match.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Index float64
    Column index.
    ObjectDlpExactdatamatchColumnsId string
    an identifier for the resource with format {{index}}.
    Optional string
    Enable/disable optional match. Valid values: disable, enable.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Types []string
    Data-type for this column.
    exactDataMatch String
    Exact Data Match.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    index Double
    Column index.
    objectDlpExactdatamatchColumnsId String
    an identifier for the resource with format {{index}}.
    optional String
    Enable/disable optional match. Valid values: disable, enable.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    types List<String>
    Data-type for this column.
    exactDataMatch string
    Exact Data Match.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    index number
    Column index.
    objectDlpExactdatamatchColumnsId string
    an identifier for the resource with format {{index}}.
    optional string
    Enable/disable optional match. Valid values: disable, enable.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    types string[]
    Data-type for this column.
    exact_data_match str
    Exact Data Match.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    index float
    Column index.
    object_dlp_exactdatamatch_columns_id str
    an identifier for the resource with format {{index}}.
    optional str
    Enable/disable optional match. Valid values: disable, enable.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    types Sequence[str]
    Data-type for this column.
    exactDataMatch String
    Exact Data Match.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    index Number
    Column index.
    objectDlpExactdatamatchColumnsId String
    an identifier for the resource with format {{index}}.
    optional String
    Enable/disable optional match. Valid values: disable, enable.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    types List<String>
    Data-type for this column.

    Outputs

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

    Get an existing ObjectDlpExactdatamatchColumns 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?: ObjectDlpExactdatamatchColumnsState, opts?: CustomResourceOptions): ObjectDlpExactdatamatchColumns
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            exact_data_match: Optional[str] = None,
            index: Optional[float] = None,
            object_dlp_exactdatamatch_columns_id: Optional[str] = None,
            optional: Optional[str] = None,
            scopetype: Optional[str] = None,
            types: Optional[Sequence[str]] = None) -> ObjectDlpExactdatamatchColumns
    func GetObjectDlpExactdatamatchColumns(ctx *Context, name string, id IDInput, state *ObjectDlpExactdatamatchColumnsState, opts ...ResourceOption) (*ObjectDlpExactdatamatchColumns, error)
    public static ObjectDlpExactdatamatchColumns Get(string name, Input<string> id, ObjectDlpExactdatamatchColumnsState? state, CustomResourceOptions? opts = null)
    public static ObjectDlpExactdatamatchColumns get(String name, Output<String> id, ObjectDlpExactdatamatchColumnsState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectDlpExactdatamatchColumns    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ExactDataMatch string
    Exact Data Match.
    Index double
    Column index.
    ObjectDlpExactdatamatchColumnsId string
    an identifier for the resource with format {{index}}.
    Optional string
    Enable/disable optional match. Valid values: disable, enable.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Types List<string>
    Data-type for this column.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ExactDataMatch string
    Exact Data Match.
    Index float64
    Column index.
    ObjectDlpExactdatamatchColumnsId string
    an identifier for the resource with format {{index}}.
    Optional string
    Enable/disable optional match. Valid values: disable, enable.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Types []string
    Data-type for this column.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    exactDataMatch String
    Exact Data Match.
    index Double
    Column index.
    objectDlpExactdatamatchColumnsId String
    an identifier for the resource with format {{index}}.
    optional String
    Enable/disable optional match. Valid values: disable, enable.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    types List<String>
    Data-type for this column.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    exactDataMatch string
    Exact Data Match.
    index number
    Column index.
    objectDlpExactdatamatchColumnsId string
    an identifier for the resource with format {{index}}.
    optional string
    Enable/disable optional match. Valid values: disable, enable.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    types string[]
    Data-type for this column.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    exact_data_match str
    Exact Data Match.
    index float
    Column index.
    object_dlp_exactdatamatch_columns_id str
    an identifier for the resource with format {{index}}.
    optional str
    Enable/disable optional match. Valid values: disable, enable.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    types Sequence[str]
    Data-type for this column.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    exactDataMatch String
    Exact Data Match.
    index Number
    Column index.
    objectDlpExactdatamatchColumnsId String
    an identifier for the resource with format {{index}}.
    optional String
    Enable/disable optional match. Valid values: disable, enable.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    types List<String>
    Data-type for this column.

    Import

    ObjectDlp ExactDataMatchColumns can be imported using any of these accepted formats:

    Set import_options = [“exact_data_match=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectDlpExactdatamatchColumns:ObjectDlpExactdatamatchColumns labelname {{index}}
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    -> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    fortimanager fortinetdev/terraform-provider-fortimanager
    License
    Notes
    This Pulumi package is based on the fortimanager Terraform Provider.
    fortimanager logo
    fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev
      Meet Neo: Your AI Platform Teammate