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

fortimanager.ObjectCasbSaasapplication

Explore with Pulumi AI

fortimanager logo
fortimanager 1.14.0 published on Tuesday, Apr 15, 2025 by fortinetdev

    Configure CASB SaaS application.

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

    • input_attributes: fortimanager.ObjectCasbSaasapplicationInputattributes
    • output_attributes: fortimanager.ObjectCasbSaasapplicationOutputattributes

    Create ObjectCasbSaasapplication Resource

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

    Constructor syntax

    new ObjectCasbSaasapplication(name: string, args?: ObjectCasbSaasapplicationArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectCasbSaasapplication(resource_name: str,
                                  args: Optional[ObjectCasbSaasapplicationArgs] = None,
                                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectCasbSaasapplication(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  adom: Optional[str] = None,
                                  casb_name: Optional[str] = None,
                                  description: Optional[str] = None,
                                  domains: Optional[Sequence[str]] = None,
                                  dynamic_sort_subtable: Optional[str] = None,
                                  input_attributes: Optional[Sequence[ObjectCasbSaasapplicationInputAttributeArgs]] = None,
                                  name: Optional[str] = None,
                                  object_casb_saasapplication_id: Optional[str] = None,
                                  output_attributes: Optional[Sequence[ObjectCasbSaasapplicationOutputAttributeArgs]] = None,
                                  scopetype: Optional[str] = None,
                                  status: Optional[str] = None,
                                  type: Optional[str] = None,
                                  uuid: Optional[str] = None)
    func NewObjectCasbSaasapplication(ctx *Context, name string, args *ObjectCasbSaasapplicationArgs, opts ...ResourceOption) (*ObjectCasbSaasapplication, error)
    public ObjectCasbSaasapplication(string name, ObjectCasbSaasapplicationArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectCasbSaasapplication(String name, ObjectCasbSaasapplicationArgs args)
    public ObjectCasbSaasapplication(String name, ObjectCasbSaasapplicationArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectCasbSaasapplication
    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 ObjectCasbSaasapplicationArgs
    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 ObjectCasbSaasapplicationArgs
    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 ObjectCasbSaasapplicationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectCasbSaasapplicationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectCasbSaasapplicationArgs
    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 objectCasbSaasapplicationResource = new Fortimanager.ObjectCasbSaasapplication("objectCasbSaasapplicationResource", new()
    {
        Adom = "string",
        CasbName = "string",
        Description = "string",
        Domains = new[]
        {
            "string",
        },
        DynamicSortSubtable = "string",
        InputAttributes = new[]
        {
            new Fortimanager.Inputs.ObjectCasbSaasapplicationInputAttributeArgs
            {
                AttrType = "string",
                Default = "string",
                Description = "string",
                FallbackInput = "string",
                Name = "string",
                Required = "string",
                Type = "string",
            },
        },
        Name = "string",
        ObjectCasbSaasapplicationId = "string",
        OutputAttributes = new[]
        {
            new Fortimanager.Inputs.ObjectCasbSaasapplicationOutputAttributeArgs
            {
                AttrType = "string",
                Description = "string",
                Name = "string",
                Required = "string",
                Type = "string",
            },
        },
        Scopetype = "string",
        Status = "string",
        Type = "string",
        Uuid = "string",
    });
    
    example, err := fortimanager.NewObjectCasbSaasapplication(ctx, "objectCasbSaasapplicationResource", &fortimanager.ObjectCasbSaasapplicationArgs{
    	Adom:        pulumi.String("string"),
    	CasbName:    pulumi.String("string"),
    	Description: pulumi.String("string"),
    	Domains: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	DynamicSortSubtable: pulumi.String("string"),
    	InputAttributes: fortimanager.ObjectCasbSaasapplicationInputAttributeArray{
    		&fortimanager.ObjectCasbSaasapplicationInputAttributeArgs{
    			AttrType:      pulumi.String("string"),
    			Default:       pulumi.String("string"),
    			Description:   pulumi.String("string"),
    			FallbackInput: pulumi.String("string"),
    			Name:          pulumi.String("string"),
    			Required:      pulumi.String("string"),
    			Type:          pulumi.String("string"),
    		},
    	},
    	Name:                        pulumi.String("string"),
    	ObjectCasbSaasapplicationId: pulumi.String("string"),
    	OutputAttributes: fortimanager.ObjectCasbSaasapplicationOutputAttributeArray{
    		&fortimanager.ObjectCasbSaasapplicationOutputAttributeArgs{
    			AttrType:    pulumi.String("string"),
    			Description: pulumi.String("string"),
    			Name:        pulumi.String("string"),
    			Required:    pulumi.String("string"),
    			Type:        pulumi.String("string"),
    		},
    	},
    	Scopetype: pulumi.String("string"),
    	Status:    pulumi.String("string"),
    	Type:      pulumi.String("string"),
    	Uuid:      pulumi.String("string"),
    })
    
    var objectCasbSaasapplicationResource = new ObjectCasbSaasapplication("objectCasbSaasapplicationResource", ObjectCasbSaasapplicationArgs.builder()
        .adom("string")
        .casbName("string")
        .description("string")
        .domains("string")
        .dynamicSortSubtable("string")
        .inputAttributes(ObjectCasbSaasapplicationInputAttributeArgs.builder()
            .attrType("string")
            .default_("string")
            .description("string")
            .fallbackInput("string")
            .name("string")
            .required("string")
            .type("string")
            .build())
        .name("string")
        .objectCasbSaasapplicationId("string")
        .outputAttributes(ObjectCasbSaasapplicationOutputAttributeArgs.builder()
            .attrType("string")
            .description("string")
            .name("string")
            .required("string")
            .type("string")
            .build())
        .scopetype("string")
        .status("string")
        .type("string")
        .uuid("string")
        .build());
    
    object_casb_saasapplication_resource = fortimanager.ObjectCasbSaasapplication("objectCasbSaasapplicationResource",
        adom="string",
        casb_name="string",
        description="string",
        domains=["string"],
        dynamic_sort_subtable="string",
        input_attributes=[{
            "attr_type": "string",
            "default": "string",
            "description": "string",
            "fallback_input": "string",
            "name": "string",
            "required": "string",
            "type": "string",
        }],
        name="string",
        object_casb_saasapplication_id="string",
        output_attributes=[{
            "attr_type": "string",
            "description": "string",
            "name": "string",
            "required": "string",
            "type": "string",
        }],
        scopetype="string",
        status="string",
        type="string",
        uuid="string")
    
    const objectCasbSaasapplicationResource = new fortimanager.ObjectCasbSaasapplication("objectCasbSaasapplicationResource", {
        adom: "string",
        casbName: "string",
        description: "string",
        domains: ["string"],
        dynamicSortSubtable: "string",
        inputAttributes: [{
            attrType: "string",
            "default": "string",
            description: "string",
            fallbackInput: "string",
            name: "string",
            required: "string",
            type: "string",
        }],
        name: "string",
        objectCasbSaasapplicationId: "string",
        outputAttributes: [{
            attrType: "string",
            description: "string",
            name: "string",
            required: "string",
            type: "string",
        }],
        scopetype: "string",
        status: "string",
        type: "string",
        uuid: "string",
    });
    
    type: fortimanager:ObjectCasbSaasapplication
    properties:
        adom: string
        casbName: string
        description: string
        domains:
            - string
        dynamicSortSubtable: string
        inputAttributes:
            - attrType: string
              default: string
              description: string
              fallbackInput: string
              name: string
              required: string
              type: string
        name: string
        objectCasbSaasapplicationId: string
        outputAttributes:
            - attrType: string
              description: string
              name: string
              required: string
              type: string
        scopetype: string
        status: string
        type: string
        uuid: string
    

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

    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CasbName string
    SaaS application signature name.
    Description string
    SaaS application description.
    Domains List<string>
    SaaS application domain list.
    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.
    InputAttributes List<ObjectCasbSaasapplicationInputAttribute>
    Input-Attributes. The structure of input_attributes block is documented below.
    Name string
    SaaS application name.
    ObjectCasbSaasapplicationId string
    an identifier for the resource with format {{name}}.
    OutputAttributes List<ObjectCasbSaasapplicationOutputAttribute>
    Output-Attributes. The structure of output_attributes 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.
    Status string
    Enable/disable setting. Valid values: disable, enable.
    Type string
    SaaS application type. Valid values: built-in, customized.
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CasbName string
    SaaS application signature name.
    Description string
    SaaS application description.
    Domains []string
    SaaS application domain list.
    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.
    InputAttributes []ObjectCasbSaasapplicationInputAttributeArgs
    Input-Attributes. The structure of input_attributes block is documented below.
    Name string
    SaaS application name.
    ObjectCasbSaasapplicationId string
    an identifier for the resource with format {{name}}.
    OutputAttributes []ObjectCasbSaasapplicationOutputAttributeArgs
    Output-Attributes. The structure of output_attributes 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.
    Status string
    Enable/disable setting. Valid values: disable, enable.
    Type string
    SaaS application type. Valid values: built-in, customized.
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    casbName String
    SaaS application signature name.
    description String
    SaaS application description.
    domains List<String>
    SaaS application domain list.
    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.
    inputAttributes List<ObjectCasbSaasapplicationInputAttribute>
    Input-Attributes. The structure of input_attributes block is documented below.
    name String
    SaaS application name.
    objectCasbSaasapplicationId String
    an identifier for the resource with format {{name}}.
    outputAttributes List<ObjectCasbSaasapplicationOutputAttribute>
    Output-Attributes. The structure of output_attributes 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.
    status String
    Enable/disable setting. Valid values: disable, enable.
    type String
    SaaS application type. Valid values: built-in, customized.
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    casbName string
    SaaS application signature name.
    description string
    SaaS application description.
    domains string[]
    SaaS application domain list.
    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.
    inputAttributes ObjectCasbSaasapplicationInputAttribute[]
    Input-Attributes. The structure of input_attributes block is documented below.
    name string
    SaaS application name.
    objectCasbSaasapplicationId string
    an identifier for the resource with format {{name}}.
    outputAttributes ObjectCasbSaasapplicationOutputAttribute[]
    Output-Attributes. The structure of output_attributes 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.
    status string
    Enable/disable setting. Valid values: disable, enable.
    type string
    SaaS application type. Valid values: built-in, customized.
    uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    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_name str
    SaaS application signature name.
    description str
    SaaS application description.
    domains Sequence[str]
    SaaS application domain list.
    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.
    input_attributes Sequence[ObjectCasbSaasapplicationInputAttributeArgs]
    Input-Attributes. The structure of input_attributes block is documented below.
    name str
    SaaS application name.
    object_casb_saasapplication_id str
    an identifier for the resource with format {{name}}.
    output_attributes Sequence[ObjectCasbSaasapplicationOutputAttributeArgs]
    Output-Attributes. The structure of output_attributes 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.
    status str
    Enable/disable setting. Valid values: disable, enable.
    type str
    SaaS application type. Valid values: built-in, customized.
    uuid str
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    casbName String
    SaaS application signature name.
    description String
    SaaS application description.
    domains List<String>
    SaaS application domain list.
    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.
    inputAttributes List<Property Map>
    Input-Attributes. The structure of input_attributes block is documented below.
    name String
    SaaS application name.
    objectCasbSaasapplicationId String
    an identifier for the resource with format {{name}}.
    outputAttributes List<Property Map>
    Output-Attributes. The structure of output_attributes 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.
    status String
    Enable/disable setting. Valid values: disable, enable.
    type String
    SaaS application type. Valid values: built-in, customized.
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).

    Outputs

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

    Get an existing ObjectCasbSaasapplication 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?: ObjectCasbSaasapplicationState, opts?: CustomResourceOptions): ObjectCasbSaasapplication
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            casb_name: Optional[str] = None,
            description: Optional[str] = None,
            domains: Optional[Sequence[str]] = None,
            dynamic_sort_subtable: Optional[str] = None,
            input_attributes: Optional[Sequence[ObjectCasbSaasapplicationInputAttributeArgs]] = None,
            name: Optional[str] = None,
            object_casb_saasapplication_id: Optional[str] = None,
            output_attributes: Optional[Sequence[ObjectCasbSaasapplicationOutputAttributeArgs]] = None,
            scopetype: Optional[str] = None,
            status: Optional[str] = None,
            type: Optional[str] = None,
            uuid: Optional[str] = None) -> ObjectCasbSaasapplication
    func GetObjectCasbSaasapplication(ctx *Context, name string, id IDInput, state *ObjectCasbSaasapplicationState, opts ...ResourceOption) (*ObjectCasbSaasapplication, error)
    public static ObjectCasbSaasapplication Get(string name, Input<string> id, ObjectCasbSaasapplicationState? state, CustomResourceOptions? opts = null)
    public static ObjectCasbSaasapplication get(String name, Output<String> id, ObjectCasbSaasapplicationState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectCasbSaasapplication    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.
    CasbName string
    SaaS application signature name.
    Description string
    SaaS application description.
    Domains List<string>
    SaaS application domain list.
    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.
    InputAttributes List<ObjectCasbSaasapplicationInputAttribute>
    Input-Attributes. The structure of input_attributes block is documented below.
    Name string
    SaaS application name.
    ObjectCasbSaasapplicationId string
    an identifier for the resource with format {{name}}.
    OutputAttributes List<ObjectCasbSaasapplicationOutputAttribute>
    Output-Attributes. The structure of output_attributes 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.
    Status string
    Enable/disable setting. Valid values: disable, enable.
    Type string
    SaaS application type. Valid values: built-in, customized.
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CasbName string
    SaaS application signature name.
    Description string
    SaaS application description.
    Domains []string
    SaaS application domain list.
    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.
    InputAttributes []ObjectCasbSaasapplicationInputAttributeArgs
    Input-Attributes. The structure of input_attributes block is documented below.
    Name string
    SaaS application name.
    ObjectCasbSaasapplicationId string
    an identifier for the resource with format {{name}}.
    OutputAttributes []ObjectCasbSaasapplicationOutputAttributeArgs
    Output-Attributes. The structure of output_attributes 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.
    Status string
    Enable/disable setting. Valid values: disable, enable.
    Type string
    SaaS application type. Valid values: built-in, customized.
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    casbName String
    SaaS application signature name.
    description String
    SaaS application description.
    domains List<String>
    SaaS application domain list.
    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.
    inputAttributes List<ObjectCasbSaasapplicationInputAttribute>
    Input-Attributes. The structure of input_attributes block is documented below.
    name String
    SaaS application name.
    objectCasbSaasapplicationId String
    an identifier for the resource with format {{name}}.
    outputAttributes List<ObjectCasbSaasapplicationOutputAttribute>
    Output-Attributes. The structure of output_attributes 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.
    status String
    Enable/disable setting. Valid values: disable, enable.
    type String
    SaaS application type. Valid values: built-in, customized.
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    casbName string
    SaaS application signature name.
    description string
    SaaS application description.
    domains string[]
    SaaS application domain list.
    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.
    inputAttributes ObjectCasbSaasapplicationInputAttribute[]
    Input-Attributes. The structure of input_attributes block is documented below.
    name string
    SaaS application name.
    objectCasbSaasapplicationId string
    an identifier for the resource with format {{name}}.
    outputAttributes ObjectCasbSaasapplicationOutputAttribute[]
    Output-Attributes. The structure of output_attributes 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.
    status string
    Enable/disable setting. Valid values: disable, enable.
    type string
    SaaS application type. Valid values: built-in, customized.
    uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    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_name str
    SaaS application signature name.
    description str
    SaaS application description.
    domains Sequence[str]
    SaaS application domain list.
    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.
    input_attributes Sequence[ObjectCasbSaasapplicationInputAttributeArgs]
    Input-Attributes. The structure of input_attributes block is documented below.
    name str
    SaaS application name.
    object_casb_saasapplication_id str
    an identifier for the resource with format {{name}}.
    output_attributes Sequence[ObjectCasbSaasapplicationOutputAttributeArgs]
    Output-Attributes. The structure of output_attributes 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.
    status str
    Enable/disable setting. Valid values: disable, enable.
    type str
    SaaS application type. Valid values: built-in, customized.
    uuid str
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    casbName String
    SaaS application signature name.
    description String
    SaaS application description.
    domains List<String>
    SaaS application domain list.
    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.
    inputAttributes List<Property Map>
    Input-Attributes. The structure of input_attributes block is documented below.
    name String
    SaaS application name.
    objectCasbSaasapplicationId String
    an identifier for the resource with format {{name}}.
    outputAttributes List<Property Map>
    Output-Attributes. The structure of output_attributes 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.
    status String
    Enable/disable setting. Valid values: disable, enable.
    type String
    SaaS application type. Valid values: built-in, customized.
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).

    Supporting Types

    ObjectCasbSaasapplicationInputAttribute, ObjectCasbSaasapplicationInputAttributeArgs

    AttrType string
    CASB attribute type. Valid values: tenant.
    Default string
    CASB attribute default value. Valid values: string, string-list.
    Description string
    CASB attribute description.
    FallbackInput string
    CASB attribute legacy input. Valid values: disable, enable.
    Name string
    CASB attribute name.
    Required string
    CASB attribute required. Valid values: disable, enable.
    Type string
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    AttrType string
    CASB attribute type. Valid values: tenant.
    Default string
    CASB attribute default value. Valid values: string, string-list.
    Description string
    CASB attribute description.
    FallbackInput string
    CASB attribute legacy input. Valid values: disable, enable.
    Name string
    CASB attribute name.
    Required string
    CASB attribute required. Valid values: disable, enable.
    Type string
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    attrType String
    CASB attribute type. Valid values: tenant.
    default_ String
    CASB attribute default value. Valid values: string, string-list.
    description String
    CASB attribute description.
    fallbackInput String
    CASB attribute legacy input. Valid values: disable, enable.
    name String
    CASB attribute name.
    required String
    CASB attribute required. Valid values: disable, enable.
    type String
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    attrType string
    CASB attribute type. Valid values: tenant.
    default string
    CASB attribute default value. Valid values: string, string-list.
    description string
    CASB attribute description.
    fallbackInput string
    CASB attribute legacy input. Valid values: disable, enable.
    name string
    CASB attribute name.
    required string
    CASB attribute required. Valid values: disable, enable.
    type string
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    attr_type str
    CASB attribute type. Valid values: tenant.
    default str
    CASB attribute default value. Valid values: string, string-list.
    description str
    CASB attribute description.
    fallback_input str
    CASB attribute legacy input. Valid values: disable, enable.
    name str
    CASB attribute name.
    required str
    CASB attribute required. Valid values: disable, enable.
    type str
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    attrType String
    CASB attribute type. Valid values: tenant.
    default String
    CASB attribute default value. Valid values: string, string-list.
    description String
    CASB attribute description.
    fallbackInput String
    CASB attribute legacy input. Valid values: disable, enable.
    name String
    CASB attribute name.
    required String
    CASB attribute required. Valid values: disable, enable.
    type String
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.

    ObjectCasbSaasapplicationOutputAttribute, ObjectCasbSaasapplicationOutputAttributeArgs

    AttrType string
    CASB attribute type. Valid values: tenant.
    Description string
    CASB attribute description.
    Name string
    CASB attribute name.
    Required string
    CASB attribute required. Valid values: disable, enable.
    Type string
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    AttrType string
    CASB attribute type. Valid values: tenant.
    Description string
    CASB attribute description.
    Name string
    CASB attribute name.
    Required string
    CASB attribute required. Valid values: disable, enable.
    Type string
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    attrType String
    CASB attribute type. Valid values: tenant.
    description String
    CASB attribute description.
    name String
    CASB attribute name.
    required String
    CASB attribute required. Valid values: disable, enable.
    type String
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    attrType string
    CASB attribute type. Valid values: tenant.
    description string
    CASB attribute description.
    name string
    CASB attribute name.
    required string
    CASB attribute required. Valid values: disable, enable.
    type string
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    attr_type str
    CASB attribute type. Valid values: tenant.
    description str
    CASB attribute description.
    name str
    CASB attribute name.
    required str
    CASB attribute required. Valid values: disable, enable.
    type str
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    attrType String
    CASB attribute type. Valid values: tenant.
    description String
    CASB attribute description.
    name String
    CASB attribute name.
    required String
    CASB attribute required. Valid values: disable, enable.
    type String
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.

    Import

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectCasbSaasapplication:ObjectCasbSaasapplication 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.14.0 published on Tuesday, Apr 15, 2025 by fortinetdev