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

fortimanager.ObjectCasbUseractivity

Explore with Pulumi AI

Configure CASB user activity.

The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

  • control_options: fortimanager.ObjectCasbUseractivityControloptions
  • match: fortimanager.ObjectCasbUseractivityMatch

Create ObjectCasbUseractivity Resource

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

Constructor syntax

new ObjectCasbUseractivity(name: string, args?: ObjectCasbUseractivityArgs, opts?: CustomResourceOptions);
@overload
def ObjectCasbUseractivity(resource_name: str,
                           args: Optional[ObjectCasbUseractivityArgs] = None,
                           opts: Optional[ResourceOptions] = None)

@overload
def ObjectCasbUseractivity(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           adom: Optional[str] = None,
                           application: Optional[str] = None,
                           casb_name: Optional[str] = None,
                           category: Optional[str] = None,
                           control_options: Optional[Sequence[ObjectCasbUseractivityControlOptionArgs]] = None,
                           description: Optional[str] = None,
                           dynamic_sort_subtable: Optional[str] = None,
                           match_strategy: Optional[str] = None,
                           matches: Optional[Sequence[ObjectCasbUseractivityMatchArgs]] = None,
                           name: Optional[str] = None,
                           object_casb_useractivity_id: Optional[str] = None,
                           scopetype: Optional[str] = None,
                           status: Optional[str] = None,
                           type: Optional[str] = None,
                           uuid: Optional[str] = None)
