fortimanager.ObjectCasbUseractivityControloptions
CASB control options.
This resource is a sub resource for variable
control_optionsof resourcefortimanager.ObjectCasbUseractivity. 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.
operations:fortimanager.ObjectCasbUseractivityControloptionsOperations
Create ObjectCasbUseractivityControloptions Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectCasbUseractivityControloptions(name: string, args: ObjectCasbUseractivityControloptionsArgs, opts?: CustomResourceOptions);@overload
def ObjectCasbUseractivityControloptions(resource_name: str,
                                         args: ObjectCasbUseractivityControloptionsArgs,
                                         opts: Optional[ResourceOptions] = None)
@overload
def ObjectCasbUseractivityControloptions(resource_name: str,
                                         opts: Optional[ResourceOptions] = None,
                                         user_activity: Optional[str] = None,
                                         adom: Optional[str] = None,
                                         dynamic_sort_subtable: Optional[str] = None,
                                         name: Optional[str] = None,
                                         object_casb_useractivity_controloptions_id: Optional[str] = None,
                                         operations: Optional[Sequence[ObjectCasbUseractivityControloptionsOperationArgs]] = None,
                                         scopetype: Optional[str] = None,
                                         status: Optional[str] = None)func NewObjectCasbUseractivityControloptions(ctx *Context, name string, args ObjectCasbUseractivityControloptionsArgs, opts ...ResourceOption) (*ObjectCasbUseractivityControloptions, error)public ObjectCasbUseractivityControloptions(string name, ObjectCasbUseractivityControloptionsArgs args, CustomResourceOptions? opts = null)
public ObjectCasbUseractivityControloptions(String name, ObjectCasbUseractivityControloptionsArgs args)
public ObjectCasbUseractivityControloptions(String name, ObjectCasbUseractivityControloptionsArgs args, CustomResourceOptions options)
type: fortimanager:ObjectCasbUseractivityControloptions
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 ObjectCasbUseractivityControloptionsArgs
- 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 ObjectCasbUseractivityControloptionsArgs
- 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 ObjectCasbUseractivityControloptionsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectCasbUseractivityControloptionsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectCasbUseractivityControloptionsArgs
- 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 objectCasbUseractivityControloptionsResource = new Fortimanager.ObjectCasbUseractivityControloptions("objectCasbUseractivityControloptionsResource", new()
{
    UserActivity = "string",
    Adom = "string",
    DynamicSortSubtable = "string",
    Name = "string",
    ObjectCasbUseractivityControloptionsId = "string",
    Operations = new[]
    {
        new Fortimanager.Inputs.ObjectCasbUseractivityControloptionsOperationArgs
        {
            Action = "string",
            CaseSensitive = "string",
            Direction = "string",
            HeaderName = "string",
            Name = "string",
            SearchKey = "string",
            SearchPattern = "string",
            Target = "string",
            ValueFromInput = "string",
            Values = new[]
            {
                "string",
            },
        },
    },
    Scopetype = "string",
    Status = "string",
});
example, err := fortimanager.NewObjectCasbUseractivityControloptions(ctx, "objectCasbUseractivityControloptionsResource", &fortimanager.ObjectCasbUseractivityControloptionsArgs{
	UserActivity:                           pulumi.String("string"),
	Adom:                                   pulumi.String("string"),
	DynamicSortSubtable:                    pulumi.String("string"),
	Name:                                   pulumi.String("string"),
	ObjectCasbUseractivityControloptionsId: pulumi.String("string"),
	Operations: fortimanager.ObjectCasbUseractivityControloptionsOperationArray{
		&fortimanager.ObjectCasbUseractivityControloptionsOperationArgs{
			Action:         pulumi.String("string"),
			CaseSensitive:  pulumi.String("string"),
			Direction:      pulumi.String("string"),
			HeaderName:     pulumi.String("string"),
			Name:           pulumi.String("string"),
			SearchKey:      pulumi.String("string"),
			SearchPattern:  pulumi.String("string"),
			Target:         pulumi.String("string"),
			ValueFromInput: pulumi.String("string"),
			Values: pulumi.StringArray{
				pulumi.String("string"),
			},
		},
	},
	Scopetype: pulumi.String("string"),
	Status:    pulumi.String("string"),
})
var objectCasbUseractivityControloptionsResource = new ObjectCasbUseractivityControloptions("objectCasbUseractivityControloptionsResource", ObjectCasbUseractivityControloptionsArgs.builder()
    .userActivity("string")
    .adom("string")
    .dynamicSortSubtable("string")
    .name("string")
    .objectCasbUseractivityControloptionsId("string")
    .operations(ObjectCasbUseractivityControloptionsOperationArgs.builder()
        .action("string")
        .caseSensitive("string")
        .direction("string")
        .headerName("string")
        .name("string")
        .searchKey("string")
        .searchPattern("string")
        .target("string")
        .valueFromInput("string")
        .values("string")
        .build())
    .scopetype("string")
    .status("string")
    .build());
