fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrol
Explore with Pulumi AI
ObjectFirewall CasbProfileSaasApplicationCustomControl
This resource is a sub resource for variable
custom_control
of resourcefortimanager.ObjectFirewallCasbprofileSaasapplication
. Conflict and overwrite may occur if use both of them. The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
option
:fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption
Create ObjectFirewallCasbprofileSaasapplicationCustomcontrol Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallCasbprofileSaasapplicationCustomcontrol(name: string, args: ObjectFirewallCasbprofileSaasapplicationCustomcontrolArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallCasbprofileSaasapplicationCustomcontrol(resource_name: str,
args: ObjectFirewallCasbprofileSaasapplicationCustomcontrolArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallCasbprofileSaasapplicationCustomcontrol(resource_name: str,
opts: Optional[ResourceOptions] = None,
casb_profile: Optional[str] = None,
saas_application: Optional[str] = None,
adom: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
name: Optional[str] = None,
object_firewall_casbprofile_saasapplication_customcontrol_id: Optional[str] = None,
options: Optional[Sequence[ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs]] = None,
scopetype: Optional[str] = None)
func NewObjectFirewallCasbprofileSaasapplicationCustomcontrol(ctx *Context, name string, args ObjectFirewallCasbprofileSaasapplicationCustomcontrolArgs, opts ...ResourceOption) (*ObjectFirewallCasbprofileSaasapplicationCustomcontrol, error)
public ObjectFirewallCasbprofileSaasapplicationCustomcontrol(string name, ObjectFirewallCasbprofileSaasapplicationCustomcontrolArgs args, CustomResourceOptions? opts = null)
public ObjectFirewallCasbprofileSaasapplicationCustomcontrol(String name, ObjectFirewallCasbprofileSaasapplicationCustomcontrolArgs args)
public ObjectFirewallCasbprofileSaasapplicationCustomcontrol(String name, ObjectFirewallCasbprofileSaasapplicationCustomcontrolArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallCasbprofileSaasapplicationCustomcontrol
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 ObjectFirewallCasbprofileSaasapplicationCustomcontrolArgs
- 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 ObjectFirewallCasbprofileSaasapplicationCustomcontrolArgs
- 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 ObjectFirewallCasbprofileSaasapplicationCustomcontrolArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallCasbprofileSaasapplicationCustomcontrolArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallCasbprofileSaasapplicationCustomcontrolArgs
- 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 objectFirewallCasbprofileSaasapplicationCustomcontrolResource = new Fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrol("objectFirewallCasbprofileSaasapplicationCustomcontrolResource", new()
{
CasbProfile = "string",
SaasApplication = "string",
Adom = "string",
DynamicSortSubtable = "string",
Name = "string",
ObjectFirewallCasbprofileSaasapplicationCustomcontrolId = "string",
Options = new[]
{
new Fortimanager.Inputs.ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs
{
Name = "string",
UserInputs = new[]
{
"string",
},
},
},
Scopetype = "string",
});
example, err := fortimanager.NewObjectFirewallCasbprofileSaasapplicationCustomcontrol(ctx, "objectFirewallCasbprofileSaasapplicationCustomcontrolResource", &fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrolArgs{
CasbProfile: pulumi.String("string"),
SaasApplication: pulumi.String("string"),
Adom: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectFirewallCasbprofileSaasapplicationCustomcontrolId: pulumi.String("string"),
Options: .ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionTypeArray{
&.ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionTypeArgs{
Name: pulumi.String("string"),
UserInputs: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Scopetype: pulumi.String("string"),
})
var objectFirewallCasbprofileSaasapplicationCustomcontrolResource = new ObjectFirewallCasbprofileSaasapplicationCustomcontrol("objectFirewallCasbprofileSaasapplicationCustomcontrolResource", ObjectFirewallCasbprofileSaasapplicationCustomcontrolArgs.builder()
.casbProfile("string")
.saasApplication("string")
.adom("string")
.dynamicSortSubtable("string")
.name("string")
.objectFirewallCasbprofileSaasapplicationCustomcontrolId("string")
.options(ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs.builder()
.name("string")
.userInputs("string")
.build())
.scopetype("string")
.build());
object_firewall_casbprofile_saasapplication_customcontrol_resource = fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrol("objectFirewallCasbprofileSaasapplicationCustomcontrolResource",
casb_profile="string",
saas_application="string",
adom="string",
dynamic_sort_subtable="string",
name="string",
object_firewall_casbprofile_saasapplication_customcontrol_id="string",
options=[{
"name": "string",
"user_inputs": ["string"],
}],
scopetype="string")
const objectFirewallCasbprofileSaasapplicationCustomcontrolResource = new fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrol("objectFirewallCasbprofileSaasapplicationCustomcontrolResource", {
casbProfile: "string",
saasApplication: "string",
adom: "string",
dynamicSortSubtable: "string",
name: "string",
objectFirewallCasbprofileSaasapplicationCustomcontrolId: "string",
options: [{
name: "string",
userInputs: ["string"],
}],
scopetype: "string",
});
type: fortimanager:ObjectFirewallCasbprofileSaasapplicationCustomcontrol
properties:
adom: string
casbProfile: string
dynamicSortSubtable: string
name: string
objectFirewallCasbprofileSaasapplicationCustomcontrolId: string
options:
- name: string
userInputs:
- string
saasApplication: string
scopetype: string
ObjectFirewallCasbprofileSaasapplicationCustomcontrol 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 ObjectFirewallCasbprofileSaasapplicationCustomcontrol resource accepts the following input properties:
- Casb
Profile string - Casb Profile.
- Saas
Application string - Saas Application.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- Name string
- Name.
- Object
Firewall stringCasbprofile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- Options
List<Object
Firewall Casbprofile Saasapplication Customcontrol Option> - Option. The structure of
option
block is documented below. - 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
.
- Casb
Profile string - Casb Profile.
- Saas
Application string - Saas Application.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- Name string
- Name.
- Object
Firewall stringCasbprofile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- Options
[]Object
Firewall Casbprofile Saasapplication Customcontrol Option Type Args - Option. The structure of
option
block is documented below. - 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
.
- casb
Profile String - Casb Profile.
- saas
Application String - Saas Application.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- name String
- Name.
- object
Firewall StringCasbprofile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- options
List<Object
Firewall Casbprofile Saasapplication Customcontrol Option> - Option. The structure of
option
block is documented below. - 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
.
- casb
Profile string - Casb Profile.
- saas
Application string - Saas Application.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- name string
- Name.
- object
Firewall stringCasbprofile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- options
Object
Firewall Casbprofile Saasapplication Customcontrol Option[] - Option. The structure of
option
block is documented below. - 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
.
- casb_
profile str - Casb Profile.
- saas_
application str - Saas Application.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- name str
- Name.
- object_
firewall_ strcasbprofile_ saasapplication_ customcontrol_ id - an identifier for the resource with format {{name}}.
- options
Sequence[Object
Firewall Casbprofile Saasapplication Customcontrol Option Args] - Option. The structure of
option
block is documented below. - 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
.
- casb
Profile String - Casb Profile.
- saas
Application String - Saas Application.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- name String
- Name.
- object
Firewall StringCasbprofile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- options List<Property Map>
- Option. The structure of
option
block is documented below. - 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 ObjectFirewallCasbprofileSaasapplicationCustomcontrol 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 ObjectFirewallCasbprofileSaasapplicationCustomcontrol Resource
Get an existing ObjectFirewallCasbprofileSaasapplicationCustomcontrol 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?: ObjectFirewallCasbprofileSaasapplicationCustomcontrolState, opts?: CustomResourceOptions): ObjectFirewallCasbprofileSaasapplicationCustomcontrol
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
casb_profile: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
name: Optional[str] = None,
object_firewall_casbprofile_saasapplication_customcontrol_id: Optional[str] = None,
options: Optional[Sequence[ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs]] = None,
saas_application: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectFirewallCasbprofileSaasapplicationCustomcontrol
func GetObjectFirewallCasbprofileSaasapplicationCustomcontrol(ctx *Context, name string, id IDInput, state *ObjectFirewallCasbprofileSaasapplicationCustomcontrolState, opts ...ResourceOption) (*ObjectFirewallCasbprofileSaasapplicationCustomcontrol, error)
public static ObjectFirewallCasbprofileSaasapplicationCustomcontrol Get(string name, Input<string> id, ObjectFirewallCasbprofileSaasapplicationCustomcontrolState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallCasbprofileSaasapplicationCustomcontrol get(String name, Output<String> id, ObjectFirewallCasbprofileSaasapplicationCustomcontrolState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallCasbprofileSaasapplicationCustomcontrol 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. - Casb
Profile string - Casb Profile.
- 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.
- Name string
- Name.
- Object
Firewall stringCasbprofile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- Options
List<Object
Firewall Casbprofile Saasapplication Customcontrol Option> - Option. The structure of
option
block is documented below. - 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
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Casb
Profile string - Casb Profile.
- 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.
- Name string
- Name.
- Object
Firewall stringCasbprofile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- Options
[]Object
Firewall Casbprofile Saasapplication Customcontrol Option Type Args - Option. The structure of
option
block is documented below. - 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
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - casb
Profile String - Casb Profile.
- 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.
- name String
- Name.
- object
Firewall StringCasbprofile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- options
List<Object
Firewall Casbprofile Saasapplication Customcontrol Option> - Option. The structure of
option
block is documented below. - 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
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - casb
Profile string - Casb Profile.
- 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.
- name string
- Name.
- object
Firewall stringCasbprofile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- options
Object
Firewall Casbprofile Saasapplication Customcontrol Option[] - Option. The structure of
option
block is documented below. - 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
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - casb_
profile str - Casb Profile.
- 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.
- name str
- Name.
- object_
firewall_ strcasbprofile_ saasapplication_ customcontrol_ id - an identifier for the resource with format {{name}}.
- options
Sequence[Object
Firewall Casbprofile Saasapplication Customcontrol Option Args] - Option. The structure of
option
block is documented below. - 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
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - casb
Profile String - Casb Profile.
- 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.
- name String
- Name.
- object
Firewall StringCasbprofile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- options List<Property Map>
- Option. The structure of
option
block is documented below. - 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
.
Supporting Types
ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption, ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs
- Name string
- Name.
- User
Inputs List<string> - User-Input.
- Name string
- Name.
- User
Inputs []string - User-Input.
- name String
- Name.
- user
Inputs List<String> - User-Input.
- name string
- Name.
- user
Inputs string[] - User-Input.
- name str
- Name.
- user_
inputs Sequence[str] - User-Input.
- name String
- Name.
- user
Inputs List<String> - User-Input.
Import
ObjectFirewall CasbProfileSaasApplicationCustomControl can be imported using any of these accepted formats:
Set import_options = [“casb_profile=YOUR_VALUE”, “saas_application=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallCasbprofileSaasapplicationCustomcontrol:ObjectFirewallCasbprofileSaasapplicationCustomcontrol 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.