1. Registry
  2. Packages
  3. Fortimanager Provider
  4. API Docs
  5. ObjectCasbUseractivityMatchTenantsessionextractionFilters
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 session extraction filters.

    This resource is a sub resource for variable filters of resource fortimanager.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.
    UserActivity string
    User Activity.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    BodyType string
    CASB 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.
    Fosid double
    CASB content extraction filter ID.
    HeaderName string
    CASB content extraction filter header name.
    ObjectCasbUseractivityMatchTenantsessionextractionFiltersId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    UpdateIfExist bool
    Match string
    Match.
    UserActivity string
    User Activity.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    BodyType string
    CASB 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.
    Fosid float64
    CASB content extraction filter ID.
    HeaderName string
    CASB content extraction filter header name.
    ObjectCasbUseractivityMatchTenantsessionextractionFiltersId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    UpdateIfExist bool
    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.
    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.
    fosid number
    CASB content extraction filter ID.
    header_name string
    CASB content extraction filter header name.
    object_casb_useractivity_match_tenantsessionextraction_filters_id string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    update_if_exist bool
    match String
    Match.
    userActivity String
    User Activity.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bodyType String
    CASB 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.
    fosid Double
    CASB content extraction filter ID.
    headerName String
    CASB content extraction filter header name.
    objectCasbUseractivityMatchTenantsessionextractionFiltersId String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    updateIfExist Boolean
    match string
    Match.
    userActivity string
    User Activity.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bodyType string
    CASB 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.
    fosid number
    CASB content extraction filter ID.
    headerName string
    CASB content extraction filter header name.
    objectCasbUseractivityMatchTenantsessionextractionFiltersId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    updateIfExist boolean
    match str
    Match.
    user_activity str
    User Activity.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    body_type str
    CASB 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.
    fosid float
    CASB content extraction filter ID.
    header_name str
    CASB content extraction filter header name.
    object_casb_useractivity_match_tenantsessionextraction_filters_id str
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    update_if_exist bool
    match String
    Match.
    userActivity String
    User Activity.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bodyType String
    CASB 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.
    fosid Number
    CASB content extraction filter ID.
    headerName String
    CASB content extraction filter header name.
    objectCasbUseractivityMatchTenantsessionextractionFiltersId String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    updateIfExist Boolean

    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) -> ObjectCasbUseractivityMatchTenantsessionextractionFilters
    func 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.
    The following state arguments are supported:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    BodyType string
    CASB 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.
    Fosid double
    CASB content extraction filter ID.
    HeaderName string
    CASB content extraction filter header name.
    Match string
    Match.
    ObjectCasbUseractivityMatchTenantsessionextractionFiltersId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    UpdateIfExist bool
    UserActivity string
    User Activity.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    BodyType string
    CASB 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.
    Fosid float64
    CASB content extraction filter ID.
    HeaderName string
    CASB content extraction filter header name.
    Match string
    Match.
    ObjectCasbUseractivityMatchTenantsessionextractionFiltersId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    UpdateIfExist bool
    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.
    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.
    fosid number
    CASB content extraction filter ID.
    header_name string
    CASB content extraction filter header name.
    match string
    Match.
    object_casb_useractivity_match_tenantsessionextraction_filters_id string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    update_if_exist bool
    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.
    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.
    fosid Double
    CASB content extraction filter ID.
    headerName String
    CASB content extraction filter header name.
    match String
    Match.
    objectCasbUseractivityMatchTenantsessionextractionFiltersId String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    updateIfExist Boolean
    userActivity String
    User Activity.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bodyType string
    CASB 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.
    fosid number
    CASB content extraction filter ID.
    headerName string
    CASB content extraction filter header name.
    match string
    Match.
    objectCasbUseractivityMatchTenantsessionextractionFiltersId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    updateIfExist boolean
    userActivity string
    User Activity.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    body_type str
    CASB 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.
    fosid float
    CASB content extraction filter ID.
    header_name str
    CASB content extraction filter header name.
    match str
    Match.
    object_casb_useractivity_match_tenantsessionextraction_filters_id str
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    update_if_exist bool
    user_activity str
    User Activity.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bodyType String
    CASB 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.
    fosid Number
    CASB content extraction filter ID.
    headerName String
    CASB content extraction filter header name.
    match String
    Match.
    objectCasbUseractivityMatchTenantsessionextractionFiltersId String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    updateIfExist Boolean
    userActivity 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 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