fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption
Explore with Pulumi AI
ObjectFirewall CasbProfileSaasApplicationCustomControlOption
This resource is a sub resource for variable
option
of resourcefortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrol
. Conflict and overwrite may occur if use both of them.
Create ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption(name: string, args: ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption(resource_name: str,
args: ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption(resource_name: str,
opts: Optional[ResourceOptions] = None,
casb_profile: Optional[str] = None,
custom_control: Optional[str] = None,
saas_application: Optional[str] = None,
adom: Optional[str] = None,
name: Optional[str] = None,
object_firewall_casbprofile_saasapplication_customcontrol_option_id: Optional[str] = None,
scopetype: Optional[str] = None,
user_inputs: Optional[Sequence[str]] = None)
func NewObjectFirewallCasbprofileSaasapplicationCustomcontrolOption(ctx *Context, name string, args ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs, opts ...ResourceOption) (*ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption, error)
public ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption(string name, ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs args, CustomResourceOptions? opts = null)
public ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption(String name, ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs args)
public ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption(String name, ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption
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 ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs
- 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 ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionInitArgs
- 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 ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs
- 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 objectFirewallCasbprofileSaasapplicationCustomcontrolOptionResource = new Fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption("objectFirewallCasbprofileSaasapplicationCustomcontrolOptionResource", new()
{
CasbProfile = "string",
CustomControl = "string",
SaasApplication = "string",
Adom = "string",
Name = "string",
ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionId = "string",
Scopetype = "string",
UserInputs = new[]
{
"string",
},
});
example, err := fortimanager.NewObjectFirewallCasbprofileSaasapplicationCustomcontrolOption(ctx, "objectFirewallCasbprofileSaasapplicationCustomcontrolOptionResource", &fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs{
CasbProfile: pulumi.String("string"),
CustomControl: pulumi.String("string"),
SaasApplication: pulumi.String("string"),
Adom: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
UserInputs: pulumi.StringArray{
pulumi.String("string"),
},
})
var objectFirewallCasbprofileSaasapplicationCustomcontrolOptionResource = new ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption("objectFirewallCasbprofileSaasapplicationCustomcontrolOptionResource", ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs.builder()
.casbProfile("string")
.customControl("string")
.saasApplication("string")
.adom("string")
.name("string")
.objectFirewallCasbprofileSaasapplicationCustomcontrolOptionId("string")
.scopetype("string")
.userInputs("string")
.build());
object_firewall_casbprofile_saasapplication_customcontrol_option_resource = fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption("objectFirewallCasbprofileSaasapplicationCustomcontrolOptionResource",
casb_profile="string",
custom_control="string",
saas_application="string",
adom="string",
name="string",
object_firewall_casbprofile_saasapplication_customcontrol_option_id="string",
scopetype="string",
user_inputs=["string"])
const objectFirewallCasbprofileSaasapplicationCustomcontrolOptionResource = new fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption("objectFirewallCasbprofileSaasapplicationCustomcontrolOptionResource", {
casbProfile: "string",
customControl: "string",
saasApplication: "string",
adom: "string",
name: "string",
objectFirewallCasbprofileSaasapplicationCustomcontrolOptionId: "string",
scopetype: "string",
userInputs: ["string"],
});
type: fortimanager:ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption
properties:
adom: string
casbProfile: string
customControl: string
name: string
objectFirewallCasbprofileSaasapplicationCustomcontrolOptionId: string
saasApplication: string
scopetype: string
userInputs:
- string
ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption 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 ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption resource accepts the following input properties:
- Casb
Profile string - Casb Profile.
- Custom
Control string - Custom Control.
- 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. - Name string
- Name.
- Object
Firewall stringCasbprofile Saasapplication Customcontrol Option 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
. - User
Inputs List<string> - User-Input.
- Casb
Profile string - Casb Profile.
- Custom
Control string - Custom Control.
- 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. - Name string
- Name.
- Object
Firewall stringCasbprofile Saasapplication Customcontrol Option 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
. - User
Inputs []string - User-Input.
- casb
Profile String - Casb Profile.
- custom
Control String - Custom Control.
- 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. - name String
- Name.
- object
Firewall StringCasbprofile Saasapplication Customcontrol Option 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
. - user
Inputs List<String> - User-Input.
- casb
Profile string - Casb Profile.
- custom
Control string - Custom Control.
- 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. - name string
- Name.
- object
Firewall stringCasbprofile Saasapplication Customcontrol Option 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
. - user
Inputs string[] - User-Input.
- casb_
profile str - Casb Profile.
- custom_
control str - Custom Control.
- 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. - name str
- Name.
- object_
firewall_ strcasbprofile_ saasapplication_ customcontrol_ option_ 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
. - user_
inputs Sequence[str] - User-Input.
- casb
Profile String - Casb Profile.
- custom
Control String - Custom Control.
- 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. - name String
- Name.
- object
Firewall StringCasbprofile Saasapplication Customcontrol Option 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
. - user
Inputs List<String> - User-Input.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption 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 ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption Resource
Get an existing ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption 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?: ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionState, opts?: CustomResourceOptions): ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
casb_profile: Optional[str] = None,
custom_control: Optional[str] = None,
name: Optional[str] = None,
object_firewall_casbprofile_saasapplication_customcontrol_option_id: Optional[str] = None,
saas_application: Optional[str] = None,
scopetype: Optional[str] = None,
user_inputs: Optional[Sequence[str]] = None) -> ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption
func GetObjectFirewallCasbprofileSaasapplicationCustomcontrolOption(ctx *Context, name string, id IDInput, state *ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionState, opts ...ResourceOption) (*ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption, error)
public static ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption Get(string name, Input<string> id, ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption get(String name, Output<String> id, ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption 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.
- Custom
Control string - Custom Control.
- Name string
- Name.
- Object
Firewall stringCasbprofile Saasapplication Customcontrol Option Id - an identifier for the resource with format {{name}}.
- 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
. - User
Inputs List<string> - User-Input.
- 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.
- Custom
Control string - Custom Control.
- Name string
- Name.
- Object
Firewall stringCasbprofile Saasapplication Customcontrol Option Id - an identifier for the resource with format {{name}}.
- 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
. - User
Inputs []string - User-Input.
- 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.
- custom
Control String - Custom Control.
- name String
- Name.
- object
Firewall StringCasbprofile Saasapplication Customcontrol Option Id - an identifier for the resource with format {{name}}.
- 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
. - user
Inputs List<String> - User-Input.
- 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.
- custom
Control string - Custom Control.
- name string
- Name.
- object
Firewall stringCasbprofile Saasapplication Customcontrol Option Id - an identifier for the resource with format {{name}}.
- 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
. - user
Inputs string[] - User-Input.
- 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.
- custom_
control str - Custom Control.
- name str
- Name.
- object_
firewall_ strcasbprofile_ saasapplication_ customcontrol_ option_ id - an identifier for the resource with format {{name}}.
- 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
. - user_
inputs Sequence[str] - User-Input.
- 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.
- custom
Control String - Custom Control.
- name String
- Name.
- object
Firewall StringCasbprofile Saasapplication Customcontrol Option Id - an identifier for the resource with format {{name}}.
- 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
. - user
Inputs List<String> - User-Input.
Import
ObjectFirewall CasbProfileSaasApplicationCustomControlOption can be imported using any of these accepted formats:
Set import_options = [“casb_profile=YOUR_VALUE”, “saas_application=YOUR_VALUE”, “custom_control=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallCasbprofileSaasapplicationCustomcontrolOption:ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption 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.