published on Friday, Jul 31, 2026 by fortinetdev
published on Friday, Jul 31, 2026 by fortinetdev
CASB user activity session extraction filters.
This resource is a sub resource for variable
filtersof resourcefortimanager.ObjectCasbUseractivityMatchTenantsessionextraction. Conflict and overwrite may occur if use both of them.
Create ObjectCasbUseractivityMatchTenantsessionextractionFilters Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectCasbUseractivityMatchTenantsessionextractionFilters(name: string, args: ObjectCasbUseractivityMatchTenantsessionextractionFiltersArgs, opts?: CustomResourceOptions);@overload
def ObjectCasbUseractivityMatchTenantsessionextractionFilters(resource_name: str,
args: ObjectCasbUseractivityMatchTenantsessionextractionFiltersArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectCasbUseractivityMatchTenantsessionextractionFilters(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,
cookie_name: Optional[str] = None,
direction: Optional[str] = None,
fosid: Optional[float] = None,
header_name: Optional[str] = None,
object_casb_useractivity_match_tenantsessionextraction_filters_id: Optional[str] = None,
place: Optional[str] = None,
scopetype: Optional[str] = None,
update_if_exist: Optional[bool] = None)func NewObjectCasbUseractivityMatchTenantsessionextractionFilters(ctx *Context, name string, args ObjectCasbUseractivityMatchTenantsessionextractionFiltersArgs, opts ...ResourceOption) (*ObjectCasbUseractivityMatchTenantsessionextractionFilters, error)public ObjectCasbUseractivityMatchTenantsessionextractionFilters(string name, ObjectCasbUseractivityMatchTenantsessionextractionFiltersArgs args, CustomResourceOptions? opts = null)
public ObjectCasbUseractivityMatchTenantsessionextractionFilters(String name, ObjectCasbUseractivityMatchTenantsessionextractionFiltersArgs args)
public ObjectCasbUseractivityMatchTenantsessionextractionFilters(String name, ObjectCasbUseractivityMatchTenantsessionextractionFiltersArgs args, CustomResourceOptions options)
type: fortimanager:ObjectCasbUseractivityMatchTenantsessionextractionFilters
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "fortimanager_object_casb_useractivity_match_tenantsessionextraction_filters" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args ObjectCasbUseractivityMatchTenantsessionextractionFiltersArgs
- 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 ObjectCasbUseractivityMatchTenantsessionextractionFiltersArgs
- 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 ObjectCasbUseractivityMatchTenantsessionextractionFiltersArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectCasbUseractivityMatchTenantsessionextractionFiltersArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectCasbUseractivityMatchTenantsessionextractionFiltersArgs
- 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 objectCasbUseractivityMatchTenantsessionextractionFiltersResource = new Fortimanager.ObjectCasbUseractivityMatchTenantsessionextractionFilters("objectCasbUseractivityMatchTenantsessionextractionFiltersResource", new()
{
Match = "string",
UserActivity = "string",
Adom = "string",
BodyType = "string",
CookieName = "string",
Direction = "string",
Fosid = 0,
HeaderName = "string",
ObjectCasbUseractivityMatchTenantsessionextractionFiltersId = "string",
Place = "string",
Scopetype = "string",
UpdateIfExist = false,
});
example, err := fortimanager.NewObjectCasbUseractivityMatchTenantsessionextractionFilters(ctx, "objectCasbUseractivityMatchTenantsessionextractionFiltersResource", &fortimanager.ObjectCasbUseractivityMatchTenantsessionextractionFiltersArgs{
Match: pulumi.String("string"),
UserActivity: pulumi.String("string"),
Adom: pulumi.String("string"),
BodyType: pulumi.String("string"),
CookieName: pulumi.String("string"),
Direction: pulumi.String("string"),
Fosid: pulumi.Float64(0),
HeaderName: pulumi.String("string"),
ObjectCasbUseractivityMatchTenantsessionextractionFiltersId: pulumi.String("string"),
Place: pulumi.String("string"),
Scopetype: pulumi.String("string"),
UpdateIfExist: pulumi.Bool(false),
})
resource "fortimanager_object_casb_useractivity_match_tenantsessionextraction_filters" "objectCasbUseractivityMatchTenantsessionextractionFiltersResource" {
lifecycle {
create_before_destroy = true
}
match = "string"
user_activity = "string"
adom = "string"
body_type = "string"
cookie_name = "string"
direction = "string"
fosid = 0
header_name = "string"
object_casb_useractivity_match_tenantsessionextraction_filters_id = "string"
place = "string"
scopetype = "string"
update_if_exist = false
}
var objectCasbUseractivityMatchTenantsessionextractionFiltersResource = new ObjectCasbUseractivityMatchTenantsessionextractionFilters("objectCasbUseractivityMatchTenantsessionextractionFiltersResource", ObjectCasbUseractivityMatchTenantsessionextractionFiltersArgs.builder()
.match("string")
.userActivity("string")
.adom("string")
.bodyType("string")
.cookieName("string")
.direction("string")
.fosid(0.0)
.headerName("string")
.objectCasbUseractivityMatchTenantsessionextractionFiltersId("string")
.place("string")
.scopetype("string")
.updateIfExist(false)
.build());
object_casb_useractivity_match_tenantsessionextraction_filters_resource = fortimanager.ObjectCasbUseractivityMatchTenantsessionextractionFilters("objectCasbUseractivityMatchTenantsessionextractionFiltersResource",
match="string",
user_activity="string",
adom="string",
body_type="string",
cookie_name="string",
direction="string",
fosid=float(0),
header_name="string",
object_casb_useractivity_match_tenantsessionextraction_filters_id="string",
place="string",
scopetype="string",
update_if_exist=False)
const objectCasbUseractivityMatchTenantsessionextractionFiltersResource = new fortimanager.ObjectCasbUseractivityMatchTenantsessionextractionFilters("objectCasbUseractivityMatchTenantsessionextractionFiltersResource", {
match: "string",
userActivity: "string",
adom: "string",
bodyType: "string",
cookieName: "string",
direction: "string",
fosid: 0,
headerName: "string",
objectCasbUseractivityMatchTenantsessionextractionFiltersId: "string",
place: "string",
scopetype: "string",
updateIfExist: false,
});
type: fortimanager:ObjectCasbUseractivityMatchTenantsessionextractionFilters
properties:
adom: string
bodyType: string
cookieName: string
direction: string
fosid: 0
headerName: string
match: string
objectCasbUseractivityMatchTenantsessionextractionFiltersId: string
place: string
scopetype: string
updateIfExist: false
userActivity: string
ObjectCasbUseractivityMatchTenantsessionextractionFilters 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 ObjectCasbUseractivityMatchTenantsessionextractionFilters resource accepts the following input properties:
- Match string
- Match.
- User
Activity string - User Activity.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Body
Type string - CASB content extraction filter body type. Valid values:
json,form. - string
- CASB content extraction filter cookie name.
- Direction string
- CASB content extraction filter direction. Valid values:
request,response. - Fosid double
- CASB content extraction filter ID.
- Header
Name string - CASB content extraction filter header name.
- Object
Casb stringUseractivity Match Tenantsessionextraction Filters Id - an identifier for the resource with format {{fosid}}.
- Place string
- CASB content extraction filter place type. Valid values:
header,path,body,cookie. - Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Update
If boolExist
- Match string
- Match.
- User
Activity string - User Activity.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Body
Type string - CASB content extraction filter body type. Valid values:
json,form. - string
- CASB content extraction filter cookie name.
- Direction string
- CASB content extraction filter direction. Valid values:
request,response. - Fosid float64
- CASB content extraction filter ID.
- Header
Name string - CASB content extraction filter header name.
- Object
Casb stringUseractivity Match Tenantsessionextraction Filters Id - an identifier for the resource with format {{fosid}}.
- Place string
- CASB content extraction filter place type. Valid values:
header,path,body,cookie. - Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Update
If boolExist
- match string
- Match.
- user_
activity string - User Activity.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - body_
type string - CASB content extraction filter body type. Valid values:
json,form. - string
- CASB content extraction filter cookie name.
- direction string
- CASB content extraction filter direction. Valid values:
request,response. - fosid number
- CASB content extraction filter ID.
- header_
name string - CASB content extraction filter header name.
- object_
casb_ stringuseractivity_ match_ tenantsessionextraction_ filters_ id - an identifier for the resource with format {{fosid}}.
- place string
- CASB content extraction filter place type. Valid values:
header,path,body,cookie. - scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update_
if_ boolexist
- match String
- Match.
- user
Activity String - User Activity.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - body
Type String - CASB content extraction filter body type. Valid values:
json,form. - String
- CASB content extraction filter cookie name.
- direction String
- CASB content extraction filter direction. Valid values:
request,response. - fosid Double
- CASB content extraction filter ID.
- header
Name String - CASB content extraction filter header name.
- object
Casb StringUseractivity Match Tenantsessionextraction Filters Id - an identifier for the resource with format {{fosid}}.
- place String
- CASB content extraction filter place type. Valid values:
header,path,body,cookie. - scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update
If BooleanExist
- match string
- Match.
- user
Activity string - User Activity.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - body
Type string - CASB content extraction filter body type. Valid values:
json,form. - string
- CASB content extraction filter cookie name.
- direction string
- CASB content extraction filter direction. Valid values:
request,response. - fosid number
- CASB content extraction filter ID.
- header
Name string - CASB content extraction filter header name.
- object
Casb stringUseractivity Match Tenantsessionextraction Filters Id - an identifier for the resource with format {{fosid}}.
- place string
- CASB content extraction filter place type. Valid values:
header,path,body,cookie. - scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update
If booleanExist
- match str
- Match.
- user_
activity str - User Activity.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - body_
type str - CASB content extraction filter body type. Valid values:
json,form. - str
- CASB content extraction filter cookie name.
- direction str
- CASB content extraction filter direction. Valid values:
request,response. - fosid float
- CASB content extraction filter ID.
- header_
name str - CASB content extraction filter header name.
- object_
casb_ struseractivity_ match_ tenantsessionextraction_ filters_ id - an identifier for the resource with format {{fosid}}.
- place str
- CASB content extraction filter place type. Valid values:
header,path,body,cookie. - scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update_
if_ boolexist
- match String
- Match.
- user
Activity String - User Activity.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - body
Type String - CASB content extraction filter body type. Valid values:
json,form. - String
- CASB content extraction filter cookie name.
- direction String
- CASB content extraction filter direction. Valid values:
request,response. - fosid Number
- CASB content extraction filter ID.
- header
Name String - CASB content extraction filter header name.
- object
Casb StringUseractivity Match Tenantsessionextraction Filters Id - an identifier for the resource with format {{fosid}}.
- place String
- CASB content extraction filter place type. Valid values:
header,path,body,cookie. - scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update
If BooleanExist
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectCasbUseractivityMatchTenantsessionextractionFilters 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 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 ObjectCasbUseractivityMatchTenantsessionextractionFilters Resource
Get an existing ObjectCasbUseractivityMatchTenantsessionextractionFilters 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?: ObjectCasbUseractivityMatchTenantsessionextractionFiltersState, opts?: CustomResourceOptions): ObjectCasbUseractivityMatchTenantsessionextractionFilters@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
body_type: Optional[str] = None,
cookie_name: Optional[str] = None,
direction: Optional[str] = None,
fosid: Optional[float] = None,
header_name: Optional[str] = None,
match: Optional[str] = None,
object_casb_useractivity_match_tenantsessionextraction_filters_id: Optional[str] = None,
place: Optional[str] = None,
scopetype: Optional[str] = None,
update_if_exist: Optional[bool] = None,
user_activity: Optional[str] = None) -> ObjectCasbUseractivityMatchTenantsessionextractionFiltersfunc GetObjectCasbUseractivityMatchTenantsessionextractionFilters(ctx *Context, name string, id IDInput, state *ObjectCasbUseractivityMatchTenantsessionextractionFiltersState, opts ...ResourceOption) (*ObjectCasbUseractivityMatchTenantsessionextractionFilters, error)public static ObjectCasbUseractivityMatchTenantsessionextractionFilters Get(string name, Input<string> id, ObjectCasbUseractivityMatchTenantsessionextractionFiltersState? state, CustomResourceOptions? opts = null)public static ObjectCasbUseractivityMatchTenantsessionextractionFilters get(String name, Output<String> id, ObjectCasbUseractivityMatchTenantsessionextractionFiltersState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectCasbUseractivityMatchTenantsessionextractionFilters get: id: ${id}import {
to = fortimanager_object_casb_useractivity_match_tenantsessionextraction_filters.example
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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Body
Type string - CASB content extraction filter body type. Valid values:
json,form. - string
- CASB content extraction filter cookie name.
- Direction string
- CASB content extraction filter direction. Valid values:
request,response. - Fosid double
- CASB content extraction filter ID.
- Header
Name string - CASB content extraction filter header name.
- Match string
- Match.
- Object
Casb stringUseractivity Match Tenantsessionextraction Filters Id - an identifier for the resource with format {{fosid}}.
- Place string
- CASB content extraction filter place type. Valid values:
header,path,body,cookie. - Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Update
If boolExist - User
Activity string - User Activity.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Body
Type string - CASB content extraction filter body type. Valid values:
json,form. - string
- CASB content extraction filter cookie name.
- Direction string
- CASB content extraction filter direction. Valid values:
request,response. - Fosid float64
- CASB content extraction filter ID.
- Header
Name string - CASB content extraction filter header name.
- Match string
- Match.
- Object
Casb stringUseractivity Match Tenantsessionextraction Filters Id - an identifier for the resource with format {{fosid}}.
- Place string
- CASB content extraction filter place type. Valid values:
header,path,body,cookie. - Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Update
If boolExist - User
Activity string - User Activity.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - body_
type string - CASB content extraction filter body type. Valid values:
json,form. - string
- CASB content extraction filter cookie name.
- direction string
- CASB content extraction filter direction. Valid values:
request,response. - fosid number
- CASB content extraction filter ID.
- header_
name string - CASB content extraction filter header name.
- match string
- Match.
- object_
casb_ stringuseractivity_ match_ tenantsessionextraction_ filters_ id - an identifier for the resource with format {{fosid}}.
- place string
- CASB content extraction filter place type. Valid values:
header,path,body,cookie. - scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update_
if_ boolexist - user_
activity string - User Activity.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - body
Type String - CASB content extraction filter body type. Valid values:
json,form. - String
- CASB content extraction filter cookie name.
- direction String
- CASB content extraction filter direction. Valid values:
request,response. - fosid Double
- CASB content extraction filter ID.
- header
Name String - CASB content extraction filter header name.
- match String
- Match.
- object
Casb StringUseractivity Match Tenantsessionextraction Filters Id - an identifier for the resource with format {{fosid}}.
- place String
- CASB content extraction filter place type. Valid values:
header,path,body,cookie. - scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update
If BooleanExist - user
Activity String - User Activity.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - body
Type string - CASB content extraction filter body type. Valid values:
json,form. - string
- CASB content extraction filter cookie name.
- direction string
- CASB content extraction filter direction. Valid values:
request,response. - fosid number
- CASB content extraction filter ID.
- header
Name string - CASB content extraction filter header name.
- match string
- Match.
- object
Casb stringUseractivity Match Tenantsessionextraction Filters Id - an identifier for the resource with format {{fosid}}.
- place string
- CASB content extraction filter place type. Valid values:
header,path,body,cookie. - scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update
If booleanExist - user
Activity string - User Activity.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - body_
type str - CASB content extraction filter body type. Valid values:
json,form. - str
- CASB content extraction filter cookie name.
- direction str
- CASB content extraction filter direction. Valid values:
request,response. - fosid float
- CASB content extraction filter ID.
- header_
name str - CASB content extraction filter header name.
- match str
- Match.
- object_
casb_ struseractivity_ match_ tenantsessionextraction_ filters_ id - an identifier for the resource with format {{fosid}}.
- place str
- CASB content extraction filter place type. Valid values:
header,path,body,cookie. - scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update_
if_ boolexist - user_
activity str - User Activity.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - body
Type String - CASB content extraction filter body type. Valid values:
json,form. - String
- CASB content extraction filter cookie name.
- direction String
- CASB content extraction filter direction. Valid values:
request,response. - fosid Number
- CASB content extraction filter ID.
- header
Name String - CASB content extraction filter header name.
- match String
- Match.
- object
Casb StringUseractivity Match Tenantsessionextraction Filters Id - an identifier for the resource with format {{fosid}}.
- place String
- CASB content extraction filter place type. Valid values:
header,path,body,cookie. - scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update
If BooleanExist - user
Activity String - User Activity.
Import
ObjectCasb UserActivityMatchTenantSessionExtractionFilters 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/objectCasbUseractivityMatchTenantsessionextractionFilters:ObjectCasbUseractivityMatchTenantsessionextractionFilters 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
fortimanagerTerraform Provider.
published on Friday, Jul 31, 2026 by fortinetdev