fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter
Explore with Pulumi AI
CASB attribute filter.
This resource is a sub resource for variable
attribute_filter
of resourcefortimanager.ObjectCasbProfileSaasapplicationCustomcontrol
. Conflict and overwrite may occur if use both of them.
Create ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter(name: string, args: ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs, opts?: CustomResourceOptions);
@overload
def ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter(resource_name: str,
args: ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter(resource_name: str,
opts: Optional[ResourceOptions] = None,
custom_control: Optional[str] = None,
profile: Optional[str] = None,
saas_application: Optional[str] = None,
action: Optional[str] = None,
adom: Optional[str] = None,
attribute_matches: Optional[Sequence[str]] = None,
fosid: Optional[float] = None,
object_casb_profile_saasapplication_customcontrol_attributefilter_id: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectCasbProfileSaasapplicationCustomcontrolAttributefilter(ctx *Context, name string, args ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs, opts ...ResourceOption) (*ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter, error)
public ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter(string name, ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs args, CustomResourceOptions? opts = null)
public ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter(String name, ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs args)
public ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter(String name, ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs args, CustomResourceOptions options)
type: fortimanager:ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter
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 ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs
- 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 ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs
- 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 ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs
- 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 objectCasbProfileSaasapplicationCustomcontrolAttributefilterResource = new Fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter("objectCasbProfileSaasapplicationCustomcontrolAttributefilterResource", new()
{
CustomControl = "string",
Profile = "string",
SaasApplication = "string",
Action = "string",
Adom = "string",
AttributeMatches = new[]
{
"string",
},
Fosid = 0,
ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterId = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectCasbProfileSaasapplicationCustomcontrolAttributefilter(ctx, "objectCasbProfileSaasapplicationCustomcontrolAttributefilterResource", &fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs{
CustomControl: pulumi.String("string"),
Profile: pulumi.String("string"),
SaasApplication: pulumi.String("string"),
Action: pulumi.String("string"),
Adom: pulumi.String("string"),
AttributeMatches: pulumi.StringArray{
pulumi.String("string"),
},
Fosid: pulumi.Float64(0),
ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectCasbProfileSaasapplicationCustomcontrolAttributefilterResource = new ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter("objectCasbProfileSaasapplicationCustomcontrolAttributefilterResource", ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs.builder()
.customControl("string")
.profile("string")
.saasApplication("string")
.action("string")
.adom("string")
.attributeMatches("string")
.fosid(0)
.objectCasbProfileSaasapplicationCustomcontrolAttributefilterId("string")
.scopetype("string")
.build());
object_casb_profile_saasapplication_customcontrol_attributefilter_resource = fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter("objectCasbProfileSaasapplicationCustomcontrolAttributefilterResource",
custom_control="string",
profile="string",
saas_application="string",
action="string",
adom="string",
attribute_matches=["string"],
fosid=0,
object_casb_profile_saasapplication_customcontrol_attributefilter_id="string",
scopetype="string")
const objectCasbProfileSaasapplicationCustomcontrolAttributefilterResource = new fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter("objectCasbProfileSaasapplicationCustomcontrolAttributefilterResource", {
customControl: "string",
profile: "string",
saasApplication: "string",
action: "string",
adom: "string",
attributeMatches: ["string"],
fosid: 0,
objectCasbProfileSaasapplicationCustomcontrolAttributefilterId: "string",
scopetype: "string",
});
type: fortimanager:ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter
properties:
action: string
adom: string
attributeMatches:
- string
customControl: string
fosid: 0
objectCasbProfileSaasapplicationCustomcontrolAttributefilterId: string
profile: string
saasApplication: string
scopetype: string
ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter 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 ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter resource accepts the following input properties:
- Custom
Control string - Custom Control.
- Profile string
- Profile.
- Saas
Application string - Saas Application.
- Action string
- CASB access rule tenant control action. Valid values:
block
,monitor
,bypass
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Attribute
Matches List<string> - CASB access rule tenant match.
- Fosid double
- CASB tenant control ID.
- Object
Casb stringProfile Saasapplication Customcontrol Attributefilter 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
.
- Custom
Control string - Custom Control.
- Profile string
- Profile.
- Saas
Application string - Saas Application.
- Action string
- CASB access rule tenant control action. Valid values:
block
,monitor
,bypass
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Attribute
Matches []string - CASB access rule tenant match.
- Fosid float64
- CASB tenant control ID.
- Object
Casb stringProfile Saasapplication Customcontrol Attributefilter 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
.
- custom
Control String - Custom Control.
- profile String
- Profile.
- saas
Application String - Saas Application.
- action String
- CASB access rule tenant control action. Valid values:
block
,monitor
,bypass
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - attribute
Matches List<String> - CASB access rule tenant match.
- fosid Double
- CASB tenant control ID.
- object
Casb StringProfile Saasapplication Customcontrol Attributefilter 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
.
- custom
Control string - Custom Control.
- profile string
- Profile.
- saas
Application string - Saas Application.
- action string
- CASB access rule tenant control action. Valid values:
block
,monitor
,bypass
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - attribute
Matches string[] - CASB access rule tenant match.
- fosid number
- CASB tenant control ID.
- object
Casb stringProfile Saasapplication Customcontrol Attributefilter 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
.
- custom_
control str - Custom Control.
- profile str
- Profile.
- saas_
application str - Saas Application.
- action str
- CASB access rule tenant control action. Valid values:
block
,monitor
,bypass
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - attribute_
matches Sequence[str] - CASB access rule tenant match.
- fosid float
- CASB tenant control ID.
- object_
casb_ strprofile_ saasapplication_ customcontrol_ attributefilter_ 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
.
- custom
Control String - Custom Control.
- profile String
- Profile.
- saas
Application String - Saas Application.
- action String
- CASB access rule tenant control action. Valid values:
block
,monitor
,bypass
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - attribute
Matches List<String> - CASB access rule tenant match.
- fosid Number
- CASB tenant control ID.
- object
Casb StringProfile Saasapplication Customcontrol Attributefilter 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
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter 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 ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter Resource
Get an existing ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter 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?: ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterState, opts?: CustomResourceOptions): ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
action: Optional[str] = None,
adom: Optional[str] = None,
attribute_matches: Optional[Sequence[str]] = None,
custom_control: Optional[str] = None,
fosid: Optional[float] = None,
object_casb_profile_saasapplication_customcontrol_attributefilter_id: Optional[str] = None,
profile: Optional[str] = None,
saas_application: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter
func GetObjectCasbProfileSaasapplicationCustomcontrolAttributefilter(ctx *Context, name string, id IDInput, state *ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterState, opts ...ResourceOption) (*ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter, error)
public static ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter Get(string name, Input<string> id, ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterState? state, CustomResourceOptions? opts = null)
public static ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter get(String name, Output<String> id, ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter 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.
- Action string
- CASB access rule tenant control action. Valid values:
block
,monitor
,bypass
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Attribute
Matches List<string> - CASB access rule tenant match.
- Custom
Control string - Custom Control.
- Fosid double
- CASB tenant control ID.
- Object
Casb stringProfile Saasapplication Customcontrol Attributefilter Id - an identifier for the resource with format {{fosid}}.
- Profile string
- Profile.
- Saas
Application string - Saas Application.
- 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
.
- Action string
- CASB access rule tenant control action. Valid values:
block
,monitor
,bypass
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Attribute
Matches []string - CASB access rule tenant match.
- Custom
Control string - Custom Control.
- Fosid float64
- CASB tenant control ID.
- Object
Casb stringProfile Saasapplication Customcontrol Attributefilter Id - an identifier for the resource with format {{fosid}}.
- Profile string
- Profile.
- Saas
Application string - Saas Application.
- 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
.
- action String
- CASB access rule tenant control action. Valid values:
block
,monitor
,bypass
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - attribute
Matches List<String> - CASB access rule tenant match.
- custom
Control String - Custom Control.
- fosid Double
- CASB tenant control ID.
- object
Casb StringProfile Saasapplication Customcontrol Attributefilter Id - an identifier for the resource with format {{fosid}}.
- profile String
- Profile.
- saas
Application String - Saas Application.
- 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
.
- action string
- CASB access rule tenant control action. Valid values:
block
,monitor
,bypass
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - attribute
Matches string[] - CASB access rule tenant match.
- custom
Control string - Custom Control.
- fosid number
- CASB tenant control ID.
- object
Casb stringProfile Saasapplication Customcontrol Attributefilter Id - an identifier for the resource with format {{fosid}}.
- profile string
- Profile.
- saas
Application string - Saas Application.
- 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
.
- action str
- CASB access rule tenant control action. Valid values:
block
,monitor
,bypass
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - attribute_
matches Sequence[str] - CASB access rule tenant match.
- custom_
control str - Custom Control.
- fosid float
- CASB tenant control ID.
- object_
casb_ strprofile_ saasapplication_ customcontrol_ attributefilter_ id - an identifier for the resource with format {{fosid}}.
- profile str
- Profile.
- saas_
application str - Saas Application.
- 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
.
- action String
- CASB access rule tenant control action. Valid values:
block
,monitor
,bypass
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - attribute
Matches List<String> - CASB access rule tenant match.
- custom
Control String - Custom Control.
- fosid Number
- CASB tenant control ID.
- object
Casb StringProfile Saasapplication Customcontrol Attributefilter Id - an identifier for the resource with format {{fosid}}.
- profile String
- Profile.
- saas
Application String - Saas Application.
- 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
.
Import
ObjectCasb ProfileSaasApplicationCustomControlAttributeFilter can be imported using any of these accepted formats:
Set import_options = [“profile=YOUR_VALUE”, “saas_application=YOUR_VALUE”, “custom_control=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectCasbProfileSaasapplicationCustomcontrolAttributefilter:ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter 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.