1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectFirewallProxyaddrgrp6
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

    ObjectFirewall ProxyAddrgrp6

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

    • tagging: fortimanager.ObjectFirewallProxyaddrgrp6Tagging

    Create ObjectFirewallProxyaddrgrp6 Resource

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

    Constructor syntax

    new ObjectFirewallProxyaddrgrp6(name: string, args?: ObjectFirewallProxyaddrgrp6Args, opts?: CustomResourceOptions);
    @overload
    def ObjectFirewallProxyaddrgrp6(resource_name: str,
                                    args: Optional[ObjectFirewallProxyaddrgrp6Args] = None,
                                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectFirewallProxyaddrgrp6(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    adom: Optional[str] = None,
                                    color: Optional[float] = None,
                                    comment: Optional[str] = None,
                                    dynamic_sort_subtable: Optional[str] = None,
                                    members: Optional[Sequence[str]] = None,
                                    name: Optional[str] = None,
                                    object_firewall_proxyaddrgrp6_id: Optional[str] = None,
                                    scopetype: Optional[str] = None,
                                    taggings: Optional[Sequence[ObjectFirewallProxyaddrgrp6TaggingArgs]] = None,
                                    type: Optional[str] = None,
                                    uuid: Optional[str] = None)
    func NewObjectFirewallProxyaddrgrp6(ctx *Context, name string, args *ObjectFirewallProxyaddrgrp6Args, opts ...ResourceOption) (*ObjectFirewallProxyaddrgrp6, error)
    public ObjectFirewallProxyaddrgrp6(string name, ObjectFirewallProxyaddrgrp6Args? args = null, CustomResourceOptions? opts = null)
    public ObjectFirewallProxyaddrgrp6(String name, ObjectFirewallProxyaddrgrp6Args args)
    public ObjectFirewallProxyaddrgrp6(String name, ObjectFirewallProxyaddrgrp6Args args, CustomResourceOptions options)
    
    type: fortimanager:ObjectFirewallProxyaddrgrp6
    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 ObjectFirewallProxyaddrgrp6Args
    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 ObjectFirewallProxyaddrgrp6Args
    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 ObjectFirewallProxyaddrgrp6Args
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectFirewallProxyaddrgrp6Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectFirewallProxyaddrgrp6Args
    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 objectFirewallProxyaddrgrp6Resource = new Fortimanager.Index.ObjectFirewallProxyaddrgrp6("objectFirewallProxyaddrgrp6Resource", new()
    {
        Adom = "string",
        Color = 0,
        Comment = "string",
        DynamicSortSubtable = "string",
        Members = new[]
        {
            "string",
        },
        Name = "string",
        ObjectFirewallProxyaddrgrp6Id = "string",
        Scopetype = "string",
        Taggings = new[]
        {
            new Fortimanager.Inputs.ObjectFirewallProxyaddrgrp6TaggingArgs
            {
                Categories = new[]
                {
                    "string",
                },
                Name = "string",
                Tags = new[]
                {
                    "string",
                },
            },
        },
        Type = "string",
        Uuid = "string",
    });
    
    example, err := fortimanager.NewObjectFirewallProxyaddrgrp6(ctx, "objectFirewallProxyaddrgrp6Resource", &fortimanager.ObjectFirewallProxyaddrgrp6Args{
    	Adom:                pulumi.String("string"),
    	Color:               pulumi.Float64(0),
    	Comment:             pulumi.String("string"),
    	DynamicSortSubtable: pulumi.String("string"),
    	Members: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Name:                          pulumi.String("string"),
    	ObjectFirewallProxyaddrgrp6Id: pulumi.String("string"),
    	Scopetype:                     pulumi.String("string"),
    	Taggings: fortimanager.ObjectFirewallProxyaddrgrp6TaggingTypeArray{
    		&fortimanager.ObjectFirewallProxyaddrgrp6TaggingTypeArgs{
    			Categories: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			Name: pulumi.String("string"),
    			Tags: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    		},
    	},
    	Type: pulumi.String("string"),
    	Uuid: pulumi.String("string"),
    })
    
    var objectFirewallProxyaddrgrp6Resource = new ObjectFirewallProxyaddrgrp6("objectFirewallProxyaddrgrp6Resource", ObjectFirewallProxyaddrgrp6Args.builder()
        .adom("string")
        .color(0.0)
        .comment("string")
        .dynamicSortSubtable("string")
        .members("string")
        .name("string")
        .objectFirewallProxyaddrgrp6Id("string")
        .scopetype("string")
        .taggings(ObjectFirewallProxyaddrgrp6TaggingArgs.builder()
            .categories("string")
            .name("string")
            .tags("string")
            .build())
        .type("string")
        .uuid("string")
        .build());
    
    object_firewall_proxyaddrgrp6_resource = fortimanager.ObjectFirewallProxyaddrgrp6("objectFirewallProxyaddrgrp6Resource",
        adom="string",
        color=0,
        comment="string",
        dynamic_sort_subtable="string",
        members=["string"],
        name="string",
        object_firewall_proxyaddrgrp6_id="string",
        scopetype="string",
        taggings=[{
            "categories": ["string"],
            "name": "string",
            "tags": ["string"],
        }],
        type="string",
        uuid="string")
    
    const objectFirewallProxyaddrgrp6Resource = new fortimanager.ObjectFirewallProxyaddrgrp6("objectFirewallProxyaddrgrp6Resource", {
        adom: "string",
        color: 0,
        comment: "string",
        dynamicSortSubtable: "string",
        members: ["string"],
        name: "string",
        objectFirewallProxyaddrgrp6Id: "string",
        scopetype: "string",
        taggings: [{
            categories: ["string"],
            name: "string",
            tags: ["string"],
        }],
        type: "string",
        uuid: "string",
    });
    
    type: fortimanager:ObjectFirewallProxyaddrgrp6
    properties:
        adom: string
        color: 0
        comment: string
        dynamicSortSubtable: string
        members:
            - string
        name: string
        objectFirewallProxyaddrgrp6Id: string
        scopetype: string
        taggings:
            - categories:
                - string
              name: string
              tags:
                - string
        type: string
        uuid: string
    

    ObjectFirewallProxyaddrgrp6 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 ObjectFirewallProxyaddrgrp6 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.
    Color double
    Color.
    Comment string
    Comment.
    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.
    Members List<string>
    Member.
    Name string
    Name.
    ObjectFirewallProxyaddrgrp6Id 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.
    Taggings List<ObjectFirewallProxyaddrgrp6Tagging>
    Tagging. The structure of tagging block is documented below.
    Type string
    Type. Valid values: src, dst.
    Uuid string
    Uuid.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Color float64
    Color.
    Comment string
    Comment.
    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.
    Members []string
    Member.
    Name string
    Name.
    ObjectFirewallProxyaddrgrp6Id 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.
    Taggings []ObjectFirewallProxyaddrgrp6TaggingTypeArgs
    Tagging. The structure of tagging block is documented below.
    Type string
    Type. Valid values: src, dst.
    Uuid string
    Uuid.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    color Double
    Color.
    comment String
    Comment.
    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.
    members List<String>
    Member.
    name String
    Name.
    objectFirewallProxyaddrgrp6Id 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.
    taggings List<ObjectFirewallProxyaddrgrp6Tagging>
    Tagging. The structure of tagging block is documented below.
    type String
    Type. Valid values: src, dst.
    uuid String
    Uuid.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    color number
    Color.
    comment string
    Comment.
    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.
    members string[]
    Member.
    name string
    Name.
    objectFirewallProxyaddrgrp6Id 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.
    taggings ObjectFirewallProxyaddrgrp6Tagging[]
    Tagging. The structure of tagging block is documented below.
    type string
    Type. Valid values: src, dst.
    uuid string
    Uuid.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    color float
    Color.
    comment str
    Comment.
    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.
    members Sequence[str]
    Member.
    name str
    Name.
    object_firewall_proxyaddrgrp6_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.
    taggings Sequence[ObjectFirewallProxyaddrgrp6TaggingArgs]
    Tagging. The structure of tagging block is documented below.
    type str
    Type. Valid values: src, dst.
    uuid str
    Uuid.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    color Number
    Color.
    comment String
    Comment.
    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.
    members List<String>
    Member.
    name String
    Name.
    objectFirewallProxyaddrgrp6Id 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.
    taggings List<Property Map>
    Tagging. The structure of tagging block is documented below.
    type String
    Type. Valid values: src, dst.
    uuid String
    Uuid.

    Outputs

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

    Get an existing ObjectFirewallProxyaddrgrp6 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?: ObjectFirewallProxyaddrgrp6State, opts?: CustomResourceOptions): ObjectFirewallProxyaddrgrp6
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            color: Optional[float] = None,
            comment: Optional[str] = None,
            dynamic_sort_subtable: Optional[str] = None,
            members: Optional[Sequence[str]] = None,
            name: Optional[str] = None,
            object_firewall_proxyaddrgrp6_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            taggings: Optional[Sequence[ObjectFirewallProxyaddrgrp6TaggingArgs]] = None,
            type: Optional[str] = None,
            uuid: Optional[str] = None) -> ObjectFirewallProxyaddrgrp6
    func GetObjectFirewallProxyaddrgrp6(ctx *Context, name string, id IDInput, state *ObjectFirewallProxyaddrgrp6State, opts ...ResourceOption) (*ObjectFirewallProxyaddrgrp6, error)
    public static ObjectFirewallProxyaddrgrp6 Get(string name, Input<string> id, ObjectFirewallProxyaddrgrp6State? state, CustomResourceOptions? opts = null)
    public static ObjectFirewallProxyaddrgrp6 get(String name, Output<String> id, ObjectFirewallProxyaddrgrp6State state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectFirewallProxyaddrgrp6    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.
    Color double
    Color.
    Comment string
    Comment.
    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.
    Members List<string>
    Member.
    Name string
    Name.
    ObjectFirewallProxyaddrgrp6Id 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.
    Taggings List<ObjectFirewallProxyaddrgrp6Tagging>
    Tagging. The structure of tagging block is documented below.
    Type string
    Type. Valid values: src, dst.
    Uuid string
    Uuid.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Color float64
    Color.
    Comment string
    Comment.
    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.
    Members []string
    Member.
    Name string
    Name.
    ObjectFirewallProxyaddrgrp6Id 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.
    Taggings []ObjectFirewallProxyaddrgrp6TaggingTypeArgs
    Tagging. The structure of tagging block is documented below.
    Type string
    Type. Valid values: src, dst.
    Uuid string
    Uuid.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    color Double
    Color.
    comment String
    Comment.
    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.
    members List<String>
    Member.
    name String
    Name.
    objectFirewallProxyaddrgrp6Id 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.
    taggings List<ObjectFirewallProxyaddrgrp6Tagging>
    Tagging. The structure of tagging block is documented below.
    type String
    Type. Valid values: src, dst.
    uuid String
    Uuid.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    color number
    Color.
    comment string
    Comment.
    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.
    members string[]
    Member.
    name string
    Name.
    objectFirewallProxyaddrgrp6Id 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.
    taggings ObjectFirewallProxyaddrgrp6Tagging[]
    Tagging. The structure of tagging block is documented below.
    type string
    Type. Valid values: src, dst.
    uuid string
    Uuid.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    color float
    Color.
    comment str
    Comment.
    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.
    members Sequence[str]
    Member.
    name str
    Name.
    object_firewall_proxyaddrgrp6_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.
    taggings Sequence[ObjectFirewallProxyaddrgrp6TaggingArgs]
    Tagging. The structure of tagging block is documented below.
    type str
    Type. Valid values: src, dst.
    uuid str
    Uuid.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    color Number
    Color.
    comment String
    Comment.
    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.
    members List<String>
    Member.
    name String
    Name.
    objectFirewallProxyaddrgrp6Id 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.
    taggings List<Property Map>
    Tagging. The structure of tagging block is documented below.
    type String
    Type. Valid values: src, dst.
    uuid String
    Uuid.

    Supporting Types

    ObjectFirewallProxyaddrgrp6Tagging, ObjectFirewallProxyaddrgrp6TaggingArgs

    Categories List<string>
    Category.
    Name string
    Name.
    Tags List<string>
    Tags.
    Categories []string
    Category.
    Name string
    Name.
    Tags []string
    Tags.
    categories List<String>
    Category.
    name String
    Name.
    tags List<String>
    Tags.
    categories string[]
    Category.
    name string
    Name.
    tags string[]
    Tags.
    categories Sequence[str]
    Category.
    name str
    Name.
    tags Sequence[str]
    Tags.
    categories List<String>
    Category.
    name String
    Name.
    tags List<String>
    Tags.

    Import

    ObjectFirewall ProxyAddrgrp6 can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectFirewallProxyaddrgrp6:ObjectFirewallProxyaddrgrp6 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.