fortimanager.ObjectCasbUseractivityMatchRules
Explore with Pulumi AI
CASB user activity rules.
This resource is a sub resource for variable
rules
of resourcefortimanager.ObjectCasbUseractivityMatch
. Conflict and overwrite may occur if use both of them.
Create ObjectCasbUseractivityMatchRules Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectCasbUseractivityMatchRules(name: string, args: ObjectCasbUseractivityMatchRulesArgs, opts?: CustomResourceOptions);
@overload
def ObjectCasbUseractivityMatchRules(resource_name: str,
args: ObjectCasbUseractivityMatchRulesArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectCasbUseractivityMatchRules(resource_name: str,
opts: Optional[ResourceOptions] = None,
match: Optional[str] = None,
user_activity: Optional[str] = None,
match_pattern: Optional[str] = None,
fosid: Optional[float] = None,
header_name: Optional[str] = None,
domains: Optional[Sequence[str]] = None,
adom: Optional[str] = None,
match_value: Optional[str] = None,
methods: Optional[Sequence[str]] = None,
negate: Optional[str] = None,
object_casb_useractivity_match_rules_id: Optional[str] = None,
scopetype: Optional[str] = None,
type: Optional[str] = None,
case_sensitive: Optional[str] = None)
func NewObjectCasbUseractivityMatchRules(ctx *Context, name string, args ObjectCasbUseractivityMatchRulesArgs, opts ...ResourceOption) (*ObjectCasbUseractivityMatchRules, error)
public ObjectCasbUseractivityMatchRules(string name, ObjectCasbUseractivityMatchRulesArgs args, CustomResourceOptions? opts = null)
public ObjectCasbUseractivityMatchRules(String name, ObjectCasbUseractivityMatchRulesArgs args)
public ObjectCasbUseractivityMatchRules(String name, ObjectCasbUseractivityMatchRulesArgs args, CustomResourceOptions options)
type: fortimanager:ObjectCasbUseractivityMatchRules
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 ObjectCasbUseractivityMatchRulesArgs
- 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 ObjectCasbUseractivityMatchRulesArgs
- 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 ObjectCasbUseractivityMatchRulesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectCasbUseractivityMatchRulesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectCasbUseractivityMatchRulesArgs
- 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 objectCasbUseractivityMatchRulesResource = new Fortimanager.ObjectCasbUseractivityMatchRules("objectCasbUseractivityMatchRulesResource", new()
{
Match = "string",
UserActivity = "string",
MatchPattern = "string",
Fosid = 0,
HeaderName = "string",
Domains = new[]
{
"string",
},
Adom = "string",
MatchValue = "string",
Methods = new[]
{
"string",
},
Negate = "string",
ObjectCasbUseractivityMatchRulesId = "string",
Scopetype = "string",
Type = "string",
CaseSensitive = "string",
});
example, err := fortimanager.NewObjectCasbUseractivityMatchRules(ctx, "objectCasbUseractivityMatchRulesResource", &fortimanager.ObjectCasbUseractivityMatchRulesArgs{
Match: pulumi.String("string"),
UserActivity: pulumi.String("string"),
MatchPattern: pulumi.String("string"),
Fosid: pulumi.Float64(0),
HeaderName: pulumi.String("string"),
Domains: pulumi.StringArray{
pulumi.String("string"),
},
Adom: pulumi.String("string"),
MatchValue: pulumi.String("string"),
Methods: pulumi.StringArray{
pulumi.String("string"),
},
Negate: pulumi.String("string"),
ObjectCasbUseractivityMatchRulesId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Type: pulumi.String("string"),
CaseSensitive: pulumi.String("string"),
})
var objectCasbUseractivityMatchRulesResource = new ObjectCasbUseractivityMatchRules("objectCasbUseractivityMatchRulesResource", ObjectCasbUseractivityMatchRulesArgs.builder()
.match("string")
.userActivity("string")
.matchPattern("string")
.fosid(0)
.headerName("string")
.domains("string")
.adom("string")
.matchValue("string")
.methods("string")
.negate("string")
.objectCasbUseractivityMatchRulesId("string")
.scopetype("string")
.type("string")
.caseSensitive("string")
.build());
object_casb_useractivity_match_rules_resource = fortimanager.ObjectCasbUseractivityMatchRules("objectCasbUseractivityMatchRulesResource",
match="string",
user_activity="string",
match_pattern="string",
fosid=0,
header_name="string",
domains=["string"],
adom="string",
match_value="string",
methods=["string"],
negate="string",
object_casb_useractivity_match_rules_id="string",
scopetype="string",
type="string",
case_sensitive="string")
const objectCasbUseractivityMatchRulesResource = new fortimanager.ObjectCasbUseractivityMatchRules("objectCasbUseractivityMatchRulesResource", {
match: "string",
userActivity: "string",
matchPattern: "string",
fosid: 0,
headerName: "string",
domains: ["string"],
adom: "string",
matchValue: "string",
methods: ["string"],
negate: "string",
objectCasbUseractivityMatchRulesId: "string",
scopetype: "string",
type: "string",
caseSensitive: "string",
});
type: fortimanager:ObjectCasbUseractivityMatchRules
properties:
adom: string
caseSensitive: string
domains:
- string
fosid: 0
headerName: string
match: string
matchPattern: string
matchValue: string
methods:
- string
negate: string
objectCasbUseractivityMatchRulesId: string
scopetype: string
type: string
userActivity: string
ObjectCasbUseractivityMatchRules 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 ObjectCasbUseractivityMatchRules resource accepts the following input properties:
- Match string
- Match.
- User
Activity string - User Activity.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Case
Sensitive string - CASB user activity match case sensitive. Valid values:
disable
,enable
. - Domains List<string>
- CASB user activity domain list.
- Fosid double
- CASB user activity rule ID.
- Header
Name string - CASB user activity rule header name.
- 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
. - Object
Casb stringUseractivity Match Rules Id - an identifier for the resource with format {{fosid}}.
- 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
. - Type string
- CASB user activity rule type. Valid values:
domains
,host
,path
,header
,header-value
,method
.
- Match string
- Match.
- User
Activity string - User Activity.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Case
Sensitive string - CASB user activity match case sensitive. Valid values:
disable
,enable
. - Domains []string
- CASB user activity domain list.
- Fosid float64
- CASB user activity rule ID.
- Header
Name string - CASB user activity rule header name.
- 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
. - Object
Casb stringUseractivity Match Rules Id - an identifier for the resource with format {{fosid}}.
- 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
. - Type string
- CASB user activity rule type. Valid values:
domains
,host
,path
,header
,header-value
,method
.
- match String
- Match.
- user
Activity String - User Activity.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - case
Sensitive String - CASB user activity match case sensitive. Valid values:
disable
,enable
. - domains List<String>
- CASB user activity domain list.
- fosid Double
- CASB user activity rule ID.
- header
Name String - CASB user activity rule header name.
- 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
. - object
Casb StringUseractivity Match Rules Id - an identifier for the resource with format {{fosid}}.
- 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
. - type String
- CASB user activity rule type. Valid values:
domains
,host
,path
,header
,header-value
,method
.
- match string
- Match.
- user
Activity string - User Activity.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - case
Sensitive string - CASB user activity match case sensitive. Valid values:
disable
,enable
. - domains string[]
- CASB user activity domain list.
- fosid number
- CASB user activity rule ID.
- header
Name string - CASB user activity rule header name.
- 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
. - object
Casb stringUseractivity Match Rules Id - an identifier for the resource with format {{fosid}}.
- 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
. - type string
- CASB user activity rule type. Valid values:
domains
,host
,path
,header
,header-value
,method
.
- match str
- Match.
- user_
activity str - User Activity.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - case_
sensitive str - CASB user activity match case sensitive. Valid values:
disable
,enable
. - domains Sequence[str]
- CASB user activity domain list.
- fosid float
- CASB user activity rule ID.
- header_
name str - CASB user activity rule header name.
- 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
. - object_
casb_ struseractivity_ match_ rules_ id - an identifier for the resource with format {{fosid}}.
- 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
. - type str
- CASB user activity rule type. Valid values:
domains
,host
,path
,header
,header-value
,method
.
- match String
- Match.
- user
Activity String - User Activity.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - case
Sensitive String - CASB user activity match case sensitive. Valid values:
disable
,enable
. - domains List<String>
- CASB user activity domain list.
- fosid Number
- CASB user activity rule ID.
- header
Name String - CASB user activity rule header name.
- 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
. - object
Casb StringUseractivity Match Rules Id - an identifier for the resource with format {{fosid}}.
- 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
. - type String
- CASB user activity rule type. Valid values:
domains
,host
,path
,header
,header-value
,method
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectCasbUseractivityMatchRules 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 ObjectCasbUseractivityMatchRules Resource
Get an existing ObjectCasbUseractivityMatchRules 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?: ObjectCasbUseractivityMatchRulesState, opts?: CustomResourceOptions): ObjectCasbUseractivityMatchRules
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
case_sensitive: Optional[str] = None,
domains: Optional[Sequence[str]] = None,
fosid: Optional[float] = None,
header_name: Optional[str] = None,
match: Optional[str] = None,
match_pattern: Optional[str] = None,
match_value: Optional[str] = None,
methods: Optional[Sequence[str]] = None,
negate: Optional[str] = None,
object_casb_useractivity_match_rules_id: Optional[str] = None,
scopetype: Optional[str] = None,
type: Optional[str] = None,
user_activity: Optional[str] = None) -> ObjectCasbUseractivityMatchRules
func GetObjectCasbUseractivityMatchRules(ctx *Context, name string, id IDInput, state *ObjectCasbUseractivityMatchRulesState, opts ...ResourceOption) (*ObjectCasbUseractivityMatchRules, error)
public static ObjectCasbUseractivityMatchRules Get(string name, Input<string> id, ObjectCasbUseractivityMatchRulesState? state, CustomResourceOptions? opts = null)
public static ObjectCasbUseractivityMatchRules get(String name, Output<String> id, ObjectCasbUseractivityMatchRulesState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectCasbUseractivityMatchRules 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. - Case
Sensitive string - CASB user activity match case sensitive. Valid values:
disable
,enable
. - Domains List<string>
- CASB user activity domain list.
- Fosid double
- CASB user activity rule ID.
- Header
Name string - CASB user activity rule header name.
- Match string
- Match.
- 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
. - Object
Casb stringUseractivity Match Rules Id - an identifier for the resource with format {{fosid}}.
- 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
. - Type string
- CASB user activity rule type. Valid values:
domains
,host
,path
,header
,header-value
,method
. - User
Activity string - User Activity.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Case
Sensitive string - CASB user activity match case sensitive. Valid values:
disable
,enable
. - Domains []string
- CASB user activity domain list.
- Fosid float64
- CASB user activity rule ID.
- Header
Name string - CASB user activity rule header name.
- Match string
- Match.
- 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
. - Object
Casb stringUseractivity Match Rules Id - an identifier for the resource with format {{fosid}}.
- 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
. - Type string
- CASB user activity rule type. Valid values:
domains
,host
,path
,header
,header-value
,method
. - User
Activity string - User Activity.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - case
Sensitive String - CASB user activity match case sensitive. Valid values:
disable
,enable
. - domains List<String>
- CASB user activity domain list.
- fosid Double
- CASB user activity rule ID.
- header
Name String - CASB user activity rule header name.
- match String
- Match.
- 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
. - object
Casb StringUseractivity Match Rules Id - an identifier for the resource with format {{fosid}}.
- 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
. - type String
- CASB user activity rule type. Valid values:
domains
,host
,path
,header
,header-value
,method
. - user
Activity String - User Activity.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - case
Sensitive string - CASB user activity match case sensitive. Valid values:
disable
,enable
. - domains string[]
- CASB user activity domain list.
- fosid number
- CASB user activity rule ID.
- header
Name string - CASB user activity rule header name.
- match string
- Match.
- 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
. - object
Casb stringUseractivity Match Rules Id - an identifier for the resource with format {{fosid}}.
- 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
. - type string
- CASB user activity rule type. Valid values:
domains
,host
,path
,header
,header-value
,method
. - user
Activity string - User Activity.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - case_
sensitive str - CASB user activity match case sensitive. Valid values:
disable
,enable
. - domains Sequence[str]
- CASB user activity domain list.
- fosid float
- CASB user activity rule ID.
- header_
name str - CASB user activity rule header name.
- match str
- Match.
- 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
. - object_
casb_ struseractivity_ match_ rules_ id - an identifier for the resource with format {{fosid}}.
- 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
. - type str
- CASB user activity rule type. Valid values:
domains
,host
,path
,header
,header-value
,method
. - user_
activity str - User Activity.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - case
Sensitive String - CASB user activity match case sensitive. Valid values:
disable
,enable
. - domains List<String>
- CASB user activity domain list.
- fosid Number
- CASB user activity rule ID.
- header
Name String - CASB user activity rule header name.
- match String
- Match.
- 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
. - object
Casb StringUseractivity Match Rules Id - an identifier for the resource with format {{fosid}}.
- 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
. - type String
- CASB user activity rule type. Valid values:
domains
,host
,path
,header
,header-value
,method
. - user
Activity String - User Activity.
Import
ObjectCasb UserActivityMatchRules can be imported using any of these accepted formats:
Set import_options = [“user_activity=YOUR_VALUE”, “match=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectCasbUseractivityMatchRules:ObjectCasbUseractivityMatchRules labelname {{fosid}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.