1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectCasbUseractivity
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.ObjectCasbUseractivity

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    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 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 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 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 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 String
    The unique name of the resource.
    args 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
                    {
                        CaseSensitive = "string",
                        Domains = new[]
                        {
                            "string",
                        },
                        HeaderName = "string",
                        Id = 0,
                        MatchPattern = "string",
                        MatchValue = "string",
                        Methods = new[]
                        {
                            "string",
                        },
                        Negate = "string",
                        Type = "string",
                    },
                },
                Strategy = "string",
            },
        },
        Name = "string",
        ObjectCasbUseractivityId = "string",
        Scopetype = "string",
        Status = "string",
        Type = "string",
        Uuid = "string",
    });
    
    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{
    CaseSensitive: pulumi.String("string"),
    Domains: pulumi.StringArray{
    pulumi.String("string"),
    },
    HeaderName: pulumi.String("string"),
    Id: pulumi.Float64(0),
    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"),
    },
    },
    Name: pulumi.String("string"),
    ObjectCasbUseractivityId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    Status: pulumi.String("string"),
    Type: pulumi.String("string"),
    Uuid: pulumi.String("string"),
    })
    
    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()
                .caseSensitive("string")
                .domains("string")
                .headerName("string")
                .id(0)
                .matchPattern("string")
                .matchValue("string")
                .methods("string")
                .negate("string")
                .type("string")
                .build())
            .strategy("string")
            .build())
        .name("string")
        .objectCasbUseractivityId("string")
        .scopetype("string")
        .status("string")
        .type("string")
        .uuid("string")
        .build());
    
    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": [{
                "case_sensitive": "string",
                "domains": ["string"],
                "header_name": "string",
                "id": 0,
                "match_pattern": "string",
                "match_value": "string",
                "methods": ["string"],
                "negate": "string",
                "type": "string",
            }],
            "strategy": "string",
        }],
        name="string",
        object_casb_useractivity_id="string",
        scopetype="string",
        status="string",
        type="string",
        uuid="string")
    
    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: [{
                caseSensitive: "string",
                domains: ["string"],
                headerName: "string",
                id: 0,
                matchPattern: "string",
                matchValue: "string",
                methods: ["string"],
                negate: "string",
                type: "string",
            }],
            strategy: "string",
        }],
        name: "string",
        objectCasbUseractivityId: "string",
        scopetype: "string",
        status: "string",
        type: "string",
        uuid: "string",
    });
    
    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:
                - caseSensitive: string
                  domains:
                    - string
                  headerName: string
                  id: 0
                  matchPattern: string
                  matchValue: string
                  methods:
                    - string
                  negate: string
                  type: string
              strategy: string
        name: string
        objectCasbUseractivityId: string
        scopetype: string
        status: string
        type: string
        uuid: string
    

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

    ObjectCasbUseractivityMatchRule, ObjectCasbUseractivityMatchRuleArgs

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

    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}}
    

    $ 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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev