published on Saturday, Mar 7, 2026 by fortinetdev
published on Saturday, Mar 7, 2026 by fortinetdev
ObjectIsolator ProfileEntries
This resource is a sub resource for variable
entriesof resourcefortimanager.ObjectIsolatorProfile. Conflict and overwrite may occur if use both of them.
Create ObjectIsolatorProfileEntries Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectIsolatorProfileEntries(name: string, args: ObjectIsolatorProfileEntriesArgs, opts?: CustomResourceOptions);@overload
def ObjectIsolatorProfileEntries(resource_name: str,
args: ObjectIsolatorProfileEntriesArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectIsolatorProfileEntries(resource_name: str,
opts: Optional[ResourceOptions] = None,
profile: Optional[str] = None,
action: Optional[str] = None,
adom: Optional[str] = None,
copy_paste: Optional[str] = None,
fosid: Optional[float] = None,
object_isolator_profile_entries_id: Optional[str] = None,
proxy_addresses: Optional[Sequence[str]] = None,
right_click: Optional[str] = None,
scopetype: Optional[str] = None,
status: Optional[str] = None)func NewObjectIsolatorProfileEntries(ctx *Context, name string, args ObjectIsolatorProfileEntriesArgs, opts ...ResourceOption) (*ObjectIsolatorProfileEntries, error)public ObjectIsolatorProfileEntries(string name, ObjectIsolatorProfileEntriesArgs args, CustomResourceOptions? opts = null)
public ObjectIsolatorProfileEntries(String name, ObjectIsolatorProfileEntriesArgs args)
public ObjectIsolatorProfileEntries(String name, ObjectIsolatorProfileEntriesArgs args, CustomResourceOptions options)
type: fortimanager:ObjectIsolatorProfileEntries
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 ObjectIsolatorProfileEntriesArgs
- 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 ObjectIsolatorProfileEntriesArgs
- 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 ObjectIsolatorProfileEntriesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectIsolatorProfileEntriesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectIsolatorProfileEntriesArgs
- 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 objectIsolatorProfileEntriesResource = new Fortimanager.Index.ObjectIsolatorProfileEntries("objectIsolatorProfileEntriesResource", new()
{
Profile = "string",
Action = "string",
Adom = "string",
CopyPaste = "string",
Fosid = 0,
ObjectIsolatorProfileEntriesId = "string",
ProxyAddresses = new[]
{
"string",
},
RightClick = "string",
Scopetype = "string",
Status = "string",
});
example, err := fortimanager.NewObjectIsolatorProfileEntries(ctx, "objectIsolatorProfileEntriesResource", &fortimanager.ObjectIsolatorProfileEntriesArgs{
Profile: pulumi.String("string"),
Action: pulumi.String("string"),
Adom: pulumi.String("string"),
CopyPaste: pulumi.String("string"),
Fosid: pulumi.Float64(0),
ObjectIsolatorProfileEntriesId: pulumi.String("string"),
ProxyAddresses: pulumi.StringArray{
pulumi.String("string"),
},
RightClick: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Status: pulumi.String("string"),
})
var objectIsolatorProfileEntriesResource = new ObjectIsolatorProfileEntries("objectIsolatorProfileEntriesResource", ObjectIsolatorProfileEntriesArgs.builder()
.profile("string")
.action("string")
.adom("string")
.copyPaste("string")
.fosid(0.0)
.objectIsolatorProfileEntriesId("string")
.proxyAddresses("string")
.rightClick("string")
.scopetype("string")
.status("string")
.build());
object_isolator_profile_entries_resource = fortimanager.ObjectIsolatorProfileEntries("objectIsolatorProfileEntriesResource",
profile="string",
action="string",
adom="string",
copy_paste="string",
fosid=0,
object_isolator_profile_entries_id="string",
proxy_addresses=["string"],
right_click="string",
scopetype="string",
status="string")
const objectIsolatorProfileEntriesResource = new fortimanager.ObjectIsolatorProfileEntries("objectIsolatorProfileEntriesResource", {
profile: "string",
action: "string",
adom: "string",
copyPaste: "string",
fosid: 0,
objectIsolatorProfileEntriesId: "string",
proxyAddresses: ["string"],
rightClick: "string",
scopetype: "string",
status: "string",
});
type: fortimanager:ObjectIsolatorProfileEntries
properties:
action: string
adom: string
copyPaste: string
fosid: 0
objectIsolatorProfileEntriesId: string
profile: string
proxyAddresses:
- string
rightClick: string
scopetype: string
status: string
ObjectIsolatorProfileEntries 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 ObjectIsolatorProfileEntries resource accepts the following input properties:
- Profile string
- Profile.
- Action string
- Action. Valid values:
isolate,freeze,block,allow. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Copy
Paste string - Copy-Paste. Valid values:
disable,enable. - Fosid double
- Id.
- Object
Isolator stringProfile Entries Id - an identifier for the resource with format {{fosid}}.
- Proxy
Addresses List<string> - Proxy-Address.
- Right
Click string - Right-Click. Valid values:
disable,enable. - 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
- Status. Valid values:
disable,enable.
- Profile string
- Profile.
- Action string
- Action. Valid values:
isolate,freeze,block,allow. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Copy
Paste string - Copy-Paste. Valid values:
disable,enable. - Fosid float64
- Id.
- Object
Isolator stringProfile Entries Id - an identifier for the resource with format {{fosid}}.
- Proxy
Addresses []string - Proxy-Address.
- Right
Click string - Right-Click. Valid values:
disable,enable. - 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
- Status. Valid values:
disable,enable.
- profile String
- Profile.
- action String
- Action. Valid values:
isolate,freeze,block,allow. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - copy
Paste String - Copy-Paste. Valid values:
disable,enable. - fosid Double
- Id.
- object
Isolator StringProfile Entries Id - an identifier for the resource with format {{fosid}}.
- proxy
Addresses List<String> - Proxy-Address.
- right
Click String - Right-Click. Valid values:
disable,enable. - 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
- Status. Valid values:
disable,enable.
- profile string
- Profile.
- action string
- Action. Valid values:
isolate,freeze,block,allow. - adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - copy
Paste string - Copy-Paste. Valid values:
disable,enable. - fosid number
- Id.
- object
Isolator stringProfile Entries Id - an identifier for the resource with format {{fosid}}.
- proxy
Addresses string[] - Proxy-Address.
- right
Click string - Right-Click. Valid values:
disable,enable. - 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
- Status. Valid values:
disable,enable.
- profile str
- Profile.
- action str
- Action. Valid values:
isolate,freeze,block,allow. - adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - copy_
paste str - Copy-Paste. Valid values:
disable,enable. - fosid float
- Id.
- object_
isolator_ strprofile_ entries_ id - an identifier for the resource with format {{fosid}}.
- proxy_
addresses Sequence[str] - Proxy-Address.
- right_
click str - Right-Click. Valid values:
disable,enable. - 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
- Status. Valid values:
disable,enable.
- profile String
- Profile.
- action String
- Action. Valid values:
isolate,freeze,block,allow. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - copy
Paste String - Copy-Paste. Valid values:
disable,enable. - fosid Number
- Id.
- object
Isolator StringProfile Entries Id - an identifier for the resource with format {{fosid}}.
- proxy
Addresses List<String> - Proxy-Address.
- right
Click String - Right-Click. Valid values:
disable,enable. - 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
- Status. Valid values:
disable,enable.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectIsolatorProfileEntries 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 ObjectIsolatorProfileEntries Resource
Get an existing ObjectIsolatorProfileEntries 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?: ObjectIsolatorProfileEntriesState, opts?: CustomResourceOptions): ObjectIsolatorProfileEntries@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
action: Optional[str] = None,
adom: Optional[str] = None,
copy_paste: Optional[str] = None,
fosid: Optional[float] = None,
object_isolator_profile_entries_id: Optional[str] = None,
profile: Optional[str] = None,
proxy_addresses: Optional[Sequence[str]] = None,
right_click: Optional[str] = None,
scopetype: Optional[str] = None,
status: Optional[str] = None) -> ObjectIsolatorProfileEntriesfunc GetObjectIsolatorProfileEntries(ctx *Context, name string, id IDInput, state *ObjectIsolatorProfileEntriesState, opts ...ResourceOption) (*ObjectIsolatorProfileEntries, error)public static ObjectIsolatorProfileEntries Get(string name, Input<string> id, ObjectIsolatorProfileEntriesState? state, CustomResourceOptions? opts = null)public static ObjectIsolatorProfileEntries get(String name, Output<String> id, ObjectIsolatorProfileEntriesState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectIsolatorProfileEntries 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.
- Action string
- Action. Valid values:
isolate,freeze,block,allow. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Copy
Paste string - Copy-Paste. Valid values:
disable,enable. - Fosid double
- Id.
- Object
Isolator stringProfile Entries Id - an identifier for the resource with format {{fosid}}.
- Profile string
- Profile.
- Proxy
Addresses List<string> - Proxy-Address.
- Right
Click string - Right-Click. Valid values:
disable,enable. - 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
- Status. Valid values:
disable,enable.
- Action string
- Action. Valid values:
isolate,freeze,block,allow. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Copy
Paste string - Copy-Paste. Valid values:
disable,enable. - Fosid float64
- Id.
- Object
Isolator stringProfile Entries Id - an identifier for the resource with format {{fosid}}.
- Profile string
- Profile.
- Proxy
Addresses []string - Proxy-Address.
- Right
Click string - Right-Click. Valid values:
disable,enable. - 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
- Status. Valid values:
disable,enable.
- action String
- Action. Valid values:
isolate,freeze,block,allow. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - copy
Paste String - Copy-Paste. Valid values:
disable,enable. - fosid Double
- Id.
- object
Isolator StringProfile Entries Id - an identifier for the resource with format {{fosid}}.
- profile String
- Profile.
- proxy
Addresses List<String> - Proxy-Address.
- right
Click String - Right-Click. Valid values:
disable,enable. - 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
- Status. Valid values:
disable,enable.
- action string
- Action. Valid values:
isolate,freeze,block,allow. - adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - copy
Paste string - Copy-Paste. Valid values:
disable,enable. - fosid number
- Id.
- object
Isolator stringProfile Entries Id - an identifier for the resource with format {{fosid}}.
- profile string
- Profile.
- proxy
Addresses string[] - Proxy-Address.
- right
Click string - Right-Click. Valid values:
disable,enable. - 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
- Status. Valid values:
disable,enable.
- action str
- Action. Valid values:
isolate,freeze,block,allow. - adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - copy_
paste str - Copy-Paste. Valid values:
disable,enable. - fosid float
- Id.
- object_
isolator_ strprofile_ entries_ id - an identifier for the resource with format {{fosid}}.
- profile str
- Profile.
- proxy_
addresses Sequence[str] - Proxy-Address.
- right_
click str - Right-Click. Valid values:
disable,enable. - 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
- Status. Valid values:
disable,enable.
- action String
- Action. Valid values:
isolate,freeze,block,allow. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - copy
Paste String - Copy-Paste. Valid values:
disable,enable. - fosid Number
- Id.
- object
Isolator StringProfile Entries Id - an identifier for the resource with format {{fosid}}.
- profile String
- Profile.
- proxy
Addresses List<String> - Proxy-Address.
- right
Click String - Right-Click. Valid values:
disable,enable. - 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
- Status. Valid values:
disable,enable.
Import
ObjectIsolator ProfileEntries can be imported using any of these accepted formats:
Set import_options = [“profile=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectIsolatorProfileEntries:ObjectIsolatorProfileEntries labelname {{fosid}}
$ 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.
published on Saturday, Mar 7, 2026 by fortinetdev
