1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectIsolatorProfile
Viewing docs for fortimanager 1.16.0
published on Saturday, Mar 7, 2026 by fortinetdev
Viewing docs for fortimanager 1.16.0
published on Saturday, Mar 7, 2026 by fortinetdev

    ObjectIsolator Profile

    The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

    • entries: fortimanager.ObjectIsolatorProfileEntries

    Create ObjectIsolatorProfile Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ObjectIsolatorProfile(name: string, args?: ObjectIsolatorProfileArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectIsolatorProfile(resource_name: str,
                              args: Optional[ObjectIsolatorProfileArgs] = None,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectIsolatorProfile(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              adom: Optional[str] = None,
                              comments: Optional[str] = None,
                              disclaimer: Optional[str] = None,
                              dynamic_sort_subtable: Optional[str] = None,
                              entries: Optional[Sequence[ObjectIsolatorProfileEntryArgs]] = None,
                              name: Optional[str] = None,
                              object_isolator_profile_id: Optional[str] = None,
                              scopetype: Optional[str] = None)
    func NewObjectIsolatorProfile(ctx *Context, name string, args *ObjectIsolatorProfileArgs, opts ...ResourceOption) (*ObjectIsolatorProfile, error)
    public ObjectIsolatorProfile(string name, ObjectIsolatorProfileArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectIsolatorProfile(String name, ObjectIsolatorProfileArgs args)
    public ObjectIsolatorProfile(String name, ObjectIsolatorProfileArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectIsolatorProfile
    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 ObjectIsolatorProfileArgs
    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 ObjectIsolatorProfileArgs
    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 ObjectIsolatorProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectIsolatorProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectIsolatorProfileArgs
    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 objectIsolatorProfileResource = new Fortimanager.Index.ObjectIsolatorProfile("objectIsolatorProfileResource", new()
    {
        Adom = "string",
        Comments = "string",
        Disclaimer = "string",
        DynamicSortSubtable = "string",
        Entries = new[]
        {
            new Fortimanager.Inputs.ObjectIsolatorProfileEntryArgs
            {
                Action = "string",
                CopyPaste = "string",
                Id = 0,
                ProxyAddresses = new[]
                {
                    "string",
                },
                RightClick = "string",
                Status = "string",
            },
        },
        Name = "string",
        ObjectIsolatorProfileId = "string",
        Scopetype = "string",
    });
    
    example, err := fortimanager.NewObjectIsolatorProfile(ctx, "objectIsolatorProfileResource", &fortimanager.ObjectIsolatorProfileArgs{
    	Adom:                pulumi.String("string"),
    	Comments:            pulumi.String("string"),
    	Disclaimer:          pulumi.String("string"),
    	DynamicSortSubtable: pulumi.String("string"),
    	Entries: fortimanager.ObjectIsolatorProfileEntryArray{
    		&fortimanager.ObjectIsolatorProfileEntryArgs{
    			Action:    pulumi.String("string"),
    			CopyPaste: pulumi.String("string"),
    			Id:        pulumi.Float64(0),
    			ProxyAddresses: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			RightClick: pulumi.String("string"),
    			Status:     pulumi.String("string"),
    		},
    	},
    	Name:                    pulumi.String("string"),
    	ObjectIsolatorProfileId: pulumi.String("string"),
    	Scopetype:               pulumi.String("string"),
    })
    
    var objectIsolatorProfileResource = new ObjectIsolatorProfile("objectIsolatorProfileResource", ObjectIsolatorProfileArgs.builder()
        .adom("string")
        .comments("string")
        .disclaimer("string")
        .dynamicSortSubtable("string")
        .entries(ObjectIsolatorProfileEntryArgs.builder()
            .action("string")
            .copyPaste("string")
            .id(0.0)
            .proxyAddresses("string")
            .rightClick("string")
            .status("string")
            .build())
        .name("string")
        .objectIsolatorProfileId("string")
        .scopetype("string")
        .build());
    
    object_isolator_profile_resource = fortimanager.ObjectIsolatorProfile("objectIsolatorProfileResource",
        adom="string",
        comments="string",
        disclaimer="string",
        dynamic_sort_subtable="string",
        entries=[{
            "action": "string",
            "copy_paste": "string",
            "id": 0,
            "proxy_addresses": ["string"],
            "right_click": "string",
            "status": "string",
        }],
        name="string",
        object_isolator_profile_id="string",
        scopetype="string")
    
    const objectIsolatorProfileResource = new fortimanager.ObjectIsolatorProfile("objectIsolatorProfileResource", {
        adom: "string",
        comments: "string",
        disclaimer: "string",
        dynamicSortSubtable: "string",
        entries: [{
            action: "string",
            copyPaste: "string",
            id: 0,
            proxyAddresses: ["string"],
            rightClick: "string",
            status: "string",
        }],
        name: "string",
        objectIsolatorProfileId: "string",
        scopetype: "string",
    });
    
    type: fortimanager:ObjectIsolatorProfile
    properties:
        adom: string
        comments: string
        disclaimer: string
        dynamicSortSubtable: string
        entries:
            - action: string
              copyPaste: string
              id: 0
              proxyAddresses:
                - string
              rightClick: string
              status: string
        name: string
        objectIsolatorProfileId: string
        scopetype: string
    

    ObjectIsolatorProfile 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 ObjectIsolatorProfile resource accepts the following input properties:

    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Comments string
    Comments.
    Disclaimer string
    Disclaimer.
    DynamicSortSubtable string
    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.
    Entries List<ObjectIsolatorProfileEntry>
    Entries. The structure of entries block is documented below.
    Name string
    Name.
    ObjectIsolatorProfileId string
    an identifier for the resource with format {{name}}.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Comments string
    Comments.
    Disclaimer string
    Disclaimer.
    DynamicSortSubtable string
    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.
    Entries []ObjectIsolatorProfileEntryArgs
    Entries. The structure of entries block is documented below.
    Name string
    Name.
    ObjectIsolatorProfileId string
    an identifier for the resource with format {{name}}.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comments String
    Comments.
    disclaimer String
    Disclaimer.
    dynamicSortSubtable String
    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.
    entries List<ObjectIsolatorProfileEntry>
    Entries. The structure of entries block is documented below.
    name String
    Name.
    objectIsolatorProfileId String
    an identifier for the resource with format {{name}}.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comments string
    Comments.
    disclaimer string
    Disclaimer.
    dynamicSortSubtable string
    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.
    entries ObjectIsolatorProfileEntry[]
    Entries. The structure of entries block is documented below.
    name string
    Name.
    objectIsolatorProfileId string
    an identifier for the resource with format {{name}}.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comments str
    Comments.
    disclaimer str
    Disclaimer.
    dynamic_sort_subtable str
    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.
    entries Sequence[ObjectIsolatorProfileEntryArgs]
    Entries. The structure of entries block is documented below.
    name str
    Name.
    object_isolator_profile_id str
    an identifier for the resource with format {{name}}.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comments String
    Comments.
    disclaimer String
    Disclaimer.
    dynamicSortSubtable String
    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.
    entries List<Property Map>
    Entries. The structure of entries block is documented below.
    name String
    Name.
    objectIsolatorProfileId String
    an identifier for the resource with format {{name}}.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ObjectIsolatorProfile 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 ObjectIsolatorProfile Resource

    Get an existing ObjectIsolatorProfile 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?: ObjectIsolatorProfileState, opts?: CustomResourceOptions): ObjectIsolatorProfile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            comments: Optional[str] = None,
            disclaimer: Optional[str] = None,
            dynamic_sort_subtable: Optional[str] = None,
            entries: Optional[Sequence[ObjectIsolatorProfileEntryArgs]] = None,
            name: Optional[str] = None,
            object_isolator_profile_id: Optional[str] = None,
            scopetype: Optional[str] = None) -> ObjectIsolatorProfile
    func GetObjectIsolatorProfile(ctx *Context, name string, id IDInput, state *ObjectIsolatorProfileState, opts ...ResourceOption) (*ObjectIsolatorProfile, error)
    public static ObjectIsolatorProfile Get(string name, Input<string> id, ObjectIsolatorProfileState? state, CustomResourceOptions? opts = null)
    public static ObjectIsolatorProfile get(String name, Output<String> id, ObjectIsolatorProfileState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectIsolatorProfile    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.
    The following state arguments are supported:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Comments string
    Comments.
    Disclaimer string
    Disclaimer.
    DynamicSortSubtable string
    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.
    Entries List<ObjectIsolatorProfileEntry>
    Entries. The structure of entries block is documented below.
    Name string
    Name.
    ObjectIsolatorProfileId string
    an identifier for the resource with format {{name}}.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Comments string
    Comments.
    Disclaimer string
    Disclaimer.
    DynamicSortSubtable string
    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.
    Entries []ObjectIsolatorProfileEntryArgs
    Entries. The structure of entries block is documented below.
    Name string
    Name.
    ObjectIsolatorProfileId string
    an identifier for the resource with format {{name}}.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comments String
    Comments.
    disclaimer String
    Disclaimer.
    dynamicSortSubtable String
    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.
    entries List<ObjectIsolatorProfileEntry>
    Entries. The structure of entries block is documented below.
    name String
    Name.
    objectIsolatorProfileId String
    an identifier for the resource with format {{name}}.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comments string
    Comments.
    disclaimer string
    Disclaimer.
    dynamicSortSubtable string
    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.
    entries ObjectIsolatorProfileEntry[]
    Entries. The structure of entries block is documented below.
    name string
    Name.
    objectIsolatorProfileId string
    an identifier for the resource with format {{name}}.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comments str
    Comments.
    disclaimer str
    Disclaimer.
    dynamic_sort_subtable str
    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.
    entries Sequence[ObjectIsolatorProfileEntryArgs]
    Entries. The structure of entries block is documented below.
    name str
    Name.
    object_isolator_profile_id str
    an identifier for the resource with format {{name}}.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comments String
    Comments.
    disclaimer String
    Disclaimer.
    dynamicSortSubtable String
    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.
    entries List<Property Map>
    Entries. The structure of entries block is documented below.
    name String
    Name.
    objectIsolatorProfileId String
    an identifier for the resource with format {{name}}.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

    Supporting Types

    ObjectIsolatorProfileEntry, ObjectIsolatorProfileEntryArgs

    Action string
    Action. Valid values: isolate, freeze, block, allow.
    CopyPaste string
    Copy-Paste. Valid values: disable, enable.
    Id double
    Id.
    ProxyAddresses List<string>
    Proxy-Address.
    RightClick string
    Right-Click. Valid values: disable, enable.
    Status string
    Status. Valid values: disable, enable.
    Action string
    Action. Valid values: isolate, freeze, block, allow.
    CopyPaste string
    Copy-Paste. Valid values: disable, enable.
    Id float64
    Id.
    ProxyAddresses []string
    Proxy-Address.
    RightClick string
    Right-Click. Valid values: disable, enable.
    Status string
    Status. Valid values: disable, enable.
    action String
    Action. Valid values: isolate, freeze, block, allow.
    copyPaste String
    Copy-Paste. Valid values: disable, enable.
    id Double
    Id.
    proxyAddresses List<String>
    Proxy-Address.
    rightClick String
    Right-Click. Valid values: disable, enable.
    status String
    Status. Valid values: disable, enable.
    action string
    Action. Valid values: isolate, freeze, block, allow.
    copyPaste string
    Copy-Paste. Valid values: disable, enable.
    id number
    Id.
    proxyAddresses string[]
    Proxy-Address.
    rightClick string
    Right-Click. Valid values: disable, enable.
    status string
    Status. Valid values: disable, enable.
    action str
    Action. Valid values: isolate, freeze, block, allow.
    copy_paste str
    Copy-Paste. Valid values: disable, enable.
    id float
    Id.
    proxy_addresses Sequence[str]
    Proxy-Address.
    right_click str
    Right-Click. Valid values: disable, enable.
    status str
    Status. Valid values: disable, enable.
    action String
    Action. Valid values: isolate, freeze, block, allow.
    copyPaste String
    Copy-Paste. Valid values: disable, enable.
    id Number
    Id.
    proxyAddresses List<String>
    Proxy-Address.
    rightClick String
    Right-Click. Valid values: disable, enable.
    status String
    Status. Valid values: disable, enable.

    Import

    ObjectIsolator Profile can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectIsolatorProfile:ObjectIsolatorProfile 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.
    Viewing docs for fortimanager 1.16.0
    published on Saturday, Mar 7, 2026 by fortinetdev
      Try Pulumi Cloud free. Your team will thank you.