fortimanager.ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute
Explore with Pulumi AI
CASB advanced tenant control attribute.
This resource is a sub resource for variable
attribute
of resourcefortimanager.ObjectCasbProfileSaasapplicationAdvancedtenantcontrol
. Conflict and overwrite may occur if use both of them.
Create ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute(name: string, args: ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeArgs, opts?: CustomResourceOptions);
@overload
def ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute(resource_name: str,
args: ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute(resource_name: str,
opts: Optional[ResourceOptions] = None,
advanced_tenant_control: Optional[str] = None,
profile: Optional[str] = None,
saas_application: Optional[str] = None,
adom: Optional[str] = None,
inputs: Optional[Sequence[str]] = None,
name: Optional[str] = None,
object_casb_profile_saasapplication_advancedtenantcontrol_attribute_id: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute(ctx *Context, name string, args ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeArgs, opts ...ResourceOption) (*ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute, error)
public ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute(string name, ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeArgs args, CustomResourceOptions? opts = null)
public ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute(String name, ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeArgs args)
public ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute(String name, ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeArgs args, CustomResourceOptions options)
type: fortimanager:ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute
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 ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeArgs
- 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 ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeInitArgs
- 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 ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeArgs
- 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 objectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeResource = new Fortimanager.ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute("objectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeResource", new()
{
AdvancedTenantControl = "string",
Profile = "string",
SaasApplication = "string",
Adom = "string",
Inputs = new[]
{
"string",
},
Name = "string",
ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeId = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute(ctx, "objectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeResource", &fortimanager.ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeArgs{
AdvancedTenantControl: pulumi.String("string"),
Profile: pulumi.String("string"),
SaasApplication: pulumi.String("string"),
Adom: pulumi.String("string"),
Inputs: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeResource = new ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute("objectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeResource", ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeArgs.builder()
.advancedTenantControl("string")
.profile("string")
.saasApplication("string")
.adom("string")
.inputs("string")
.name("string")
.objectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeId("string")
.scopetype("string")
.build());
object_casb_profile_saasapplication_advancedtenantcontrol_attribute_resource = fortimanager.ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute("objectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeResource",
advanced_tenant_control="string",
profile="string",
saas_application="string",
adom="string",
inputs=["string"],
name="string",
object_casb_profile_saasapplication_advancedtenantcontrol_attribute_id="string",
scopetype="string")
const objectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeResource = new fortimanager.ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute("objectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeResource", {
advancedTenantControl: "string",
profile: "string",
saasApplication: "string",
adom: "string",
inputs: ["string"],
name: "string",
objectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeId: "string",
scopetype: "string",
});
type: fortimanager:ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute
properties:
adom: string
advancedTenantControl: string
inputs:
- string
name: string
objectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeId: string
profile: string
saasApplication: string
scopetype: string
ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute 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 ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute resource accepts the following input properties:
- Advanced
Tenant stringControl - Advanced Tenant Control.
- Profile string
- Profile.
- 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. - Inputs List<string>
- CASB extend user input value.
- Name string
- CASB extend user input name.
- Object
Casb stringProfile Saasapplication Advancedtenantcontrol Attribute Id - an identifier for the resource with format {{name}}.
- 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
.
- Advanced
Tenant stringControl - Advanced Tenant Control.
- Profile string
- Profile.
- 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. - Inputs []string
- CASB extend user input value.
- Name string
- CASB extend user input name.
- Object
Casb stringProfile Saasapplication Advancedtenantcontrol Attribute Id - an identifier for the resource with format {{name}}.
- 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
.
- advanced
Tenant StringControl - Advanced Tenant Control.
- profile String
- Profile.
- 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. - inputs List<String>
- CASB extend user input value.
- name String
- CASB extend user input name.
- object
Casb StringProfile Saasapplication Advancedtenantcontrol Attribute Id - an identifier for the resource with format {{name}}.
- 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
.
- advanced
Tenant stringControl - Advanced Tenant Control.
- profile string
- Profile.
- 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. - inputs string[]
- CASB extend user input value.
- name string
- CASB extend user input name.
- object
Casb stringProfile Saasapplication Advancedtenantcontrol Attribute Id - an identifier for the resource with format {{name}}.
- 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
.
- advanced_
tenant_ strcontrol - Advanced Tenant Control.
- profile str
- Profile.
- 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. - inputs Sequence[str]
- CASB extend user input value.
- name str
- CASB extend user input name.
- object_
casb_ strprofile_ saasapplication_ advancedtenantcontrol_ attribute_ id - an identifier for the resource with format {{name}}.
- 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
.
- advanced
Tenant StringControl - Advanced Tenant Control.
- profile String
- Profile.
- 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. - inputs List<String>
- CASB extend user input value.
- name String
- CASB extend user input name.
- object
Casb StringProfile Saasapplication Advancedtenantcontrol Attribute Id - an identifier for the resource with format {{name}}.
- 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
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute 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 ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute Resource
Get an existing ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute 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?: ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeState, opts?: CustomResourceOptions): ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
advanced_tenant_control: Optional[str] = None,
inputs: Optional[Sequence[str]] = None,
name: Optional[str] = None,
object_casb_profile_saasapplication_advancedtenantcontrol_attribute_id: Optional[str] = None,
profile: Optional[str] = None,
saas_application: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute
func GetObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute(ctx *Context, name string, id IDInput, state *ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeState, opts ...ResourceOption) (*ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute, error)
public static ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute Get(string name, Input<string> id, ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeState? state, CustomResourceOptions? opts = null)
public static ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute get(String name, Output<String> id, ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttributeState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute 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. - Advanced
Tenant stringControl - Advanced Tenant Control.
- Inputs List<string>
- CASB extend user input value.
- Name string
- CASB extend user input name.
- Object
Casb stringProfile Saasapplication Advancedtenantcontrol Attribute Id - an identifier for the resource with format {{name}}.
- Profile string
- Profile.
- 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
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Advanced
Tenant stringControl - Advanced Tenant Control.
- Inputs []string
- CASB extend user input value.
- Name string
- CASB extend user input name.
- Object
Casb stringProfile Saasapplication Advancedtenantcontrol Attribute Id - an identifier for the resource with format {{name}}.
- Profile string
- Profile.
- 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
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - advanced
Tenant StringControl - Advanced Tenant Control.
- inputs List<String>
- CASB extend user input value.
- name String
- CASB extend user input name.
- object
Casb StringProfile Saasapplication Advancedtenantcontrol Attribute Id - an identifier for the resource with format {{name}}.
- profile String
- Profile.
- 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
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - advanced
Tenant stringControl - Advanced Tenant Control.
- inputs string[]
- CASB extend user input value.
- name string
- CASB extend user input name.
- object
Casb stringProfile Saasapplication Advancedtenantcontrol Attribute Id - an identifier for the resource with format {{name}}.
- profile string
- Profile.
- 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
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - advanced_
tenant_ strcontrol - Advanced Tenant Control.
- inputs Sequence[str]
- CASB extend user input value.
- name str
- CASB extend user input name.
- object_
casb_ strprofile_ saasapplication_ advancedtenantcontrol_ attribute_ id - an identifier for the resource with format {{name}}.
- profile str
- Profile.
- saas_
application str - Saas Application.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - advanced
Tenant StringControl - Advanced Tenant Control.
- inputs List<String>
- CASB extend user input value.
- name String
- CASB extend user input name.
- object
Casb StringProfile Saasapplication Advancedtenantcontrol Attribute Id - an identifier for the resource with format {{name}}.
- profile String
- Profile.
- 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
.
Import
ObjectCasb ProfileSaasApplicationAdvancedTenantControlAttribute can be imported using any of these accepted formats:
Set import_options = [“profile=YOUR_VALUE”, “saas_application=YOUR_VALUE”, “advanced_tenant_control=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute:ObjectCasbProfileSaasapplicationAdvancedtenantcontrolAttribute 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.