func NewObjectCasbUseractivity(ctx *Context, name string, args *ObjectCasbUseractivityArgs, opts ...ResourceOption) (*ObjectCasbUseractivity, error)
public ObjectCasbUseractivity(string name, ObjectCasbUseractivityArgs? args = null, CustomResourceOptions? opts = null)
public ObjectCasbUseractivity(String name, ObjectCasbUseractivityArgs args)
public ObjectCasbUseractivity(String name, ObjectCasbUseractivityArgs args, CustomResourceOptions options)
type: fortimanager:ObjectCasbUseractivity
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args ObjectCasbUseractivityArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args ObjectCasbUseractivityArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args ObjectCasbUseractivityArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args ObjectCasbUseractivityArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ObjectCasbUseractivityArgs
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 objectCasbUseractivityResource = new Fortimanager.ObjectCasbUseractivity("objectCasbUseractivityResource", new()
{
    Adom = "string",
    Application = "string",
    CasbName = "string",
    Category = "string",
    ControlOptions = new[]
    {
        new Fortimanager.Inputs.ObjectCasbUseractivityControlOptionArgs
        {
            Name = "string",
            Operations = new[]
            {
                new Fortimanager.Inputs.ObjectCasbUseractivityControlOptionOperationArgs
                {
                    Action = "string",
                    CaseSensitive = "string",
                    Direction = "string",
                    HeaderName = "string",
                    Name = "string",
                    SearchKey = "string",
                    SearchPattern = "string",
                    Target = "string",
                    ValueFromInput = "string",
                    Values = new[]
                    {
                        "string",
                    },
                },
            },
            Status = "string",
        },
    },
    Description = "string",
    DynamicSortSubtable = "string",
    MatchStrategy = "string",
    Matches = new[]
    {
        new Fortimanager.Inputs.ObjectCasbUseractivityMatchArgs
        {
            Id = 0,
            Rules = new[]
            {
                new Fortimanager.Inputs.ObjectCasbUseractivityMatchRuleArgs
                {
                    BodyType = "string",
                    CaseSensitive = "string",
                    Domains = new[]
                    {
                        "string",
                    },
                    HeaderName = "string",
                    Id = 0,
                    Jq = "string",
                    MatchPattern = "string",
                    MatchValue = "string",
                    Methods = new[]
                    {
                        "string",
                    },
                    Negate = "string",
                    Type = "string",
                },
            },
            Strategy = "string",
            TenantExtraction = new Fortimanager.Inputs.ObjectCasbUseractivityMatchTenantExtractionArgs
            {
                Filters = new[]
                {
                    new Fortimanager.Inputs.ObjectCasbUseractivityMatchTenantExtractionFilterArgs
                    {
                        BodyType = "string",
                        Direction = "string",
                        HeaderName = "string",
                        Id = 0,
                        Place = "string",
                    },
                },
                Jq = "string",
                Status = "string",
                Type = "string",
            },
        },
    },
    Name = "string",
    ObjectCasbUseractivityId = "string",
    Scopetype = "string",
    Status = "string",
    Type = "string",
    Uuid = "string",
});
Copy
example, err := fortimanager.NewObjectCasbUseractivity(ctx, "objectCasbUseractivityResource", &fortimanager.ObjectCasbUseractivityArgs{
Adom: pulumi.String("string"),
Application: pulumi.String("string"),
CasbName: pulumi.String("string"),
Category: pulumi.String("string"),
ControlOptions: .ObjectCasbUseractivityControlOptionArray{
&.ObjectCasbUseractivityControlOptionArgs{
Name: pulumi.String("string"),
Operations: .ObjectCasbUseractivityControlOptionOperationArray{
&.ObjectCasbUseractivityControlOptionOperationArgs{
Action: pulumi.String("string"),
CaseSensitive: pulumi.String("string"),
Direction: pulumi.String("string"),
HeaderName: pulumi.String("string"),
Name: pulumi.String("string"),
SearchKey: pulumi.String("string"),
SearchPattern: pulumi.String("string"),
Target: pulumi.String("string"),
ValueFromInput: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Status: pulumi.String("string"),
},
},
Description: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
MatchStrategy: pulumi.String("string"),
Matches: .ObjectCasbUseractivityMatchTypeArray{
&.ObjectCasbUseractivityMatchTypeArgs{
Id: pulumi.Float64(0),
Rules: .ObjectCasbUseractivityMatchRuleArray{
&.ObjectCasbUseractivityMatchRuleArgs{
BodyType: pulumi.String("string"),
CaseSensitive: pulumi.String("string"),
Domains: pulumi.StringArray{
pulumi.String("string"),
},
HeaderName: pulumi.String("string"),
Id: pulumi.Float64(0),
Jq: pulumi.String("string"),
MatchPattern: pulumi.String("string"),
MatchValue: pulumi.String("string"),
Methods: pulumi.StringArray{
pulumi.String("string"),
},
Negate: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
Strategy: pulumi.String("string"),
TenantExtraction: &.ObjectCasbUseractivityMatchTenantExtractionTypeArgs{
Filters: .ObjectCasbUseractivityMatchTenantExtractionFilterArray{
&.ObjectCasbUseractivityMatchTenantExtractionFilterArgs{
BodyType: pulumi.String("string"),
Direction: pulumi.String("string"),
HeaderName: pulumi.String("string"),
Id: pulumi.Float64(0),
Place: pulumi.String("string"),
},
},
Jq: pulumi.String("string"),
Status: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
},
Name: pulumi.String("string"),
ObjectCasbUseractivityId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Status: pulumi.String("string"),
Type: pulumi.String("string"),
Uuid: pulumi.String("string"),
})
Copy
var objectCasbUseractivityResource = new ObjectCasbUseractivity("objectCasbUseractivityResource", ObjectCasbUseractivityArgs.builder()
    .adom("string")
    .application("string")
    .casbName("string")
    .category("string")
    .controlOptions(ObjectCasbUseractivityControlOptionArgs.builder()
        .name("string")
        .operations(ObjectCasbUseractivityControlOptionOperationArgs.builder()
            .action("string")
            .caseSensitive("string")
            .direction("string")
            .headerName("string")
            .name("string")
            .searchKey("string")
            .searchPattern("string")
            .target("string")
            .valueFromInput("string")
            .values("string")
            .build())
        .status("string")
        .build())
    .description("string")
    .dynamicSortSubtable("string")
    .matchStrategy("string")
    .matches(ObjectCasbUseractivityMatchArgs.builder()
        .id(0)
        .rules(ObjectCasbUseractivityMatchRuleArgs.builder()
            .bodyType("string")
            .caseSensitive("string")
            .domains("string")
            .headerName("string")
            .id(0)
            .jq("string")
            .matchPattern("string")
            .matchValue("string")
            .methods("string")
            .negate("string")
            .type("string")
            .build())
        .strategy("string")
        .tenantExtraction(ObjectCasbUseractivityMatchTenantExtractionArgs.builder()
            .filters(ObjectCasbUseractivityMatchTenantExtractionFilterArgs.builder()
                .bodyType("string")
                .direction("string")
                .headerName("string")
                .id(0)
                .place("string")
                .build())
            .jq("string")
            .status("string")
            .type("string")
            .build())
        .build())
    .name("string")
    .objectCasbUseractivityId("string")
    .scopetype("string")
    .status("string")
    .type("string")
    .uuid("string")
    .build());
Copy
object_casb_useractivity_resource = fortimanager.ObjectCasbUseractivity("objectCasbUseractivityResource",
    adom="string",
    application="string",
    casb_name="string",
    category="string",
    control_options=[{
        "name": "string",
        "operations": [{
            "action": "string",
            "case_sensitive": "string",
            "direction": "string",
            "header_name": "string",
            "name": "string",
            "search_key": "string",
            "search_pattern": "string",
            "target": "string",
            "value_from_input": "string",
            "values": ["string"],
        }],
        "status": "string",
    }],
    description="string",
    dynamic_sort_subtable="string",
    match_strategy="string",
    matches=[{
        "id": 0,
        "rules": [{
            "body_type": "string",
            "case_sensitive": "string",
            "domains": ["string"],
            "header_name": "string",
            "id": 0,
            "jq": "string",
            "match_pattern": "string",
            "match_value": "string",
            "methods": ["string"],
            "negate": "string",
            "type": "string",
        }],
        "strategy": "string",
        "tenant_extraction": {
            "filters": [{
                "body_type": "string",
                "direction": "string",
                "header_name": "string",
                "id": 0,
                "place": "string",
            }],
            "jq": "string",
            "status": "string",
            "type": "string",
        },
    }],
    name="string",
    object_casb_useractivity_id="string",
    scopetype="string",
    status="string",
    type="string",
    uuid="string")
Copy
const objectCasbUseractivityResource = new fortimanager.ObjectCasbUseractivity("objectCasbUseractivityResource", {
    adom: "string",
    application: "string",
    casbName: "string",
    category: "string",
    controlOptions: [{
        name: "string",
        operations: [{
            action: "string",
            caseSensitive: "string",
            direction: "string",
            headerName: "string",
            name: "string",
            searchKey: "string",
            searchPattern: "string",
            target: "string",
            valueFromInput: "string",
            values: ["string"],
        }],
        status: "string",
    }],
    description: "string",
    dynamicSortSubtable: "string",
    matchStrategy: "string",
    matches: [{
        id: 0,
        rules: [{
            bodyType: "string",
            caseSensitive: "string",
            domains: ["string"],
            headerName: "string",
            id: 0,
            jq: "string",
            matchPattern: "string",
            matchValue: "string",
            methods: ["string"],
            negate: "string",
            type: "string",
        }],
        strategy: "string",
        tenantExtraction: {
            filters: [{
                bodyType: "string",
                direction: "string",
                headerName: "string",
                id: 0,
                place: "string",
            }],
            jq: "string",
            status: "string",
            type: "string",
        },
    }],
    name: "string",
    objectCasbUseractivityId: "string",
    scopetype: "string",
    status: "string",
    type: "string",
    uuid: "string",
});
Copy
type: fortimanager:ObjectCasbUseractivity
properties:
    adom: string
    application: string
    casbName: string
    category: string
    controlOptions:
        - name: string
          operations:
            - action: string
              caseSensitive: string
              direction: string
              headerName: string
              name: string
              searchKey: string
              searchPattern: string
              target: string
              valueFromInput: string
              values:
                - string
          status: string
    description: string
    dynamicSortSubtable: string
    matchStrategy: string
    matches:
        - id: 0
          rules:
            - bodyType: string
              caseSensitive: string
              domains:
                - string
              headerName: string
              id: 0
              jq: string
              matchPattern: string
              matchValue: string
              methods:
                - string
              negate: string
              type: string
          strategy: string
          tenantExtraction:
            filters:
                - bodyType: string
                  direction: string
                  headerName: string
                  id: 0
                  place: string
            jq: string
            status: string
            type: string
    name: string
    objectCasbUseractivityId: string
    scopetype: string
    status: string
    type: string
    uuid: string
Copy

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

Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Application string
CASB SaaS application name.
CasbName string
CASB user activity signature name.
Category string
CASB user activity category. Valid values: activity-control, tenant-control, domain-control, safe-search-control, other.
ControlOptions List<ObjectCasbUseractivityControlOption>
Control-Options. The structure of control_options block is documented below.
Description string
CASB user activity description.
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.
MatchStrategy string
CASB user activity match strategy. Valid values: or, and.
Matches List<ObjectCasbUseractivityMatch>
Match. The structure of match block is documented below.
Name string
CASB user activity name.
ObjectCasbUseractivityId string
an identifier for the resource with format {{name}}.
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.
Status string
CASB user activity status. Valid values: disable, enable.
Type string
CASB user activity type. Valid values: built-in, customized.
Uuid string
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Application string
CASB SaaS application name.
CasbName string
CASB user activity signature name.
Category string
CASB user activity category. Valid values: activity-control, tenant-control, domain-control, safe-search-control, other.
ControlOptions []ObjectCasbUseractivityControlOptionArgs
Control-Options. The structure of control_options block is documented below.
Description string
CASB user activity description.
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.
MatchStrategy string
CASB user activity match strategy. Valid values: or, and.
Matches []ObjectCasbUseractivityMatchTypeArgs
Match. The structure of match block is documented below.
Name string
CASB user activity name.
ObjectCasbUseractivityId string
an identifier for the resource with format {{name}}.
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.
Status string
CASB user activity status. Valid values: disable, enable.
Type string
CASB user activity type. Valid values: built-in, customized.
Uuid string
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
application String
CASB SaaS application name.
casbName String
CASB user activity signature name.
category String
CASB user activity category. Valid values: activity-control, tenant-control, domain-control, safe-search-control, other.
controlOptions List<ObjectCasbUseractivityControlOption>
Control-Options. The structure of control_options block is documented below.
description String
CASB user activity description.
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.
matchStrategy String
CASB user activity match strategy. Valid values: or, and.
matches List<ObjectCasbUseractivityMatch>
Match. The structure of match block is documented below.
name String
CASB user activity name.
objectCasbUseractivityId String
an identifier for the resource with format {{name}}.
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.
status String
CASB user activity status. Valid values: disable, enable.
type String
CASB user activity type. Valid values: built-in, customized.
uuid String
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
application string
CASB SaaS application name.
casbName string
CASB user activity signature name.
category string
CASB user activity category. Valid values: activity-control, tenant-control, domain-control, safe-search-control, other.
controlOptions ObjectCasbUseractivityControlOption[]
Control-Options. The structure of control_options block is documented below.
description string
CASB user activity description.
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.
matchStrategy string
CASB user activity match strategy. Valid values: or, and.
matches ObjectCasbUseractivityMatch[]
Match. The structure of match block is documented below.
name string
CASB user activity name.
objectCasbUseractivityId string
an identifier for the resource with format {{name}}.
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.
status string
CASB user activity status. Valid values: disable, enable.
type string
CASB user activity type. Valid values: built-in, customized.
uuid string
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
application str
CASB SaaS application name.
casb_name str
CASB user activity signature name.
category str
CASB user activity category. Valid values: activity-control, tenant-control, domain-control, safe-search-control, other.
control_options Sequence[ObjectCasbUseractivityControlOptionArgs]
Control-Options. The structure of control_options block is documented below.
description str
CASB user activity description.
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.
match_strategy str
CASB user activity match strategy. Valid values: or, and.
matches Sequence[ObjectCasbUseractivityMatchArgs]
Match. The structure of match block is documented below.
name str
CASB user activity name.
object_casb_useractivity_id str
an identifier for the resource with format {{name}}.
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.
status str
CASB user activity status. Valid values: disable, enable.
type str
CASB user activity type. Valid values: built-in, customized.
uuid str
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
application String
CASB SaaS application name.
casbName String
CASB user activity signature name.
category String
CASB user activity category. Valid values: activity-control, tenant-control, domain-control, safe-search-control, other.
controlOptions List<Property Map>
Control-Options. The structure of control_options block is documented below.
description String
CASB user activity description.
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.
matchStrategy String
CASB user activity match strategy. Valid values: or, and.
matches List<Property Map>
Match. The structure of match block is documented below.
name String
CASB user activity name.
objectCasbUseractivityId String
an identifier for the resource with format {{name}}.
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.
status String
CASB user activity status. Valid values: disable, enable.
type String
CASB user activity type. Valid values: built-in, customized.
uuid String
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).

Outputs

All input properties are implicitly available as output properties. Additionally, the ObjectCasbUseractivity resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing ObjectCasbUseractivity Resource

Get an existing ObjectCasbUseractivity 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?: ObjectCasbUseractivityState, opts?: CustomResourceOptions): ObjectCasbUseractivity
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        application: Optional[str] = None,
        casb_name: Optional[str] = None,
        category: Optional[str] = None,
        control_options: Optional[Sequence[ObjectCasbUseractivityControlOptionArgs]] = None,
        description: Optional[str] = None,
        dynamic_sort_subtable: Optional[str] = None,
        match_strategy: Optional[str] = None,
        matches: Optional[Sequence[ObjectCasbUseractivityMatchArgs]] = None,
        name: Optional[str] = None,
        object_casb_useractivity_id: Optional[str] = None,
        scopetype: Optional[str] = None,
        status: Optional[str] = None,
        type: Optional[str] = None,
        uuid: Optional[str] = None) -> ObjectCasbUseractivity
func GetObjectCasbUseractivity(ctx *Context, name string, id IDInput, state *ObjectCasbUseractivityState, opts ...ResourceOption) (*ObjectCasbUseractivity, error)
public static ObjectCasbUseractivity Get(string name, Input<string> id, ObjectCasbUseractivityState? state, CustomResourceOptions? opts = null)
public static ObjectCasbUseractivity get(String name, Output<String> id, ObjectCasbUseractivityState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectCasbUseractivity    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
Application string
CASB SaaS application name.
CasbName string
CASB user activity signature name.
Category string
CASB user activity category. Valid values: activity-control, tenant-control, domain-control, safe-search-control, other.
ControlOptions List<ObjectCasbUseractivityControlOption>
Control-Options. The structure of control_options block is documented below.
Description string
CASB user activity description.
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.
MatchStrategy string
CASB user activity match strategy. Valid values: or, and.
Matches List<ObjectCasbUseractivityMatch>
Match. The structure of match block is documented below.
Name string
CASB user activity name.
ObjectCasbUseractivityId string
an identifier for the resource with format {{name}}.
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.
Status string
CASB user activity status. Valid values: disable, enable.
Type string
CASB user activity type. Valid values: built-in, customized.
Uuid string
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Application string
CASB SaaS application name.
CasbName string
CASB user activity signature name.
Category string
CASB user activity category. Valid values: activity-control, tenant-control, domain-control, safe-search-control, other.
ControlOptions []ObjectCasbUseractivityControlOptionArgs
Control-Options. The structure of control_options block is documented below.
Description string
CASB user activity description.
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.
MatchStrategy string
CASB user activity match strategy. Valid values: or, and.
Matches []ObjectCasbUseractivityMatchTypeArgs
Match. The structure of match block is documented below.
Name string
CASB user activity name.
ObjectCasbUseractivityId string
an identifier for the resource with format {{name}}.
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.
Status string
CASB user activity status. Valid values: disable, enable.
Type string
CASB user activity type. Valid values: built-in, customized.
Uuid string
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
application String
CASB SaaS application name.
casbName String
CASB user activity signature name.
category String
CASB user activity category. Valid values: activity-control, tenant-control, domain-control, safe-search-control, other.
controlOptions List<ObjectCasbUseractivityControlOption>
Control-Options. The structure of control_options block is documented below.
description String
CASB user activity description.
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.
matchStrategy String
CASB user activity match strategy. Valid values: or, and.
matches List<ObjectCasbUseractivityMatch>
Match. The structure of match block is documented below.
name String
CASB user activity name.
objectCasbUseractivityId String
an identifier for the resource with format {{name}}.
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.
status String
CASB user activity status. Valid values: disable, enable.
type String
CASB user activity type. Valid values: built-in, customized.
uuid String
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
application string
CASB SaaS application name.
casbName string
CASB user activity signature name.
category string
CASB user activity category. Valid values: activity-control, tenant-control, domain-control, safe-search-control, other.
controlOptions ObjectCasbUseractivityControlOption[]
Control-Options. The structure of control_options block is documented below.
description string
CASB user activity description.
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.
matchStrategy string
CASB user activity match strategy. Valid values: or, and.
matches ObjectCasbUseractivityMatch[]
Match. The structure of match block is documented below.
name string
CASB user activity name.
objectCasbUseractivityId string
an identifier for the resource with format {{name}}.
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.
status string
CASB user activity status. Valid values: disable, enable.
type string
CASB user activity type. Valid values: built-in, customized.
uuid string
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
application str
CASB SaaS application name.
casb_name str
CASB user activity signature name.
category str
CASB user activity category. Valid values: activity-control, tenant-control, domain-control, safe-search-control, other.
control_options Sequence[ObjectCasbUseractivityControlOptionArgs]
Control-Options. The structure of control_options block is documented below.
description str
CASB user activity description.
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.
match_strategy str
CASB user activity match strategy. Valid values: or, and.
matches Sequence[ObjectCasbUseractivityMatchArgs]
Match. The structure of match block is documented below.
name str
CASB user activity name.
object_casb_useractivity_id str
an identifier for the resource with format {{name}}.
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.
status str
CASB user activity status. Valid values: disable, enable.
type str
CASB user activity type. Valid values: built-in, customized.
uuid str
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
application String
CASB SaaS application name.
casbName String
CASB user activity signature name.
category String
CASB user activity category. Valid values: activity-control, tenant-control, domain-control, safe-search-control, other.
controlOptions List<Property Map>
Control-Options. The structure of control_options block is documented below.
description String
CASB user activity description.
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.
matchStrategy String
CASB user activity match strategy. Valid values: or, and.
matches List<Property Map>
Match. The structure of match block is documented below.
name String
CASB user activity name.
objectCasbUseractivityId String
an identifier for the resource with format {{name}}.
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.
status String
CASB user activity status. Valid values: disable, enable.
type String
CASB user activity type. Valid values: built-in, customized.
uuid String
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).

Supporting Types

ObjectCasbUseractivityControlOption
, ObjectCasbUseractivityControlOptionArgs

Name string
CASB control option name.
Operations List<ObjectCasbUseractivityControlOptionOperation>
Operations. The structure of operations block is documented below.
Status string
CASB control option status. Valid values: disable, enable.
Name string
CASB control option name.
Operations []ObjectCasbUseractivityControlOptionOperation
Operations. The structure of operations block is documented below.
Status string
CASB control option status. Valid values: disable, enable.
name String
CASB control option name.
operations List<ObjectCasbUseractivityControlOptionOperation>
Operations. The structure of operations block is documented below.
status String
CASB control option status. Valid values: disable, enable.
name string
CASB control option name.
operations ObjectCasbUseractivityControlOptionOperation[]
Operations. The structure of operations block is documented below.
status string
CASB control option status. Valid values: disable, enable.
name str
CASB control option name.
operations Sequence[ObjectCasbUseractivityControlOptionOperation]
Operations. The structure of operations block is documented below.
status str
CASB control option status. Valid values: disable, enable.
name String
CASB control option name.
operations List<Property Map>
Operations. The structure of operations block is documented below.
status String
CASB control option status. Valid values: disable, enable.

ObjectCasbUseractivityControlOptionOperation
, ObjectCasbUseractivityControlOptionOperationArgs

Action string
CASB operation action. Valid values: append, prepend, replace, new, new-on-not-found, delete.
CaseSensitive string
CASB operation search case sensitive. Valid values: disable, enable.
Direction string
CASB operation direction. Valid values: request.
HeaderName string
CASB operation header name to search.
Name string
CASB control option operation name.
SearchKey string
CASB operation key to search.
SearchPattern string
CASB operation search pattern. Valid values: simple, substr, regexp.
Target string
CASB operation target. Valid values: header, path.
ValueFromInput string
Enable/disable value from user input. Valid values: disable, enable.
Values List<string>
CASB operation new values.
Action string
CASB operation action. Valid values: append, prepend, replace, new, new-on-not-found, delete.
CaseSensitive string
CASB operation search case sensitive. Valid values: disable, enable.
Direction string
CASB operation direction. Valid values: request.
HeaderName string
CASB operation header name to search.
Name string
CASB control option operation name.
SearchKey string
CASB operation key to search.
SearchPattern string
CASB operation search pattern. Valid values: simple, substr, regexp.
Target string
CASB operation target. Valid values: header, path.
ValueFromInput string
Enable/disable value from user input. Valid values: disable, enable.
Values []string
CASB operation new values.
action String
CASB operation action. Valid values: append, prepend, replace, new, new-on-not-found, delete.
caseSensitive String
CASB operation search case sensitive. Valid values: disable, enable.
direction String
CASB operation direction. Valid values: request.
headerName String
CASB operation header name to search.
name String
CASB control option operation name.
searchKey String
CASB operation key to search.
searchPattern String
CASB operation search pattern. Valid values: simple, substr, regexp.
target String
CASB operation target. Valid values: header, path.
valueFromInput String
Enable/disable value from user input. Valid values: disable, enable.
values List<String>
CASB operation new values.
action string
CASB operation action. Valid values: append, prepend, replace, new, new-on-not-found, delete.
caseSensitive string
CASB operation search case sensitive. Valid values: disable, enable.
direction string
CASB operation direction. Valid values: request.
headerName string
CASB operation header name to search.
name string
CASB control option operation name.
searchKey string
CASB operation key to search.
searchPattern string
CASB operation search pattern. Valid values: simple, substr, regexp.
target string
CASB operation target. Valid values: header, path.
valueFromInput string
Enable/disable value from user input. Valid values: disable, enable.
values string[]
CASB operation new values.
action str
CASB operation action. Valid values: append, prepend, replace, new, new-on-not-found, delete.
case_sensitive str
CASB operation search case sensitive. Valid values: disable, enable.
direction str
CASB operation direction. Valid values: request.
header_name str
CASB operation header name to search.
name str
CASB control option operation name.
search_key str
CASB operation key to search.
search_pattern str
CASB operation search pattern. Valid values: simple, substr, regexp.
target str
CASB operation target. Valid values: header, path.
value_from_input str
Enable/disable value from user input. Valid values: disable, enable.
values Sequence[str]
CASB operation new values.
action String
CASB operation action. Valid values: append, prepend, replace, new, new-on-not-found, delete.
caseSensitive String
CASB operation search case sensitive. Valid values: disable, enable.
direction String
CASB operation direction. Valid values: request.
headerName String
CASB operation header name to search.
name String
CASB control option operation name.
searchKey String
CASB operation key to search.
searchPattern String
CASB operation search pattern. Valid values: simple, substr, regexp.
target String
CASB operation target. Valid values: header, path.
valueFromInput String
Enable/disable value from user input. Valid values: disable, enable.
values List<String>
CASB operation new values.

ObjectCasbUseractivityMatch
, ObjectCasbUseractivityMatchArgs

Id double
CASB user activity match rules ID.
Rules List<ObjectCasbUseractivityMatchRule>
Rules. The structure of rules block is documented below.
Strategy string
CASB user activity rules strategy. Valid values: or, and.
TenantExtraction ObjectCasbUseractivityMatchTenantExtraction
Tenant-Extraction. The structure of tenant_extraction block is documented below.
Id float64
CASB user activity match rules ID.
Rules []ObjectCasbUseractivityMatchRule
Rules. The structure of rules block is documented below.
Strategy string
CASB user activity rules strategy. Valid values: or, and.
TenantExtraction ObjectCasbUseractivityMatchTenantExtractionType
Tenant-Extraction. The structure of tenant_extraction block is documented below.
id Double
CASB user activity match rules ID.
rules List<ObjectCasbUseractivityMatchRule>
Rules. The structure of rules block is documented below.
strategy String
CASB user activity rules strategy. Valid values: or, and.
tenantExtraction ObjectCasbUseractivityMatchTenantExtraction
Tenant-Extraction. The structure of tenant_extraction block is documented below.
id number
CASB user activity match rules ID.
rules ObjectCasbUseractivityMatchRule[]
Rules. The structure of rules block is documented below.
strategy string
CASB user activity rules strategy. Valid values: or, and.
tenantExtraction ObjectCasbUseractivityMatchTenantExtraction
Tenant-Extraction. The structure of tenant_extraction block is documented below.
id float
CASB user activity match rules ID.
rules Sequence[ObjectCasbUseractivityMatchRule]
Rules. The structure of rules block is documented below.
strategy str
CASB user activity rules strategy. Valid values: or, and.
tenant_extraction ObjectCasbUseractivityMatchTenantExtraction
Tenant-Extraction. The structure of tenant_extraction block is documented below.
id Number
CASB user activity match rules ID.
rules List<Property Map>
Rules. The structure of rules block is documented below.
strategy String
CASB user activity rules strategy. Valid values: or, and.
tenantExtraction Property Map
Tenant-Extraction. The structure of tenant_extraction block is documented below.

ObjectCasbUseractivityMatchRule
, ObjectCasbUseractivityMatchRuleArgs

BodyType string
CASB user activity match rule body type. Valid values: json.
CaseSensitive string
CASB user activity match case sensitive. Valid values: disable, enable.
Domains List<string>
CASB user activity domain list.
HeaderName string
CASB user activity rule header name.
Id double
CASB user activity rule ID.
Jq string
CASB user activity rule match jq script.
MatchPattern string
CASB user activity rule match pattern. Valid values: simple, substr, regexp.
MatchValue string
CASB user activity rule match value.
Methods List<string>
CASB user activity method list.
Negate string
Enable/disable what the matching strategy must not be. Valid values: disable, enable.
Type string
CASB user activity rule type. Valid values: domains, host, path, header, header-value, method.
BodyType string
CASB user activity match rule body type. Valid values: json.
CaseSensitive string
CASB user activity match case sensitive. Valid values: disable, enable.
Domains []string
CASB user activity domain list.
HeaderName string
CASB user activity rule header name.
Id float64
CASB user activity rule ID.
Jq string
CASB user activity rule match jq script.
MatchPattern string
CASB user activity rule match pattern. Valid values: simple, substr, regexp.
MatchValue string
CASB user activity rule match value.
Methods []string
CASB user activity method list.
Negate string
Enable/disable what the matching strategy must not be. Valid values: disable, enable.
Type string
CASB user activity rule type. Valid values: domains, host, path, header, header-value, method.
bodyType String
CASB user activity match rule body type. Valid values: json.
caseSensitive String
CASB user activity match case sensitive. Valid values: disable, enable.
domains List<String>
CASB user activity domain list.
headerName String
CASB user activity rule header name.
id Double
CASB user activity rule ID.
jq String
CASB user activity rule match jq script.
matchPattern String
CASB user activity rule match pattern. Valid values: simple, substr, regexp.
matchValue String
CASB user activity rule match value.
methods List<String>
CASB user activity method list.
negate String
Enable/disable what the matching strategy must not be. Valid values: disable, enable.
type String
CASB user activity rule type. Valid values: domains, host, path, header, header-value, method.
bodyType string
CASB user activity match rule body type. Valid values: json.
caseSensitive string
CASB user activity match case sensitive. Valid values: disable, enable.
domains string[]
CASB user activity domain list.
headerName string
CASB user activity rule header name.
id number
CASB user activity rule ID.
jq string
CASB user activity rule match jq script.
matchPattern string
CASB user activity rule match pattern. Valid values: simple, substr, regexp.
matchValue string
CASB user activity rule match value.
methods string[]
CASB user activity method list.
negate string
Enable/disable what the matching strategy must not be. Valid values: disable, enable.
type string
CASB user activity rule type. Valid values: domains, host, path, header, header-value, method.
body_type str
CASB user activity match rule body type. Valid values: json.
case_sensitive str
CASB user activity match case sensitive. Valid values: disable, enable.
domains Sequence[str]
CASB user activity domain list.
header_name str
CASB user activity rule header name.
id float
CASB user activity rule ID.
jq str
CASB user activity rule match jq script.
match_pattern str
CASB user activity rule match pattern. Valid values: simple, substr, regexp.
match_value str
CASB user activity rule match value.
methods Sequence[str]
CASB user activity method list.
negate str
Enable/disable what the matching strategy must not be. Valid values: disable, enable.
type str
CASB user activity rule type. Valid values: domains, host, path, header, header-value, method.
bodyType String
CASB user activity match rule body type. Valid values: json.
caseSensitive String
CASB user activity match case sensitive. Valid values: disable, enable.
domains List<String>
CASB user activity domain list.
headerName String
CASB user activity rule header name.
id Number
CASB user activity rule ID.
jq String
CASB user activity rule match jq script.
matchPattern String
CASB user activity rule match pattern. Valid values: simple, substr, regexp.
matchValue String
CASB user activity rule match value.
methods List<String>
CASB user activity method list.
negate String
Enable/disable what the matching strategy must not be. Valid values: disable, enable.
type String
CASB user activity rule type. Valid values: domains, host, path, header, header-value, method.

ObjectCasbUseractivityMatchTenantExtraction
, ObjectCasbUseractivityMatchTenantExtractionArgs

Filters List<ObjectCasbUseractivityMatchTenantExtractionFilter>
Filters. The structure of filters block is documented below.
Jq string
CASB user activity tenant extraction jq script.
Status string
Enable/disable CASB tenant extraction. Valid values: disable, enable.
Type string
CASB user activity tenant extraction type. Valid values: json-query.
Filters []ObjectCasbUseractivityMatchTenantExtractionFilter
Filters. The structure of filters block is documented below.
Jq string
CASB user activity tenant extraction jq script.
Status string
Enable/disable CASB tenant extraction. Valid values: disable, enable.
Type string
CASB user activity tenant extraction type. Valid values: json-query.
filters List<ObjectCasbUseractivityMatchTenantExtractionFilter>
Filters. The structure of filters block is documented below.
jq String
CASB user activity tenant extraction jq script.
status String
Enable/disable CASB tenant extraction. Valid values: disable, enable.
type String
CASB user activity tenant extraction type. Valid values: json-query.
filters ObjectCasbUseractivityMatchTenantExtractionFilter[]
Filters. The structure of filters block is documented below.
jq string
CASB user activity tenant extraction jq script.
status string
Enable/disable CASB tenant extraction. Valid values: disable, enable.
type string
CASB user activity tenant extraction type. Valid values: json-query.
filters Sequence[ObjectCasbUseractivityMatchTenantExtractionFilter]
Filters. The structure of filters block is documented below.
jq str
CASB user activity tenant extraction jq script.
status str
Enable/disable CASB tenant extraction. Valid values: disable, enable.
type str
CASB user activity tenant extraction type. Valid values: json-query.
filters List<Property Map>
Filters. The structure of filters block is documented below.
jq String
CASB user activity tenant extraction jq script.
status String
Enable/disable CASB tenant extraction. Valid values: disable, enable.
type String
CASB user activity tenant extraction type. Valid values: json-query.

ObjectCasbUseractivityMatchTenantExtractionFilter
, ObjectCasbUseractivityMatchTenantExtractionFilterArgs

BodyType string
CASB tenant extraction filter body type. Valid values: json.
Direction string
CASB tenant extraction filter direction. Valid values: request, response.
HeaderName string
CASB tenant extraction filter header name.
Id double
CASB tenant extraction filter ID.
Place string
CASB tenant extraction filter place type. Valid values: path, header, body.
BodyType string
CASB tenant extraction filter body type. Valid values: json.
Direction string
CASB tenant extraction filter direction. Valid values: request, response.
HeaderName string
CASB tenant extraction filter header name.
Id float64
CASB tenant extraction filter ID.
Place string
CASB tenant extraction filter place type. Valid values: path, header, body.
bodyType String
CASB tenant extraction filter body type. Valid values: json.
direction String
CASB tenant extraction filter direction. Valid values: request, response.
headerName String
CASB tenant extraction filter header name.
id Double
CASB tenant extraction filter ID.
place String
CASB tenant extraction filter place type. Valid values: path, header, body.
bodyType string
CASB tenant extraction filter body type. Valid values: json.
direction string
CASB tenant extraction filter direction. Valid values: request, response.
headerName string
CASB tenant extraction filter header name.
id number
CASB tenant extraction filter ID.
place string
CASB tenant extraction filter place type. Valid values: path, header, body.
body_type str
CASB tenant extraction filter body type. Valid values: json.
direction str
CASB tenant extraction filter direction. Valid values: request, response.
header_name str
CASB tenant extraction filter header name.
id float
CASB tenant extraction filter ID.
place str
CASB tenant extraction filter place type. Valid values: path, header, body.
bodyType String
CASB tenant extraction filter body type. Valid values: json.
direction String
CASB tenant extraction filter direction. Valid values: request, response.
headerName String
CASB tenant extraction filter header name.
id Number
CASB tenant extraction filter ID.
place String
CASB tenant extraction filter place type. Valid values: path, header, body.

Import

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

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/objectCasbUseractivity:ObjectCasbUseractivity labelname {{name}}
Copy

$ 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.