fortimanager.ObjectFirewallCasbprofileSaasapplication
Explore with Pulumi AI
ObjectFirewall CasbProfileSaasApplication
This resource is a sub resource for variable
saas_application
of resourcefortimanager.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 string
- The unique name of the resource.
- args ObjectFirewallCasbprofileSaasapplicationArgs
- 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 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 string
- The unique name of the resource.
- args ObjectFirewallCasbprofileSaasapplicationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallCasbprofileSaasapplicationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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",
},
});
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"),
},
})
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());
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"])
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"],
});
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
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:
- Casb
Profile string - Casb Profile.
- Access
Rules List<ObjectFirewall Casbprofile Saasapplication Access Rule> - Access-Rule. The structure of
access_rule
block is documented below. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Custom
Controls List<ObjectFirewall Casbprofile Saasapplication Custom Control> - Custom-Control. The structure of
custom_control
block is documented below. - Domain
Control string - Domain-Control. Valid values:
disable
,enable
. - Domain
Control List<string>Domains - Domain-Control-Domains.
- 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.
- Log string
- Log. Valid values:
disable
,enable
. - Name string
- Name.
- Object
Firewall stringCasbprofile Saasapplication Id - an identifier for the resource with format {{name}}.
- Safe
Search string - Safe-Search. Valid values:
disable
,enable
. - Safe
Search List<string>Controls - Safe-Search-Control.
- 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
. - Tenant
Control string - Tenant-Control. Valid values:
disable
,enable
. - Tenant
Control List<string>Tenants - Tenant-Control-Tenants.
- Casb
Profile string - Casb Profile.
- Access
Rules []ObjectFirewall Casbprofile Saasapplication Access Rule Type Args - Access-Rule. The structure of
access_rule
block is documented below. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Custom
Controls []ObjectFirewall Casbprofile Saasapplication Custom Control Type Args - Custom-Control. The structure of
custom_control
block is documented below. - Domain
Control string - Domain-Control. Valid values:
disable
,enable
. - Domain
Control []stringDomains - Domain-Control-Domains.
- 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.
- Log string
- Log. Valid values:
disable
,enable
. - Name string
- Name.
- Object
Firewall stringCasbprofile Saasapplication Id - an identifier for the resource with format {{name}}.
- Safe
Search string - Safe-Search. Valid values:
disable
,enable
. - Safe
Search []stringControls - Safe-Search-Control.
- 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
. - Tenant
Control string - Tenant-Control. Valid values:
disable
,enable
. - Tenant
Control []stringTenants - Tenant-Control-Tenants.
- casb
Profile String - Casb Profile.
- access
Rules List<ObjectFirewall Casbprofile Saasapplication Access Rule> - Access-Rule. The structure of
access_rule
block is documented below. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - custom
Controls List<ObjectFirewall Casbprofile Saasapplication Custom Control> - Custom-Control. The structure of
custom_control
block is documented below. - domain
Control String - Domain-Control. Valid values:
disable
,enable
. - domain
Control List<String>Domains - Domain-Control-Domains.
- 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.
- log String
- Log. Valid values:
disable
,enable
. - name String
- Name.
- object
Firewall StringCasbprofile Saasapplication Id - an identifier for the resource with format {{name}}.
- safe
Search String - Safe-Search. Valid values:
disable
,enable
. - safe
Search List<String>Controls - Safe-Search-Control.
- 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
. - tenant
Control String - Tenant-Control. Valid values:
disable
,enable
. - tenant
Control List<String>Tenants - Tenant-Control-Tenants.
- casb
Profile string - Casb Profile.
- access
Rules ObjectFirewall Casbprofile Saasapplication Access Rule[] - Access-Rule. The structure of
access_rule
block is documented below. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - custom
Controls ObjectFirewall Casbprofile Saasapplication Custom Control[] - Custom-Control. The structure of
custom_control
block is documented below. - domain
Control string - Domain-Control. Valid values:
disable
,enable
. - domain
Control string[]Domains - Domain-Control-Domains.
- 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.
- log string
- Log. Valid values:
disable
,enable
. - name string
- Name.
- object
Firewall stringCasbprofile Saasapplication Id - an identifier for the resource with format {{name}}.
- safe
Search string - Safe-Search. Valid values:
disable
,enable
. - safe
Search string[]Controls - Safe-Search-Control.
- 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
. - tenant
Control string - Tenant-Control. Valid values:
disable
,enable
. - tenant
Control string[]Tenants - Tenant-Control-Tenants.
- casb_
profile str - Casb Profile.
- access_
rules Sequence[ObjectFirewall Casbprofile Saasapplication Access Rule Args] - Access-Rule. The structure of
access_rule
block is documented below. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - custom_
controls Sequence[ObjectFirewall Casbprofile Saasapplication Custom Control Args] - Custom-Control. The structure of
custom_control
block is documented below. - domain_
control str - Domain-Control. Valid values:
disable
,enable
. - domain_
control_ Sequence[str]domains - Domain-Control-Domains.
- 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.
- log str
- Log. Valid values:
disable
,enable
. - name str
- Name.
- object_
firewall_ strcasbprofile_ saasapplication_ id - an identifier for the resource with format {{name}}.
- safe_
search str - Safe-Search. Valid values:
disable
,enable
. - safe_
search_ Sequence[str]controls - Safe-Search-Control.
- 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
. - tenant_
control str - Tenant-Control. Valid values:
disable
,enable
. - tenant_
control_ Sequence[str]tenants - Tenant-Control-Tenants.
- casb
Profile String - Casb Profile.
- access
Rules 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
isadom
, otherwise the value of adom in the provider will be inherited. - custom
Controls List<Property Map> - Custom-Control. The structure of
custom_control
block is documented below. - domain
Control String - Domain-Control. Valid values:
disable
,enable
. - domain
Control List<String>Domains - Domain-Control-Domains.
- 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.
- log String
- Log. Valid values:
disable
,enable
. - name String
- Name.
- object
Firewall StringCasbprofile Saasapplication Id - an identifier for the resource with format {{name}}.
- safe
Search String - Safe-Search. Valid values:
disable
,enable
. - safe
Search List<String>Controls - Safe-Search-Control.
- 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
. - tenant
Control String - Tenant-Control. Valid values:
disable
,enable
. - tenant
Control List<String>Tenants - 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
- 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.
- Access
Rules List<ObjectFirewall Casbprofile Saasapplication Access Rule> - Access-Rule. The structure of
access_rule
block is documented below. - 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
Controls List<ObjectFirewall Casbprofile Saasapplication Custom Control> - Custom-Control. The structure of
custom_control
block is documented below. - Domain
Control string - Domain-Control. Valid values:
disable
,enable
. - Domain
Control List<string>Domains - Domain-Control-Domains.
- 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.
- Log string
- Log. Valid values:
disable
,enable
. - Name string
- Name.
- Object
Firewall stringCasbprofile Saasapplication Id - an identifier for the resource with format {{name}}.
- Safe
Search string - Safe-Search. Valid values:
disable
,enable
. - Safe
Search List<string>Controls - Safe-Search-Control.
- 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
. - Tenant
Control string - Tenant-Control. Valid values:
disable
,enable
. - Tenant
Control List<string>Tenants - Tenant-Control-Tenants.
- Access
Rules []ObjectFirewall Casbprofile Saasapplication Access Rule Type Args - Access-Rule. The structure of
access_rule
block is documented below. - 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
Controls []ObjectFirewall Casbprofile Saasapplication Custom Control Type Args - Custom-Control. The structure of
custom_control
block is documented below. - Domain
Control string - Domain-Control. Valid values:
disable
,enable
. - Domain
Control []stringDomains - Domain-Control-Domains.
- 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.
- Log string
- Log. Valid values:
disable
,enable
. - Name string
- Name.
- Object
Firewall stringCasbprofile Saasapplication Id - an identifier for the resource with format {{name}}.
- Safe
Search string - Safe-Search. Valid values:
disable
,enable
. - Safe
Search []stringControls - Safe-Search-Control.
- 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
. - Tenant
Control string - Tenant-Control. Valid values:
disable
,enable
. - Tenant
Control []stringTenants - Tenant-Control-Tenants.
- access
Rules List<ObjectFirewall Casbprofile Saasapplication Access Rule> - Access-Rule. The structure of
access_rule
block is documented below. - 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
Controls List<ObjectFirewall Casbprofile Saasapplication Custom Control> - Custom-Control. The structure of
custom_control
block is documented below. - domain
Control String - Domain-Control. Valid values:
disable
,enable
. - domain
Control List<String>Domains - Domain-Control-Domains.
- 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.
- log String
- Log. Valid values:
disable
,enable
. - name String
- Name.
- object
Firewall StringCasbprofile Saasapplication Id - an identifier for the resource with format {{name}}.
- safe
Search String - Safe-Search. Valid values:
disable
,enable
. - safe
Search List<String>Controls - Safe-Search-Control.
- 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
. - tenant
Control String - Tenant-Control. Valid values:
disable
,enable
. - tenant
Control List<String>Tenants - Tenant-Control-Tenants.
- access
Rules ObjectFirewall Casbprofile Saasapplication Access Rule[] - Access-Rule. The structure of
access_rule
block is documented below. - 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
Controls ObjectFirewall Casbprofile Saasapplication Custom Control[] - Custom-Control. The structure of
custom_control
block is documented below. - domain
Control string - Domain-Control. Valid values:
disable
,enable
. - domain
Control string[]Domains - Domain-Control-Domains.
- 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.
- log string
- Log. Valid values:
disable
,enable
. - name string
- Name.
- object
Firewall stringCasbprofile Saasapplication Id - an identifier for the resource with format {{name}}.
- safe
Search string - Safe-Search. Valid values:
disable
,enable
. - safe
Search string[]Controls - Safe-Search-Control.
- 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
. - tenant
Control string - Tenant-Control. Valid values:
disable
,enable
. - tenant
Control string[]Tenants - Tenant-Control-Tenants.
- access_
rules Sequence[ObjectFirewall Casbprofile Saasapplication Access Rule Args] - Access-Rule. The structure of
access_rule
block is documented below. - 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_
controls Sequence[ObjectFirewall Casbprofile Saasapplication Custom Control Args] - Custom-Control. The structure of
custom_control
block is documented below. - domain_
control str - Domain-Control. Valid values:
disable
,enable
. - domain_
control_ Sequence[str]domains - Domain-Control-Domains.
- 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.
- log str
- Log. Valid values:
disable
,enable
. - name str
- Name.
- object_
firewall_ strcasbprofile_ saasapplication_ id - an identifier for the resource with format {{name}}.
- safe_
search str - Safe-Search. Valid values:
disable
,enable
. - safe_
search_ Sequence[str]controls - Safe-Search-Control.
- 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
. - tenant_
control str - Tenant-Control. Valid values:
disable
,enable
. - tenant_
control_ Sequence[str]tenants - Tenant-Control-Tenants.
- access
Rules 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
isadom
, otherwise the value of adom in the provider will be inherited. - casb
Profile String - Casb Profile.
- custom
Controls List<Property Map> - Custom-Control. The structure of
custom_control
block is documented below. - domain
Control String - Domain-Control. Valid values:
disable
,enable
. - domain
Control List<String>Domains - Domain-Control-Domains.
- 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.
- log String
- Log. Valid values:
disable
,enable
. - name String
- Name.
- object
Firewall StringCasbprofile Saasapplication Id - an identifier for the resource with format {{name}}.
- safe
Search String - Safe-Search. Valid values:
disable
,enable
. - safe
Search List<String>Controls - Safe-Search-Control.
- 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
. - tenant
Control String - Tenant-Control. Valid values:
disable
,enable
. - tenant
Control List<String>Tenants - Tenant-Control-Tenants.
Supporting Types
ObjectFirewallCasbprofileSaasapplicationAccessRule, ObjectFirewallCasbprofileSaasapplicationAccessRuleArgs
ObjectFirewallCasbprofileSaasapplicationCustomControl, ObjectFirewallCasbprofileSaasapplicationCustomControlArgs
- Name string
- Name.
- Options
List<Object
Firewall Casbprofile Saasapplication Custom Control Option> - Option. The structure of
option
block is documented below.
- Name string
- Name.
- Options
[]Object
Firewall Casbprofile Saasapplication Custom Control Option Type - Option. The structure of
option
block is documented below.
- name String
- Name.
- options
List<Object
Firewall Casbprofile Saasapplication Custom Control Option> - Option. The structure of
option
block is documented below.
- name string
- Name.
- options
Object
Firewall Casbprofile Saasapplication Custom Control Option[] - Option. The structure of
option
block is documented below.
- name str
- Name.
- options
Sequence[Object
Firewall Casbprofile Saasapplication Custom Control Option] - 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.
- 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 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}}
$ 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.