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 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
isadom
, otherwise the value of adom in the provider will be inherited. - Application string
- CASB SaaS application name.
- Casb
Name string - CASB user activity signature name.
- Category string
- CASB user activity category. Valid values:
activity-control
,tenant-control
,domain-control
,safe-search-control
,other
. - Control
Options List<ObjectCasb Useractivity Control Option> - Control-Options. The structure of
control_options
block is documented below. - Description string
- CASB user activity description.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Match
Strategy string - CASB user activity match strategy. Valid values:
or
,and
. - Matches
List<Object
Casb Useractivity Match> - Match. The structure of
match
block is documented below. - Name string
- CASB user activity name.
- Object
Casb stringUseractivity Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - Application string
- CASB SaaS application name.
- Casb
Name string - CASB user activity signature name.
- Category string
- CASB user activity category. Valid values:
activity-control
,tenant-control
,domain-control
,safe-search-control
,other
. - Control
Options []ObjectCasb Useractivity Control Option Args - Control-Options. The structure of
control_options
block is documented below. - Description string
- CASB user activity description.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Match
Strategy string - CASB user activity match strategy. Valid values:
or
,and
. - Matches
[]Object
Casb Useractivity Match Type Args - Match. The structure of
match
block is documented below. - Name string
- CASB user activity name.
- Object
Casb stringUseractivity Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - application String
- CASB SaaS application name.
- casb
Name String - CASB user activity signature name.
- category String
- CASB user activity category. Valid values:
activity-control
,tenant-control
,domain-control
,safe-search-control
,other
. - control
Options List<ObjectCasb Useractivity Control Option> - Control-Options. The structure of
control_options
block is documented below. - description String
- CASB user activity description.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- match
Strategy String - CASB user activity match strategy. Valid values:
or
,and
. - matches
List<Object
Casb Useractivity Match> - Match. The structure of
match
block is documented below. - name String
- CASB user activity name.
- object
Casb StringUseractivity Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - application string
- CASB SaaS application name.
- casb
Name string - CASB user activity signature name.
- category string
- CASB user activity category. Valid values:
activity-control
,tenant-control
,domain-control
,safe-search-control
,other
. - control
Options ObjectCasb Useractivity Control Option[] - Control-Options. The structure of
control_options
block is documented below. - description string
- CASB user activity description.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- match
Strategy string - CASB user activity match strategy. Valid values:
or
,and
. - matches
Object
Casb Useractivity Match[] - Match. The structure of
match
block is documented below. - name string
- CASB user activity name.
- object
Casb stringUseractivity Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, 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[ObjectCasb Useractivity Control Option Args] - Control-Options. The structure of
control_options
block is documented below. - description str
- CASB user activity description.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- match_
strategy str - CASB user activity match strategy. Valid values:
or
,and
. - matches
Sequence[Object
Casb Useractivity Match Args] - Match. The structure of
match
block is documented below. - name str
- CASB user activity name.
- object_
casb_ struseractivity_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - application String
- CASB SaaS application name.
- casb
Name String - CASB user activity signature name.
- category String
- CASB user activity category. Valid values:
activity-control
,tenant-control
,domain-control
,safe-search-control
,other
. - control
Options List<Property Map> - Control-Options. The structure of
control_options
block is documented below. - description String
- CASB user activity description.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- match
Strategy 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.
- object
Casb StringUseractivity Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Application string
- CASB SaaS application name.
- Casb
Name string - CASB user activity signature name.
- Category string
- CASB user activity category. Valid values:
activity-control
,tenant-control
,domain-control
,safe-search-control
,other
. - Control
Options List<ObjectCasb Useractivity Control Option> - Control-Options. The structure of
control_options
block is documented below. - Description string
- CASB user activity description.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Match
Strategy string - CASB user activity match strategy. Valid values:
or
,and
. - Matches
List<Object
Casb Useractivity Match> - Match. The structure of
match
block is documented below. - Name string
- CASB user activity name.
- Object
Casb stringUseractivity Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - Application string
- CASB SaaS application name.
- Casb
Name string - CASB user activity signature name.
- Category string
- CASB user activity category. Valid values:
activity-control
,tenant-control
,domain-control
,safe-search-control
,other
. - Control
Options []ObjectCasb Useractivity Control Option Args - Control-Options. The structure of
control_options
block is documented below. - Description string
- CASB user activity description.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Match
Strategy string - CASB user activity match strategy. Valid values:
or
,and
. - Matches
[]Object
Casb Useractivity Match Type Args - Match. The structure of
match
block is documented below. - Name string
- CASB user activity name.
- Object
Casb stringUseractivity Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - application String
- CASB SaaS application name.
- casb
Name String - CASB user activity signature name.
- category String
- CASB user activity category. Valid values:
activity-control
,tenant-control
,domain-control
,safe-search-control
,other
. - control
Options List<ObjectCasb Useractivity Control Option> - Control-Options. The structure of
control_options
block is documented below. - description String
- CASB user activity description.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- match
Strategy String - CASB user activity match strategy. Valid values:
or
,and
. - matches
List<Object
Casb Useractivity Match> - Match. The structure of
match
block is documented below. - name String
- CASB user activity name.
- object
Casb StringUseractivity Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - application string
- CASB SaaS application name.
- casb
Name string - CASB user activity signature name.
- category string
- CASB user activity category. Valid values:
activity-control
,tenant-control
,domain-control
,safe-search-control
,other
. - control
Options ObjectCasb Useractivity Control Option[] - Control-Options. The structure of
control_options
block is documented below. - description string
- CASB user activity description.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- match
Strategy string - CASB user activity match strategy. Valid values:
or
,and
. - matches
Object
Casb Useractivity Match[] - Match. The structure of
match
block is documented below. - name string
- CASB user activity name.
- object
Casb stringUseractivity Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, 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[ObjectCasb Useractivity Control Option Args] - Control-Options. The structure of
control_options
block is documented below. - description str
- CASB user activity description.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- match_
strategy str - CASB user activity match strategy. Valid values:
or
,and
. - matches
Sequence[Object
Casb Useractivity Match Args] - Match. The structure of
match
block is documented below. - name str
- CASB user activity name.
- object_
casb_ struseractivity_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - application String
- CASB SaaS application name.
- casb
Name String - CASB user activity signature name.
- category String
- CASB user activity category. Valid values:
activity-control
,tenant-control
,domain-control
,safe-search-control
,other
. - control
Options List<Property Map> - Control-Options. The structure of
control_options
block is documented below. - description String
- CASB user activity description.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- match
Strategy 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.
- object
Casb StringUseractivity Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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<Object
Casb Useractivity Control Option Operation> - 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
[]Object
Casb Useractivity Control Option Operation - 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<Object
Casb Useractivity Control Option Operation> - 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
Object
Casb Useractivity Control Option Operation[] - 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[Object
Casb Useractivity Control Option Operation] - 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
. - Case
Sensitive string - CASB operation search case sensitive. Valid values:
disable
,enable
. - Direction string
- CASB operation direction. Valid values:
request
. - Header
Name string - CASB operation header name to search.
- Name string
- CASB control option operation name.
- Search
Key string - CASB operation key to search.
- Search
Pattern string - CASB operation search pattern. Valid values:
simple
,substr
,regexp
. - Target string
- CASB operation target. Valid values:
header
,path
. - Value
From stringInput - 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
. - Case
Sensitive string - CASB operation search case sensitive. Valid values:
disable
,enable
. - Direction string
- CASB operation direction. Valid values:
request
. - Header
Name string - CASB operation header name to search.
- Name string
- CASB control option operation name.
- Search
Key string - CASB operation key to search.
- Search
Pattern string - CASB operation search pattern. Valid values:
simple
,substr
,regexp
. - Target string
- CASB operation target. Valid values:
header
,path
. - Value
From stringInput - 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
. - case
Sensitive String - CASB operation search case sensitive. Valid values:
disable
,enable
. - direction String
- CASB operation direction. Valid values:
request
. - header
Name String - CASB operation header name to search.
- name String
- CASB control option operation name.
- search
Key String - CASB operation key to search.
- search
Pattern String - CASB operation search pattern. Valid values:
simple
,substr
,regexp
. - target String
- CASB operation target. Valid values:
header
,path
. - value
From StringInput - 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
. - case
Sensitive string - CASB operation search case sensitive. Valid values:
disable
,enable
. - direction string
- CASB operation direction. Valid values:
request
. - header
Name string - CASB operation header name to search.
- name string
- CASB control option operation name.
- search
Key string - CASB operation key to search.
- search
Pattern string - CASB operation search pattern. Valid values:
simple
,substr
,regexp
. - target string
- CASB operation target. Valid values:
header
,path
. - value
From stringInput - 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_ strinput - 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
. - case
Sensitive String - CASB operation search case sensitive. Valid values:
disable
,enable
. - direction String
- CASB operation direction. Valid values:
request
. - header
Name String - CASB operation header name to search.
- name String
- CASB control option operation name.
- search
Key String - CASB operation key to search.
- search
Pattern String - CASB operation search pattern. Valid values:
simple
,substr
,regexp
. - target String
- CASB operation target. Valid values:
header
,path
. - value
From StringInput - 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<Object
Casb Useractivity Match Rule> - 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
[]Object
Casb Useractivity Match Rule - 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<Object
Casb Useractivity Match Rule> - 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
Object
Casb Useractivity Match Rule[] - 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[Object
Casb Useractivity Match Rule] - 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
- Case
Sensitive string - CASB user activity match case sensitive. Valid values:
disable
,enable
. - Domains List<string>
- CASB user activity domain list.
- Header
Name string - CASB user activity rule header name.
- Id double
- CASB user activity rule ID.
- Match
Pattern string - CASB user activity rule match pattern. Valid values:
simple
,substr
,regexp
. - Match
Value 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
.
- Case
Sensitive string - CASB user activity match case sensitive. Valid values:
disable
,enable
. - Domains []string
- CASB user activity domain list.
- Header
Name string - CASB user activity rule header name.
- Id float64
- CASB user activity rule ID.
- Match
Pattern string - CASB user activity rule match pattern. Valid values:
simple
,substr
,regexp
. - Match
Value 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 String - CASB user activity match case sensitive. Valid values:
disable
,enable
. - domains List<String>
- CASB user activity domain list.
- header
Name String - CASB user activity rule header name.
- id Double
- CASB user activity rule ID.
- match
Pattern String - CASB user activity rule match pattern. Valid values:
simple
,substr
,regexp
. - match
Value 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
.
- case
Sensitive string - CASB user activity match case sensitive. Valid values:
disable
,enable
. - domains string[]
- CASB user activity domain list.
- header
Name string - CASB user activity rule header name.
- id number
- CASB user activity rule ID.
- match
Pattern string - CASB user activity rule match pattern. Valid values:
simple
,substr
,regexp
. - match
Value 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
.
- case
Sensitive String - CASB user activity match case sensitive. Valid values:
disable
,enable
. - domains List<String>
- CASB user activity domain list.
- header
Name String - CASB user activity rule header name.
- id Number
- CASB user activity rule ID.
- match
Pattern String - CASB user activity rule match pattern. Valid values:
simple
,substr
,regexp
. - match
Value 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.