object_casb_useractivity_controloptions_resource = fortimanager.ObjectCasbUseractivityControloptions("objectCasbUseractivityControloptionsResource",
    user_activity="string",
    adom="string",
    dynamic_sort_subtable="string",
    name="string",
    object_casb_useractivity_controloptions_id="string",
    operations=[{
        "action": "string",
        "case_sensitive": "string",
        "direction": "string",
        "header_name": "string",
        "name": "string",
        "search_key": "string",
        "search_pattern": "string",
        "target": "string",
        "value_from_input": "string",
        "values": ["string"],
    }],
    scopetype="string",
    status="string")
const objectCasbUseractivityControloptionsResource = new fortimanager.ObjectCasbUseractivityControloptions("objectCasbUseractivityControloptionsResource", {
    userActivity: "string",
    adom: "string",
    dynamicSortSubtable: "string",
    name: "string",
    objectCasbUseractivityControloptionsId: "string",
    operations: [{
        action: "string",
        caseSensitive: "string",
        direction: "string",
        headerName: "string",
        name: "string",
        searchKey: "string",
        searchPattern: "string",
        target: "string",
        valueFromInput: "string",
        values: ["string"],
    }],
    scopetype: "string",
    status: "string",
});
type: fortimanager:ObjectCasbUseractivityControloptions
properties:
    adom: string
    dynamicSortSubtable: string
    name: string
    objectCasbUseractivityControloptionsId: string
    operations:
        - action: string
          caseSensitive: string
          direction: string
          headerName: string
          name: string
          searchKey: string
          searchPattern: string
          target: string
          valueFromInput: string
          values:
            - string
    scopetype: string
    status: string
    userActivity: string
