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

fortimanager.ObjectCasbProfileSaasapplication

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    CASB profile SaaS application.

    This resource is a sub resource for variable saas_application of resource fortimanager.ObjectCasbProfile. 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.ObjectCasbProfileSaasapplicationAccessrule
    • custom_control: fortimanager.ObjectCasbProfileSaasapplicationCustomcontrol

    Create ObjectCasbProfileSaasapplication Resource

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

    Constructor syntax

    new ObjectCasbProfileSaasapplication(name: string, args: ObjectCasbProfileSaasapplicationArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectCasbProfileSaasapplication(resource_name: str,
                                         args: ObjectCasbProfileSaasapplicationArgs,
                                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectCasbProfileSaasapplication(resource_name: str,
                                         opts: Optional[ResourceOptions] = None,
                                         profile: Optional[str] = None,
                                         object_casb_profile_saasapplication_id: Optional[str] = None,
                                         adom: Optional[str] = None,
                                         domain_control: Optional[str] = None,
                                         domain_control_domains: Optional[Sequence[str]] = None,
                                         dynamic_sort_subtable: Optional[str] = None,
                                         log: Optional[str] = None,
                                         custom_controls: Optional[Sequence[ObjectCasbProfileSaasapplicationCustomControlArgs]] = None,
                                         access_rules: Optional[Sequence[ObjectCasbProfileSaasapplicationAccessRuleArgs]] = None,
                                         name: Optional[str] = None,
                                         safe_search: Optional[str] = None,
                                         safe_search_controls: Optional[Sequence[str]] = None,
                                         scopetype: Optional[str] = None,
                                         status: Optional[str] = None,
                                         tenant_control: Optional[str] = None,
                                         tenant_control_tenants: Optional[Sequence[str]] = None)
    func NewObjectCasbProfileSaasapplication(ctx *Context, name string, args ObjectCasbProfileSaasapplicationArgs, opts ...ResourceOption) (*ObjectCasbProfileSaasapplication, error)
    public ObjectCasbProfileSaasapplication(string name, ObjectCasbProfileSaasapplicationArgs args, CustomResourceOptions? opts = null)
    public ObjectCasbProfileSaasapplication(String name, ObjectCasbProfileSaasapplicationArgs args)
    public ObjectCasbProfileSaasapplication(String name, ObjectCasbProfileSaasapplicationArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectCasbProfileSaasapplication
    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 ObjectCasbProfileSaasapplicationArgs
    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 ObjectCasbProfileSaasapplicationArgs
    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 ObjectCasbProfileSaasapplicationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectCasbProfileSaasapplicationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectCasbProfileSaasapplicationArgs
    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 objectCasbProfileSaasapplicationResource = new Fortimanager.ObjectCasbProfileSaasapplication("objectCasbProfileSaasapplicationResource", new()
    {
        Profile = "string",
        ObjectCasbProfileSaasapplicationId = "string",
        Adom = "string",
        DomainControl = "string",
        DomainControlDomains = new[]
        {
            "string",
        },
        DynamicSortSubtable = "string",
        Log = "string",
        CustomControls = new[]
        {
            new Fortimanager.Inputs.ObjectCasbProfileSaasapplicationCustomControlArgs
            {
                Name = "string",
                Options = new[]
                {
                    new Fortimanager.Inputs.ObjectCasbProfileSaasapplicationCustomControlOptionArgs
                    {
                        Name = "string",
                        UserInputs = new[]
                        {
                            "string",
                        },
                    },
                },
            },
        },
        AccessRules = new[]
        {
            new Fortimanager.Inputs.ObjectCasbProfileSaasapplicationAccessRuleArgs
            {
                Action = "string",
                Bypasses = new[]
                {
                    "string",
                },
                Name = "string",
            },
        },
        Name = "string",
        SafeSearch = "string",
        SafeSearchControls = new[]
        {
            "string",
        },
        Scopetype = "string",
        Status = "string",
        TenantControl = "string",
        TenantControlTenants = new[]
        {
            "string",
        },
    });
    
    example, err := fortimanager.NewObjectCasbProfileSaasapplication(ctx, "objectCasbProfileSaasapplicationResource", &fortimanager.ObjectCasbProfileSaasapplicationArgs{
    Profile: pulumi.String("string"),
    ObjectCasbProfileSaasapplicationId: pulumi.String("string"),
    Adom: pulumi.String("string"),
    DomainControl: pulumi.String("string"),
    DomainControlDomains: pulumi.StringArray{
    pulumi.String("string"),
    },
    DynamicSortSubtable: pulumi.String("string"),
    Log: pulumi.String("string"),
    CustomControls: .ObjectCasbProfileSaasapplicationCustomControlTypeArray{
    &.ObjectCasbProfileSaasapplicationCustomControlTypeArgs{
    Name: pulumi.String("string"),
    Options: .ObjectCasbProfileSaasapplicationCustomControlOptionTypeArray{
    &.ObjectCasbProfileSaasapplicationCustomControlOptionTypeArgs{
    Name: pulumi.String("string"),
    UserInputs: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    },
    },
    AccessRules: .ObjectCasbProfileSaasapplicationAccessRuleTypeArray{
    &.ObjectCasbProfileSaasapplicationAccessRuleTypeArgs{
    Action: pulumi.String("string"),
    Bypasses: pulumi.StringArray{
    pulumi.String("string"),
    },
    Name: pulumi.String("string"),
    },
    },
    Name: pulumi.String("string"),
    SafeSearch: pulumi.String("string"),
    SafeSearchControls: pulumi.StringArray{
    pulumi.String("string"),
    },
    Scopetype: pulumi.String("string"),
    Status: pulumi.String("string"),
    TenantControl: pulumi.String("string"),
    TenantControlTenants: pulumi.StringArray{
    pulumi.String("string"),
    },
    })
    
    var objectCasbProfileSaasapplicationResource = new ObjectCasbProfileSaasapplication("objectCasbProfileSaasapplicationResource", ObjectCasbProfileSaasapplicationArgs.builder()
        .profile("string")
        .objectCasbProfileSaasapplicationId("string")
        .adom("string")
        .domainControl("string")
        .domainControlDomains("string")
        .dynamicSortSubtable("string")
        .log("string")
        .customControls(ObjectCasbProfileSaasapplicationCustomControlArgs.builder()
            .name("string")
            .options(ObjectCasbProfileSaasapplicationCustomControlOptionArgs.builder()
                .name("string")
                .userInputs("string")
                .build())
            .build())
        .accessRules(ObjectCasbProfileSaasapplicationAccessRuleArgs.builder()
            .action("string")
            .bypasses("string")
            .name("string")
            .build())
        .name("string")
        .safeSearch("string")
        .safeSearchControls("string")
        .scopetype("string")
        .status("string")
        .tenantControl("string")
        .tenantControlTenants("string")
        .build());
    
    object_casb_profile_saasapplication_resource = fortimanager.ObjectCasbProfileSaasapplication("objectCasbProfileSaasapplicationResource",
        profile="string",
        object_casb_profile_saasapplication_id="string",
        adom="string",
        domain_control="string",
        domain_control_domains=["string"],
        dynamic_sort_subtable="string",
        log="string",
        custom_controls=[{
            "name": "string",
            "options": [{
                "name": "string",
                "user_inputs": ["string"],
            }],
        }],
        access_rules=[{
            "action": "string",
            "bypasses": ["string"],
            "name": "string",
        }],
        name="string",
        safe_search="string",
        safe_search_controls=["string"],
        scopetype="string",
        status="string",
        tenant_control="string",
        tenant_control_tenants=["string"])
    
    const objectCasbProfileSaasapplicationResource = new fortimanager.ObjectCasbProfileSaasapplication("objectCasbProfileSaasapplicationResource", {
        profile: "string",
        objectCasbProfileSaasapplicationId: "string",
        adom: "string",
        domainControl: "string",
        domainControlDomains: ["string"],
        dynamicSortSubtable: "string",
        log: "string",
        customControls: [{
            name: "string",
            options: [{
                name: "string",
                userInputs: ["string"],
            }],
        }],
        accessRules: [{
            action: "string",
            bypasses: ["string"],
            name: "string",
        }],
        name: "string",
        safeSearch: "string",
        safeSearchControls: ["string"],
        scopetype: "string",
        status: "string",
        tenantControl: "string",
        tenantControlTenants: ["string"],
    });
    
    type: fortimanager:ObjectCasbProfileSaasapplication
    properties:
        accessRules:
            - action: string
              bypasses:
                - string
              name: string
        adom: string
        customControls:
            - name: string
              options:
                - name: string
                  userInputs:
                    - string
        domainControl: string
        domainControlDomains:
            - string
        dynamicSortSubtable: string
        log: string
        name: string
        objectCasbProfileSaasapplicationId: string
        profile: string
        safeSearch: string
        safeSearchControls:
            - string
        scopetype: string
        status: string
        tenantControl: string
        tenantControlTenants:
            - string
    

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

    Profile string
    Profile.
    AccessRules List<ObjectCasbProfileSaasapplicationAccessRule>
    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<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.
    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
    Enable/disable log settings. Valid values: disable, enable.
    Name string
    CASB profile SaaS application name.
    ObjectCasbProfileSaasapplicationId string
    an identifier for the resource with format {{name}}.
    SafeSearch string
    Enable/disable safe search. Valid values: disable, enable.
    SafeSearchControls List<string>
    CASB profile 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.
    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.
    Profile string
    Profile.
    AccessRules []ObjectCasbProfileSaasapplicationAccessRuleTypeArgs
    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 []ObjectCasbProfileSaasapplicationCustomControlTypeArgs
    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.
    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
    Enable/disable log settings. Valid values: disable, enable.
    Name string
    CASB profile SaaS application name.
    ObjectCasbProfileSaasapplicationId string
    an identifier for the resource with format {{name}}.
    SafeSearch string
    Enable/disable safe search. Valid values: disable, enable.
    SafeSearchControls []string
    CASB profile 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.
    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.
    profile String
    Profile.
    accessRules List<ObjectCasbProfileSaasapplicationAccessRule>
    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<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.
    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
    Enable/disable log settings. Valid values: disable, enable.
    name String
    CASB profile SaaS application name.
    objectCasbProfileSaasapplicationId String
    an identifier for the resource with format {{name}}.
    safeSearch String
    Enable/disable safe search. Valid values: disable, enable.
    safeSearchControls List<String>
    CASB profile 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.
    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.
    profile string
    Profile.
    accessRules ObjectCasbProfileSaasapplicationAccessRule[]
    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 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.
    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
    Enable/disable log settings. Valid values: disable, enable.
    name string
    CASB profile SaaS application name.
    objectCasbProfileSaasapplicationId string
    an identifier for the resource with format {{name}}.
    safeSearch string
    Enable/disable safe search. Valid values: disable, enable.
    safeSearchControls string[]
    CASB profile 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.
    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.
    profile str
    Profile.
    access_rules Sequence[ObjectCasbProfileSaasapplicationAccessRuleArgs]
    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[ObjectCasbProfileSaasapplicationCustomControlArgs]
    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.
    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
    Enable/disable log settings. Valid values: disable, enable.
    name str
    CASB profile SaaS application name.
    object_casb_profile_saasapplication_id str
    an identifier for the resource with format {{name}}.
    safe_search str
    Enable/disable safe search. Valid values: disable, enable.
    safe_search_controls Sequence[str]
    CASB profile 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.
    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.
    profile String
    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
    Enable/disable domain control. Valid values: disable, enable.
    domainControlDomains List<String>
    CASB profile 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
    Enable/disable log settings. Valid values: disable, enable.
    name String
    CASB profile SaaS application name.
    objectCasbProfileSaasapplicationId String
    an identifier for the resource with format {{name}}.
    safeSearch String
    Enable/disable safe search. Valid values: disable, enable.
    safeSearchControls List<String>
    CASB profile 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.
    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.

    Outputs

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

    Get an existing ObjectCasbProfileSaasapplication 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?: ObjectCasbProfileSaasapplicationState, opts?: CustomResourceOptions): ObjectCasbProfileSaasapplication
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            access_rules: Optional[Sequence[ObjectCasbProfileSaasapplicationAccessRuleArgs]] = None,
            adom: Optional[str] = None,
            custom_controls: Optional[Sequence[ObjectCasbProfileSaasapplicationCustomControlArgs]] = 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_casb_profile_saasapplication_id: Optional[str] = None,
            profile: Optional[str] = None,
            safe_search: Optional[str] = None,
            safe_search_controls: Optional[Sequence[str]] = None,
            scopetype: Optional[str] = None,
            status: Optional[str] = None,
            tenant_control: Optional[str] = None,
            tenant_control_tenants: Optional[Sequence[str]] = None) -> ObjectCasbProfileSaasapplication
    func GetObjectCasbProfileSaasapplication(ctx *Context, name string, id IDInput, state *ObjectCasbProfileSaasapplicationState, opts ...ResourceOption) (*ObjectCasbProfileSaasapplication, error)
    public static ObjectCasbProfileSaasapplication Get(string name, Input<string> id, ObjectCasbProfileSaasapplicationState? state, CustomResourceOptions? opts = null)
    public static ObjectCasbProfileSaasapplication get(String name, Output<String> id, ObjectCasbProfileSaasapplicationState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectCasbProfileSaasapplication    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.
    The following state arguments are supported:
    AccessRules List<ObjectCasbProfileSaasapplicationAccessRule>
    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<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.
    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
    Enable/disable log settings. Valid values: disable, enable.
    Name string
    CASB profile SaaS application name.
    ObjectCasbProfileSaasapplicationId string
    an identifier for the resource with format {{name}}.
    Profile string
    Profile.
    SafeSearch string
    Enable/disable safe search. Valid values: disable, enable.
    SafeSearchControls List<string>
    CASB profile 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.
    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 []ObjectCasbProfileSaasapplicationAccessRuleTypeArgs
    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 []ObjectCasbProfileSaasapplicationCustomControlTypeArgs
    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.
    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
    Enable/disable log settings. Valid values: disable, enable.
    Name string
    CASB profile SaaS application name.
    ObjectCasbProfileSaasapplicationId string
    an identifier for the resource with format {{name}}.
    Profile string
    Profile.
    SafeSearch string
    Enable/disable safe search. Valid values: disable, enable.
    SafeSearchControls []string
    CASB profile 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.
    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.
    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<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.
    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
    Enable/disable log settings. Valid values: disable, enable.
    name String
    CASB profile SaaS application name.
    objectCasbProfileSaasapplicationId String
    an identifier for the resource with format {{name}}.
    profile String
    Profile.
    safeSearch String
    Enable/disable safe search. Valid values: disable, enable.
    safeSearchControls List<String>
    CASB profile 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.
    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.
    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 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.
    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
    Enable/disable log settings. Valid values: disable, enable.
    name string
    CASB profile SaaS application name.
    objectCasbProfileSaasapplicationId string
    an identifier for the resource with format {{name}}.
    profile string
    Profile.
    safeSearch string
    Enable/disable safe search. Valid values: disable, enable.
    safeSearchControls string[]
    CASB profile 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.
    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[ObjectCasbProfileSaasapplicationAccessRuleArgs]
    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[ObjectCasbProfileSaasapplicationCustomControlArgs]
    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.
    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
    Enable/disable log settings. Valid values: disable, enable.
    name str
    CASB profile SaaS application name.
    object_casb_profile_saasapplication_id str
    an identifier for the resource with format {{name}}.
    profile str
    Profile.
    safe_search str
    Enable/disable safe search. Valid values: disable, enable.
    safe_search_controls Sequence[str]
    CASB profile 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.
    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.
    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
    Enable/disable domain control. Valid values: disable, enable.
    domainControlDomains List<String>
    CASB profile 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
    Enable/disable log settings. Valid values: disable, enable.
    name String
    CASB profile SaaS application name.
    objectCasbProfileSaasapplicationId String
    an identifier for the resource with format {{name}}.
    profile String
    Profile.
    safeSearch String
    Enable/disable safe search. Valid values: disable, enable.
    safeSearchControls List<String>
    CASB profile 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.
    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.

    Supporting Types

    ObjectCasbProfileSaasapplicationAccessRule, ObjectCasbProfileSaasapplicationAccessRuleArgs

    Action string
    CASB access rule action. Valid values: block, bypass, monitor.
    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.
    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.
    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.
    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.
    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.
    bypasses List<String>
    CASB bypass options. Valid values: av, dlp, web-filter, file-filter, video-filter.
    name String
    CASB access rule activity name.

    ObjectCasbProfileSaasapplicationCustomControl, ObjectCasbProfileSaasapplicationCustomControlArgs

    Name string
    CASB custom control user activity name.
    Options List<ObjectCasbProfileSaasapplicationCustomControlOption>
    Option. The structure of option block is documented below.
    Name string
    CASB custom control user activity name.
    Options []ObjectCasbProfileSaasapplicationCustomControlOptionType
    Option. The structure of option block is documented below.
    name String
    CASB custom control user activity name.
    options List<ObjectCasbProfileSaasapplicationCustomControlOption>
    Option. The structure of option block is documented below.
    name string
    CASB custom control user activity name.
    options ObjectCasbProfileSaasapplicationCustomControlOption[]
    Option. The structure of option block is documented below.
    name str
    CASB custom control user activity name.
    options Sequence[ObjectCasbProfileSaasapplicationCustomControlOption]
    Option. The structure of option 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.

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

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectCasbProfileSaasapplication:ObjectCasbProfileSaasapplication 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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev