published on Saturday, Mar 7, 2026 by fortinetdev
published on Saturday, Mar 7, 2026 by fortinetdev
ObjectFirewall ProxyAddrgrp6Tagging
This resource is a sub resource for variable
taggingof resourcefortimanager.ObjectFirewallProxyaddrgrp6. Conflict and overwrite may occur if use both of them.
Create ObjectFirewallProxyaddrgrp6Tagging Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallProxyaddrgrp6Tagging(name: string, args: ObjectFirewallProxyaddrgrp6TaggingArgs, opts?: CustomResourceOptions);@overload
def ObjectFirewallProxyaddrgrp6Tagging(resource_name: str,
args: ObjectFirewallProxyaddrgrp6TaggingInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallProxyaddrgrp6Tagging(resource_name: str,
opts: Optional[ResourceOptions] = None,
proxy_addrgrp6: Optional[str] = None,
adom: Optional[str] = None,
categories: Optional[Sequence[str]] = None,
name: Optional[str] = None,
object_firewall_proxyaddrgrp6_tagging_id: Optional[str] = None,
scopetype: Optional[str] = None,
tags: Optional[Sequence[str]] = None)func NewObjectFirewallProxyaddrgrp6Tagging(ctx *Context, name string, args ObjectFirewallProxyaddrgrp6TaggingArgs, opts ...ResourceOption) (*ObjectFirewallProxyaddrgrp6Tagging, error)public ObjectFirewallProxyaddrgrp6Tagging(string name, ObjectFirewallProxyaddrgrp6TaggingArgs args, CustomResourceOptions? opts = null)
public ObjectFirewallProxyaddrgrp6Tagging(String name, ObjectFirewallProxyaddrgrp6TaggingArgs args)
public ObjectFirewallProxyaddrgrp6Tagging(String name, ObjectFirewallProxyaddrgrp6TaggingArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallProxyaddrgrp6Tagging
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 ObjectFirewallProxyaddrgrp6TaggingArgs
- 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 ObjectFirewallProxyaddrgrp6TaggingInitArgs
- 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 ObjectFirewallProxyaddrgrp6TaggingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallProxyaddrgrp6TaggingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallProxyaddrgrp6TaggingArgs
- 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 objectFirewallProxyaddrgrp6TaggingResource = new Fortimanager.Index.ObjectFirewallProxyaddrgrp6Tagging("objectFirewallProxyaddrgrp6TaggingResource", new()
{
ProxyAddrgrp6 = "string",
Adom = "string",
Categories = new[]
{
"string",
},
Name = "string",
ObjectFirewallProxyaddrgrp6TaggingId = "string",
Scopetype = "string",
Tags = new[]
{
"string",
},
});
example, err := fortimanager.NewObjectFirewallProxyaddrgrp6Tagging(ctx, "objectFirewallProxyaddrgrp6TaggingResource", &fortimanager.ObjectFirewallProxyaddrgrp6TaggingArgs{
ProxyAddrgrp6: pulumi.String("string"),
Adom: pulumi.String("string"),
Categories: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
ObjectFirewallProxyaddrgrp6TaggingId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
})
var objectFirewallProxyaddrgrp6TaggingResource = new ObjectFirewallProxyaddrgrp6Tagging("objectFirewallProxyaddrgrp6TaggingResource", ObjectFirewallProxyaddrgrp6TaggingArgs.builder()
.proxyAddrgrp6("string")
.adom("string")
.categories("string")
.name("string")
.objectFirewallProxyaddrgrp6TaggingId("string")
.scopetype("string")
.tags("string")
.build());
object_firewall_proxyaddrgrp6_tagging_resource = fortimanager.ObjectFirewallProxyaddrgrp6Tagging("objectFirewallProxyaddrgrp6TaggingResource",
proxy_addrgrp6="string",
adom="string",
categories=["string"],
name="string",
object_firewall_proxyaddrgrp6_tagging_id="string",
scopetype="string",
tags=["string"])
const objectFirewallProxyaddrgrp6TaggingResource = new fortimanager.ObjectFirewallProxyaddrgrp6Tagging("objectFirewallProxyaddrgrp6TaggingResource", {
proxyAddrgrp6: "string",
adom: "string",
categories: ["string"],
name: "string",
objectFirewallProxyaddrgrp6TaggingId: "string",
scopetype: "string",
tags: ["string"],
});
type: fortimanager:ObjectFirewallProxyaddrgrp6Tagging
properties:
adom: string
categories:
- string
name: string
objectFirewallProxyaddrgrp6TaggingId: string
proxyAddrgrp6: string
scopetype: string
tags:
- string
ObjectFirewallProxyaddrgrp6Tagging 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 ObjectFirewallProxyaddrgrp6Tagging resource accepts the following input properties:
- Proxy
Addrgrp6 string - Proxy Addrgrp6.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Categories List<string>
- Category.
- Name string
- Name.
- Object
Firewall stringProxyaddrgrp6Tagging Id - an identifier for the resource with format {{name}}.
- 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. - List<string>
- Tags.
- Proxy
Addrgrp6 string - Proxy Addrgrp6.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Categories []string
- Category.
- Name string
- Name.
- Object
Firewall stringProxyaddrgrp6Tagging Id - an identifier for the resource with format {{name}}.
- 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. - []string
- Tags.
- proxy
Addrgrp6 String - Proxy Addrgrp6.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - categories List<String>
- Category.
- name String
- Name.
- object
Firewall StringProxyaddrgrp6Tagging Id - an identifier for the resource with format {{name}}.
- 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. - List<String>
- Tags.
- proxy
Addrgrp6 string - Proxy Addrgrp6.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - categories string[]
- Category.
- name string
- Name.
- object
Firewall stringProxyaddrgrp6Tagging Id - an identifier for the resource with format {{name}}.
- 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. - string[]
- Tags.
- proxy_
addrgrp6 str - Proxy Addrgrp6.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - categories Sequence[str]
- Category.
- name str
- Name.
- object_
firewall_ strproxyaddrgrp6_ tagging_ id - an identifier for the resource with format {{name}}.
- 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. - Sequence[str]
- Tags.
- proxy
Addrgrp6 String - Proxy Addrgrp6.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - categories List<String>
- Category.
- name String
- Name.
- object
Firewall StringProxyaddrgrp6Tagging Id - an identifier for the resource with format {{name}}.
- 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. - List<String>
- Tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallProxyaddrgrp6Tagging 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 ObjectFirewallProxyaddrgrp6Tagging Resource
Get an existing ObjectFirewallProxyaddrgrp6Tagging 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?: ObjectFirewallProxyaddrgrp6TaggingState, opts?: CustomResourceOptions): ObjectFirewallProxyaddrgrp6Tagging@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
categories: Optional[Sequence[str]] = None,
name: Optional[str] = None,
object_firewall_proxyaddrgrp6_tagging_id: Optional[str] = None,
proxy_addrgrp6: Optional[str] = None,
scopetype: Optional[str] = None,
tags: Optional[Sequence[str]] = None) -> ObjectFirewallProxyaddrgrp6Taggingfunc GetObjectFirewallProxyaddrgrp6Tagging(ctx *Context, name string, id IDInput, state *ObjectFirewallProxyaddrgrp6TaggingState, opts ...ResourceOption) (*ObjectFirewallProxyaddrgrp6Tagging, error)public static ObjectFirewallProxyaddrgrp6Tagging Get(string name, Input<string> id, ObjectFirewallProxyaddrgrp6TaggingState? state, CustomResourceOptions? opts = null)public static ObjectFirewallProxyaddrgrp6Tagging get(String name, Output<String> id, ObjectFirewallProxyaddrgrp6TaggingState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectFirewallProxyaddrgrp6Tagging 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. - Categories List<string>
- Category.
- Name string
- Name.
- Object
Firewall stringProxyaddrgrp6Tagging Id - an identifier for the resource with format {{name}}.
- Proxy
Addrgrp6 string - Proxy Addrgrp6.
- 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. - List<string>
- Tags.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Categories []string
- Category.
- Name string
- Name.
- Object
Firewall stringProxyaddrgrp6Tagging Id - an identifier for the resource with format {{name}}.
- Proxy
Addrgrp6 string - Proxy Addrgrp6.
- 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. - []string
- Tags.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - categories List<String>
- Category.
- name String
- Name.
- object
Firewall StringProxyaddrgrp6Tagging Id - an identifier for the resource with format {{name}}.
- proxy
Addrgrp6 String - Proxy Addrgrp6.
- 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. - List<String>
- Tags.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - categories string[]
- Category.
- name string
- Name.
- object
Firewall stringProxyaddrgrp6Tagging Id - an identifier for the resource with format {{name}}.
- proxy
Addrgrp6 string - Proxy Addrgrp6.
- 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. - string[]
- Tags.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - categories Sequence[str]
- Category.
- name str
- Name.
- object_
firewall_ strproxyaddrgrp6_ tagging_ id - an identifier for the resource with format {{name}}.
- proxy_
addrgrp6 str - Proxy Addrgrp6.
- 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. - Sequence[str]
- Tags.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - categories List<String>
- Category.
- name String
- Name.
- object
Firewall StringProxyaddrgrp6Tagging Id - an identifier for the resource with format {{name}}.
- proxy
Addrgrp6 String - Proxy Addrgrp6.
- 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. - List<String>
- Tags.
Import
ObjectFirewall ProxyAddrgrp6Tagging can be imported using any of these accepted formats:
Set import_options = [“proxy_addrgrp6=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallProxyaddrgrp6Tagging:ObjectFirewallProxyaddrgrp6Tagging 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.
published on Saturday, Mar 7, 2026 by fortinetdev
