1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectFirewallCasbprofileSaasapplicationCustomcontrol
fortimanager 1.14.0 published on Tuesday, Apr 15, 2025 by fortinetdev

fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrol

Explore with Pulumi AI

ObjectFirewall CasbProfileSaasApplicationCustomControl

This resource is a sub resource for variable custom_control of resource fortimanager.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 This property is required. string
The unique name of the resource.
args This property is required. ObjectFirewallCasbprofileSaasapplicationCustomcontrolArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. ObjectFirewallCasbprofileSaasapplicationCustomcontrolArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ObjectFirewallCasbprofileSaasapplicationCustomcontrolArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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",
});
Copy
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: fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionTypeArray{
		&fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionTypeArgs{
			Name: pulumi.String("string"),
			UserInputs: pulumi.StringArray{
				pulumi.String("string"),
			},
		},
	},
	Scopetype: pulumi.String("string"),
})
Copy
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());
Copy
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")
Copy
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",
});
Copy
type: fortimanager:ObjectFirewallCasbprofileSaasapplicationCustomcontrol
properties:
    adom: string
    casbProfile: string
    dynamicSortSubtable: string
    name: string
    objectFirewallCasbprofileSaasapplicationCustomcontrolId: string
    options:
        - name: string
          userInputs:
            - string
    saasApplication: string
    scopetype: string
Copy

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:

CasbProfile This property is required. string
Casb Profile.
SaasApplication This property is required. string
Saas Application.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
DynamicSortSubtable string
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.
ObjectFirewallCasbprofileSaasapplicationCustomcontrolId string
an identifier for the resource with format {{name}}.
Options List<ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption>
Option. The structure of option block is documented below.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
CasbProfile This property is required. string
Casb Profile.
SaasApplication This property is required. string
Saas Application.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
DynamicSortSubtable string
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.
ObjectFirewallCasbprofileSaasapplicationCustomcontrolId string
an identifier for the resource with format {{name}}.
Options []ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionTypeArgs
Option. The structure of option block is documented below.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
casbProfile This property is required. String
Casb Profile.
saasApplication This property is required. String
Saas Application.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
dynamicSortSubtable String
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.
objectFirewallCasbprofileSaasapplicationCustomcontrolId String
an identifier for the resource with format {{name}}.
options List<ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption>
Option. The structure of option block is documented below.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
casbProfile This property is required. string
Casb Profile.
saasApplication This property is required. string
Saas Application.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
dynamicSortSubtable string
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.
objectFirewallCasbprofileSaasapplicationCustomcontrolId string
an identifier for the resource with format {{name}}.
options ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption[]
Option. The structure of option block is documented below.
scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
casb_profile This property is required. str
Casb Profile.
saas_application This property is required. str
Saas Application.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
dynamic_sort_subtable str
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_casbprofile_saasapplication_customcontrol_id str
an identifier for the resource with format {{name}}.
options Sequence[ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs]
Option. The structure of option block is documented below.
scopetype str
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
casbProfile This property is required. String
Casb Profile.
saasApplication This property is required. String
Saas Application.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
dynamicSortSubtable String
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.
objectFirewallCasbprofileSaasapplicationCustomcontrolId String
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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
CasbProfile string
Casb Profile.
DynamicSortSubtable string
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.
ObjectFirewallCasbprofileSaasapplicationCustomcontrolId string
an identifier for the resource with format {{name}}.
Options List<ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption>
Option. The structure of option block is documented below.
SaasApplication string
Saas Application.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
CasbProfile string
Casb Profile.
DynamicSortSubtable string
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.
ObjectFirewallCasbprofileSaasapplicationCustomcontrolId string
an identifier for the resource with format {{name}}.
Options []ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionTypeArgs
Option. The structure of option block is documented below.
SaasApplication string
Saas Application.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
casbProfile String
Casb Profile.
dynamicSortSubtable String
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.
objectFirewallCasbprofileSaasapplicationCustomcontrolId String
an identifier for the resource with format {{name}}.
options List<ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption>
Option. The structure of option block is documented below.
saasApplication String
Saas Application.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
casbProfile string
Casb Profile.
dynamicSortSubtable string
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.
objectFirewallCasbprofileSaasapplicationCustomcontrolId string
an identifier for the resource with format {{name}}.
options ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption[]
Option. The structure of option block is documented below.
saasApplication string
Saas Application.
scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
casb_profile str
Casb Profile.
dynamic_sort_subtable str
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_casbprofile_saasapplication_customcontrol_id str
an identifier for the resource with format {{name}}.
options Sequence[ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs]
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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
casbProfile String
Casb Profile.
dynamicSortSubtable String
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.
objectFirewallCasbprofileSaasapplicationCustomcontrolId String
an identifier for the resource with format {{name}}.
options List<Property Map>
Option. The structure of option block is documented below.
saasApplication String
Saas Application.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

Supporting Types

ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption
, ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs

Name string
Name.
UserInputs List<string>
User-Input.
Name string
Name.
UserInputs []string
User-Input.
name String
Name.
userInputs List<String>
User-Input.
name string
Name.
userInputs string[]
User-Input.
name str
Name.
user_inputs Sequence[str]
User-Input.
name String
Name.
userInputs 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}}
Copy

$ 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.