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

fortimanager.ObjectCasbProfile

Explore with Pulumi AI

Configure CASB profile.

The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

  • saas_application: fortimanager.ObjectCasbProfileSaasapplication

Create ObjectCasbProfile Resource

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

Constructor syntax

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

@overload
def ObjectCasbProfile(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      adom: Optional[str] = None,
                      comment: Optional[str] = None,
                      dynamic_sort_subtable: Optional[str] = None,
                      name: Optional[str] = None,
                      object_casb_profile_id: Optional[str] = None,
                      saas_applications: Optional[Sequence[ObjectCasbProfileSaasApplicationArgs]] = None,
                      scopetype: Optional[str] = None)
func NewObjectCasbProfile(ctx *Context, name string, args *ObjectCasbProfileArgs, opts ...ResourceOption) (*ObjectCasbProfile, error)
public ObjectCasbProfile(string name, ObjectCasbProfileArgs? args = null, CustomResourceOptions? opts = null)
public ObjectCasbProfile(String name, ObjectCasbProfileArgs args)
public ObjectCasbProfile(String name, ObjectCasbProfileArgs args, CustomResourceOptions options)
type: fortimanager:ObjectCasbProfile
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 ObjectCasbProfileArgs
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 ObjectCasbProfileArgs
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 ObjectCasbProfileArgs
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 ObjectCasbProfileArgs
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. ObjectCasbProfileArgs
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 objectCasbProfileResource = new Fortimanager.ObjectCasbProfile("objectCasbProfileResource", new()
{
    Adom = "string",
    Comment = "string",
    DynamicSortSubtable = "string",
    Name = "string",
    ObjectCasbProfileId = "string",
    SaasApplications = new[]
    {
        new Fortimanager.Inputs.ObjectCasbProfileSaasApplicationArgs
        {
            AccessRules = new[]
            {
                new Fortimanager.Inputs.ObjectCasbProfileSaasApplicationAccessRuleArgs
                {
                    Action = "string",
                    AttributeFilters = new[]
                    {
                        new Fortimanager.Inputs.ObjectCasbProfileSaasApplicationAccessRuleAttributeFilterArgs
                        {
                            Action = "string",
                            AttributeMatches = new[]
                            {
                                "string",
                            },
                            Id = 0,
                        },
                    },
                    Bypasses = new[]
                    {
                        "string",
                    },
                    Name = "string",
                },
            },
            AdvancedTenantControls = new[]
            {
                new Fortimanager.Inputs.ObjectCasbProfileSaasApplicationAdvancedTenantControlArgs
                {
                    Attributes = new[]
                    {
                        new Fortimanager.Inputs.ObjectCasbProfileSaasApplicationAdvancedTenantControlAttributeArgs
                        {
                            Inputs = new[]
                            {
                                "string",
                            },
                            Name = "string",
                        },
                    },
                    Names = new[]
                    {
                        "string",
                    },
                },
            },
            CustomControls = new[]
            {
                new Fortimanager.Inputs.ObjectCasbProfileSaasApplicationCustomControlArgs
                {
                    AttributeFilters = new[]
                    {
                        new Fortimanager.Inputs.ObjectCasbProfileSaasApplicationCustomControlAttributeFilterArgs
                        {
                            Action = "string",
                            AttributeMatches = new[]
                            {
                                "string",
                            },
                            Id = 0,
                        },
                    },
                    Name = "string",
                    Options = new[]
                    {
                        new Fortimanager.Inputs.ObjectCasbProfileSaasApplicationCustomControlOptionArgs
                        {
                            Name = "string",
                            UserInputs = new[]
                            {
                                "string",
                            },
                        },
                    },
                },
            },
            DomainControl = "string",
            DomainControlDomains = new[]
            {
                "string",
            },
            Log = "string",
            Name = "string",
            SafeSearch = "string",
            SafeSearchControls = new[]
            {
                "string",
            },
            Status = "string",
            TenantControl = "string",
            TenantControlTenants = new[]
            {
                "string",
            },
        },
    },
    Scopetype = "string",
});
Copy
example, err := fortimanager.NewObjectCasbProfile(ctx, "objectCasbProfileResource", &fortimanager.ObjectCasbProfileArgs{
Adom: pulumi.String("string"),
Comment: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectCasbProfileId: pulumi.String("string"),
SaasApplications: .ObjectCasbProfileSaasApplicationTypeArray{
&.ObjectCasbProfileSaasApplicationTypeArgs{
AccessRules: .ObjectCasbProfileSaasApplicationAccessRuleTypeArray{
&.ObjectCasbProfileSaasApplicationAccessRuleTypeArgs{
Action: pulumi.String("string"),
AttributeFilters: .ObjectCasbProfileSaasApplicationAccessRuleAttributeFilterTypeArray{
&.ObjectCasbProfileSaasApplicationAccessRuleAttributeFilterTypeArgs{
Action: pulumi.String("string"),
AttributeMatches: pulumi.StringArray{
pulumi.String("string"),
},
Id: pulumi.Float64(0),
},
},
Bypasses: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
},
},
AdvancedTenantControls: .ObjectCasbProfileSaasApplicationAdvancedTenantControlTypeArray{
&.ObjectCasbProfileSaasApplicationAdvancedTenantControlTypeArgs{
Attributes: .ObjectCasbProfileSaasApplicationAdvancedTenantControlAttributeTypeArray{
&.ObjectCasbProfileSaasApplicationAdvancedTenantControlAttributeTypeArgs{
Inputs: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
},
},
Names: pulumi.StringArray{
pulumi.String("string"),
},
},
},
CustomControls: .ObjectCasbProfileSaasApplicationCustomControlTypeArray{
&.ObjectCasbProfileSaasApplicationCustomControlTypeArgs{
AttributeFilters: .ObjectCasbProfileSaasApplicationCustomControlAttributeFilterTypeArray{
&.ObjectCasbProfileSaasApplicationCustomControlAttributeFilterTypeArgs{
Action: pulumi.String("string"),
AttributeMatches: pulumi.StringArray{
pulumi.String("string"),
},
Id: pulumi.Float64(0),
},
},
Name: pulumi.String("string"),
Options: .ObjectCasbProfileSaasApplicationCustomControlOptionTypeArray{
&.ObjectCasbProfileSaasApplicationCustomControlOptionTypeArgs{
Name: pulumi.String("string"),
UserInputs: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
},
DomainControl: pulumi.String("string"),
DomainControlDomains: pulumi.StringArray{
pulumi.String("string"),
},
Log: pulumi.String("string"),
Name: pulumi.String("string"),
SafeSearch: pulumi.String("string"),
SafeSearchControls: pulumi.StringArray{
pulumi.String("string"),
},
Status: pulumi.String("string"),
TenantControl: pulumi.String("string"),
TenantControlTenants: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Scopetype: pulumi.String("string"),
})
Copy
var objectCasbProfileResource = new ObjectCasbProfile("objectCasbProfileResource", ObjectCasbProfileArgs.builder()
    .adom("string")
    .comment("string")
    .dynamicSortSubtable("string")
    .name("string")
    .objectCasbProfileId("string")
    .saasApplications(ObjectCasbProfileSaasApplicationArgs.builder()
        .accessRules(ObjectCasbProfileSaasApplicationAccessRuleArgs.builder()
            .action("string")
            .attributeFilters(ObjectCasbProfileSaasApplicationAccessRuleAttributeFilterArgs.builder()
                .action("string")
                .attributeMatches("string")
                .id(0)
                .build())
            .bypasses("string")
            .name("string")
            .build())
        .advancedTenantControls(ObjectCasbProfileSaasApplicationAdvancedTenantControlArgs.builder()
            .attributes(ObjectCasbProfileSaasApplicationAdvancedTenantControlAttributeArgs.builder()
                .inputs("string")
                .name("string")
                .build())
            .names("string")
            .build())
        .customControls(ObjectCasbProfileSaasApplicationCustomControlArgs.builder()
            .attributeFilters(ObjectCasbProfileSaasApplicationCustomControlAttributeFilterArgs.builder()
                .action("string")
                .attributeMatches("string")
                .id(0)
                .build())
            .name("string")
            .options(ObjectCasbProfileSaasApplicationCustomControlOptionArgs.builder()
                .name("string")
                .userInputs("string")
                .build())
            .build())
        .domainControl("string")
        .domainControlDomains("string")
        .log("string")
        .name("string")
        .safeSearch("string")
        .safeSearchControls("string")
        .status("string")
        .tenantControl("string")
        .tenantControlTenants("string")
        .build())
    .scopetype("string")
    .build());
Copy
object_casb_profile_resource = fortimanager.ObjectCasbProfile("objectCasbProfileResource",
    adom="string",
    comment="string",
    dynamic_sort_subtable="string",
    name="string",
    object_casb_profile_id="string",
    saas_applications=[{
        "access_rules": [{
            "action": "string",
            "attribute_filters": [{
                "action": "string",
                "attribute_matches": ["string"],
                "id": 0,
            }],
            "bypasses": ["string"],
            "name": "string",
        }],
        "advanced_tenant_controls": [{
            "attributes": [{
                "inputs": ["string"],
                "name": "string",
            }],
            "names": ["string"],
        }],
        "custom_controls": [{
            "attribute_filters": [{
                "action": "string",
                "attribute_matches": ["string"],
                "id": 0,
            }],
            "name": "string",
            "options": [{
                "name": "string",
                "user_inputs": ["string"],
            }],
        }],
        "domain_control": "string",
        "domain_control_domains": ["string"],
        "log": "string",
        "name": "string",
        "safe_search": "string",
        "safe_search_controls": ["string"],
        "status": "string",
        "tenant_control": "string",
        "tenant_control_tenants": ["string"],
    }],
    scopetype="string")
Copy
const objectCasbProfileResource = new fortimanager.ObjectCasbProfile("objectCasbProfileResource", {
    adom: "string",
    comment: "string",
    dynamicSortSubtable: "string",
    name: "string",
    objectCasbProfileId: "string",
    saasApplications: [{
        accessRules: [{
            action: "string",
            attributeFilters: [{
                action: "string",
                attributeMatches: ["string"],
                id: 0,
            }],
            bypasses: ["string"],
            name: "string",
        }],
        advancedTenantControls: [{
            attributes: [{
                inputs: ["string"],
                name: "string",
            }],
            names: ["string"],
        }],
        customControls: [{
            attributeFilters: [{
                action: "string",
                attributeMatches: ["string"],
                id: 0,
            }],
            name: "string",
            options: [{
                name: "string",
                userInputs: ["string"],
            }],
        }],
        domainControl: "string",
        domainControlDomains: ["string"],
        log: "string",
        name: "string",
        safeSearch: "string",
        safeSearchControls: ["string"],
        status: "string",
        tenantControl: "string",
        tenantControlTenants: ["string"],
    }],
    scopetype: "string",
});
Copy
type: fortimanager:ObjectCasbProfile
properties:
    adom: string
    comment: string
    dynamicSortSubtable: string
    name: string
    objectCasbProfileId: string
    saasApplications:
        - accessRules:
            - action: string
              attributeFilters:
                - action: string
                  attributeMatches:
                    - string
                  id: 0
              bypasses:
                - string
              name: string
          advancedTenantControls:
            - attributes:
                - inputs:
                    - string
                  name: string
              names:
                - string
          customControls:
            - attributeFilters:
                - action: string
                  attributeMatches:
                    - string
                  id: 0
              name: string
              options:
                - name: string
                  userInputs:
                    - string
          domainControl: string
          domainControlDomains:
            - string
          log: string
          name: string
          safeSearch: string
          safeSearchControls:
            - string
          status: string
          tenantControl: string
          tenantControlTenants:
            - string
    scopetype: string
Copy

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

Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Comment string
Comment.
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
CASB profile name.
ObjectCasbProfileId string
an identifier for the resource with format {{name}}.
SaasApplications List<ObjectCasbProfileSaasApplication>
Saas-Application. The structure of saas_application 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.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Comment string
Comment.
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
CASB profile name.
ObjectCasbProfileId string
an identifier for the resource with format {{name}}.
SaasApplications []ObjectCasbProfileSaasApplicationTypeArgs
Saas-Application. The structure of saas_application 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.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
comment String
Comment.
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
CASB profile name.
objectCasbProfileId String
an identifier for the resource with format {{name}}.
saasApplications List<ObjectCasbProfileSaasApplication>
Saas-Application. The structure of saas_application 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.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
comment string
Comment.
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
CASB profile name.
objectCasbProfileId string
an identifier for the resource with format {{name}}.
saasApplications ObjectCasbProfileSaasApplication[]
Saas-Application. The structure of saas_application 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.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
comment str
Comment.
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
CASB profile name.
object_casb_profile_id str
an identifier for the resource with format {{name}}.
saas_applications Sequence[ObjectCasbProfileSaasApplicationArgs]
Saas-Application. The structure of saas_application 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.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
comment String
Comment.
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
CASB profile name.
objectCasbProfileId String
an identifier for the resource with format {{name}}.
saasApplications List<Property Map>
Saas-Application. The structure of saas_application 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 ObjectCasbProfile 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 ObjectCasbProfile Resource

Get an existing ObjectCasbProfile 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?: ObjectCasbProfileState, opts?: CustomResourceOptions): ObjectCasbProfile
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        comment: Optional[str] = None,
        dynamic_sort_subtable: Optional[str] = None,
        name: Optional[str] = None,
        object_casb_profile_id: Optional[str] = None,
        saas_applications: Optional[Sequence[ObjectCasbProfileSaasApplicationArgs]] = None,
        scopetype: Optional[str] = None) -> ObjectCasbProfile
func GetObjectCasbProfile(ctx *Context, name string, id IDInput, state *ObjectCasbProfileState, opts ...ResourceOption) (*ObjectCasbProfile, error)
public static ObjectCasbProfile Get(string name, Input<string> id, ObjectCasbProfileState? state, CustomResourceOptions? opts = null)
public static ObjectCasbProfile get(String name, Output<String> id, ObjectCasbProfileState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectCasbProfile    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.
Comment string
Comment.
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
CASB profile name.
ObjectCasbProfileId string
an identifier for the resource with format {{name}}.
SaasApplications List<ObjectCasbProfileSaasApplication>
Saas-Application. The structure of saas_application 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.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Comment string
Comment.
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
CASB profile name.
ObjectCasbProfileId string
an identifier for the resource with format {{name}}.
SaasApplications []ObjectCasbProfileSaasApplicationTypeArgs
Saas-Application. The structure of saas_application 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.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
comment String
Comment.
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
CASB profile name.
objectCasbProfileId String
an identifier for the resource with format {{name}}.
saasApplications List<ObjectCasbProfileSaasApplication>
Saas-Application. The structure of saas_application 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.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
comment string
Comment.
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
CASB profile name.
objectCasbProfileId string
an identifier for the resource with format {{name}}.
saasApplications ObjectCasbProfileSaasApplication[]
Saas-Application. The structure of saas_application 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.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
comment str
Comment.
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
CASB profile name.
object_casb_profile_id str
an identifier for the resource with format {{name}}.
saas_applications Sequence[ObjectCasbProfileSaasApplicationArgs]
Saas-Application. The structure of saas_application 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.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
comment String
Comment.
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
CASB profile name.
objectCasbProfileId String
an identifier for the resource with format {{name}}.
saasApplications List<Property Map>
Saas-Application. The structure of saas_application 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.

Supporting Types

ObjectCasbProfileSaasApplication
, ObjectCasbProfileSaasApplicationArgs

AccessRules List<ObjectCasbProfileSaasApplicationAccessRule>
Access-Rule. The structure of access_rule block is documented below.
AdvancedTenantControls List<ObjectCasbProfileSaasApplicationAdvancedTenantControl>
Advanced-Tenant-Control. The structure of advanced_tenant_control block is documented below.
CustomControls List<ObjectCasbProfileSaasApplicationCustomControl>
Custom-Control. The structure of custom_control block is documented below.
DomainControl string
Enable/disable domain control. Valid values: disable, enable.
DomainControlDomains List<string>
CASB profile domain control domains.
Log string
Enable/disable log settings. Valid values: disable, enable.
Name string
CASB profile SaaS application name.
SafeSearch string
Enable/disable safe search. Valid values: disable, enable.
SafeSearchControls List<string>
CASB profile safe search control.
Status string
Enable/disable setting. Valid values: disable, enable.
TenantControl string
Enable/disable tenant control. Valid values: disable, enable.
TenantControlTenants List<string>
CASB profile tenant control tenants.
AccessRules []ObjectCasbProfileSaasApplicationAccessRuleType
Access-Rule. The structure of access_rule block is documented below.
AdvancedTenantControls []ObjectCasbProfileSaasApplicationAdvancedTenantControlType
Advanced-Tenant-Control. The structure of advanced_tenant_control block is documented below.
CustomControls []ObjectCasbProfileSaasApplicationCustomControlType
Custom-Control. The structure of custom_control block is documented below.
DomainControl string
Enable/disable domain control. Valid values: disable, enable.
DomainControlDomains []string
CASB profile domain control domains.
Log string
Enable/disable log settings. Valid values: disable, enable.
Name string
CASB profile SaaS application name.
SafeSearch string
Enable/disable safe search. Valid values: disable, enable.
SafeSearchControls []string
CASB profile safe search control.
Status string
Enable/disable setting. Valid values: disable, enable.
TenantControl string
Enable/disable tenant control. Valid values: disable, enable.
TenantControlTenants []string
CASB profile tenant control tenants.
accessRules List<ObjectCasbProfileSaasApplicationAccessRule>
Access-Rule. The structure of access_rule block is documented below.
advancedTenantControls List<ObjectCasbProfileSaasApplicationAdvancedTenantControl>
Advanced-Tenant-Control. The structure of advanced_tenant_control block is documented below.
customControls List<ObjectCasbProfileSaasApplicationCustomControl>
Custom-Control. The structure of custom_control block is documented below.
domainControl String
Enable/disable domain control. Valid values: disable, enable.
domainControlDomains List<String>
CASB profile domain control domains.
log String
Enable/disable log settings. Valid values: disable, enable.
name String
CASB profile SaaS application name.
safeSearch String
Enable/disable safe search. Valid values: disable, enable.
safeSearchControls List<String>
CASB profile safe search control.
status String
Enable/disable setting. Valid values: disable, enable.
tenantControl String
Enable/disable tenant control. Valid values: disable, enable.
tenantControlTenants List<String>
CASB profile tenant control tenants.
accessRules ObjectCasbProfileSaasApplicationAccessRule[]
Access-Rule. The structure of access_rule block is documented below.
advancedTenantControls ObjectCasbProfileSaasApplicationAdvancedTenantControl[]
Advanced-Tenant-Control. The structure of advanced_tenant_control block is documented below.
customControls ObjectCasbProfileSaasApplicationCustomControl[]
Custom-Control. The structure of custom_control block is documented below.
domainControl string
Enable/disable domain control. Valid values: disable, enable.
domainControlDomains string[]
CASB profile domain control domains.
log string
Enable/disable log settings. Valid values: disable, enable.
name string
CASB profile SaaS application name.
safeSearch string
Enable/disable safe search. Valid values: disable, enable.
safeSearchControls string[]
CASB profile safe search control.
status string
Enable/disable setting. Valid values: disable, enable.
tenantControl string
Enable/disable tenant control. Valid values: disable, enable.
tenantControlTenants string[]
CASB profile tenant control tenants.
access_rules Sequence[ObjectCasbProfileSaasApplicationAccessRule]
Access-Rule. The structure of access_rule block is documented below.
advanced_tenant_controls Sequence[ObjectCasbProfileSaasApplicationAdvancedTenantControl]
Advanced-Tenant-Control. The structure of advanced_tenant_control block is documented below.
custom_controls Sequence[ObjectCasbProfileSaasApplicationCustomControl]
Custom-Control. The structure of custom_control block is documented below.
domain_control str
Enable/disable domain control. Valid values: disable, enable.
domain_control_domains Sequence[str]
CASB profile domain control domains.
log str
Enable/disable log settings. Valid values: disable, enable.
name str
CASB profile SaaS application name.
safe_search str
Enable/disable safe search. Valid values: disable, enable.
safe_search_controls Sequence[str]
CASB profile safe search control.
status str
Enable/disable setting. Valid values: disable, enable.
tenant_control str
Enable/disable tenant control. Valid values: disable, enable.
tenant_control_tenants Sequence[str]
CASB profile tenant control tenants.
accessRules List<Property Map>
Access-Rule. The structure of access_rule block is documented below.
advancedTenantControls List<Property Map>
Advanced-Tenant-Control. The structure of advanced_tenant_control block is documented below.
customControls List<Property Map>
Custom-Control. The structure of custom_control block is documented below.
domainControl String
Enable/disable domain control. Valid values: disable, enable.
domainControlDomains List<String>
CASB profile domain control domains.
log String
Enable/disable log settings. Valid values: disable, enable.
name String
CASB profile SaaS application name.
safeSearch String
Enable/disable safe search. Valid values: disable, enable.
safeSearchControls List<String>
CASB profile safe search control.
status String
Enable/disable setting. Valid values: disable, enable.
tenantControl String
Enable/disable tenant control. Valid values: disable, enable.
tenantControlTenants List<String>
CASB profile tenant control tenants.

ObjectCasbProfileSaasApplicationAccessRule
, ObjectCasbProfileSaasApplicationAccessRuleArgs

Action string
CASB access rule action. Valid values: block, bypass, monitor.
AttributeFilters List<ObjectCasbProfileSaasApplicationAccessRuleAttributeFilter>
Attribute-Filter. The structure of attribute_filter block is documented below.
Bypasses List<string>
CASB bypass options. Valid values: av, dlp, web-filter, file-filter, video-filter.
Name string
CASB access rule activity name.
Action string
CASB access rule action. Valid values: block, bypass, monitor.
AttributeFilters []ObjectCasbProfileSaasApplicationAccessRuleAttributeFilterType
Attribute-Filter. The structure of attribute_filter block is documented below.
Bypasses []string
CASB bypass options. Valid values: av, dlp, web-filter, file-filter, video-filter.
Name string
CASB access rule activity name.
action String
CASB access rule action. Valid values: block, bypass, monitor.
attributeFilters List<ObjectCasbProfileSaasApplicationAccessRuleAttributeFilter>
Attribute-Filter. The structure of attribute_filter block is documented below.
bypasses List<String>
CASB bypass options. Valid values: av, dlp, web-filter, file-filter, video-filter.
name String
CASB access rule activity name.
action string
CASB access rule action. Valid values: block, bypass, monitor.
attributeFilters ObjectCasbProfileSaasApplicationAccessRuleAttributeFilter[]
Attribute-Filter. The structure of attribute_filter block is documented below.
bypasses string[]
CASB bypass options. Valid values: av, dlp, web-filter, file-filter, video-filter.
name string
CASB access rule activity name.
action str
CASB access rule action. Valid values: block, bypass, monitor.
attribute_filters Sequence[ObjectCasbProfileSaasApplicationAccessRuleAttributeFilter]
Attribute-Filter. The structure of attribute_filter block is documented below.
bypasses Sequence[str]
CASB bypass options. Valid values: av, dlp, web-filter, file-filter, video-filter.
name str
CASB access rule activity name.
action String
CASB access rule action. Valid values: block, bypass, monitor.
attributeFilters List<Property Map>
Attribute-Filter. The structure of attribute_filter block is documented below.
bypasses List<String>
CASB bypass options. Valid values: av, dlp, web-filter, file-filter, video-filter.
name String
CASB access rule activity name.

ObjectCasbProfileSaasApplicationAccessRuleAttributeFilter
, ObjectCasbProfileSaasApplicationAccessRuleAttributeFilterArgs

Action string
CASB access rule tenant control action. Valid values: block, monitor, bypass.
AttributeMatches List<string>
CASB access rule tenant match.
Id double
CASB tenant control ID.
Action string
CASB access rule tenant control action. Valid values: block, monitor, bypass.
AttributeMatches []string
CASB access rule tenant match.
Id float64
CASB tenant control ID.
action String
CASB access rule tenant control action. Valid values: block, monitor, bypass.
attributeMatches List<String>
CASB access rule tenant match.
id Double
CASB tenant control ID.
action string
CASB access rule tenant control action. Valid values: block, monitor, bypass.
attributeMatches string[]
CASB access rule tenant match.
id number
CASB tenant control ID.
action str
CASB access rule tenant control action. Valid values: block, monitor, bypass.
attribute_matches Sequence[str]
CASB access rule tenant match.
id float
CASB tenant control ID.
action String
CASB access rule tenant control action. Valid values: block, monitor, bypass.
attributeMatches List<String>
CASB access rule tenant match.
id Number
CASB tenant control ID.

ObjectCasbProfileSaasApplicationAdvancedTenantControl
, ObjectCasbProfileSaasApplicationAdvancedTenantControlArgs

Attributes List<ObjectCasbProfileSaasApplicationAdvancedTenantControlAttribute>
Attribute. The structure of attribute block is documented below.
Names List<string>
CASB advanced tenant control name.
Attributes []ObjectCasbProfileSaasApplicationAdvancedTenantControlAttributeType
Attribute. The structure of attribute block is documented below.
Names []string
CASB advanced tenant control name.
attributes List<ObjectCasbProfileSaasApplicationAdvancedTenantControlAttribute>
Attribute. The structure of attribute block is documented below.
names List<String>
CASB advanced tenant control name.
attributes ObjectCasbProfileSaasApplicationAdvancedTenantControlAttribute[]
Attribute. The structure of attribute block is documented below.
names string[]
CASB advanced tenant control name.
attributes Sequence[ObjectCasbProfileSaasApplicationAdvancedTenantControlAttribute]
Attribute. The structure of attribute block is documented below.
names Sequence[str]
CASB advanced tenant control name.
attributes List<Property Map>
Attribute. The structure of attribute block is documented below.
names List<String>
CASB advanced tenant control name.

ObjectCasbProfileSaasApplicationAdvancedTenantControlAttribute
, ObjectCasbProfileSaasApplicationAdvancedTenantControlAttributeArgs

Inputs List<string>
CASB extend user input value.
Name string
CASB extend user input name.
Inputs []string
CASB extend user input value.
Name string
CASB extend user input name.
inputs List<String>
CASB extend user input value.
name String
CASB extend user input name.
inputs string[]
CASB extend user input value.
name string
CASB extend user input name.
inputs Sequence[str]
CASB extend user input value.
name str
CASB extend user input name.
inputs List<String>
CASB extend user input value.
name String
CASB extend user input name.

ObjectCasbProfileSaasApplicationCustomControl
, ObjectCasbProfileSaasApplicationCustomControlArgs

AttributeFilters List<ObjectCasbProfileSaasApplicationCustomControlAttributeFilter>
Attribute-Filter. The structure of attribute_filter block is documented below.
Name string
CASB custom control user activity name.
Options List<ObjectCasbProfileSaasApplicationCustomControlOption>
Option. The structure of option block is documented below.
AttributeFilters []ObjectCasbProfileSaasApplicationCustomControlAttributeFilterType
Attribute-Filter. The structure of attribute_filter block is documented below.
Name string
CASB custom control user activity name.
Options []ObjectCasbProfileSaasApplicationCustomControlOptionType
Option. The structure of option block is documented below.
attributeFilters List<ObjectCasbProfileSaasApplicationCustomControlAttributeFilter>
Attribute-Filter. The structure of attribute_filter block is documented below.
name String
CASB custom control user activity name.
options List<ObjectCasbProfileSaasApplicationCustomControlOption>
Option. The structure of option block is documented below.
attributeFilters ObjectCasbProfileSaasApplicationCustomControlAttributeFilter[]
Attribute-Filter. The structure of attribute_filter block is documented below.
name string
CASB custom control user activity name.
options ObjectCasbProfileSaasApplicationCustomControlOption[]
Option. The structure of option block is documented below.
attribute_filters Sequence[ObjectCasbProfileSaasApplicationCustomControlAttributeFilter]
Attribute-Filter. The structure of attribute_filter block is documented below.
name str
CASB custom control user activity name.
options Sequence[ObjectCasbProfileSaasApplicationCustomControlOption]
Option. The structure of option block is documented below.
attributeFilters List<Property Map>
Attribute-Filter. The structure of attribute_filter block is documented below.
name String
CASB custom control user activity name.
options List<Property Map>
Option. The structure of option block is documented below.

ObjectCasbProfileSaasApplicationCustomControlAttributeFilter
, ObjectCasbProfileSaasApplicationCustomControlAttributeFilterArgs

Action string
CASB access rule tenant control action. Valid values: block, monitor, bypass.
AttributeMatches List<string>
CASB access rule tenant match.
Id double
CASB tenant control ID.
Action string
CASB access rule tenant control action. Valid values: block, monitor, bypass.
AttributeMatches []string
CASB access rule tenant match.
Id float64
CASB tenant control ID.
action String
CASB access rule tenant control action. Valid values: block, monitor, bypass.
attributeMatches List<String>
CASB access rule tenant match.
id Double
CASB tenant control ID.
action string
CASB access rule tenant control action. Valid values: block, monitor, bypass.
attributeMatches string[]
CASB access rule tenant match.
id number
CASB tenant control ID.
action str
CASB access rule tenant control action. Valid values: block, monitor, bypass.
attribute_matches Sequence[str]
CASB access rule tenant match.
id float
CASB tenant control ID.
action String
CASB access rule tenant control action. Valid values: block, monitor, bypass.
attributeMatches List<String>
CASB access rule tenant match.
id Number
CASB tenant control ID.

ObjectCasbProfileSaasApplicationCustomControlOption
, ObjectCasbProfileSaasApplicationCustomControlOptionArgs

Name string
CASB custom control option name.
UserInputs List<string>
CASB custom control user input.
Name string
CASB custom control option name.
UserInputs []string
CASB custom control user input.
name String
CASB custom control option name.
userInputs List<String>
CASB custom control user input.
name string
CASB custom control option name.
userInputs string[]
CASB custom control user input.
name str
CASB custom control option name.
user_inputs Sequence[str]
CASB custom control user input.
name String
CASB custom control option name.
userInputs List<String>
CASB custom control user input.

Import

ObjectCasb Profile can be imported using any of these accepted formats:

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

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