published on Friday, Jul 31, 2026 by fortinetdev
published on Friday, Jul 31, 2026 by fortinetdev
CASB user activity tenant session extraction.
This resource is a sub resource for variable
tenant_session_extractionof resourcefortimanager.ObjectCasbUseractivityMatch. Conflict and overwrite may occur if use both of them. The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
filters:fortimanager.ObjectCasbUseractivityMatchTenantsessionextractionFilters
Create ObjectCasbUseractivityMatchTenantsessionextraction Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectCasbUseractivityMatchTenantsessionextraction(name: string, args: ObjectCasbUseractivityMatchTenantsessionextractionArgs, opts?: CustomResourceOptions);@overload
def ObjectCasbUseractivityMatchTenantsessionextraction(resource_name: str,
args: ObjectCasbUseractivityMatchTenantsessionextractionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectCasbUseractivityMatchTenantsessionextraction(resource_name: str,
opts: Optional[ResourceOptions] = None,
match: Optional[str] = None,
user_activity: Optional[str] = None,
adom: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
filters: Optional[Sequence[ObjectCasbUseractivityMatchTenantsessionextractionFilterArgs]] = None,
jq: Optional[str] = None,
object_casb_useractivity_match_tenantsessionextraction_id: Optional[str] = None,
scopetype: Optional[str] = None,
session_match: Optional[str] = None,
session_source: Optional[str] = None,
status: Optional[str] = None)func NewObjectCasbUseractivityMatchTenantsessionextraction(ctx *Context, name string, args ObjectCasbUseractivityMatchTenantsessionextractionArgs, opts ...ResourceOption) (*ObjectCasbUseractivityMatchTenantsessionextraction, error)public ObjectCasbUseractivityMatchTenantsessionextraction(string name, ObjectCasbUseractivityMatchTenantsessionextractionArgs args, CustomResourceOptions? opts = null)
public ObjectCasbUseractivityMatchTenantsessionextraction(String name, ObjectCasbUseractivityMatchTenantsessionextractionArgs args)
public ObjectCasbUseractivityMatchTenantsessionextraction(String name, ObjectCasbUseractivityMatchTenantsessionextractionArgs args, CustomResourceOptions options)
type: fortimanager:ObjectCasbUseractivityMatchTenantsessionextraction
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "fortimanager_object_casb_useractivity_match_tenantsessionextraction" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args ObjectCasbUseractivityMatchTenantsessionextractionArgs
- 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 ObjectCasbUseractivityMatchTenantsessionextractionArgs
- 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 ObjectCasbUseractivityMatchTenantsessionextractionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectCasbUseractivityMatchTenantsessionextractionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectCasbUseractivityMatchTenantsessionextractionArgs
- 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 objectCasbUseractivityMatchTenantsessionextractionResource = new Fortimanager.ObjectCasbUseractivityMatchTenantsessionextraction("objectCasbUseractivityMatchTenantsessionextractionResource", new()
{
Match = "string",
UserActivity = "string",
Adom = "string",
DynamicSortSubtable = "string",
Filters = new[]
{
new Fortimanager.Inputs.ObjectCasbUseractivityMatchTenantsessionextractionFilterArgs
{
BodyType = "string",
CookieName = "string",
Direction = "string",
HeaderName = "string",
Id = 0,
Place = "string",
},
},
Jq = "string",
ObjectCasbUseractivityMatchTenantsessionextractionId = "string",
Scopetype = "string",
SessionMatch = "string",
SessionSource = "string",
Status = "string",
});
example, err := fortimanager.NewObjectCasbUseractivityMatchTenantsessionextraction(ctx, "objectCasbUseractivityMatchTenantsessionextractionResource", &fortimanager.ObjectCasbUseractivityMatchTenantsessionextractionArgs{
Match: pulumi.String("string"),
UserActivity: pulumi.String("string"),
Adom: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
Filters: fortimanager.ObjectCasbUseractivityMatchTenantsessionextractionFilterArray{
&fortimanager.ObjectCasbUseractivityMatchTenantsessionextractionFilterArgs{
BodyType: pulumi.String("string"),
CookieName: pulumi.String("string"),
Direction: pulumi.String("string"),
HeaderName: pulumi.String("string"),
Id: pulumi.Float64(0),
Place: pulumi.String("string"),
},
},
Jq: pulumi.String("string"),
ObjectCasbUseractivityMatchTenantsessionextractionId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SessionMatch: pulumi.String("string"),
SessionSource: pulumi.String("string"),
Status: pulumi.String("string"),
})
resource "fortimanager_object_casb_useractivity_match_tenantsessionextraction" "objectCasbUseractivityMatchTenantsessionextractionResource" {
lifecycle {
create_before_destroy = true
}
match = "string"
user_activity = "string"
adom = "string"
dynamic_sort_subtable = "string"
filters {
body_type = "string"
cookie_name = "string"
direction = "string"
header_name = "string"
id = 0
place = "string"
}
jq = "string"
object_casb_useractivity_match_tenantsessionextraction_id = "string"
scopetype = "string"
session_match = "string"
session_source = "string"
status = "string"
}
var objectCasbUseractivityMatchTenantsessionextractionResource = new ObjectCasbUseractivityMatchTenantsessionextraction("objectCasbUseractivityMatchTenantsessionextractionResource", ObjectCasbUseractivityMatchTenantsessionextractionArgs.builder()
.match("string")
.userActivity("string")
.adom("string")
.dynamicSortSubtable("string")
.filters(ObjectCasbUseractivityMatchTenantsessionextractionFilterArgs.builder()
.bodyType("string")
.cookieName("string")
.direction("string")
.headerName("string")
.id(0.0)
.place("string")
.build())
.jq("string")
.objectCasbUseractivityMatchTenantsessionextractionId("string")
.scopetype("string")
.sessionMatch("string")
.sessionSource("string")
.status("string")
.build());
object_casb_useractivity_match_tenantsessionextraction_resource = fortimanager.ObjectCasbUseractivityMatchTenantsessionextraction("objectCasbUseractivityMatchTenantsessionextractionResource",
match="string",
user_activity="string",
adom="string",
dynamic_sort_subtable="string",
filters=[{
"body_type": "string",
"cookie_name": "string",
"direction": "string",
"header_name": "string",
"id": float(0),
"place": "string",
}],
jq="string",
object_casb_useractivity_match_tenantsessionextraction_id="string",
scopetype="string",
session_match="string",
session_source="string",
status="string")
const objectCasbUseractivityMatchTenantsessionextractionResource = new fortimanager.ObjectCasbUseractivityMatchTenantsessionextraction("objectCasbUseractivityMatchTenantsessionextractionResource", {
match: "string",
userActivity: "string",
adom: "string",
dynamicSortSubtable: "string",
filters: [{
bodyType: "string",
cookieName: "string",
direction: "string",
headerName: "string",
id: 0,
place: "string",
}],
jq: "string",
objectCasbUseractivityMatchTenantsessionextractionId: "string",
scopetype: "string",
sessionMatch: "string",
sessionSource: "string",
status: "string",
});
type: fortimanager:ObjectCasbUseractivityMatchTenantsessionextraction
properties:
adom: string
dynamicSortSubtable: string
filters:
- bodyType: string
cookieName: string
direction: string
headerName: string
id: 0
place: string
jq: string
match: string
objectCasbUseractivityMatchTenantsessionextractionId: string
scopetype: string
sessionMatch: string
sessionSource: string
status: string
userActivity: string
ObjectCasbUseractivityMatchTenantsessionextraction 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 ObjectCasbUseractivityMatchTenantsessionextraction 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. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Filters
List<Object
Casb Useractivity Match Tenantsessionextraction Filter> - Filters. The structure of
filtersblock is documented below. - Jq string
- CASB user activity session extraction jq script.
- Object
Casb stringUseractivity Match Tenantsessionextraction Id - an identifier for the resource.
- 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. - Session
Match string - CASB user activity session match name.
- Session
Source string - Enable/disable CASB session extraction source flag. Valid values:
disable,enable. - Status string
- Enable/disable CASB session extraction. Valid values:
disable,enable.
- 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. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Filters
[]Object
Casb Useractivity Match Tenantsessionextraction Filter Args - Filters. The structure of
filtersblock is documented below. - Jq string
- CASB user activity session extraction jq script.
- Object
Casb stringUseractivity Match Tenantsessionextraction Id - an identifier for the resource.
- 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. - Session
Match string - CASB user activity session match name.
- Session
Source string - Enable/disable CASB session extraction source flag. Valid values:
disable,enable. - Status string
- Enable/disable CASB session extraction. Valid values:
disable,enable.
- 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. - dynamic_
sort_ stringsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- filters list(object)
- Filters. The structure of
filtersblock is documented below. - jq string
- CASB user activity session extraction jq script.
- object_
casb_ stringuseractivity_ match_ tenantsessionextraction_ id - an identifier for the resource.
- 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. - session_
match string - CASB user activity session match name.
- session_
source string - Enable/disable CASB session extraction source flag. Valid values:
disable,enable. - status string
- Enable/disable CASB session extraction. Valid values:
disable,enable.
- 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. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- filters
List<Object
Casb Useractivity Match Tenantsessionextraction Filter> - Filters. The structure of
filtersblock is documented below. - jq String
- CASB user activity session extraction jq script.
- object
Casb StringUseractivity Match Tenantsessionextraction Id - an identifier for the resource.
- 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. - session
Match String - CASB user activity session match name.
- session
Source String - Enable/disable CASB session extraction source flag. Valid values:
disable,enable. - status String
- Enable/disable CASB session extraction. Valid values:
disable,enable.
- 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. - dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- filters
Object
Casb Useractivity Match Tenantsessionextraction Filter[] - Filters. The structure of
filtersblock is documented below. - jq string
- CASB user activity session extraction jq script.
- object
Casb stringUseractivity Match Tenantsessionextraction Id - an identifier for the resource.
- 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. - session
Match string - CASB user activity session match name.
- session
Source string - Enable/disable CASB session extraction source flag. Valid values:
disable,enable. - status string
- Enable/disable CASB session extraction. Valid values:
disable,enable.
- 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. - dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- filters
Sequence[Object
Casb Useractivity Match Tenantsessionextraction Filter Args] - Filters. The structure of
filtersblock is documented below. - jq str
- CASB user activity session extraction jq script.
- object_
casb_ struseractivity_ match_ tenantsessionextraction_ id - an identifier for the resource.
- 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. - session_
match str - CASB user activity session match name.
- session_
source str - Enable/disable CASB session extraction source flag. Valid values:
disable,enable. - status str
- Enable/disable CASB session extraction. Valid values:
disable,enable.
- 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. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- filters List<Property Map>
- Filters. The structure of
filtersblock is documented below. - jq String
- CASB user activity session extraction jq script.
- object
Casb StringUseractivity Match Tenantsessionextraction Id - an identifier for the resource.
- 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. - session
Match String - CASB user activity session match name.
- session
Source String - Enable/disable CASB session extraction source flag. Valid values:
disable,enable. - status String
- Enable/disable CASB session extraction. Valid values:
disable,enable.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectCasbUseractivityMatchTenantsessionextraction 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 ObjectCasbUseractivityMatchTenantsessionextraction Resource
Get an existing ObjectCasbUseractivityMatchTenantsessionextraction 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?: ObjectCasbUseractivityMatchTenantsessionextractionState, opts?: CustomResourceOptions): ObjectCasbUseractivityMatchTenantsessionextraction@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
filters: Optional[Sequence[ObjectCasbUseractivityMatchTenantsessionextractionFilterArgs]] = None,
jq: Optional[str] = None,
match: Optional[str] = None,
object_casb_useractivity_match_tenantsessionextraction_id: Optional[str] = None,
scopetype: Optional[str] = None,
session_match: Optional[str] = None,
session_source: Optional[str] = None,
status: Optional[str] = None,
user_activity: Optional[str] = None) -> ObjectCasbUseractivityMatchTenantsessionextractionfunc GetObjectCasbUseractivityMatchTenantsessionextraction(ctx *Context, name string, id IDInput, state *ObjectCasbUseractivityMatchTenantsessionextractionState, opts ...ResourceOption) (*ObjectCasbUseractivityMatchTenantsessionextraction, error)public static ObjectCasbUseractivityMatchTenantsessionextraction Get(string name, Input<string> id, ObjectCasbUseractivityMatchTenantsessionextractionState? state, CustomResourceOptions? opts = null)public static ObjectCasbUseractivityMatchTenantsessionextraction get(String name, Output<String> id, ObjectCasbUseractivityMatchTenantsessionextractionState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectCasbUseractivityMatchTenantsessionextraction get: id: ${id}import {
to = fortimanager_object_casb_useractivity_match_tenantsessionextraction.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. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Filters
List<Object
Casb Useractivity Match Tenantsessionextraction Filter> - Filters. The structure of
filtersblock is documented below. - Jq string
- CASB user activity session extraction jq script.
- Match string
- Match.
- Object
Casb stringUseractivity Match Tenantsessionextraction Id - an identifier for the resource.
- 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. - Session
Match string - CASB user activity session match name.
- Session
Source string - Enable/disable CASB session extraction source flag. Valid values:
disable,enable. - Status string
- Enable/disable CASB session extraction. Valid values:
disable,enable. - 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. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Filters
[]Object
Casb Useractivity Match Tenantsessionextraction Filter Args - Filters. The structure of
filtersblock is documented below. - Jq string
- CASB user activity session extraction jq script.
- Match string
- Match.
- Object
Casb stringUseractivity Match Tenantsessionextraction Id - an identifier for the resource.
- 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. - Session
Match string - CASB user activity session match name.
- Session
Source string - Enable/disable CASB session extraction source flag. Valid values:
disable,enable. - Status string
- Enable/disable CASB session extraction. Valid values:
disable,enable. - 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. - dynamic_
sort_ stringsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- filters list(object)
- Filters. The structure of
filtersblock is documented below. - jq string
- CASB user activity session extraction jq script.
- match string
- Match.
- object_
casb_ stringuseractivity_ match_ tenantsessionextraction_ id - an identifier for the resource.
- 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. - session_
match string - CASB user activity session match name.
- session_
source string - Enable/disable CASB session extraction source flag. Valid values:
disable,enable. - status string
- Enable/disable CASB session extraction. Valid values:
disable,enable. - 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. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- filters
List<Object
Casb Useractivity Match Tenantsessionextraction Filter> - Filters. The structure of
filtersblock is documented below. - jq String
- CASB user activity session extraction jq script.
- match String
- Match.
- object
Casb StringUseractivity Match Tenantsessionextraction Id - an identifier for the resource.
- 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. - session
Match String - CASB user activity session match name.
- session
Source String - Enable/disable CASB session extraction source flag. Valid values:
disable,enable. - status String
- Enable/disable CASB session extraction. Valid values:
disable,enable. - 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. - dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- filters
Object
Casb Useractivity Match Tenantsessionextraction Filter[] - Filters. The structure of
filtersblock is documented below. - jq string
- CASB user activity session extraction jq script.
- match string
- Match.
- object
Casb stringUseractivity Match Tenantsessionextraction Id - an identifier for the resource.
- 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. - session
Match string - CASB user activity session match name.
- session
Source string - Enable/disable CASB session extraction source flag. Valid values:
disable,enable. - status string
- Enable/disable CASB session extraction. Valid values:
disable,enable. - 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. - dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- filters
Sequence[Object
Casb Useractivity Match Tenantsessionextraction Filter Args] - Filters. The structure of
filtersblock is documented below. - jq str
- CASB user activity session extraction jq script.
- match str
- Match.
- object_
casb_ struseractivity_ match_ tenantsessionextraction_ id - an identifier for the resource.
- 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. - session_
match str - CASB user activity session match name.
- session_
source str - Enable/disable CASB session extraction source flag. Valid values:
disable,enable. - status str
- Enable/disable CASB session extraction. Valid values:
disable,enable. - 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. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- filters List<Property Map>
- Filters. The structure of
filtersblock is documented below. - jq String
- CASB user activity session extraction jq script.
- match String
- Match.
- object
Casb StringUseractivity Match Tenantsessionextraction Id - an identifier for the resource.
- 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. - session
Match String - CASB user activity session match name.
- session
Source String - Enable/disable CASB session extraction source flag. Valid values:
disable,enable. - status String
- Enable/disable CASB session extraction. Valid values:
disable,enable. - user
Activity String - User Activity.
Supporting Types
ObjectCasbUseractivityMatchTenantsessionextractionFilter, ObjectCasbUseractivityMatchTenantsessionextractionFilterArgs
- 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. - Header
Name string - CASB content extraction filter header name.
- Id double
- CASB content extraction filter ID.
- Place string
- CASB content extraction filter place type. Valid values:
header,path,body,cookie.
- 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. - Header
Name string - CASB content extraction filter header name.
- Id float64
- CASB content extraction filter ID.
- Place string
- CASB content extraction filter place type. Valid values:
header,path,body,cookie.
- 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. - header_
name string - CASB content extraction filter header name.
- id number
- CASB content extraction filter ID.
- place string
- CASB content extraction filter place type. Valid values:
header,path,body,cookie.
- 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. - header
Name String - CASB content extraction filter header name.
- id Double
- CASB content extraction filter ID.
- place String
- CASB content extraction filter place type. Valid values:
header,path,body,cookie.
- 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. - header
Name string - CASB content extraction filter header name.
- id number
- CASB content extraction filter ID.
- place string
- CASB content extraction filter place type. Valid values:
header,path,body,cookie.
- 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. - header_
name str - CASB content extraction filter header name.
- id float
- CASB content extraction filter ID.
- place str
- CASB content extraction filter place type. Valid values:
header,path,body,cookie.
- 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. - header
Name String - CASB content extraction filter header name.
- id Number
- CASB content extraction filter ID.
- place String
- CASB content extraction filter place type. Valid values:
header,path,body,cookie.
Import
ObjectCasb UserActivityMatchTenantSessionExtraction 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/objectCasbUseractivityMatchTenantsessionextraction:ObjectCasbUseractivityMatchTenantsessionextraction labelname ObjectCasbUserActivityMatchTenantSessionExtraction
$ 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