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

fortimanager.ObjectCasbSaasapplicationInputattributes

Explore with Pulumi AI

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

    SaaS application input attributes.

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

    Create ObjectCasbSaasapplicationInputattributes Resource

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

    Constructor syntax

    new ObjectCasbSaasapplicationInputattributes(name: string, args: ObjectCasbSaasapplicationInputattributesArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectCasbSaasapplicationInputattributes(resource_name: str,
                                                 args: ObjectCasbSaasapplicationInputattributesArgs,
                                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectCasbSaasapplicationInputattributes(resource_name: str,
                                                 opts: Optional[ResourceOptions] = None,
                                                 saas_application: Optional[str] = None,
                                                 adom: Optional[str] = None,
                                                 attr_type: Optional[str] = None,
                                                 default: Optional[str] = None,
                                                 description: Optional[str] = None,
                                                 fallback_input: Optional[str] = None,
                                                 name: Optional[str] = None,
                                                 object_casb_saasapplication_inputattributes_id: Optional[str] = None,
                                                 required: Optional[str] = None,
                                                 scopetype: Optional[str] = None,
                                                 type: Optional[str] = None)
    func NewObjectCasbSaasapplicationInputattributes(ctx *Context, name string, args ObjectCasbSaasapplicationInputattributesArgs, opts ...ResourceOption) (*ObjectCasbSaasapplicationInputattributes, error)
    public ObjectCasbSaasapplicationInputattributes(string name, ObjectCasbSaasapplicationInputattributesArgs args, CustomResourceOptions? opts = null)
    public ObjectCasbSaasapplicationInputattributes(String name, ObjectCasbSaasapplicationInputattributesArgs args)
    public ObjectCasbSaasapplicationInputattributes(String name, ObjectCasbSaasapplicationInputattributesArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectCasbSaasapplicationInputattributes
    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 ObjectCasbSaasapplicationInputattributesArgs
    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 ObjectCasbSaasapplicationInputattributesArgs
    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 ObjectCasbSaasapplicationInputattributesArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectCasbSaasapplicationInputattributesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectCasbSaasapplicationInputattributesArgs
    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 objectCasbSaasapplicationInputattributesResource = new Fortimanager.ObjectCasbSaasapplicationInputattributes("objectCasbSaasapplicationInputattributesResource", new()
    {
        SaasApplication = "string",
        Adom = "string",
        AttrType = "string",
        Default = "string",
        Description = "string",
        FallbackInput = "string",
        Name = "string",
        ObjectCasbSaasapplicationInputattributesId = "string",
        Required = "string",
        Scopetype = "string",
        Type = "string",
    });
    
    example, err := fortimanager.NewObjectCasbSaasapplicationInputattributes(ctx, "objectCasbSaasapplicationInputattributesResource", &fortimanager.ObjectCasbSaasapplicationInputattributesArgs{
    	SaasApplication: pulumi.String("string"),
    	Adom:            pulumi.String("string"),
    	AttrType:        pulumi.String("string"),
    	Default:         pulumi.String("string"),
    	Description:     pulumi.String("string"),
    	FallbackInput:   pulumi.String("string"),
    	Name:            pulumi.String("string"),
    	ObjectCasbSaasapplicationInputattributesId: pulumi.String("string"),
    	Required:  pulumi.String("string"),
    	Scopetype: pulumi.String("string"),
    	Type:      pulumi.String("string"),
    })
    
    var objectCasbSaasapplicationInputattributesResource = new ObjectCasbSaasapplicationInputattributes("objectCasbSaasapplicationInputattributesResource", ObjectCasbSaasapplicationInputattributesArgs.builder()
        .saasApplication("string")
        .adom("string")
        .attrType("string")
        .default_("string")
        .description("string")
        .fallbackInput("string")
        .name("string")
        .objectCasbSaasapplicationInputattributesId("string")
        .required("string")
        .scopetype("string")
        .type("string")
        .build());
    
    object_casb_saasapplication_inputattributes_resource = fortimanager.ObjectCasbSaasapplicationInputattributes("objectCasbSaasapplicationInputattributesResource",
        saas_application="string",
        adom="string",
        attr_type="string",
        default="string",
        description="string",
        fallback_input="string",
        name="string",
        object_casb_saasapplication_inputattributes_id="string",
        required="string",
        scopetype="string",
        type="string")
    
    const objectCasbSaasapplicationInputattributesResource = new fortimanager.ObjectCasbSaasapplicationInputattributes("objectCasbSaasapplicationInputattributesResource", {
        saasApplication: "string",
        adom: "string",
        attrType: "string",
        "default": "string",
        description: "string",
        fallbackInput: "string",
        name: "string",
        objectCasbSaasapplicationInputattributesId: "string",
        required: "string",
        scopetype: "string",
        type: "string",
    });
    
    type: fortimanager:ObjectCasbSaasapplicationInputattributes
    properties:
        adom: string
        attrType: string
        default: string
        description: string
        fallbackInput: string
        name: string
        objectCasbSaasapplicationInputattributesId: string
        required: string
        saasApplication: string
        scopetype: string
        type: string
    

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

    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.
    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.
    ObjectCasbSaasapplicationInputattributesId string
    an identifier for the resource with format {{name}}.
    Required string
    CASB attribute required. Valid values: disable, enable.
    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.
    Type string
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    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.
    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.
    ObjectCasbSaasapplicationInputattributesId string
    an identifier for the resource with format {{name}}.
    Required string
    CASB attribute required. Valid values: disable, enable.
    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.
    Type string
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    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.
    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.
    objectCasbSaasapplicationInputattributesId String
    an identifier for the resource with format {{name}}.
    required String
    CASB attribute required. Valid values: disable, enable.
    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.
    type String
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    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.
    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.
    objectCasbSaasapplicationInputattributesId string
    an identifier for the resource with format {{name}}.
    required string
    CASB attribute required. Valid values: disable, enable.
    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.
    type string
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    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.
    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.
    object_casb_saasapplication_inputattributes_id str
    an identifier for the resource with format {{name}}.
    required str
    CASB attribute required. Valid values: disable, enable.
    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.
    type str
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    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.
    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.
    objectCasbSaasapplicationInputattributesId String
    an identifier for the resource with format {{name}}.
    required String
    CASB attribute required. Valid values: disable, enable.
    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.
    type String
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.

    Outputs

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

    Get an existing ObjectCasbSaasapplicationInputattributes 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?: ObjectCasbSaasapplicationInputattributesState, opts?: CustomResourceOptions): ObjectCasbSaasapplicationInputattributes
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            attr_type: Optional[str] = None,
            default: Optional[str] = None,
            description: Optional[str] = None,
            fallback_input: Optional[str] = None,
            name: Optional[str] = None,
            object_casb_saasapplication_inputattributes_id: Optional[str] = None,
            required: Optional[str] = None,
            saas_application: Optional[str] = None,
            scopetype: Optional[str] = None,
            type: Optional[str] = None) -> ObjectCasbSaasapplicationInputattributes
    func GetObjectCasbSaasapplicationInputattributes(ctx *Context, name string, id IDInput, state *ObjectCasbSaasapplicationInputattributesState, opts ...ResourceOption) (*ObjectCasbSaasapplicationInputattributes, error)
    public static ObjectCasbSaasapplicationInputattributes Get(string name, Input<string> id, ObjectCasbSaasapplicationInputattributesState? state, CustomResourceOptions? opts = null)
    public static ObjectCasbSaasapplicationInputattributes get(String name, Output<String> id, ObjectCasbSaasapplicationInputattributesState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectCasbSaasapplicationInputattributes    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.
    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.
    ObjectCasbSaasapplicationInputattributesId string
    an identifier for the resource with format {{name}}.
    Required string
    CASB attribute required. Valid values: disable, enable.
    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.
    Type string
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    ObjectCasbSaasapplicationInputattributesId string
    an identifier for the resource with format {{name}}.
    Required string
    CASB attribute required. Valid values: disable, enable.
    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.
    Type string
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    objectCasbSaasapplicationInputattributesId String
    an identifier for the resource with format {{name}}.
    required String
    CASB attribute required. Valid values: disable, enable.
    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.
    type String
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    objectCasbSaasapplicationInputattributesId string
    an identifier for the resource with format {{name}}.
    required string
    CASB attribute required. Valid values: disable, enable.
    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.
    type string
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    object_casb_saasapplication_inputattributes_id str
    an identifier for the resource with format {{name}}.
    required str
    CASB attribute required. Valid values: disable, enable.
    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.
    type str
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    objectCasbSaasapplicationInputattributesId String
    an identifier for the resource with format {{name}}.
    required String
    CASB attribute required. Valid values: disable, enable.
    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.
    type String
    CASB attribute format type. Valid values: string, string-list, integer, integer-list, boolean.

    Import

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

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectCasbSaasapplicationInputattributes:ObjectCasbSaasapplicationInputattributes 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