ObjectCasbUseractivityControloptions 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 ObjectCasbUseractivityControloptions resource accepts the following input properties:
- UserActivity string
- User Activity.
- Adom string
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- DynamicSort 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 control option name.
- ObjectCasb stringUseractivity Controloptions Id 
- an identifier for the resource with format {{name}}.
- Operations
List<ObjectCasb Useractivity Controloptions Operation> 
- Operations. The structure of operationsblock is documented below.
- Scopetype string
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- Status string
- CASB control option status. Valid values: disable,enable.
- UserActivity string
- User Activity.
- Adom string
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- DynamicSort 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 control option name.
- ObjectCasb stringUseractivity Controloptions Id 
- an identifier for the resource with format {{name}}.
- Operations
[]ObjectCasb Useractivity Controloptions Operation Args 
- Operations. The structure of operationsblock is documented below.
- Scopetype string
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- Status string
- CASB control option status. Valid values: disable,enable.
- userActivity String
- User Activity.
- adom String
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- dynamicSort 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 control option name.
- objectCasb StringUseractivity Controloptions Id 
- an identifier for the resource with format {{name}}.
- operations
List<ObjectCasb Useractivity Controloptions Operation> 
- Operations. The structure of operationsblock is documented below.
- scopetype String
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- status String
- CASB control option status. Valid values: disable,enable.
- userActivity string
- User Activity.
- adom string
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- dynamicSort 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 control option name.
- objectCasb stringUseractivity Controloptions Id 
- an identifier for the resource with format {{name}}.
- operations
ObjectCasb Useractivity Controloptions Operation[] 
- Operations. The structure of operationsblock is documented below.
- scopetype string
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- status string
- CASB control option status. Valid values: disable,enable.
- user_activity str
- User Activity.
- adom str
- Adom. This value is valid only when the scopetypeisadom, 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 control option name.
- object_casb_ struseractivity_ controloptions_ id 
- an identifier for the resource with format {{name}}.
- operations
Sequence[ObjectCasb Useractivity Controloptions Operation Args] 
- Operations. The structure of operationsblock is documented below.
- scopetype str
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- status str
- CASB control option status. Valid values: disable,enable.
- userActivity String
- User Activity.
- adom String
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- dynamicSort 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 control option name.
- objectCasb StringUseractivity Controloptions Id 
- an identifier for the resource with format {{name}}.
- operations List<Property Map>
- Operations. The structure of operationsblock is documented below.
- scopetype String
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- status String
- CASB control option status. Valid values: disable,enable.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectCasbUseractivityControloptions 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 ObjectCasbUseractivityControloptions Resource
Get an existing ObjectCasbUseractivityControloptions 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?: ObjectCasbUseractivityControloptionsState, opts?: CustomResourceOptions): ObjectCasbUseractivityControloptions@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_useractivity_controloptions_id: Optional[str] = None,
        operations: Optional[Sequence[ObjectCasbUseractivityControloptionsOperationArgs]] = None,
        scopetype: Optional[str] = None,
        status: Optional[str] = None,
        user_activity: Optional[str] = None) -> ObjectCasbUseractivityControloptionsfunc GetObjectCasbUseractivityControloptions(ctx *Context, name string, id IDInput, state *ObjectCasbUseractivityControloptionsState, opts ...ResourceOption) (*ObjectCasbUseractivityControloptions, error)public static ObjectCasbUseractivityControloptions Get(string name, Input<string> id, ObjectCasbUseractivityControloptionsState? state, CustomResourceOptions? opts = null)public static ObjectCasbUseractivityControloptions get(String name, Output<String> id, ObjectCasbUseractivityControloptionsState state, CustomResourceOptions options)resources:  _:    type: fortimanager:ObjectCasbUseractivityControloptions    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 scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- DynamicSort 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 control option name.
