1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectFirewallCasbprofileSaasapplication
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.ObjectFirewallCasbprofileSaasapplication

Explore with Pulumi AI

ObjectFirewall CasbProfileSaasApplication

This resource is a sub resource for variable saas_application of resource fortimanager.ObjectFirewallCasbprofile. 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.

  • access_rule: fortimanager.ObjectFirewallCasbprofileSaasapplicationAccessrule
  • custom_control: fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrol

Create ObjectFirewallCasbprofileSaasapplication Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ObjectFirewallCasbprofileSaasapplication(name: string, args: ObjectFirewallCasbprofileSaasapplicationArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallCasbprofileSaasapplication(resource_name: str,
                                             args: ObjectFirewallCasbprofileSaasapplicationArgs,
                                             opts: Optional[ResourceOptions] = None)

@overload
def ObjectFirewallCasbprofileSaasapplication(resource_name: str,
                                             opts: Optional[ResourceOptions] = None,
                                             casb_profile: Optional[str] = None,
                                             dynamic_sort_subtable: Optional[str] = None,
                                             name: Optional[str] = None,
                                             custom_controls: Optional[Sequence[ObjectFirewallCasbprofileSaasapplicationCustomControlArgs]] = None,
                                             domain_control: Optional[str] = None,
                                             domain_control_domains: Optional[Sequence[str]] = None,
                                             access_rules: Optional[Sequence[ObjectFirewallCasbprofileSaasapplicationAccessRuleArgs]] = None,
                                             log: Optional[str] = None,
                                             adom: Optional[str] = None,
                                             object_firewall_casbprofile_saasapplication_id: Optional[str] = None,
                                             safe_search: Optional[str] = None,
                                             safe_search_controls: Optional[Sequence[str]] = None,
                                             scopetype: Optional[str] = None,
                                             tenant_control: Optional[str] = None,
                                             tenant_control_tenants: Optional[Sequence[str]] = None)
func NewObjectFirewallCasbprofileSaasapplication(ctx *Context, name string, args ObjectFirewallCasbprofileSaasapplicationArgs, opts ...ResourceOption) (*ObjectFirewallCasbprofileSaasapplication, error)
public ObjectFirewallCasbprofileSaasapplication(string name, ObjectFirewallCasbprofileSaasapplicationArgs args, CustomResourceOptions? opts = null)
public ObjectFirewallCasbprofileSaasapplication(String name, ObjectFirewallCasbprofileSaasapplicationArgs args)
public ObjectFirewallCasbprofileSaasapplication(String name, ObjectFirewallCasbprofileSaasapplicationArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallCasbprofileSaasapplication
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. ObjectFirewallCasbprofileSaasapplicationArgs
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. ObjectFirewallCasbprofileSaasapplicationArgs
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. ObjectFirewallCasbprofileSaasapplicationArgs
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. ObjectFirewallCasbprofileSaasapplicationArgs
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. ObjectFirewallCasbprofileSaasapplicationArgs
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 objectFirewallCasbprofileSaasapplicationResource = new Fortimanager.ObjectFirewallCasbprofileSaasapplication("objectFirewallCasbprofileSaasapplicationResource", new()
{
    CasbProfile = "string",
    DynamicSortSubtable = "string",
    Name = "string",
    CustomControls = new[]
    {
        new Fortimanager.Inputs.ObjectFirewallCasbprofileSaasapplicationCustomControlArgs
        {
            Name = "string",
            Options = new[]
            {
                new Fortimanager.Inputs.ObjectFirewallCasbprofileSaasapplicationCustomControlOptionArgs
                {
                    Name = "string",
                    UserInputs = new[]
                    {
                        "string",
                    },
                },
            },
        },
    },
    DomainControl = "string",
    DomainControlDomains = new[]
    {
        "string",
    },
    AccessRules = new[]
    {
        new Fortimanager.Inputs.ObjectFirewallCasbprofileSaasapplicationAccessRuleArgs
        {
            Action = "string",
            Bypasses = new[]
            {
                "string",
            },
            Name = "string",
        },
    },
    Log = "string",
    Adom = "string",
    ObjectFirewallCasbprofileSaasapplicationId = "string",
    SafeSearch = "string",
    SafeSearchControls = new[]
    {
        "string",
    },
    Scopetype = "string",
    TenantControl = "string",
    TenantControlTenants = new[]
    {
        "string",
    },
});
Copy
example, err := fortimanager.NewObjectFirewallCasbprofileSaasapplication(ctx, "objectFirewallCasbprofileSaasapplicationResource", &fortimanager.ObjectFirewallCasbprofileSaasapplicationArgs{
CasbProfile: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
Name: pulumi.String("string"),
CustomControls: .ObjectFirewallCasbprofileSaasapplicationCustomControlTypeArray{
&.ObjectFirewallCasbprofileSaasapplicationCustomControlTypeArgs{
Name: pulumi.String("string"),
Options: .ObjectFirewallCasbprofileSaasapplicationCustomControlOptionTypeArray{
&.ObjectFirewallCasbprofileSaasapplicationCustomControlOptionTypeArgs{
Name: pulumi.String("string"),
UserInputs: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
},
DomainControl: pulumi.String("string"),
DomainControlDomains: pulumi.StringArray{
pulumi.String("string"),
},
AccessRules: .ObjectFirewallCasbprofileSaasapplicationAccessRuleTypeArray{
&.ObjectFirewallCasbprofileSaasapplicationAccessRuleTypeArgs{
Action: pulumi.String("string"),
Bypasses: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
},
},
Log: pulumi.String("string"),
Adom: pulumi.String("string"),
ObjectFirewallCasbprofileSaasapplicationId: pulumi.String("string"),
SafeSearch: pulumi.String("string"),
SafeSearchControls: pulumi.StringArray{
pulumi.String("string"),
},
Scopetype: pulumi.String("string"),
TenantControl: pulumi.String("string"),
TenantControlTenants: pulumi.StringArray{
pulumi.String("string"),
},
})
Copy
var objectFirewallCasbprofileSaasapplicationResource = new ObjectFirewallCasbprofileSaasapplication("objectFirewallCasbprofileSaasapplicationResource", ObjectFirewallCasbprofileSaasapplicationArgs.builder()
    .casbProfile("string")
    .dynamicSortSubtable("string")
    .name("string")
    .customControls(ObjectFirewallCasbprofileSaasapplicationCustomControlArgs.builder()
        .name("string")
        .options(ObjectFirewallCasbprofileSaasapplicationCustomControlOptionArgs.builder()
            .name("string")
            .userInputs("string")
            .build())
        .build())
    .domainControl("string")
    .domainControlDomains("string")
    .accessRules(ObjectFirewallCasbprofileSaasapplicationAccessRuleArgs.builder()
        .action("string")
        .bypasses("string")
        .name("string")
        .build())
    .log("string")
    .adom("string")
    .objectFirewallCasbprofileSaasapplicationId("string")
    .safeSearch("string")
    .safeSearchControls("string")
    .scopetype("string")
    .tenantControl("string")
    .tenantControlTenants("string")
    .build());
Copy
object_firewall_casbprofile_saasapplication_resource = fortimanager.ObjectFirewallCasbprofileSaasapplication("objectFirewallCasbprofileSaasapplicationResource",
    casb_profile="string",
    dynamic_sort_subtable="string",
    name="string",
    custom_controls=[{
        "name": "string",
        "options": [{
            "name": "string",
            "user_inputs": ["string"],
        }],
    }],
    domain_control="string",
    domain_control_domains=["string"],
    access_rules=[{
        "action": "string",
        "bypasses": ["string"],
        "name": "string",
    }],
    log="string",
    adom="string",
    object_firewall_casbprofile_saasapplication_id="string",
    safe_search="string",
    safe_search_controls=["string"],
    scopetype="string",
    tenant_control="string",
    tenant_control_tenants=["string"])
Copy
const objectFirewallCasbprofileSaasapplicationResource = new fortimanager.ObjectFirewallCasbprofileSaasapplication("objectFirewallCasbprofileSaasapplicationResource", {
    casbProfile: "string",
    dynamicSortSubtable: "string",
    name: "string",
    customControls: [{
        name: "string",
        options: [{
            name: "string",
            userInputs: ["string"],
        }],
    }],
    domainControl: "string",
    domainControlDomains: ["string"],
    accessRules: [{
        action: "string",
        bypasses: ["string"],
        name: "string",
    }],
    log: "string",
    adom: "string",
    objectFirewallCasbprofileSaasapplicationId: "string",
    safeSearch: "string",
    safeSearchControls: ["string"],
    scopetype: "string",
    tenantControl: "string",
    tenantControlTenants: ["string"],
});
Copy
type: fortimanager:ObjectFirewallCasbprofileSaasapplication
properties:
    accessRules:
        - action: string
          bypasses:
            - string
          name: string
    adom: string
    casbProfile: string
    customControls:
        - name: string
          options:
            - name: string
              userInputs:
                - string
    domainControl: string
    domainControlDomains:
        - string
    dynamicSortSubtable: string
    log: string
    name: string
    objectFirewallCasbprofileSaasapplicationId: string
    safeSearch: string
    safeSearchControls:
        - string
    scopetype: string
    tenantControl: string
    tenantControlTenants:
        - string
Copy

ObjectFirewallCasbprofileSaasapplication 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 ObjectFirewallCasbprofileSaasapplication resource accepts the following input properties:

CasbProfile This property is required. string
Casb Profile.
AccessRules List<ObjectFirewallCasbprofileSaasapplicationAccessRule>
Access-Rule. The structure of access_rule block is documented below.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
CustomControls List<ObjectFirewallCasbprofileSaasapplicationCustomControl>
Custom-Control. The structure of custom_control block is documented below.
DomainControl string
Domain-Control. Valid values: disable, enable.
DomainControlDomains List<string>
Domain-Control-Domains.
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.
Log string
Log. Valid values: disable, enable.
Name string
Name.
ObjectFirewallCasbprofileSaasapplicationId string
an identifier for the resource with format {{name}}.
SafeSearch string
Safe-Search. Valid values: disable, enable.
SafeSearchControls List<string>
Safe-Search-Control.
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.
TenantControl string
Tenant-Control. Valid values: disable, enable.
TenantControlTenants List<string>
Tenant-Control-Tenants.
CasbProfile This property is required. string
Casb Profile.
AccessRules []ObjectFirewallCasbprofileSaasapplicationAccessRuleTypeArgs
Access-Rule. The structure of access_rule block is documented below.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
CustomControls []ObjectFirewallCasbprofileSaasapplicationCustomControlTypeArgs
Custom-Control. The structure of custom_control block is documented below.
DomainControl string
Domain-Control. Valid values: disable, enable.
DomainControlDomains []string
Domain-Control-Domains.
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.
Log string
Log. Valid values: disable, enable.
Name string
Name.
ObjectFirewallCasbprofileSaasapplicationId string
an identifier for the resource with format {{name}}.
SafeSearch string
Safe-Search. Valid values: disable, enable.
SafeSearchControls []string
Safe-Search-Control.
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.
TenantControl string
Tenant-Control. Valid values: disable, enable.
TenantControlTenants []string
Tenant-Control-Tenants.
casbProfile This property is required. String
Casb Profile.
accessRules List<ObjectFirewallCasbprofileSaasapplicationAccessRule>
Access-Rule. The structure of access_rule block is documented below.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
customControls List<ObjectFirewallCasbprofileSaasapplicationCustomControl>
Custom-Control. The structure of custom_control block is documented below.
domainControl String
Domain-Control. Valid values: disable, enable.
domainControlDomains List<String>
Domain-Control-Domains.
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.
log String
Log. Valid values: disable, enable.
name String
Name.
objectFirewallCasbprofileSaasapplicationId String
an identifier for the resource with format {{name}}.
safeSearch String
Safe-Search. Valid values: disable, enable.
safeSearchControls List<String>
Safe-Search-Control.
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.
tenantControl String
Tenant-Control. Valid values: disable, enable.
tenantControlTenants List<String>
Tenant-Control-Tenants.
casbProfile This property is required. string
Casb Profile.
accessRules ObjectFirewallCasbprofileSaasapplicationAccessRule[]
Access-Rule. The structure of access_rule block is documented below.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
customControls ObjectFirewallCasbprofileSaasapplicationCustomControl[]
Custom-Control. The structure of custom_control block is documented below.
domainControl string
Domain-Control. Valid values: disable, enable.
domainControlDomains string[]
Domain-Control-Domains.
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.
log string
Log. Valid values: disable, enable.
name string
Name.
objectFirewallCasbprofileSaasapplicationId string
an identifier for the resource with format {{name}}.
safeSearch string
Safe-Search. Valid values: disable, enable.
safeSearchControls string[]
Safe-Search-Control.
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.
tenantControl string
Tenant-Control. Valid values: disable, enable.
tenantControlTenants string[]
Tenant-Control-Tenants.
casb_profile This property is required. str
Casb Profile.
access_rules Sequence[ObjectFirewallCasbprofileSaasapplicationAccessRuleArgs]
Access-Rule. The structure of access_rule block is documented below.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
custom_controls Sequence[ObjectFirewallCasbprofileSaasapplicationCustomControlArgs]
Custom-Control. The structure of custom_control block is documented below.
domain_control str
Domain-Control. Valid values: disable, enable.
domain_control_domains Sequence[str]
Domain-Control-Domains.
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.
log str
Log. Valid values: disable, enable.
name str
Name.
object_firewall_casbprofile_saasapplication_id str
an identifier for the resource with format {{name}}.
safe_search str
Safe-Search. Valid values: disable, enable.
safe_search_controls Sequence[str]
Safe-Search-Control.
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.
tenant_control str
Tenant-Control. Valid values: disable, enable.
tenant_control_tenants Sequence[str]
Tenant-Control-Tenants.
casbProfile This property is required. String
Casb Profile.
accessRules List<Property Map>
Access-Rule. The structure of access_rule block is documented below.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
customControls List<Property Map>
Custom-Control. The structure of custom_control block is documented below.
domainControl String
Domain-Control. Valid values: disable, enable.
domainControlDomains List<String>
Domain-Control-Domains.
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.
log String
Log. Valid values: disable, enable.
name String
Name.
objectFirewallCasbprofileSaasapplicationId String
an identifier for the resource with format {{name}}.
safeSearch String
Safe-Search. Valid values: disable, enable.
safeSearchControls List<String>
Safe-Search-Control.
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.
tenantControl String
Tenant-Control. Valid values: disable, enable.
tenantControlTenants List<String>
Tenant-Control-Tenants.

Outputs

All input properties are implicitly available as output properties. Additionally, the ObjectFirewallCasbprofileSaasapplication 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 ObjectFirewallCasbprofileSaasapplication Resource

Get an existing ObjectFirewallCasbprofileSaasapplication 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?: ObjectFirewallCasbprofileSaasapplicationState, opts?: CustomResourceOptions): ObjectFirewallCasbprofileSaasapplication
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        access_rules: Optional[Sequence[ObjectFirewallCasbprofileSaasapplicationAccessRuleArgs]] = None,
        adom: Optional[str] = None,
        casb_profile: Optional[str] = None,
        custom_controls: Optional[Sequence[ObjectFirewallCasbprofileSaasapplicationCustomControlArgs]] = None,
        domain_control: Optional[str] = None,
        domain_control_domains: Optional[Sequence[str]] = None,
        dynamic_sort_subtable: Optional[str] = None,
        log: Optional[str] = None,
        name: Optional[str] = None,
        object_firewall_casbprofile_saasapplication_id: Optional[str] = None,
        safe_search: Optional[str] = None,
        safe_search_controls: Optional[Sequence[str]] = None,
        scopetype: Optional[str] = None,
        tenant_control: Optional[str] = None,
        tenant_control_tenants: Optional[Sequence[str]] = None) -> ObjectFirewallCasbprofileSaasapplication
func GetObjectFirewallCasbprofileSaasapplication(ctx *Context, name string, id IDInput, state *ObjectFirewallCasbprofileSaasapplicationState, opts ...ResourceOption) (*ObjectFirewallCasbprofileSaasapplication, error)
public static ObjectFirewallCasbprofileSaasapplication Get(string name, Input<string> id, ObjectFirewallCasbprofileSaasapplicationState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallCasbprofileSaasapplication get(String name, Output<String> id, ObjectFirewallCasbprofileSaasapplicationState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectFirewallCasbprofileSaasapplication    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:
AccessRules List<ObjectFirewallCasbprofileSaasapplicationAccessRule>
Access-Rule. The structure of access_rule block is documented below.
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.
CustomControls List<ObjectFirewallCasbprofileSaasapplicationCustomControl>
Custom-Control. The structure of custom_control block is documented below.
DomainControl string
Domain-Control. Valid values: disable, enable.
DomainControlDomains List<string>
Domain-Control-Domains.
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.
Log string
Log. Valid values: disable, enable.
Name string
Name.
ObjectFirewallCasbprofileSaasapplicationId string
an identifier for the resource with format {{name}}.
SafeSearch string
Safe-Search. Valid values: disable, enable.
SafeSearchControls List<string>
Safe-Search-Control.
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.
TenantControl string
Tenant-Control. Valid values: disable, enable.
TenantControlTenants List<string>
Tenant-Control-Tenants.
AccessRules []ObjectFirewallCasbprofileSaasapplicationAccessRuleTypeArgs
Access-Rule. The structure of access_rule block is documented below.
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.
CustomControls []ObjectFirewallCasbprofileSaasapplicationCustomControlTypeArgs
Custom-Control. The structure of custom_control block is documented below.
DomainControl string
Domain-Control. Valid values: disable, enable.
DomainControlDomains []string
Domain-Control-Domains.
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.
Log string
Log. Valid values: disable, enable.
Name string
Name.
ObjectFirewallCasbprofileSaasapplicationId string
an identifier for the resource with format {{name}}.
SafeSearch string
Safe-Search. Valid values: disable, enable.
SafeSearchControls []string
Safe-Search-Control.
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.
TenantControl string
Tenant-Control. Valid values: disable, enable.
TenantControlTenants []string
Tenant-Control-Tenants.
accessRules List<ObjectFirewallCasbprofileSaasapplicationAccessRule>
Access-Rule. The structure of access_rule block is documented below.
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.
customControls List<ObjectFirewallCasbprofileSaasapplicationCustomControl>
Custom-Control. The structure of custom_control block is documented below.
domainControl String
Domain-Control. Valid values: disable, enable.
domainControlDomains List<String>
Domain-Control-Domains.
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.
log String
Log. Valid values: disable, enable.
name String
Name.
objectFirewallCasbprofileSaasapplicationId String
an identifier for the resource with format {{name}}.
safeSearch String
Safe-Search. Valid values: disable, enable.
safeSearchControls List<String>
Safe-Search-Control.
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.
tenantControl String
Tenant-Control. Valid values: disable, enable.
tenantControlTenants List<String>
Tenant-Control-Tenants.
accessRules ObjectFirewallCasbprofileSaasapplicationAccessRule[]
Access-Rule. The structure of access_rule block is documented below.
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.
customControls ObjectFirewallCasbprofileSaasapplicationCustomControl[]
Custom-Control. The structure of custom_control block is documented below.
domainControl string
Domain-Control. Valid values: disable, enable.
domainControlDomains string[]
Domain-Control-Domains.
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.
log string
Log. Valid values: disable, enable.
name string
Name.
objectFirewallCasbprofileSaasapplicationId string
an identifier for the resource with format {{name}}.
safeSearch string
Safe-Search. Valid values: disable, enable.
safeSearchControls string[]
Safe-Search-Control.
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.
tenantControl string
Tenant-Control. Valid values: disable, enable.
tenantControlTenants string[]
Tenant-Control-Tenants.
access_rules Sequence[ObjectFirewallCasbprofileSaasapplicationAccessRuleArgs]
Access-Rule. The structure of access_rule block is documented below.
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.
custom_controls Sequence[ObjectFirewallCasbprofileSaasapplicationCustomControlArgs]
Custom-Control. The structure of custom_control block is documented below.
domain_control str
Domain-Control. Valid values: disable, enable.
domain_control_domains Sequence[str]
Domain-Control-Domains.
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.
log str
Log. Valid values: disable, enable.
name str
Name.
object_firewall_casbprofile_saasapplication_id str
an identifier for the resource with format {{name}}.
safe_search str
Safe-Search. Valid values: disable, enable.
safe_search_controls Sequence[str]
Safe-Search-Control.
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.
tenant_control str
Tenant-Control. Valid values: disable, enable.
tenant_control_tenants Sequence[str]
Tenant-Control-Tenants.
accessRules List<Property Map>
Access-Rule. The structure of access_rule block is documented below.
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.
customControls List<Property Map>
Custom-Control. The structure of custom_control block is documented below.
domainControl String
Domain-Control. Valid values: disable, enable.
domainControlDomains List<String>
Domain-Control-Domains.
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.
log String
Log. Valid values: disable, enable.
name String
Name.
objectFirewallCasbprofileSaasapplicationId String
an identifier for the resource with format {{name}}.
safeSearch String
Safe-Search. Valid values: disable, enable.
safeSearchControls List<String>
Safe-Search-Control.
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.
tenantControl String
Tenant-Control. Valid values: disable, enable.
tenantControlTenants List<String>
Tenant-Control-Tenants.

Supporting Types

ObjectFirewallCasbprofileSaasapplicationAccessRule
, ObjectFirewallCasbprofileSaasapplicationAccessRuleArgs

Action string
Action. Valid values: block, monitor, bypass.
Bypasses List<string>
Bypass. Valid values: av, dlp, web-filter, file-filter, video-filter.
Name string
Name.
Action string
Action. Valid values: block, monitor, bypass.
Bypasses []string
Bypass. Valid values: av, dlp, web-filter, file-filter, video-filter.
Name string
Name.
action String
Action. Valid values: block, monitor, bypass.
bypasses List<String>
Bypass. Valid values: av, dlp, web-filter, file-filter, video-filter.
name String
Name.
action string
Action. Valid values: block, monitor, bypass.
bypasses string[]
Bypass. Valid values: av, dlp, web-filter, file-filter, video-filter.
name string
Name.
action str
Action. Valid values: block, monitor, bypass.
bypasses Sequence[str]
Bypass. Valid values: av, dlp, web-filter, file-filter, video-filter.
name str
Name.
action String
Action. Valid values: block, monitor, bypass.
bypasses List<String>
Bypass. Valid values: av, dlp, web-filter, file-filter, video-filter.
name String
Name.

ObjectFirewallCasbprofileSaasapplicationCustomControl
, ObjectFirewallCasbprofileSaasapplicationCustomControlArgs

Name string
Name.
Options List<ObjectFirewallCasbprofileSaasapplicationCustomControlOption>
Option. The structure of option block is documented below.
Name string
Name.
Options []ObjectFirewallCasbprofileSaasapplicationCustomControlOptionType
Option. The structure of option block is documented below.
name String
Name.
options List<ObjectFirewallCasbprofileSaasapplicationCustomControlOption>
Option. The structure of option block is documented below.
name string
Name.
options ObjectFirewallCasbprofileSaasapplicationCustomControlOption[]
Option. The structure of option block is documented below.
name str
Name.
options Sequence[ObjectFirewallCasbprofileSaasapplicationCustomControlOption]
Option. The structure of option block is documented below.
name String
Name.
options List<Property Map>
Option. The structure of option block is documented below.

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 CasbProfileSaasApplication can be imported using any of these accepted formats:

Set import_options = [“casb_profile=YOUR_VALUE”] in the provider section.

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/objectFirewallCasbprofileSaasapplication:ObjectFirewallCasbprofileSaasapplication 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.