fortimanager.ObjectCasbSaasapplicationOutputattributes
Explore with Pulumi AI
SaaS application output attributes.
This resource is a sub resource for variable
output_attributes
of resourcefortimanager.ObjectCasbSaasapplication
. Conflict and overwrite may occur if use both of them.
Create ObjectCasbSaasapplicationOutputattributes Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectCasbSaasapplicationOutputattributes(name: string, args: ObjectCasbSaasapplicationOutputattributesArgs, opts?: CustomResourceOptions);
@overload
def ObjectCasbSaasapplicationOutputattributes(resource_name: str,
args: ObjectCasbSaasapplicationOutputattributesArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectCasbSaasapplicationOutputattributes(resource_name: str,
opts: Optional[ResourceOptions] = None,
saas_application: Optional[str] = None,
adom: Optional[str] = None,
attr_type: Optional[str] = None,
description: Optional[str] = None,
name: Optional[str] = None,
object_casb_saasapplication_outputattributes_id: Optional[str] = None,
required: Optional[str] = None,
scopetype: Optional[str] = None,
type: Optional[str] = None)
func NewObjectCasbSaasapplicationOutputattributes(ctx *Context, name string, args ObjectCasbSaasapplicationOutputattributesArgs, opts ...ResourceOption) (*ObjectCasbSaasapplicationOutputattributes, error)
public ObjectCasbSaasapplicationOutputattributes(string name, ObjectCasbSaasapplicationOutputattributesArgs args, CustomResourceOptions? opts = null)
public ObjectCasbSaasapplicationOutputattributes(String name, ObjectCasbSaasapplicationOutputattributesArgs args)
public ObjectCasbSaasapplicationOutputattributes(String name, ObjectCasbSaasapplicationOutputattributesArgs args, CustomResourceOptions options)
type: fortimanager:ObjectCasbSaasapplicationOutputattributes
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 ObjectCasbSaasapplicationOutputattributesArgs
- 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 ObjectCasbSaasapplicationOutputattributesArgs
- 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 ObjectCasbSaasapplicationOutputattributesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectCasbSaasapplicationOutputattributesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectCasbSaasapplicationOutputattributesArgs
- 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 objectCasbSaasapplicationOutputattributesResource = new Fortimanager.ObjectCasbSaasapplicationOutputattributes("objectCasbSaasapplicationOutputattributesResource", new()
{
SaasApplication = "string",
Adom = "string",
AttrType = "string",
Description = "string",
Name = "string",
ObjectCasbSaasapplicationOutputattributesId = "string",
Required = "string",
Scopetype = "string",
Type = "string",
});
example, err := fortimanager.NewObjectCasbSaasapplicationOutputattributes(ctx, "objectCasbSaasapplicationOutputattributesResource", &fortimanager.ObjectCasbSaasapplicationOutputattributesArgs{
SaasApplication: pulumi.String("string"),
Adom: pulumi.String("string"),
AttrType: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectCasbSaasapplicationOutputattributesId: pulumi.String("string"),
Required: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Type: pulumi.String("string"),
})
var objectCasbSaasapplicationOutputattributesResource = new ObjectCasbSaasapplicationOutputattributes("objectCasbSaasapplicationOutputattributesResource", ObjectCasbSaasapplicationOutputattributesArgs.builder()
.saasApplication("string")
.adom("string")
.attrType("string")
.description("string")
.name("string")
.objectCasbSaasapplicationOutputattributesId("string")
.required("string")
.scopetype("string")
.type("string")
.build());
object_casb_saasapplication_outputattributes_resource = fortimanager.ObjectCasbSaasapplicationOutputattributes("objectCasbSaasapplicationOutputattributesResource",
saas_application="string",
adom="string",
attr_type="string",
description="string",
name="string",
object_casb_saasapplication_outputattributes_id="string",
required="string",
scopetype="string",
type="string")
const objectCasbSaasapplicationOutputattributesResource = new fortimanager.ObjectCasbSaasapplicationOutputattributes("objectCasbSaasapplicationOutputattributesResource", {
saasApplication: "string",
adom: "string",
attrType: "string",
description: "string",
name: "string",
objectCasbSaasapplicationOutputattributesId: "string",
required: "string",
scopetype: "string",
type: "string",
});
type: fortimanager:ObjectCasbSaasapplicationOutputattributes
properties:
adom: string
attrType: string
description: string
name: string
objectCasbSaasapplicationOutputattributesId: string
required: string
saasApplication: string
scopetype: string
type: string
ObjectCasbSaasapplicationOutputattributes 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 ObjectCasbSaasapplicationOutputattributes resource accepts the following input properties:
- Saas
Application string - Saas Application.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Attr
Type string - CASB attribute type. Valid values:
tenant
. - Description string
- CASB attribute description.
- Name string
- CASB attribute name.
- Object
Casb stringSaasapplication Outputattributes Id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Type string
- CASB attribute format type. Valid values:
string
,string-list
,integer
,integer-list
,boolean
.
- Saas
Application string - Saas Application.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Attr
Type string - CASB attribute type. Valid values:
tenant
. - Description string
- CASB attribute description.
- Name string
- CASB attribute name.
- Object
Casb stringSaasapplication Outputattributes Id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Type string
- CASB attribute format type. Valid values:
string
,string-list
,integer
,integer-list
,boolean
.
- saas
Application String - Saas Application.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - attr
Type String - CASB attribute type. Valid values:
tenant
. - description String
- CASB attribute description.
- name String
- CASB attribute name.
- object
Casb StringSaasapplication Outputattributes Id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - type String
- CASB attribute format type. Valid values:
string
,string-list
,integer
,integer-list
,boolean
.
- saas
Application string - Saas Application.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - attr
Type string - CASB attribute type. Valid values:
tenant
. - description string
- CASB attribute description.
- name string
- CASB attribute name.
- object
Casb stringSaasapplication Outputattributes Id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - attr_
type str - CASB attribute type. Valid values:
tenant
. - description str
- CASB attribute description.
- name str
- CASB attribute name.
- object_
casb_ strsaasapplication_ outputattributes_ id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - type str
- CASB attribute format type. Valid values:
string
,string-list
,integer
,integer-list
,boolean
.
- saas
Application String - Saas Application.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - attr
Type String - CASB attribute type. Valid values:
tenant
. - description String
- CASB attribute description.
- name String
- CASB attribute name.
- object
Casb StringSaasapplication Outputattributes Id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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 ObjectCasbSaasapplicationOutputattributes 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 ObjectCasbSaasapplicationOutputattributes Resource
Get an existing ObjectCasbSaasapplicationOutputattributes 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?: ObjectCasbSaasapplicationOutputattributesState, opts?: CustomResourceOptions): ObjectCasbSaasapplicationOutputattributes
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
attr_type: Optional[str] = None,
description: Optional[str] = None,
name: Optional[str] = None,
object_casb_saasapplication_outputattributes_id: Optional[str] = None,
required: Optional[str] = None,
saas_application: Optional[str] = None,
scopetype: Optional[str] = None,
type: Optional[str] = None) -> ObjectCasbSaasapplicationOutputattributes
func GetObjectCasbSaasapplicationOutputattributes(ctx *Context, name string, id IDInput, state *ObjectCasbSaasapplicationOutputattributesState, opts ...ResourceOption) (*ObjectCasbSaasapplicationOutputattributes, error)
public static ObjectCasbSaasapplicationOutputattributes Get(string name, Input<string> id, ObjectCasbSaasapplicationOutputattributesState? state, CustomResourceOptions? opts = null)
public static ObjectCasbSaasapplicationOutputattributes get(String name, Output<String> id, ObjectCasbSaasapplicationOutputattributesState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectCasbSaasapplicationOutputattributes 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Attr
Type string - CASB attribute type. Valid values:
tenant
. - Description string
- CASB attribute description.
- Name string
- CASB attribute name.
- Object
Casb stringSaasapplication Outputattributes Id - an identifier for the resource with format {{name}}.
- Required string
- CASB attribute required. Valid values:
disable
,enable
. - Saas
Application string - Saas Application.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - Attr
Type string - CASB attribute type. Valid values:
tenant
. - Description string
- CASB attribute description.
- Name string
- CASB attribute name.
- Object
Casb stringSaasapplication Outputattributes Id - an identifier for the resource with format {{name}}.
- Required string
- CASB attribute required. Valid values:
disable
,enable
. - Saas
Application string - Saas Application.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - attr
Type String - CASB attribute type. Valid values:
tenant
. - description String
- CASB attribute description.
- name String
- CASB attribute name.
- object
Casb StringSaasapplication Outputattributes Id - an identifier for the resource with format {{name}}.
- required String
- CASB attribute required. Valid values:
disable
,enable
. - saas
Application String - Saas Application.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - attr
Type string - CASB attribute type. Valid values:
tenant
. - description string
- CASB attribute description.
- name string
- CASB attribute name.
- object
Casb stringSaasapplication Outputattributes Id - an identifier for the resource with format {{name}}.
- required string
- CASB attribute required. Valid values:
disable
,enable
. - saas
Application string - Saas Application.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - attr_
type str - CASB attribute type. Valid values:
tenant
. - description str
- CASB attribute description.
- name str
- CASB attribute name.
- object_
casb_ strsaasapplication_ outputattributes_ id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - attr
Type String - CASB attribute type. Valid values:
tenant
. - description String
- CASB attribute description.
- name String
- CASB attribute name.
- object
Casb StringSaasapplication Outputattributes Id - an identifier for the resource with format {{name}}.
- required String
- CASB attribute required. Valid values:
disable
,enable
. - saas
Application String - Saas Application.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - type String
- CASB attribute format type. Valid values:
string
,string-list
,integer
,integer-list
,boolean
.
Import
ObjectCasb SaasApplicationOutputAttributes 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/objectCasbSaasapplicationOutputattributes:ObjectCasbSaasapplicationOutputattributes 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.