1. Registry
  2. Packages
  3. Fortimanager Provider
  4. API Docs
  5. ObjectCasbUseractivityMatchTenantsessionextraction
Viewing docs for fortimanager 1.18.0
published on Friday, Jul 31, 2026 by fortinetdev
Viewing docs for fortimanager 1.18.0
published on Friday, Jul 31, 2026 by fortinetdev

    CASB user activity tenant session extraction.

    This resource is a sub resource for variable tenant_session_extraction of resource fortimanager.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.
    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.
    DynamicSortSubtable string
    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<ObjectCasbUseractivityMatchTenantsessionextractionFilter>
    Filters. The structure of filters block is documented below.
    Jq string
    CASB user activity session extraction jq script.
    ObjectCasbUseractivityMatchTenantsessionextractionId string
    an identifier for the resource.
    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.
    SessionMatch string
    CASB user activity session match name.
    SessionSource 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.
    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.
    DynamicSortSubtable string
    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 []ObjectCasbUseractivityMatchTenantsessionextractionFilterArgs
    Filters. The structure of filters block is documented below.
    Jq string
    CASB user activity session extraction jq script.
    ObjectCasbUseractivityMatchTenantsessionextractionId string
    an identifier for the resource.
    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.
    SessionMatch string
    CASB user activity session match name.
    SessionSource 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 scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dynamic_sort_subtable string
    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 filters block is documented below.
    jq string
    CASB user activity session extraction jq script.
    object_casb_useractivity_match_tenantsessionextraction_id string
    an identifier for the resource.
    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.
    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.
    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.
    dynamicSortSubtable String
    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<ObjectCasbUseractivityMatchTenantsessionextractionFilter>
    Filters. The structure of filters block is documented below.
    jq String
    CASB user activity session extraction jq script.
    objectCasbUseractivityMatchTenantsessionextractionId String
    an identifier for the resource.
    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.
    sessionMatch String
    CASB user activity session match name.
    sessionSource 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.
    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.
    dynamicSortSubtable string
    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 ObjectCasbUseractivityMatchTenantsessionextractionFilter[]
    Filters. The structure of filters block is documented below.
    jq string
    CASB user activity session extraction jq script.
    objectCasbUseractivityMatchTenantsessionextractionId string
    an identifier for the resource.
    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.
    sessionMatch string
    CASB user activity session match name.
    sessionSource 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 scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dynamic_sort_subtable str
    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[ObjectCasbUseractivityMatchTenantsessionextractionFilterArgs]
    Filters. The structure of filters block is documented below.
    jq str
    CASB user activity session extraction jq script.
    object_casb_useractivity_match_tenantsessionextraction_id str
    an identifier for the resource.
    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.
    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.
    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.
    dynamicSortSubtable String
    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 filters block is documented below.
    jq String
    CASB user activity session extraction jq script.
    objectCasbUseractivityMatchTenantsessionextractionId String
    an identifier for the resource.
    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.
    sessionMatch String
    CASB user activity session match name.
    sessionSource 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) -> ObjectCasbUseractivityMatchTenantsessionextraction
    func 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.
    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.
    DynamicSortSubtable string
    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<ObjectCasbUseractivityMatchTenantsessionextractionFilter>
    Filters. The structure of filters block is documented below.
    Jq string
    CASB user activity session extraction jq script.
    Match string
    Match.
    ObjectCasbUseractivityMatchTenantsessionextractionId string
    an identifier for the resource.
    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.
    SessionMatch string
    CASB user activity session match name.
    SessionSource string
    Enable/disable CASB session extraction source flag. Valid values: disable, enable.
    Status string
    Enable/disable CASB session extraction. Valid values: disable, enable.
    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.
    DynamicSortSubtable string
    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 []ObjectCasbUseractivityMatchTenantsessionextractionFilterArgs
    Filters. The structure of filters block is documented below.
    Jq string
    CASB user activity session extraction jq script.
    Match string
    Match.
    ObjectCasbUseractivityMatchTenantsessionextractionId string
    an identifier for the resource.
    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.
    SessionMatch string
    CASB user activity session match name.
    SessionSource string
    Enable/disable CASB session extraction source flag. Valid values: disable, enable.
    Status string
    Enable/disable CASB session extraction. Valid values: disable, enable.
    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.
    dynamic_sort_subtable string
    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 filters block is documented below.
    jq string
    CASB user activity session extraction jq script.
    match string
    Match.
    object_casb_useractivity_match_tenantsessionextraction_id string
    an identifier for the resource.
    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.
    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 scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dynamicSortSubtable String
    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<ObjectCasbUseractivityMatchTenantsessionextractionFilter>
    Filters. The structure of filters block is documented below.
    jq String
    CASB user activity session extraction jq script.
    match String
    Match.
    objectCasbUseractivityMatchTenantsessionextractionId String
    an identifier for the resource.
    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.
    sessionMatch String
    CASB user activity session match name.
    sessionSource String
    Enable/disable CASB session extraction source flag. Valid values: disable, enable.
    status String
    Enable/disable CASB session extraction. Valid values: disable, enable.
    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.
    dynamicSortSubtable string
    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 ObjectCasbUseractivityMatchTenantsessionextractionFilter[]
    Filters. The structure of filters block is documented below.
    jq string
    CASB user activity session extraction jq script.
    match string
    Match.
    objectCasbUseractivityMatchTenantsessionextractionId string
    an identifier for the resource.
    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.
    sessionMatch string
    CASB user activity session match name.
    sessionSource string
    Enable/disable CASB session extraction source flag. Valid values: disable, enable.
    status string
    Enable/disable CASB session extraction. Valid values: disable, enable.
    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.
    dynamic_sort_subtable str
    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[ObjectCasbUseractivityMatchTenantsessionextractionFilterArgs]
    Filters. The structure of filters block is documented below.
    jq str
    CASB user activity session extraction jq script.
    match str
    Match.
    object_casb_useractivity_match_tenantsessionextraction_id str
    an identifier for the resource.
    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.
    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 scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dynamicSortSubtable String
    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 filters block is documented below.
    jq String
    CASB user activity session extraction jq script.
    match String
    Match.
    objectCasbUseractivityMatchTenantsessionextractionId String
    an identifier for the resource.
    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.
    sessionMatch String
    CASB user activity session match name.
    sessionSource String
    Enable/disable CASB session extraction source flag. Valid values: disable, enable.
    status String
    Enable/disable CASB session extraction. Valid values: disable, enable.
    userActivity String
    User Activity.

    Supporting Types

    ObjectCasbUseractivityMatchTenantsessionextractionFilter, ObjectCasbUseractivityMatchTenantsessionextractionFilterArgs

    BodyType string
    CASB content extraction filter body type. Valid values: json, form.
    CookieName string
    CASB content extraction filter cookie name.
    Direction string
    CASB content extraction filter direction. Valid values: request, response.
    HeaderName 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.
    BodyType string
    CASB content extraction filter body type. Valid values: json, form.
    CookieName string
    CASB content extraction filter cookie name.
    Direction string
    CASB content extraction filter direction. Valid values: request, response.
    HeaderName 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.
    cookie_name 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.
    bodyType String
    CASB content extraction filter body type. Valid values: json, form.
    cookieName String
    CASB content extraction filter cookie name.
    direction String
    CASB content extraction filter direction. Valid values: request, response.
    headerName 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.
    bodyType string
    CASB content extraction filter body type. Valid values: json, form.
    cookieName string
    CASB content extraction filter cookie name.
    direction string
    CASB content extraction filter direction. Valid values: request, response.
    headerName 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.
    cookie_name 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.
    bodyType String
    CASB content extraction filter body type. Valid values: json, form.
    cookieName String
    CASB content extraction filter cookie name.
    direction String
    CASB content extraction filter direction. Valid values: request, response.
    headerName 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 fortimanager Terraform Provider.
    Viewing docs for fortimanager 1.18.0
    published on Friday, Jul 31, 2026 by fortinetdev

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial