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

fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolOption

Explore with Pulumi AI

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

    CASB custom control option.

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

    Create ObjectCasbProfileSaasapplicationCustomcontrolOption Resource

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

    Constructor syntax

    new ObjectCasbProfileSaasapplicationCustomcontrolOption(name: string, args: ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectCasbProfileSaasapplicationCustomcontrolOption(resource_name: str,
                                                            args: ObjectCasbProfileSaasapplicationCustomcontrolOptionInitArgs,
                                                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectCasbProfileSaasapplicationCustomcontrolOption(resource_name: str,
                                                            opts: Optional[ResourceOptions] = None,
                                                            custom_control: Optional[str] = None,
                                                            profile: Optional[str] = None,
                                                            saas_application: Optional[str] = None,
                                                            adom: Optional[str] = None,
                                                            name: Optional[str] = None,
                                                            object_casb_profile_saasapplication_customcontrol_option_id: Optional[str] = None,
                                                            scopetype: Optional[str] = None,
                                                            user_inputs: Optional[Sequence[str]] = None)
    func NewObjectCasbProfileSaasapplicationCustomcontrolOption(ctx *Context, name string, args ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs, opts ...ResourceOption) (*ObjectCasbProfileSaasapplicationCustomcontrolOption, error)
    public ObjectCasbProfileSaasapplicationCustomcontrolOption(string name, ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs args, CustomResourceOptions? opts = null)
    public ObjectCasbProfileSaasapplicationCustomcontrolOption(String name, ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs args)
    public ObjectCasbProfileSaasapplicationCustomcontrolOption(String name, ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectCasbProfileSaasapplicationCustomcontrolOption
    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 ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs
    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 ObjectCasbProfileSaasapplicationCustomcontrolOptionInitArgs
    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 ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs
    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 objectCasbProfileSaasapplicationCustomcontrolOptionResource = new Fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolOption("objectCasbProfileSaasapplicationCustomcontrolOptionResource", new()
    {
        CustomControl = "string",
        Profile = "string",
        SaasApplication = "string",
        Adom = "string",
        Name = "string",
        ObjectCasbProfileSaasapplicationCustomcontrolOptionId = "string",
        Scopetype = "string",
        UserInputs = new[]
        {
            "string",
        },
    });
    
    example, err := fortimanager.NewObjectCasbProfileSaasapplicationCustomcontrolOption(ctx, "objectCasbProfileSaasapplicationCustomcontrolOptionResource", &fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs{
    CustomControl: pulumi.String("string"),
    Profile: pulumi.String("string"),
    SaasApplication: pulumi.String("string"),
    Adom: pulumi.String("string"),
    Name: pulumi.String("string"),
    ObjectCasbProfileSaasapplicationCustomcontrolOptionId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    UserInputs: pulumi.StringArray{
    pulumi.String("string"),
    },
    })
    
    var objectCasbProfileSaasapplicationCustomcontrolOptionResource = new ObjectCasbProfileSaasapplicationCustomcontrolOption("objectCasbProfileSaasapplicationCustomcontrolOptionResource", ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs.builder()
        .customControl("string")
        .profile("string")
        .saasApplication("string")
        .adom("string")
        .name("string")
        .objectCasbProfileSaasapplicationCustomcontrolOptionId("string")
        .scopetype("string")
        .userInputs("string")
        .build());
    
    object_casb_profile_saasapplication_customcontrol_option_resource = fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolOption("objectCasbProfileSaasapplicationCustomcontrolOptionResource",
        custom_control="string",
        profile="string",
        saas_application="string",
        adom="string",
        name="string",
        object_casb_profile_saasapplication_customcontrol_option_id="string",
        scopetype="string",
        user_inputs=["string"])
    
    const objectCasbProfileSaasapplicationCustomcontrolOptionResource = new fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolOption("objectCasbProfileSaasapplicationCustomcontrolOptionResource", {
        customControl: "string",
        profile: "string",
        saasApplication: "string",
        adom: "string",
        name: "string",
        objectCasbProfileSaasapplicationCustomcontrolOptionId: "string",
        scopetype: "string",
        userInputs: ["string"],
    });
    
    type: fortimanager:ObjectCasbProfileSaasapplicationCustomcontrolOption
    properties:
        adom: string
        customControl: string
        name: string
        objectCasbProfileSaasapplicationCustomcontrolOptionId: string
        profile: string
        saasApplication: string
        scopetype: string
        userInputs:
            - string
    

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

    CustomControl string
    Custom Control.
    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.
    Name string
    CASB custom control option name.
    ObjectCasbProfileSaasapplicationCustomcontrolOptionId 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>
    CASB custom control user input.
    CustomControl string
    Custom Control.
    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.
    Name string
    CASB custom control option name.
    ObjectCasbProfileSaasapplicationCustomcontrolOptionId 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
    CASB custom control user input.
    customControl String
    Custom Control.
    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.
    name String
    CASB custom control option name.
    objectCasbProfileSaasapplicationCustomcontrolOptionId 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>
    CASB custom control user input.
    customControl string
    Custom Control.
    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.
    name string
    CASB custom control option name.
    objectCasbProfileSaasapplicationCustomcontrolOptionId 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[]
    CASB custom control user input.
    custom_control str
    Custom Control.
    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.
    name str
    CASB custom control option name.
    object_casb_profile_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]
    CASB custom control user input.
    customControl String
    Custom Control.
    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.
    name String
    CASB custom control option name.
    objectCasbProfileSaasapplicationCustomcontrolOptionId 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>
    CASB custom control user input.

    Outputs

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

    Get an existing ObjectCasbProfileSaasapplicationCustomcontrolOption 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?: ObjectCasbProfileSaasapplicationCustomcontrolOptionState, opts?: CustomResourceOptions): ObjectCasbProfileSaasapplicationCustomcontrolOption
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            custom_control: Optional[str] = None,
            name: Optional[str] = None,
            object_casb_profile_saasapplication_customcontrol_option_id: Optional[str] = None,
            profile: Optional[str] = None,
            saas_application: Optional[str] = None,
            scopetype: Optional[str] = None,
            user_inputs: Optional[Sequence[str]] = None) -> ObjectCasbProfileSaasapplicationCustomcontrolOption
    func GetObjectCasbProfileSaasapplicationCustomcontrolOption(ctx *Context, name string, id IDInput, state *ObjectCasbProfileSaasapplicationCustomcontrolOptionState, opts ...ResourceOption) (*ObjectCasbProfileSaasapplicationCustomcontrolOption, error)
    public static ObjectCasbProfileSaasapplicationCustomcontrolOption Get(string name, Input<string> id, ObjectCasbProfileSaasapplicationCustomcontrolOptionState? state, CustomResourceOptions? opts = null)
    public static ObjectCasbProfileSaasapplicationCustomcontrolOption get(String name, Output<String> id, ObjectCasbProfileSaasapplicationCustomcontrolOptionState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectCasbProfileSaasapplicationCustomcontrolOption    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.
    CustomControl string
    Custom Control.
    Name string
    CASB custom control option name.
    ObjectCasbProfileSaasapplicationCustomcontrolOptionId string
    an identifier for the resource with format {{name}}.
    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.
    UserInputs List<string>
    CASB custom control 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.
    CustomControl string
    Custom Control.
    Name string
    CASB custom control option name.
    ObjectCasbProfileSaasapplicationCustomcontrolOptionId string
    an identifier for the resource with format {{name}}.
    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.
    UserInputs []string
    CASB custom control 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.
    customControl String
    Custom Control.
    name String
    CASB custom control option name.
    objectCasbProfileSaasapplicationCustomcontrolOptionId String
    an identifier for the resource with format {{name}}.
    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.
    userInputs List<String>
    CASB custom control 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.
    customControl string
    Custom Control.
    name string
    CASB custom control option name.
    objectCasbProfileSaasapplicationCustomcontrolOptionId string
    an identifier for the resource with format {{name}}.
    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.
    userInputs string[]
    CASB custom control 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.
    custom_control str
    Custom Control.
    name str
    CASB custom control option name.
    object_casb_profile_saasapplication_customcontrol_option_id str
    an identifier for the resource with format {{name}}.
    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.
    user_inputs Sequence[str]
    CASB custom control 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.
    customControl String
    Custom Control.
    name String
    CASB custom control option name.
    objectCasbProfileSaasapplicationCustomcontrolOptionId String
    an identifier for the resource with format {{name}}.
    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.
    userInputs List<String>
    CASB custom control user input.

    Import

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

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectCasbProfileSaasapplicationCustomcontrolOption:ObjectCasbProfileSaasapplicationCustomcontrolOption 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