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

fortimanager.ObjectCasbSaasapplication

Explore with Pulumi AI

Configure CASB SaaS application.

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,
                              name: Optional[str] = None,
                              object_casb_saasapplication_id: Optional[str] = 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. String
The unique name of the resource.
args This property is required. 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",
    },
    Name = "string",
    ObjectCasbSaasapplicationId = "string",
    Scopetype = "string",
    Status = "string",
    Type = "string",
    Uuid = "string",
});
Copy
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"),
},
Name: pulumi.String("string"),
ObjectCasbSaasapplicationId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Status: pulumi.String("string"),
Type: pulumi.String("string"),
Uuid: pulumi.String("string"),
})
Copy
var objectCasbSaasapplicationResource = new ObjectCasbSaasapplication("objectCasbSaasapplicationResource", ObjectCasbSaasapplicationArgs.builder()
    .adom("string")
    .casbName("string")
    .description("string")
    .domains("string")
    .name("string")
    .objectCasbSaasapplicationId("string")
    .scopetype("string")
    .status("string")
    .type("string")
    .uuid("string")
    .build());
Copy
object_casb_saasapplication_resource = fortimanager.ObjectCasbSaasapplication("objectCasbSaasapplicationResource",
    adom="string",
    casb_name="string",
    description="string",
    domains=["string"],
    name="string",
    object_casb_saasapplication_id="string",
    scopetype="string",
    status="string",
    type="string",
    uuid="string")
Copy
const objectCasbSaasapplicationResource = new fortimanager.ObjectCasbSaasapplication("objectCasbSaasapplicationResource", {
    adom: "string",
    casbName: "string",
    description: "string",
    domains: ["string"],
    name: "string",
    objectCasbSaasapplicationId: "string",
    scopetype: "string",
    status: "string",
    type: "string",
    uuid: "string",
});
Copy
type: fortimanager:ObjectCasbSaasapplication
properties:
    adom: string
    casbName: string
    description: string
    domains:
        - string
    name: string
    objectCasbSaasapplicationId: string
    scopetype: string
    status: string
    type: string
    uuid: string
Copy

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.
Name string
SaaS application name.
ObjectCasbSaasapplicationId 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.
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.
Name string
SaaS application name.
ObjectCasbSaasapplicationId 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.
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.
name String
SaaS application name.
objectCasbSaasapplicationId 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.
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.
name string
SaaS application name.
objectCasbSaasapplicationId 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.
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.
name str
SaaS application name.
object_casb_saasapplication_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.
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.
name String
SaaS application name.
objectCasbSaasapplicationId 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.
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,
        name: Optional[str] = None,
        object_casb_saasapplication_id: Optional[str] = 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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
Name string
SaaS application name.
ObjectCasbSaasapplicationId 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.
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.
Name string
SaaS application name.
ObjectCasbSaasapplicationId 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.
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.
name String
SaaS application name.
objectCasbSaasapplicationId 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.
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.
name string
SaaS application name.
objectCasbSaasapplicationId 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.
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.
name str
SaaS application name.
object_casb_saasapplication_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.
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.
name String
SaaS application name.
objectCasbSaasapplicationId 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.
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).

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}}
Copy

$ 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.