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

fortimanager.ObjectCasbProfileSaasapplicationCustomcontrol

Explore with Pulumi AI

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

    CASB profile custom control.

    This resource is a sub resource for variable custom_control of resource fortimanager.ObjectCasbProfileSaasapplication. Conflict and overwrite may occur if use both of them. The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

    • option: fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolOption

    Create ObjectCasbProfileSaasapplicationCustomcontrol Resource

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

    Constructor syntax

    new ObjectCasbProfileSaasapplicationCustomcontrol(name: string, args: ObjectCasbProfileSaasapplicationCustomcontrolArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectCasbProfileSaasapplicationCustomcontrol(resource_name: str,
                                                      args: ObjectCasbProfileSaasapplicationCustomcontrolArgs,
                                                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectCasbProfileSaasapplicationCustomcontrol(resource_name: str,
                                                      opts: Optional[ResourceOptions] = None,
                                                      profile: Optional[str] = None,
                                                      saas_application: Optional[str] = None,
                                                      adom: Optional[str] = None,
                                                      dynamic_sort_subtable: Optional[str] = None,
                                                      name: Optional[str] = None,
                                                      object_casb_profile_saasapplication_customcontrol_id: Optional[str] = None,
                                                      options: Optional[Sequence[ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs]] = None,
                                                      scopetype: Optional[str] = None)
    func NewObjectCasbProfileSaasapplicationCustomcontrol(ctx *Context, name string, args ObjectCasbProfileSaasapplicationCustomcontrolArgs, opts ...ResourceOption) (*ObjectCasbProfileSaasapplicationCustomcontrol, error)
    public ObjectCasbProfileSaasapplicationCustomcontrol(string name, ObjectCasbProfileSaasapplicationCustomcontrolArgs args, CustomResourceOptions? opts = null)
    public ObjectCasbProfileSaasapplicationCustomcontrol(String name, ObjectCasbProfileSaasapplicationCustomcontrolArgs args)
    public ObjectCasbProfileSaasapplicationCustomcontrol(String name, ObjectCasbProfileSaasapplicationCustomcontrolArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectCasbProfileSaasapplicationCustomcontrol
    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 ObjectCasbProfileSaasapplicationCustomcontrolArgs
    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 ObjectCasbProfileSaasapplicationCustomcontrolArgs
    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 ObjectCasbProfileSaasapplicationCustomcontrolArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectCasbProfileSaasapplicationCustomcontrolArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectCasbProfileSaasapplicationCustomcontrolArgs
    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 objectCasbProfileSaasapplicationCustomcontrolResource = new Fortimanager.ObjectCasbProfileSaasapplicationCustomcontrol("objectCasbProfileSaasapplicationCustomcontrolResource", new()
    {
        Profile = "string",
        SaasApplication = "string",
        Adom = "string",
        DynamicSortSubtable = "string",
        Name = "string",
        ObjectCasbProfileSaasapplicationCustomcontrolId = "string",
        Options = new[]
        {
            new Fortimanager.Inputs.ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs
            {
                Name = "string",
                UserInputs = new[]
                {
                    "string",
                },
            },
        },
        Scopetype = "string",
    });
    
    example, err := fortimanager.NewObjectCasbProfileSaasapplicationCustomcontrol(ctx, "objectCasbProfileSaasapplicationCustomcontrolResource", &fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolArgs{
    Profile: pulumi.String("string"),
    SaasApplication: pulumi.String("string"),
    Adom: pulumi.String("string"),
    DynamicSortSubtable: pulumi.String("string"),
    Name: pulumi.String("string"),
    ObjectCasbProfileSaasapplicationCustomcontrolId: pulumi.String("string"),
    Options: .ObjectCasbProfileSaasapplicationCustomcontrolOptionTypeArray{
    &.ObjectCasbProfileSaasapplicationCustomcontrolOptionTypeArgs{
    Name: pulumi.String("string"),
    UserInputs: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    Scopetype: pulumi.String("string"),
    })
    
    var objectCasbProfileSaasapplicationCustomcontrolResource = new ObjectCasbProfileSaasapplicationCustomcontrol("objectCasbProfileSaasapplicationCustomcontrolResource", ObjectCasbProfileSaasapplicationCustomcontrolArgs.builder()
        .profile("string")
        .saasApplication("string")
        .adom("string")
        .dynamicSortSubtable("string")
        .name("string")
        .objectCasbProfileSaasapplicationCustomcontrolId("string")
        .options(ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs.builder()
            .name("string")
            .userInputs("string")
            .build())
        .scopetype("string")
        .build());
    
    object_casb_profile_saasapplication_customcontrol_resource = fortimanager.ObjectCasbProfileSaasapplicationCustomcontrol("objectCasbProfileSaasapplicationCustomcontrolResource",
        profile="string",
        saas_application="string",
        adom="string",
        dynamic_sort_subtable="string",
        name="string",
        object_casb_profile_saasapplication_customcontrol_id="string",
        options=[{
            "name": "string",
            "user_inputs": ["string"],
        }],
        scopetype="string")
    
    const objectCasbProfileSaasapplicationCustomcontrolResource = new fortimanager.ObjectCasbProfileSaasapplicationCustomcontrol("objectCasbProfileSaasapplicationCustomcontrolResource", {
        profile: "string",
        saasApplication: "string",
        adom: "string",
        dynamicSortSubtable: "string",
        name: "string",
        objectCasbProfileSaasapplicationCustomcontrolId: "string",
        options: [{
            name: "string",
            userInputs: ["string"],
        }],
        scopetype: "string",
    });
    
    type: fortimanager:ObjectCasbProfileSaasapplicationCustomcontrol
    properties:
        adom: string
        dynamicSortSubtable: string
        name: string
        objectCasbProfileSaasapplicationCustomcontrolId: string
        options:
            - name: string
              userInputs:
                - string
        profile: string
        saasApplication: string
        scopetype: string
    

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

    Profile string
    Profile.
    SaasApplication string
    Saas Application.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Name string
    CASB custom control user activity name.
    ObjectCasbProfileSaasapplicationCustomcontrolId string
    an identifier for the resource with format {{name}}.
    Options List<ObjectCasbProfileSaasapplicationCustomcontrolOption>
    Option. The structure of option block is documented below.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Profile string
    Profile.
    SaasApplication string
    Saas Application.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Name string
    CASB custom control user activity name.
    ObjectCasbProfileSaasapplicationCustomcontrolId string
    an identifier for the resource with format {{name}}.
    Options []ObjectCasbProfileSaasapplicationCustomcontrolOptionTypeArgs
    Option. The structure of option block is documented below.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    profile String
    Profile.
    saasApplication String
    Saas Application.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name String
    CASB custom control user activity name.
    objectCasbProfileSaasapplicationCustomcontrolId String
    an identifier for the resource with format {{name}}.
    options List<ObjectCasbProfileSaasapplicationCustomcontrolOption>
    Option. The structure of option block is documented below.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    profile string
    Profile.
    saasApplication string
    Saas Application.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name string
    CASB custom control user activity name.
    objectCasbProfileSaasapplicationCustomcontrolId string
    an identifier for the resource with format {{name}}.
    options ObjectCasbProfileSaasapplicationCustomcontrolOption[]
    Option. The structure of option block is documented below.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    profile str
    Profile.
    saas_application str
    Saas Application.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name str
    CASB custom control user activity name.
    object_casb_profile_saasapplication_customcontrol_id str
    an identifier for the resource with format {{name}}.
    options Sequence[ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs]
    Option. The structure of option block is documented below.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    profile String
    Profile.
    saasApplication String
    Saas Application.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name String
    CASB custom control user activity name.
    objectCasbProfileSaasapplicationCustomcontrolId String
    an identifier for the resource with format {{name}}.
    options List<Property Map>
    Option. The structure of option block is documented below.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

    Outputs

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

    Get an existing ObjectCasbProfileSaasapplicationCustomcontrol 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?: ObjectCasbProfileSaasapplicationCustomcontrolState, opts?: CustomResourceOptions): ObjectCasbProfileSaasapplicationCustomcontrol
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            dynamic_sort_subtable: Optional[str] = None,
            name: Optional[str] = None,
            object_casb_profile_saasapplication_customcontrol_id: Optional[str] = None,
            options: Optional[Sequence[ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs]] = None,
            profile: Optional[str] = None,
            saas_application: Optional[str] = None,
            scopetype: Optional[str] = None) -> ObjectCasbProfileSaasapplicationCustomcontrol
    func GetObjectCasbProfileSaasapplicationCustomcontrol(ctx *Context, name string, id IDInput, state *ObjectCasbProfileSaasapplicationCustomcontrolState, opts ...ResourceOption) (*ObjectCasbProfileSaasapplicationCustomcontrol, error)
    public static ObjectCasbProfileSaasapplicationCustomcontrol Get(string name, Input<string> id, ObjectCasbProfileSaasapplicationCustomcontrolState? state, CustomResourceOptions? opts = null)
    public static ObjectCasbProfileSaasapplicationCustomcontrol get(String name, Output<String> id, ObjectCasbProfileSaasapplicationCustomcontrolState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectCasbProfileSaasapplicationCustomcontrol    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:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Name string
    CASB custom control user activity name.
    ObjectCasbProfileSaasapplicationCustomcontrolId string
    an identifier for the resource with format {{name}}.
    Options List<ObjectCasbProfileSaasapplicationCustomcontrolOption>
    Option. The structure of option block is documented below.
    Profile string
    Profile.
    SaasApplication string
    Saas Application.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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 custom control user activity name.
    ObjectCasbProfileSaasapplicationCustomcontrolId string
    an identifier for the resource with format {{name}}.
    Options []ObjectCasbProfileSaasapplicationCustomcontrolOptionTypeArgs
    Option. The structure of option block is documented below.
    Profile string
    Profile.
    SaasApplication string
    Saas Application.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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 custom control user activity name.
    objectCasbProfileSaasapplicationCustomcontrolId String
    an identifier for the resource with format {{name}}.
    options List<ObjectCasbProfileSaasapplicationCustomcontrolOption>
    Option. The structure of option block is documented below.
    profile String
    Profile.
    saasApplication String
    Saas Application.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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 custom control user activity name.
    objectCasbProfileSaasapplicationCustomcontrolId string
    an identifier for the resource with format {{name}}.
    options ObjectCasbProfileSaasapplicationCustomcontrolOption[]
    Option. The structure of option block is documented below.
    profile string
    Profile.
    saasApplication string
    Saas Application.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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 custom control user activity name.
    object_casb_profile_saasapplication_customcontrol_id str
    an identifier for the resource with format {{name}}.
    options Sequence[ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs]
    Option. The structure of option block is documented below.
    profile str
    Profile.
    saas_application str
    Saas Application.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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 custom control user activity name.
    objectCasbProfileSaasapplicationCustomcontrolId String
    an identifier for the resource with format {{name}}.
    options List<Property Map>
    Option. The structure of option block is documented below.
    profile String
    Profile.
    saasApplication String
    Saas Application.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

    Supporting Types

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

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectCasbProfileSaasapplicationCustomcontrol:ObjectCasbProfileSaasapplicationCustomcontrol 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