fortimanager.ObjectCasbProfileSaasapplicationCustomcontrol
Explore with Pulumi AI
CASB profile custom control.
This resource is a sub resource for variable
custom_control
of resourcefortimanager.ObjectCasbProfileSaasapplication
. Conflict and overwrite may occur if use both of them. The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
option
:fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolOption
Create ObjectCasbProfileSaasapplicationCustomcontrol Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectCasbProfileSaasapplicationCustomcontrol(name: string, args: ObjectCasbProfileSaasapplicationCustomcontrolArgs, opts?: CustomResourceOptions);
@overload
def ObjectCasbProfileSaasapplicationCustomcontrol(resource_name: str,
args: ObjectCasbProfileSaasapplicationCustomcontrolArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectCasbProfileSaasapplicationCustomcontrol(resource_name: str,
opts: Optional[ResourceOptions] = None,
profile: Optional[str] = None,
saas_application: Optional[str] = None,
adom: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
name: Optional[str] = None,
object_casb_profile_saasapplication_customcontrol_id: Optional[str] = None,
options: Optional[Sequence[ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs]] = None,
scopetype: Optional[str] = None)
func NewObjectCasbProfileSaasapplicationCustomcontrol(ctx *Context, name string, args ObjectCasbProfileSaasapplicationCustomcontrolArgs, opts ...ResourceOption) (*ObjectCasbProfileSaasapplicationCustomcontrol, error)
public ObjectCasbProfileSaasapplicationCustomcontrol(string name, ObjectCasbProfileSaasapplicationCustomcontrolArgs args, CustomResourceOptions? opts = null)
public ObjectCasbProfileSaasapplicationCustomcontrol(String name, ObjectCasbProfileSaasapplicationCustomcontrolArgs args)
public ObjectCasbProfileSaasapplicationCustomcontrol(String name, ObjectCasbProfileSaasapplicationCustomcontrolArgs args, CustomResourceOptions options)
type: fortimanager:ObjectCasbProfileSaasapplicationCustomcontrol
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 ObjectCasbProfileSaasapplicationCustomcontrolArgs
- 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 ObjectCasbProfileSaasapplicationCustomcontrolArgs
- 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 ObjectCasbProfileSaasapplicationCustomcontrolArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectCasbProfileSaasapplicationCustomcontrolArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectCasbProfileSaasapplicationCustomcontrolArgs
- 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 objectCasbProfileSaasapplicationCustomcontrolResource = new Fortimanager.ObjectCasbProfileSaasapplicationCustomcontrol("objectCasbProfileSaasapplicationCustomcontrolResource", new()
{
Profile = "string",
SaasApplication = "string",
Adom = "string",
DynamicSortSubtable = "string",
Name = "string",
ObjectCasbProfileSaasapplicationCustomcontrolId = "string",
Options = new[]
{
new Fortimanager.Inputs.ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs
{
Name = "string",
UserInputs = new[]
{
"string",
},
},
},
Scopetype = "string",
});
example, err := fortimanager.NewObjectCasbProfileSaasapplicationCustomcontrol(ctx, "objectCasbProfileSaasapplicationCustomcontrolResource", &fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolArgs{
Profile: pulumi.String("string"),
SaasApplication: pulumi.String("string"),
Adom: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectCasbProfileSaasapplicationCustomcontrolId: pulumi.String("string"),
Options: .ObjectCasbProfileSaasapplicationCustomcontrolOptionTypeArray{
&.ObjectCasbProfileSaasapplicationCustomcontrolOptionTypeArgs{
Name: pulumi.String("string"),
UserInputs: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Scopetype: pulumi.String("string"),
})
var objectCasbProfileSaasapplicationCustomcontrolResource = new ObjectCasbProfileSaasapplicationCustomcontrol("objectCasbProfileSaasapplicationCustomcontrolResource", ObjectCasbProfileSaasapplicationCustomcontrolArgs.builder()
.profile("string")
.saasApplication("string")
.adom("string")
.dynamicSortSubtable("string")
.name("string")
.objectCasbProfileSaasapplicationCustomcontrolId("string")
.options(ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs.builder()
.name("string")
.userInputs("string")
.build())
.scopetype("string")
.build());
object_casb_profile_saasapplication_customcontrol_resource = fortimanager.ObjectCasbProfileSaasapplicationCustomcontrol("objectCasbProfileSaasapplicationCustomcontrolResource",
profile="string",
saas_application="string",
adom="string",
dynamic_sort_subtable="string",
name="string",
object_casb_profile_saasapplication_customcontrol_id="string",
options=[{
"name": "string",
"user_inputs": ["string"],
}],
scopetype="string")
const objectCasbProfileSaasapplicationCustomcontrolResource = new fortimanager.ObjectCasbProfileSaasapplicationCustomcontrol("objectCasbProfileSaasapplicationCustomcontrolResource", {
profile: "string",
saasApplication: "string",
adom: "string",
dynamicSortSubtable: "string",
name: "string",
objectCasbProfileSaasapplicationCustomcontrolId: "string",
options: [{
name: "string",
userInputs: ["string"],
}],
scopetype: "string",
});
type: fortimanager:ObjectCasbProfileSaasapplicationCustomcontrol
properties:
adom: string
dynamicSortSubtable: string
name: string
objectCasbProfileSaasapplicationCustomcontrolId: string
options:
- name: string
userInputs:
- string
profile: string
saasApplication: string
scopetype: string
ObjectCasbProfileSaasapplicationCustomcontrol 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 ObjectCasbProfileSaasapplicationCustomcontrol resource accepts the following input properties:
- 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. - Dynamic
Sort stringSubtable - 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.
- Name string
- CASB custom control user activity name.
- Object
Casb stringProfile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- Options
List<Object
Casb Profile Saasapplication Customcontrol Option> - Option. The structure of
option
block is documented below. - 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
.
- 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. - Dynamic
Sort stringSubtable - 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.
- Name string
- CASB custom control user activity name.
- Object
Casb stringProfile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- Options
[]Object
Casb Profile Saasapplication Customcontrol Option Type Args - Option. The structure of
option
block is documented below. - 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
.
- 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. - dynamic
Sort StringSubtable - 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.
- name String
- CASB custom control user activity name.
- object
Casb StringProfile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- options
List<Object
Casb Profile Saasapplication Customcontrol Option> - Option. The structure of
option
block is documented below. - 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
.
- 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. - dynamic
Sort stringSubtable - 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.
- name string
- CASB custom control user activity name.
- object
Casb stringProfile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- options
Object
Casb Profile Saasapplication Customcontrol Option[] - Option. The structure of
option
block is documented below. - 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
.
- 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. - dynamic_
sort_ strsubtable - 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.
- name str
- CASB custom control user activity name.
- object_
casb_ strprofile_ saasapplication_ customcontrol_ id - an identifier for the resource with format {{name}}.
- options
Sequence[Object
Casb Profile Saasapplication Customcontrol Option Args] - Option. The structure of
option
block is documented below. - 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
.
- 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. - dynamic
Sort StringSubtable - 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.
- name String
- CASB custom control user activity name.
- object
Casb StringProfile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- options List<Property Map>
- Option. The structure of
option
block is documented below. - 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 ObjectCasbProfileSaasapplicationCustomcontrol 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 ObjectCasbProfileSaasapplicationCustomcontrol Resource
Get an existing ObjectCasbProfileSaasapplicationCustomcontrol 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?: ObjectCasbProfileSaasapplicationCustomcontrolState, opts?: CustomResourceOptions): ObjectCasbProfileSaasapplicationCustomcontrol
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
name: Optional[str] = None,
object_casb_profile_saasapplication_customcontrol_id: Optional[str] = None,
options: Optional[Sequence[ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs]] = None,
profile: Optional[str] = None,
saas_application: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectCasbProfileSaasapplicationCustomcontrol
func GetObjectCasbProfileSaasapplicationCustomcontrol(ctx *Context, name string, id IDInput, state *ObjectCasbProfileSaasapplicationCustomcontrolState, opts ...ResourceOption) (*ObjectCasbProfileSaasapplicationCustomcontrol, error)
public static ObjectCasbProfileSaasapplicationCustomcontrol Get(string name, Input<string> id, ObjectCasbProfileSaasapplicationCustomcontrolState? state, CustomResourceOptions? opts = null)
public static ObjectCasbProfileSaasapplicationCustomcontrol get(String name, Output<String> id, ObjectCasbProfileSaasapplicationCustomcontrolState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectCasbProfileSaasapplicationCustomcontrol 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. - Dynamic
Sort stringSubtable - 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.
- Name string
- CASB custom control user activity name.
- Object
Casb stringProfile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- Options
List<Object
Casb Profile Saasapplication Customcontrol Option> - Option. The structure of
option
block is documented below. - 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. - Dynamic
Sort stringSubtable - 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.
- Name string
- CASB custom control user activity name.
- Object
Casb stringProfile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- Options
[]Object
Casb Profile Saasapplication Customcontrol Option Type Args - Option. The structure of
option
block is documented below. - 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. - dynamic
Sort StringSubtable - 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.
- name String
- CASB custom control user activity name.
- object
Casb StringProfile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- options
List<Object
Casb Profile Saasapplication Customcontrol Option> - Option. The structure of
option
block is documented below. - 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. - dynamic
Sort stringSubtable - 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.
- name string
- CASB custom control user activity name.
- object
Casb stringProfile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- options
Object
Casb Profile Saasapplication Customcontrol Option[] - Option. The structure of
option
block is documented below. - 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. - dynamic_
sort_ strsubtable - 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.
- name str
- CASB custom control user activity name.
- object_
casb_ strprofile_ saasapplication_ customcontrol_ id - an identifier for the resource with format {{name}}.
- options
Sequence[Object
Casb Profile Saasapplication Customcontrol Option Args] - Option. The structure of
option
block is documented below. - 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. - dynamic
Sort StringSubtable - 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.
- name String
- CASB custom control user activity name.
- object
Casb StringProfile Saasapplication Customcontrol Id - an identifier for the resource with format {{name}}.
- options List<Property Map>
- Option. The structure of
option
block is documented below. - 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
.
Supporting Types
ObjectCasbProfileSaasapplicationCustomcontrolOption, ObjectCasbProfileSaasapplicationCustomcontrolOptionArgs
- Name string
- CASB custom control option name.
- User
Inputs List<string> - CASB custom control user input.
- Name string
- CASB custom control option name.
- User
Inputs []string - CASB custom control user input.
- name String
- CASB custom control option name.
- user
Inputs List<String> - CASB custom control user input.
- name string
- CASB custom control option name.
- user
Inputs string[] - CASB custom control user input.
- name str
- CASB custom control option name.
- user_
inputs Sequence[str] - CASB custom control user input.
- name String
- CASB custom control option name.
- user
Inputs List<String> - CASB custom control user input.
Import
ObjectCasb ProfileSaasApplicationCustomControl can be imported using any of these accepted formats:
Set import_options = [“profile=YOUR_VALUE”, “saas_application=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectCasbProfileSaasapplicationCustomcontrol:ObjectCasbProfileSaasapplicationCustomcontrol 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.