1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectCasbUseractivityMatchTenantextractionFilters
fortimanager 1.14.0 published on Tuesday, Apr 15, 2025 by fortinetdev

fortimanager.ObjectCasbUseractivityMatchTenantextractionFilters

Explore with Pulumi AI

fortimanager logo
fortimanager 1.14.0 published on Tuesday, Apr 15, 2025 by fortinetdev

    CASB user activity tenant extraction filters.

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

    Create ObjectCasbUseractivityMatchTenantextractionFilters Resource

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

    Constructor syntax

    new ObjectCasbUseractivityMatchTenantextractionFilters(name: string, args: ObjectCasbUseractivityMatchTenantextractionFiltersArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectCasbUseractivityMatchTenantextractionFilters(resource_name: str,
                                                           args: ObjectCasbUseractivityMatchTenantextractionFiltersArgs,
                                                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectCasbUseractivityMatchTenantextractionFilters(resource_name: str,
                                                           opts: Optional[ResourceOptions] = None,
                                                           match: Optional[str] = None,
                                                           user_activity: Optional[str] = None,
                                                           adom: Optional[str] = None,
                                                           body_type: Optional[str] = None,
                                                           direction: Optional[str] = None,
                                                           fosid: Optional[float] = None,
                                                           header_name: Optional[str] = None,
                                                           object_casb_useractivity_match_tenantextraction_filters_id: Optional[str] = None,
                                                           place: Optional[str] = None,
                                                           scopetype: Optional[str] = None)
    func NewObjectCasbUseractivityMatchTenantextractionFilters(ctx *Context, name string, args ObjectCasbUseractivityMatchTenantextractionFiltersArgs, opts ...ResourceOption) (*ObjectCasbUseractivityMatchTenantextractionFilters, error)
    public ObjectCasbUseractivityMatchTenantextractionFilters(string name, ObjectCasbUseractivityMatchTenantextractionFiltersArgs args, CustomResourceOptions? opts = null)
    public ObjectCasbUseractivityMatchTenantextractionFilters(String name, ObjectCasbUseractivityMatchTenantextractionFiltersArgs args)
    public ObjectCasbUseractivityMatchTenantextractionFilters(String name, ObjectCasbUseractivityMatchTenantextractionFiltersArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectCasbUseractivityMatchTenantextractionFilters
    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 ObjectCasbUseractivityMatchTenantextractionFiltersArgs
    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 ObjectCasbUseractivityMatchTenantextractionFiltersArgs
    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 ObjectCasbUseractivityMatchTenantextractionFiltersArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectCasbUseractivityMatchTenantextractionFiltersArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectCasbUseractivityMatchTenantextractionFiltersArgs
    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 objectCasbUseractivityMatchTenantextractionFiltersResource = new Fortimanager.ObjectCasbUseractivityMatchTenantextractionFilters("objectCasbUseractivityMatchTenantextractionFiltersResource", new()
    {
        Match = "string",
        UserActivity = "string",
        Adom = "string",
        BodyType = "string",
        Direction = "string",
        Fosid = 0,
        HeaderName = "string",
        ObjectCasbUseractivityMatchTenantextractionFiltersId = "string",
        Place = "string",
        Scopetype = "string",
    });
    
    example, err := fortimanager.NewObjectCasbUseractivityMatchTenantextractionFilters(ctx, "objectCasbUseractivityMatchTenantextractionFiltersResource", &fortimanager.ObjectCasbUseractivityMatchTenantextractionFiltersArgs{
    	Match:        pulumi.String("string"),
    	UserActivity: pulumi.String("string"),
    	Adom:         pulumi.String("string"),
    	BodyType:     pulumi.String("string"),
    	Direction:    pulumi.String("string"),
    	Fosid:        pulumi.Float64(0),
    	HeaderName:   pulumi.String("string"),
    	ObjectCasbUseractivityMatchTenantextractionFiltersId: pulumi.String("string"),
    	Place:     pulumi.String("string"),
    	Scopetype: pulumi.String("string"),
    })
    
    var objectCasbUseractivityMatchTenantextractionFiltersResource = new ObjectCasbUseractivityMatchTenantextractionFilters("objectCasbUseractivityMatchTenantextractionFiltersResource", ObjectCasbUseractivityMatchTenantextractionFiltersArgs.builder()
        .match("string")
        .userActivity("string")
        .adom("string")
        .bodyType("string")
        .direction("string")
        .fosid(0)
        .headerName("string")
        .objectCasbUseractivityMatchTenantextractionFiltersId("string")
        .place("string")
        .scopetype("string")
        .build());
    
    object_casb_useractivity_match_tenantextraction_filters_resource = fortimanager.ObjectCasbUseractivityMatchTenantextractionFilters("objectCasbUseractivityMatchTenantextractionFiltersResource",
        match="string",
        user_activity="string",
        adom="string",
        body_type="string",
        direction="string",
        fosid=0,
        header_name="string",
        object_casb_useractivity_match_tenantextraction_filters_id="string",
        place="string",
        scopetype="string")
    
    const objectCasbUseractivityMatchTenantextractionFiltersResource = new fortimanager.ObjectCasbUseractivityMatchTenantextractionFilters("objectCasbUseractivityMatchTenantextractionFiltersResource", {
        match: "string",
        userActivity: "string",
        adom: "string",
        bodyType: "string",
        direction: "string",
        fosid: 0,
        headerName: "string",
        objectCasbUseractivityMatchTenantextractionFiltersId: "string",
        place: "string",
        scopetype: "string",
    });
    
    type: fortimanager:ObjectCasbUseractivityMatchTenantextractionFilters
    properties:
        adom: string
        bodyType: string
        direction: string
        fosid: 0
        headerName: string
        match: string
        objectCasbUseractivityMatchTenantextractionFiltersId: string
        place: string
        scopetype: string
        userActivity: string
    

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

    Match string
    Match.
    UserActivity string
    User Activity.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    BodyType string
    CASB tenant extraction filter body type. Valid values: json.
    Direction string
    CASB tenant extraction filter direction. Valid values: request, response.
    Fosid double
    CASB tenant extraction filter ID.
    HeaderName string
    CASB tenant extraction filter header name.
    ObjectCasbUseractivityMatchTenantextractionFiltersId string
    an identifier for the resource with format {{fosid}}.
    Place string
    CASB tenant extraction filter place type. Valid values: path, header, body.
    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.
    Match string
    Match.
    UserActivity string
    User Activity.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    BodyType string
    CASB tenant extraction filter body type. Valid values: json.
    Direction string
    CASB tenant extraction filter direction. Valid values: request, response.
    Fosid float64
    CASB tenant extraction filter ID.
    HeaderName string
    CASB tenant extraction filter header name.
    ObjectCasbUseractivityMatchTenantextractionFiltersId string
    an identifier for the resource with format {{fosid}}.
    Place string
    CASB tenant extraction filter place type. Valid values: path, header, body.
    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.
    match String
    Match.
    userActivity String
    User Activity.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bodyType String
    CASB tenant extraction filter body type. Valid values: json.
    direction String
    CASB tenant extraction filter direction. Valid values: request, response.
    fosid Double
    CASB tenant extraction filter ID.
    headerName String
    CASB tenant extraction filter header name.
    objectCasbUseractivityMatchTenantextractionFiltersId String
    an identifier for the resource with format {{fosid}}.
    place String
    CASB tenant extraction filter place type. Valid values: path, header, body.
    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.
    match string
    Match.
    userActivity string
    User Activity.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bodyType string
    CASB tenant extraction filter body type. Valid values: json.
    direction string
    CASB tenant extraction filter direction. Valid values: request, response.
    fosid number
    CASB tenant extraction filter ID.
    headerName string
    CASB tenant extraction filter header name.
    objectCasbUseractivityMatchTenantextractionFiltersId string
    an identifier for the resource with format {{fosid}}.
    place string
    CASB tenant extraction filter place type. Valid values: path, header, body.
    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.
    match str
    Match.
    user_activity str
    User Activity.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    body_type str
    CASB tenant extraction filter body type. Valid values: json.
    direction str
    CASB tenant extraction filter direction. Valid values: request, response.
    fosid float
    CASB tenant extraction filter ID.
    header_name str
    CASB tenant extraction filter header name.
    object_casb_useractivity_match_tenantextraction_filters_id str
    an identifier for the resource with format {{fosid}}.
    place str
    CASB tenant extraction filter place type. Valid values: path, header, body.
    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.
    match String
    Match.
    userActivity String
    User Activity.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bodyType String
    CASB tenant extraction filter body type. Valid values: json.
    direction String
    CASB tenant extraction filter direction. Valid values: request, response.
    fosid Number
    CASB tenant extraction filter ID.
    headerName String
    CASB tenant extraction filter header name.
    objectCasbUseractivityMatchTenantextractionFiltersId String
    an identifier for the resource with format {{fosid}}.
    place String
    CASB tenant extraction filter place type. Valid values: path, header, body.
    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.

    Outputs

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

    Get an existing ObjectCasbUseractivityMatchTenantextractionFilters 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?: ObjectCasbUseractivityMatchTenantextractionFiltersState, opts?: CustomResourceOptions): ObjectCasbUseractivityMatchTenantextractionFilters
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            body_type: Optional[str] = None,
            direction: Optional[str] = None,
            fosid: Optional[float] = None,
            header_name: Optional[str] = None,
            match: Optional[str] = None,
            object_casb_useractivity_match_tenantextraction_filters_id: Optional[str] = None,
            place: Optional[str] = None,
            scopetype: Optional[str] = None,
            user_activity: Optional[str] = None) -> ObjectCasbUseractivityMatchTenantextractionFilters
    func GetObjectCasbUseractivityMatchTenantextractionFilters(ctx *Context, name string, id IDInput, state *ObjectCasbUseractivityMatchTenantextractionFiltersState, opts ...ResourceOption) (*ObjectCasbUseractivityMatchTenantextractionFilters, error)
    public static ObjectCasbUseractivityMatchTenantextractionFilters Get(string name, Input<string> id, ObjectCasbUseractivityMatchTenantextractionFiltersState? state, CustomResourceOptions? opts = null)
    public static ObjectCasbUseractivityMatchTenantextractionFilters get(String name, Output<String> id, ObjectCasbUseractivityMatchTenantextractionFiltersState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectCasbUseractivityMatchTenantextractionFilters    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.
    BodyType string
    CASB tenant extraction filter body type. Valid values: json.
    Direction string
    CASB tenant extraction filter direction. Valid values: request, response.
    Fosid double
    CASB tenant extraction filter ID.
    HeaderName string
    CASB tenant extraction filter header name.
    Match string
    Match.
    ObjectCasbUseractivityMatchTenantextractionFiltersId string
    an identifier for the resource with format {{fosid}}.
    Place string
    CASB tenant extraction filter place type. Valid values: path, header, body.
    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.
    UserActivity string
    User Activity.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    BodyType string
    CASB tenant extraction filter body type. Valid values: json.
    Direction string
    CASB tenant extraction filter direction. Valid values: request, response.
    Fosid float64
    CASB tenant extraction filter ID.
    HeaderName string
    CASB tenant extraction filter header name.
    Match string
    Match.
    ObjectCasbUseractivityMatchTenantextractionFiltersId string
    an identifier for the resource with format {{fosid}}.
    Place string
    CASB tenant extraction filter place type. Valid values: path, header, body.
    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.
    UserActivity string
    User Activity.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bodyType String
    CASB tenant extraction filter body type. Valid values: json.
    direction String
    CASB tenant extraction filter direction. Valid values: request, response.
    fosid Double
    CASB tenant extraction filter ID.
    headerName String
    CASB tenant extraction filter header name.
    match String
    Match.
    objectCasbUseractivityMatchTenantextractionFiltersId String
    an identifier for the resource with format {{fosid}}.
    place String
    CASB tenant extraction filter place type. Valid values: path, header, body.
    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.
    userActivity String
    User Activity.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bodyType string
    CASB tenant extraction filter body type. Valid values: json.
    direction string
    CASB tenant extraction filter direction. Valid values: request, response.
    fosid number
    CASB tenant extraction filter ID.
    headerName string
    CASB tenant extraction filter header name.
    match string
    Match.
    objectCasbUseractivityMatchTenantextractionFiltersId string
    an identifier for the resource with format {{fosid}}.
    place string
    CASB tenant extraction filter place type. Valid values: path, header, body.
    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.
    userActivity string
    User Activity.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    body_type str
    CASB tenant extraction filter body type. Valid values: json.
    direction str
    CASB tenant extraction filter direction. Valid values: request, response.
    fosid float
    CASB tenant extraction filter ID.
    header_name str
    CASB tenant extraction filter header name.
    match str
    Match.
    object_casb_useractivity_match_tenantextraction_filters_id str
    an identifier for the resource with format {{fosid}}.
    place str
    CASB tenant extraction filter place type. Valid values: path, header, body.
    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.
    user_activity str
    User Activity.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bodyType String
    CASB tenant extraction filter body type. Valid values: json.
    direction String
    CASB tenant extraction filter direction. Valid values: request, response.
    fosid Number
    CASB tenant extraction filter ID.
    headerName String
    CASB tenant extraction filter header name.
    match String
    Match.
    objectCasbUseractivityMatchTenantextractionFiltersId String
    an identifier for the resource with format {{fosid}}.
    place String
    CASB tenant extraction filter place type. Valid values: path, header, body.
    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.
    userActivity String
    User Activity.

    Import

    ObjectCasb UserActivityMatchTenantExtractionFilters can be imported using any of these accepted formats:

    Set import_options = [“user_activity=YOUR_VALUE”, “match=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectCasbUseractivityMatchTenantextractionFilters:ObjectCasbUseractivityMatchTenantextractionFilters 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.
    fortimanager logo
    fortimanager 1.14.0 published on Tuesday, Apr 15, 2025 by fortinetdev