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

fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption

Explore with Pulumi AI

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

    ObjectFirewall CasbProfileSaasApplicationCustomControlOption

    This resource is a sub resource for variable option of resource fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrol. Conflict and overwrite may occur if use both of them.

    Create ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption Resource

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

    Constructor syntax

    new ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption(name: string, args: ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption(resource_name: str,
                                                                    args: ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionInitArgs,
                                                                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption(resource_name: str,
                                                                    opts: Optional[ResourceOptions] = None,
                                                                    casb_profile: Optional[str] = None,
                                                                    custom_control: Optional[str] = None,
                                                                    saas_application: Optional[str] = None,
                                                                    adom: Optional[str] = None,
                                                                    name: Optional[str] = None,
                                                                    object_firewall_casbprofile_saasapplication_customcontrol_option_id: Optional[str] = None,
                                                                    scopetype: Optional[str] = None,
                                                                    user_inputs: Optional[Sequence[str]] = None)
    func NewObjectFirewallCasbprofileSaasapplicationCustomcontrolOption(ctx *Context, name string, args ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs, opts ...ResourceOption) (*ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption, error)
    public ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption(string name, ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs args, CustomResourceOptions? opts = null)
    public ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption(String name, ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs args)
    public ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption(String name, ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption
    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 ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs
    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 ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionInitArgs
    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 ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs
    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 objectFirewallCasbprofileSaasapplicationCustomcontrolOptionResource = new Fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption("objectFirewallCasbprofileSaasapplicationCustomcontrolOptionResource", new()
    {
        CasbProfile = "string",
        CustomControl = "string",
        SaasApplication = "string",
        Adom = "string",
        Name = "string",
        ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionId = "string",
        Scopetype = "string",
        UserInputs = new[]
        {
            "string",
        },
    });
    
    example, err := fortimanager.NewObjectFirewallCasbprofileSaasapplicationCustomcontrolOption(ctx, "objectFirewallCasbprofileSaasapplicationCustomcontrolOptionResource", &fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs{
    CasbProfile: pulumi.String("string"),
    CustomControl: pulumi.String("string"),
    SaasApplication: pulumi.String("string"),
    Adom: pulumi.String("string"),
    Name: pulumi.String("string"),
    ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    UserInputs: pulumi.StringArray{
    pulumi.String("string"),
    },
    })
    
    var objectFirewallCasbprofileSaasapplicationCustomcontrolOptionResource = new ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption("objectFirewallCasbprofileSaasapplicationCustomcontrolOptionResource", ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionArgs.builder()
        .casbProfile("string")
        .customControl("string")
        .saasApplication("string")
        .adom("string")
        .name("string")
        .objectFirewallCasbprofileSaasapplicationCustomcontrolOptionId("string")
        .scopetype("string")
        .userInputs("string")
        .build());
    
    object_firewall_casbprofile_saasapplication_customcontrol_option_resource = fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption("objectFirewallCasbprofileSaasapplicationCustomcontrolOptionResource",
        casb_profile="string",
        custom_control="string",
        saas_application="string",
        adom="string",
        name="string",
        object_firewall_casbprofile_saasapplication_customcontrol_option_id="string",
        scopetype="string",
        user_inputs=["string"])
    
    const objectFirewallCasbprofileSaasapplicationCustomcontrolOptionResource = new fortimanager.ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption("objectFirewallCasbprofileSaasapplicationCustomcontrolOptionResource", {
        casbProfile: "string",
        customControl: "string",
        saasApplication: "string",
        adom: "string",
        name: "string",
        objectFirewallCasbprofileSaasapplicationCustomcontrolOptionId: "string",
        scopetype: "string",
        userInputs: ["string"],
    });
    
    type: fortimanager:ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption
    properties:
        adom: string
        casbProfile: string
        customControl: string
        name: string
        objectFirewallCasbprofileSaasapplicationCustomcontrolOptionId: string
        saasApplication: string
        scopetype: string
        userInputs:
            - string
    

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

    CasbProfile string
    Casb Profile.
    CustomControl string
    Custom Control.
    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.
    Name string
    Name.
    ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionId string
    an identifier for the resource with format {{name}}.
    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.
    UserInputs List<string>
    User-Input.
    CasbProfile string
    Casb Profile.
    CustomControl string
    Custom Control.
    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.
    Name string
    Name.
    ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionId string
    an identifier for the resource with format {{name}}.
    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.
    UserInputs []string
    User-Input.
    casbProfile String
    Casb Profile.
    customControl String
    Custom Control.
    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.
    name String
    Name.
    objectFirewallCasbprofileSaasapplicationCustomcontrolOptionId String
    an identifier for the resource with format {{name}}.
    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.
    userInputs List<String>
    User-Input.
    casbProfile string
    Casb Profile.
    customControl string
    Custom Control.
    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.
    name string
    Name.
    objectFirewallCasbprofileSaasapplicationCustomcontrolOptionId string
    an identifier for the resource with format {{name}}.
    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.
    userInputs string[]
    User-Input.
    casb_profile str
    Casb Profile.
    custom_control str
    Custom Control.
    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.
    name str
    Name.
    object_firewall_casbprofile_saasapplication_customcontrol_option_id str
    an identifier for the resource with format {{name}}.
    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.
    user_inputs Sequence[str]
    User-Input.
    casbProfile String
    Casb Profile.
    customControl String
    Custom Control.
    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.
    name String
    Name.
    objectFirewallCasbprofileSaasapplicationCustomcontrolOptionId String
    an identifier for the resource with format {{name}}.
    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.
    userInputs List<String>
    User-Input.

    Outputs

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

    Get an existing ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption 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?: ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionState, opts?: CustomResourceOptions): ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            casb_profile: Optional[str] = None,
            custom_control: Optional[str] = None,
            name: Optional[str] = None,
            object_firewall_casbprofile_saasapplication_customcontrol_option_id: Optional[str] = None,
            saas_application: Optional[str] = None,
            scopetype: Optional[str] = None,
            user_inputs: Optional[Sequence[str]] = None) -> ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption
    func GetObjectFirewallCasbprofileSaasapplicationCustomcontrolOption(ctx *Context, name string, id IDInput, state *ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionState, opts ...ResourceOption) (*ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption, error)
    public static ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption Get(string name, Input<string> id, ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionState? state, CustomResourceOptions? opts = null)
    public static ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption get(String name, Output<String> id, ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption    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.
    CasbProfile string
    Casb Profile.
    CustomControl string
    Custom Control.
    Name string
    Name.
    ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionId string
    an identifier for the resource with format {{name}}.
    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.
    UserInputs List<string>
    User-Input.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CasbProfile string
    Casb Profile.
    CustomControl string
    Custom Control.
    Name string
    Name.
    ObjectFirewallCasbprofileSaasapplicationCustomcontrolOptionId string
    an identifier for the resource with format {{name}}.
    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.
    UserInputs []string
    User-Input.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    casbProfile String
    Casb Profile.
    customControl String
    Custom Control.
    name String
    Name.
    objectFirewallCasbprofileSaasapplicationCustomcontrolOptionId String
    an identifier for the resource with format {{name}}.
    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.
    userInputs List<String>
    User-Input.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    casbProfile string
    Casb Profile.
    customControl string
    Custom Control.
    name string
    Name.
    objectFirewallCasbprofileSaasapplicationCustomcontrolOptionId string
    an identifier for the resource with format {{name}}.
    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.
    userInputs string[]
    User-Input.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    casb_profile str
    Casb Profile.
    custom_control str
    Custom Control.
    name str
    Name.
    object_firewall_casbprofile_saasapplication_customcontrol_option_id str
    an identifier for the resource with format {{name}}.
    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.
    user_inputs Sequence[str]
    User-Input.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    casbProfile String
    Casb Profile.
    customControl String
    Custom Control.
    name String
    Name.
    objectFirewallCasbprofileSaasapplicationCustomcontrolOptionId String
    an identifier for the resource with format {{name}}.
    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.
    userInputs List<String>
    User-Input.

    Import

    ObjectFirewall CasbProfileSaasApplicationCustomControlOption can be imported using any of these accepted formats:

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectFirewallCasbprofileSaasapplicationCustomcontrolOption:ObjectFirewallCasbprofileSaasapplicationCustomcontrolOption 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