- ObjectCasb stringUseractivity Controloptions Id 
- an identifier for the resource with format {{name}}.
- Operations
List<ObjectCasb Useractivity Controloptions Operation> 
- Operations. The structure of operationsblock is documented below.
- Scopetype string
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- Status string
- CASB control option status. Valid values: disable,enable.
- UserActivity string
- User Activity.
- Adom string
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- DynamicSort 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 control option name.
- ObjectCasb stringUseractivity Controloptions Id 
- an identifier for the resource with format {{name}}.
- Operations
[]ObjectCasb Useractivity Controloptions Operation Args 
- Operations. The structure of operationsblock is documented below.
- Scopetype string
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- Status string
- CASB control option status. Valid values: disable,enable.
- UserActivity string
- User Activity.
- adom String
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- dynamicSort 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 control option name.
- objectCasb StringUseractivity Controloptions Id 
- an identifier for the resource with format {{name}}.
- operations
List<ObjectCasb Useractivity Controloptions Operation> 
- Operations. The structure of operationsblock is documented below.
- scopetype String
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- status String
- CASB control option status. Valid values: disable,enable.
- userActivity String
- User Activity.
- adom string
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- dynamicSort 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 control option name.
- objectCasb stringUseractivity Controloptions Id 
- an identifier for the resource with format {{name}}.
- operations
ObjectCasb Useractivity Controloptions Operation[] 
- Operations. The structure of operationsblock is documented below.
- scopetype string
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- status string
- CASB control option status. Valid values: disable,enable.
- userActivity string
- User Activity.
- adom str
- Adom. This value is valid only when the scopetypeisadom, 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 control option name.
- object_casb_ struseractivity_ controloptions_ id 
- an identifier for the resource with format {{name}}.
- operations
Sequence[ObjectCasb Useractivity Controloptions Operation Args] 
- Operations. The structure of operationsblock is documented below.
- scopetype str
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- status str
- CASB control option status. Valid values: disable,enable.
- user_activity str
- User Activity.
- adom String
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- dynamicSort 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 control option name.
- objectCasb StringUseractivity Controloptions Id 
- an identifier for the resource with format {{name}}.
- operations List<Property Map>
- Operations. The structure of operationsblock is documented below.
- scopetype String
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- status String
- CASB control option status. Valid values: disable,enable.
- userActivity String
- User Activity.
Supporting Types
ObjectCasbUseractivityControloptionsOperation, ObjectCasbUseractivityControloptionsOperationArgs          
- Action string
- CASB operation action. Valid values: append,prepend,replace,new,new-on-not-found,delete.
- CaseSensitive string
- CASB operation search case sensitive. Valid values: disable,enable.
- Direction string
- CASB operation direction. Valid values: request.
- HeaderName string
- CASB operation header name to search.
- Name string
- CASB control option operation name.
- SearchKey string
- CASB operation key to search.
- SearchPattern string
- CASB operation search pattern. Valid values: simple,substr,regexp.
- Target string
- CASB operation target. Valid values: header,path.
- ValueFrom stringInput 
- Enable/disable value from user input. Valid values: disable,enable.
- Values List<string>
- CASB operation new values.
- Action string
- CASB operation action. Valid values: append,prepend,replace,new,new-on-not-found,delete.
- CaseSensitive string
- CASB operation search case sensitive. Valid values: disable,enable.
- Direction string
- CASB operation direction. Valid values: request.
- HeaderName string
- CASB operation header name to search.
- Name string
- CASB control option operation name.
- SearchKey string
- CASB operation key to search.
- SearchPattern string
- CASB operation search pattern. Valid values: simple,substr,regexp.
- Target string
- CASB operation target. Valid values: header,path.
- ValueFrom stringInput 
- Enable/disable value from user input. Valid values: disable,enable.
- Values []string
- CASB operation new values.
- action String
- CASB operation action. Valid values: append,prepend,replace,new,new-on-not-found,delete.
- caseSensitive String
- CASB operation search case sensitive. Valid values: disable,enable.
- direction String
- CASB operation direction. Valid values: request.
- headerName String
- CASB operation header name to search.
- name String
- CASB control option operation name.
- searchKey String
- CASB operation key to search.
- searchPattern String
- CASB operation search pattern. Valid values: simple,substr,regexp.
- target String
- CASB operation target. Valid values: header,path.
- valueFrom StringInput 
- Enable/disable value from user input. Valid values: disable,enable.
- values List<String>
- CASB operation new values.
- action string
- CASB operation action. Valid values: append,prepend,replace,new,new-on-not-found,delete.
- caseSensitive string
- CASB operation search case sensitive. Valid values: disable,enable.
- direction string
- CASB operation direction. Valid values: request.
- headerName string
- CASB operation header name to search.
- name string
- CASB control option operation name.
- searchKey string
- CASB operation key to search.
- searchPattern string
- CASB operation search pattern. Valid values: simple,substr,regexp.
- target string
- CASB operation target. Valid values: header,path.
- valueFrom stringInput 
- Enable/disable value from user input. Valid values: disable,enable.
- values string[]
- CASB operation new values.
- action str
- CASB operation action. Valid values: append,prepend,replace,new,new-on-not-found,delete.
- case_sensitive str
- CASB operation search case sensitive. Valid values: disable,enable.
- direction str
- CASB operation direction. Valid values: request.
- header_name str
- CASB operation header name to search.
- name str
- CASB control option operation name.
- search_key str
- CASB operation key to search.
- search_pattern str
- CASB operation search pattern. Valid values: simple,substr,regexp.
- target str
- CASB operation target. Valid values: header,path.
- value_from_ strinput 
- Enable/disable value from user input. Valid values: disable,enable.
- values Sequence[str]
- CASB operation new values.
- action String
- CASB operation action. Valid values: append,prepend,replace,new,new-on-not-found,delete.
- caseSensitive String
- CASB operation search case sensitive. Valid values: disable,enable.
- direction String
- CASB operation direction. Valid values: request.
- headerName String
- CASB operation header name to search.
- name String
- CASB control option operation name.
- searchKey String
- CASB operation key to search.
- searchPattern String
- CASB operation search pattern. Valid values: simple,substr,regexp.
- target String
- CASB operation target. Valid values: header,path.
- valueFrom StringInput 
- Enable/disable value from user input. Valid values: disable,enable.
- values List<String>
- CASB operation new values.
Import
ObjectCasb UserActivityControlOptions can be imported using any of these accepted formats:
Set import_options = [“user_activity=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectCasbUseractivityControloptions:ObjectCasbUseractivityControloptions 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 fortimanagerTerraform Provider.
