1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectFirewallAddressDynamicMapping
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.ObjectFirewallAddressDynamicMapping

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    Configure IPv4 addresses.

    This resource is a sub resource for variable dynamic_mapping of resource fortimanager.ObjectFirewallAddress. Conflict and overwrite may occur if use both of them.

    Create ObjectFirewallAddressDynamicMapping Resource

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

    Constructor syntax

    new ObjectFirewallAddressDynamicMapping(name: string, args: ObjectFirewallAddressDynamicMappingArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectFirewallAddressDynamicMapping(resource_name: str,
                                            args: ObjectFirewallAddressDynamicMappingInitArgs,
                                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectFirewallAddressDynamicMapping(resource_name: str,
                                            opts: Optional[ResourceOptions] = None,
                                            address: Optional[str] = None,
                                            _image_base64: Optional[str] = None,
                                            _scopes: Optional[Sequence[ObjectFirewallAddressDynamicMapping_ScopeArgs]] = None,
                                            adom: Optional[str] = None,
                                            allow_routing: Optional[str] = None,
                                            associated_interface: Optional[str] = None,
                                            cache_ttl: Optional[float] = None,
                                            clearpass_spt: Optional[str] = None,
                                            color: Optional[float] = None,
                                            comment: Optional[str] = None,
                                            country: Optional[str] = None,
                                            dirty: Optional[str] = None,
                                            dynamic_sort_subtable: Optional[str] = None,
                                            end_ip: Optional[str] = None,
                                            end_mac: Optional[str] = None,
                                            epg_name: Optional[str] = None,
                                            fabric_object: Optional[str] = None,
                                            filter: Optional[str] = None,
                                            fqdn: Optional[str] = None,
                                            fsso_group: Optional[str] = None,
                                            global_object: Optional[float] = None,
                                            hw_model: Optional[str] = None,
                                            hw_vendor: Optional[str] = None,
                                            interface: Optional[str] = None,
                                            macaddrs: Optional[Sequence[str]] = None,
                                            node_ip_only: Optional[str] = None,
                                            obj_id: Optional[str] = None,
                                            obj_tag: Optional[str] = None,
                                            obj_type: Optional[str] = None,
                                            object_firewall_address_dynamic_mapping_id: Optional[str] = None,
                                            organization: Optional[str] = None,
                                            os: Optional[str] = None,
                                            pattern_end: Optional[float] = None,
                                            pattern_start: Optional[float] = None,
                                            policy_group: Optional[str] = None,
                                            route_tag: Optional[float] = None,
                                            scopetype: Optional[str] = None,
                                            sdn: Optional[str] = None,
                                            sdn_addr_type: Optional[str] = None,
                                            sdn_tag: Optional[str] = None,
                                            start_ip: Optional[str] = None,
                                            start_mac: Optional[str] = None,
                                            sub_type: Optional[str] = None,
                                            subnet: Optional[str] = None,
                                            subnet_name: Optional[str] = None,
                                            sw_version: Optional[str] = None,
                                            tag_detection_level: Optional[str] = None,
                                            tag_type: Optional[str] = None,
                                            tags: Optional[str] = None,
                                            tenant: Optional[str] = None,
                                            type: Optional[str] = None,
                                            url: Optional[str] = None,
                                            uuid: Optional[str] = None,
                                            visibility: Optional[str] = None,
                                            wildcard: Optional[str] = None,
                                            wildcard_fqdn: Optional[str] = None)
    func NewObjectFirewallAddressDynamicMapping(ctx *Context, name string, args ObjectFirewallAddressDynamicMappingArgs, opts ...ResourceOption) (*ObjectFirewallAddressDynamicMapping, error)
    public ObjectFirewallAddressDynamicMapping(string name, ObjectFirewallAddressDynamicMappingArgs args, CustomResourceOptions? opts = null)
    public ObjectFirewallAddressDynamicMapping(String name, ObjectFirewallAddressDynamicMappingArgs args)
    public ObjectFirewallAddressDynamicMapping(String name, ObjectFirewallAddressDynamicMappingArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectFirewallAddressDynamicMapping
    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 ObjectFirewallAddressDynamicMappingArgs
    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 ObjectFirewallAddressDynamicMappingInitArgs
    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 ObjectFirewallAddressDynamicMappingArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectFirewallAddressDynamicMappingArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectFirewallAddressDynamicMappingArgs
    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 objectFirewallAddressDynamicMappingResource = new Fortimanager.ObjectFirewallAddressDynamicMapping("objectFirewallAddressDynamicMappingResource", new()
    {
        Address = "string",
        _imageBase64 = "string",
        _scopes = new[]
        {
            new Fortimanager.Inputs.ObjectFirewallAddressDynamicMapping_ScopeArgs
            {
                Name = "string",
                Vdom = "string",
            },
        },
        Adom = "string",
        AllowRouting = "string",
        AssociatedInterface = "string",
        CacheTtl = 0,
        ClearpassSpt = "string",
        Color = 0,
        Comment = "string",
        Country = "string",
        Dirty = "string",
        DynamicSortSubtable = "string",
        EndIp = "string",
        EndMac = "string",
        EpgName = "string",
        FabricObject = "string",
        Filter = "string",
        Fqdn = "string",
        FssoGroup = "string",
        GlobalObject = 0,
        HwModel = "string",
        HwVendor = "string",
        Interface = "string",
        Macaddrs = new[]
        {
            "string",
        },
        NodeIpOnly = "string",
        ObjId = "string",
        ObjTag = "string",
        ObjType = "string",
        ObjectFirewallAddressDynamicMappingId = "string",
        Organization = "string",
        Os = "string",
        PatternEnd = 0,
        PatternStart = 0,
        PolicyGroup = "string",
        RouteTag = 0,
        Scopetype = "string",
        Sdn = "string",
        SdnAddrType = "string",
        SdnTag = "string",
        StartIp = "string",
        StartMac = "string",
        SubType = "string",
        Subnet = "string",
        SubnetName = "string",
        SwVersion = "string",
        TagDetectionLevel = "string",
        TagType = "string",
        Tags = "string",
        Tenant = "string",
        Type = "string",
        Url = "string",
        Uuid = "string",
        Visibility = "string",
        Wildcard = "string",
        WildcardFqdn = "string",
    });
    
    example, err := fortimanager.NewObjectFirewallAddressDynamicMapping(ctx, "objectFirewallAddressDynamicMappingResource", &fortimanager.ObjectFirewallAddressDynamicMappingArgs{
    Address: pulumi.String("string"),
    _imageBase64: pulumi.String("string"),
    _scopes: .ObjectFirewallAddressDynamicMapping_ScopeArray{
    &.ObjectFirewallAddressDynamicMapping_ScopeArgs{
    Name: pulumi.String("string"),
    Vdom: pulumi.String("string"),
    },
    },
    Adom: pulumi.String("string"),
    AllowRouting: pulumi.String("string"),
    AssociatedInterface: pulumi.String("string"),
    CacheTtl: pulumi.Float64(0),
    ClearpassSpt: pulumi.String("string"),
    Color: pulumi.Float64(0),
    Comment: pulumi.String("string"),
    Country: pulumi.String("string"),
    Dirty: pulumi.String("string"),
    DynamicSortSubtable: pulumi.String("string"),
    EndIp: pulumi.String("string"),
    EndMac: pulumi.String("string"),
    EpgName: pulumi.String("string"),
    FabricObject: pulumi.String("string"),
    Filter: pulumi.String("string"),
    Fqdn: pulumi.String("string"),
    FssoGroup: pulumi.String("string"),
    GlobalObject: pulumi.Float64(0),
    HwModel: pulumi.String("string"),
    HwVendor: pulumi.String("string"),
    Interface: pulumi.String("string"),
    Macaddrs: pulumi.StringArray{
    pulumi.String("string"),
    },
    NodeIpOnly: pulumi.String("string"),
    ObjId: pulumi.String("string"),
    ObjTag: pulumi.String("string"),
    ObjType: pulumi.String("string"),
    ObjectFirewallAddressDynamicMappingId: pulumi.String("string"),
    Organization: pulumi.String("string"),
    Os: pulumi.String("string"),
    PatternEnd: pulumi.Float64(0),
    PatternStart: pulumi.Float64(0),
    PolicyGroup: pulumi.String("string"),
    RouteTag: pulumi.Float64(0),
    Scopetype: pulumi.String("string"),
    Sdn: pulumi.String("string"),
    SdnAddrType: pulumi.String("string"),
    SdnTag: pulumi.String("string"),
    StartIp: pulumi.String("string"),
    StartMac: pulumi.String("string"),
    SubType: pulumi.String("string"),
    Subnet: pulumi.String("string"),
    SubnetName: pulumi.String("string"),
    SwVersion: pulumi.String("string"),
    TagDetectionLevel: pulumi.String("string"),
    TagType: pulumi.String("string"),
    Tags: pulumi.String("string"),
    Tenant: pulumi.String("string"),
    Type: pulumi.String("string"),
    Url: pulumi.String("string"),
    Uuid: pulumi.String("string"),
    Visibility: pulumi.String("string"),
    Wildcard: pulumi.String("string"),
    WildcardFqdn: pulumi.String("string"),
    })
    
    var objectFirewallAddressDynamicMappingResource = new ObjectFirewallAddressDynamicMapping("objectFirewallAddressDynamicMappingResource", ObjectFirewallAddressDynamicMappingArgs.builder()
        .address("string")
        ._imageBase64("string")
        ._scopes(ObjectFirewallAddressDynamicMapping_ScopeArgs.builder()
            .name("string")
            .vdom("string")
            .build())
        .adom("string")
        .allowRouting("string")
        .associatedInterface("string")
        .cacheTtl(0)
        .clearpassSpt("string")
        .color(0)
        .comment("string")
        .country("string")
        .dirty("string")
        .dynamicSortSubtable("string")
        .endIp("string")
        .endMac("string")
        .epgName("string")
        .fabricObject("string")
        .filter("string")
        .fqdn("string")
        .fssoGroup("string")
        .globalObject(0)
        .hwModel("string")
        .hwVendor("string")
        .interface_("string")
        .macaddrs("string")
        .nodeIpOnly("string")
        .objId("string")
        .objTag("string")
        .objType("string")
        .objectFirewallAddressDynamicMappingId("string")
        .organization("string")
        .os("string")
        .patternEnd(0)
        .patternStart(0)
        .policyGroup("string")
        .routeTag(0)
        .scopetype("string")
        .sdn("string")
        .sdnAddrType("string")
        .sdnTag("string")
        .startIp("string")
        .startMac("string")
        .subType("string")
        .subnet("string")
        .subnetName("string")
        .swVersion("string")
        .tagDetectionLevel("string")
        .tagType("string")
        .tags("string")
        .tenant("string")
        .type("string")
        .url("string")
        .uuid("string")
        .visibility("string")
        .wildcard("string")
        .wildcardFqdn("string")
        .build());
    
    object_firewall_address_dynamic_mapping_resource = fortimanager.ObjectFirewallAddressDynamicMapping("objectFirewallAddressDynamicMappingResource",
        address="string",
        _image_base64="string",
        _scopes=[{
            "name": "string",
            "vdom": "string",
        }],
        adom="string",
        allow_routing="string",
        associated_interface="string",
        cache_ttl=0,
        clearpass_spt="string",
        color=0,
        comment="string",
        country="string",
        dirty="string",
        dynamic_sort_subtable="string",
        end_ip="string",
        end_mac="string",
        epg_name="string",
        fabric_object="string",
        filter="string",
        fqdn="string",
        fsso_group="string",
        global_object=0,
        hw_model="string",
        hw_vendor="string",
        interface="string",
        macaddrs=["string"],
        node_ip_only="string",
        obj_id="string",
        obj_tag="string",
        obj_type="string",
        object_firewall_address_dynamic_mapping_id="string",
        organization="string",
        os="string",
        pattern_end=0,
        pattern_start=0,
        policy_group="string",
        route_tag=0,
        scopetype="string",
        sdn="string",
        sdn_addr_type="string",
        sdn_tag="string",
        start_ip="string",
        start_mac="string",
        sub_type="string",
        subnet="string",
        subnet_name="string",
        sw_version="string",
        tag_detection_level="string",
        tag_type="string",
        tags="string",
        tenant="string",
        type="string",
        url="string",
        uuid="string",
        visibility="string",
        wildcard="string",
        wildcard_fqdn="string")
    
    const objectFirewallAddressDynamicMappingResource = new fortimanager.ObjectFirewallAddressDynamicMapping("objectFirewallAddressDynamicMappingResource", {
        address: "string",
        _imageBase64: "string",
        _scopes: [{
            name: "string",
            vdom: "string",
        }],
        adom: "string",
        allowRouting: "string",
        associatedInterface: "string",
        cacheTtl: 0,
        clearpassSpt: "string",
        color: 0,
        comment: "string",
        country: "string",
        dirty: "string",
        dynamicSortSubtable: "string",
        endIp: "string",
        endMac: "string",
        epgName: "string",
        fabricObject: "string",
        filter: "string",
        fqdn: "string",
        fssoGroup: "string",
        globalObject: 0,
        hwModel: "string",
        hwVendor: "string",
        "interface": "string",
        macaddrs: ["string"],
        nodeIpOnly: "string",
        objId: "string",
        objTag: "string",
        objType: "string",
        objectFirewallAddressDynamicMappingId: "string",
        organization: "string",
        os: "string",
        patternEnd: 0,
        patternStart: 0,
        policyGroup: "string",
        routeTag: 0,
        scopetype: "string",
        sdn: "string",
        sdnAddrType: "string",
        sdnTag: "string",
        startIp: "string",
        startMac: "string",
        subType: "string",
        subnet: "string",
        subnetName: "string",
        swVersion: "string",
        tagDetectionLevel: "string",
        tagType: "string",
        tags: "string",
        tenant: "string",
        type: "string",
        url: "string",
        uuid: "string",
        visibility: "string",
        wildcard: "string",
        wildcardFqdn: "string",
    });
    
    type: fortimanager:ObjectFirewallAddressDynamicMapping
    properties:
        _imageBase64: string
        _scopes:
            - name: string
              vdom: string
        address: string
        adom: string
        allowRouting: string
        associatedInterface: string
        cacheTtl: 0
        clearpassSpt: string
        color: 0
        comment: string
        country: string
        dirty: string
        dynamicSortSubtable: string
        endIp: string
        endMac: string
        epgName: string
        fabricObject: string
        filter: string
        fqdn: string
        fssoGroup: string
        globalObject: 0
        hwModel: string
        hwVendor: string
        interface: string
        macaddrs:
            - string
        nodeIpOnly: string
        objId: string
        objTag: string
        objType: string
        objectFirewallAddressDynamicMappingId: string
        organization: string
        os: string
        patternEnd: 0
        patternStart: 0
        policyGroup: string
        routeTag: 0
        scopetype: string
        sdn: string
        sdnAddrType: string
        sdnTag: string
        startIp: string
        startMac: string
        subType: string
        subnet: string
        subnetName: string
        swVersion: string
        tagDetectionLevel: string
        tagType: string
        tags: string
        tenant: string
        type: string
        url: string
        uuid: string
        visibility: string
        wildcard: string
        wildcardFqdn: string
    

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

    Address string
    Address.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AllowRouting string
    Enable/disable use of this address in the static route configuration. Valid values: disable, enable.
    AssociatedInterface string
    Network interface associated with address.
    CacheTtl double
    Defines the minimal TTL of individual IP addresses in FQDN cache measured in seconds.
    ClearpassSpt string
    SPT (System Posture Token) value. Valid values: unknown, healthy, quarantine, checkup, transition, infected, transient.
    Color double
    Color of icon on the GUI.
    Comment string
    Comment.
    Country string
    IP addresses associated to a specific country.
    Dirty string
    To be deleted address. Valid values: dirty, clean.
    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.
    EndIp string
    Final IP address (inclusive) in the range for the address.
    EndMac string
    Last MAC address in the range.
    EpgName string
    Endpoint group name.
    FabricObject string
    Fabric-Object. Valid values: disable, enable.
    Filter string
    Match criteria filter.
    Fqdn string
    Fully Qualified Domain Name address.
    FssoGroup string
    FSSO group(s).
    GlobalObject double
    Global-Object.
    HwModel string
    Dynamic address matching hardware model.
    HwVendor string
    Dynamic address matching hardware vendor.
    Interface string
    Name of interface whose IP address is to be used.
    Macaddrs List<string>
    Macaddr.
    NodeIpOnly string
    Node-Ip-Only. Valid values: disable, enable.
    ObjId string
    Object ID for NSX.
    ObjTag string
    Obj-Tag.
    ObjType string
    Obj-Type. Valid values: ip, mac.
    ObjectFirewallAddressDynamicMappingId string
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    Organization string
    Organization domain name (Syntax: organization/domain).
    Os string
    Dynamic address matching operating system.
    PatternEnd double
    Pattern-End.
    PatternStart double
    Pattern-Start.
    PolicyGroup string
    Policy group name.
    RouteTag double
    route-tag address.
    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.
    Sdn string
    SDN.
    SdnAddrType string
    Type of addresses to collect. Valid values: private, public, all.
    SdnTag string
    SDN Tag.
    StartIp string
    First IP address (inclusive) in the range for the address.
    StartMac string
    First MAC address in the range.
    SubType string
    Sub-type of address. Valid values: sdn, clearpass-spt, fsso, ems-tag.
    Subnet string
    IP address and subnet mask of address.
    SubnetName string
    Subnet name.
    SwVersion string
    Dynamic address matching software version.
    TagDetectionLevel string
    Tag detection level of dynamic address object.
    TagType string
    Tag type of dynamic address object.
    Tags string
    Tags.
    Tenant string
    Tenant.
    Type string
    Type of address. Valid values: ipmask, iprange, fqdn, wildcard, geography, url, wildcard-fqdn, nsx, aws, dynamic, interface-subnet, mac.
    Url string
    Url.
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    Visibility string
    Enable/disable address visibility in the GUI. Valid values: disable, enable.
    Wildcard string
    IP address and wildcard netmask.
    WildcardFqdn string
    Fully Qualified Domain Name with wildcard characters.
    _imageBase64 string
    _Image-Base64.
    _scopes List<ObjectFirewallAddressDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    Address string
    Address.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AllowRouting string
    Enable/disable use of this address in the static route configuration. Valid values: disable, enable.
    AssociatedInterface string
    Network interface associated with address.
    CacheTtl float64
    Defines the minimal TTL of individual IP addresses in FQDN cache measured in seconds.
    ClearpassSpt string
    SPT (System Posture Token) value. Valid values: unknown, healthy, quarantine, checkup, transition, infected, transient.
    Color float64
    Color of icon on the GUI.
    Comment string
    Comment.
    Country string
    IP addresses associated to a specific country.
    Dirty string
    To be deleted address. Valid values: dirty, clean.
    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.
    EndIp string
    Final IP address (inclusive) in the range for the address.
    EndMac string
    Last MAC address in the range.
    EpgName string
    Endpoint group name.
    FabricObject string
    Fabric-Object. Valid values: disable, enable.
    Filter string
    Match criteria filter.
    Fqdn string
    Fully Qualified Domain Name address.
    FssoGroup string
    FSSO group(s).
    GlobalObject float64
    Global-Object.
    HwModel string
    Dynamic address matching hardware model.
    HwVendor string
    Dynamic address matching hardware vendor.
    Interface string
    Name of interface whose IP address is to be used.
    Macaddrs []string
    Macaddr.
    NodeIpOnly string
    Node-Ip-Only. Valid values: disable, enable.
    ObjId string
    Object ID for NSX.
    ObjTag string
    Obj-Tag.
    ObjType string
    Obj-Type. Valid values: ip, mac.
    ObjectFirewallAddressDynamicMappingId string
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    Organization string
    Organization domain name (Syntax: organization/domain).
    Os string
    Dynamic address matching operating system.
    PatternEnd float64
    Pattern-End.
    PatternStart float64
    Pattern-Start.
    PolicyGroup string
    Policy group name.
    RouteTag float64
    route-tag address.
    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.
    Sdn string
    SDN.
    SdnAddrType string
    Type of addresses to collect. Valid values: private, public, all.
    SdnTag string
    SDN Tag.
    StartIp string
    First IP address (inclusive) in the range for the address.
    StartMac string
    First MAC address in the range.
    SubType string
    Sub-type of address. Valid values: sdn, clearpass-spt, fsso, ems-tag.
    Subnet string
    IP address and subnet mask of address.
    SubnetName string
    Subnet name.
    SwVersion string
    Dynamic address matching software version.
    TagDetectionLevel string
    Tag detection level of dynamic address object.
    TagType string
    Tag type of dynamic address object.
    Tags string
    Tags.
    Tenant string
    Tenant.
    Type string
    Type of address. Valid values: ipmask, iprange, fqdn, wildcard, geography, url, wildcard-fqdn, nsx, aws, dynamic, interface-subnet, mac.
    Url string
    Url.
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    Visibility string
    Enable/disable address visibility in the GUI. Valid values: disable, enable.
    Wildcard string
    IP address and wildcard netmask.
    WildcardFqdn string
    Fully Qualified Domain Name with wildcard characters.
    _imageBase64 string
    _Image-Base64.
    _scopes []ObjectFirewallAddressDynamicMapping_ScopeArgs
    _Scope. The structure of _scope block is documented below.
    address String
    Address.
    _imageBase64 String
    _Image-Base64.
    _scopes List<ObjectFirewallAddressDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowRouting String
    Enable/disable use of this address in the static route configuration. Valid values: disable, enable.
    associatedInterface String
    Network interface associated with address.
    cacheTtl Double
    Defines the minimal TTL of individual IP addresses in FQDN cache measured in seconds.
    clearpassSpt String
    SPT (System Posture Token) value. Valid values: unknown, healthy, quarantine, checkup, transition, infected, transient.
    color Double
    Color of icon on the GUI.
    comment String
    Comment.
    country String
    IP addresses associated to a specific country.
    dirty String
    To be deleted address. Valid values: dirty, clean.
    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.
    endIp String
    Final IP address (inclusive) in the range for the address.
    endMac String
    Last MAC address in the range.
    epgName String
    Endpoint group name.
    fabricObject String
    Fabric-Object. Valid values: disable, enable.
    filter String
    Match criteria filter.
    fqdn String
    Fully Qualified Domain Name address.
    fssoGroup String
    FSSO group(s).
    globalObject Double
    Global-Object.
    hwModel String
    Dynamic address matching hardware model.
    hwVendor String
    Dynamic address matching hardware vendor.
    interface_ String
    Name of interface whose IP address is to be used.
    macaddrs List<String>
    Macaddr.
    nodeIpOnly String
    Node-Ip-Only. Valid values: disable, enable.
    objId String
    Object ID for NSX.
    objTag String
    Obj-Tag.
    objType String
    Obj-Type. Valid values: ip, mac.
    objectFirewallAddressDynamicMappingId String
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    organization String
    Organization domain name (Syntax: organization/domain).
    os String
    Dynamic address matching operating system.
    patternEnd Double
    Pattern-End.
    patternStart Double
    Pattern-Start.
    policyGroup String
    Policy group name.
    routeTag Double
    route-tag address.
    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.
    sdn String
    SDN.
    sdnAddrType String
    Type of addresses to collect. Valid values: private, public, all.
    sdnTag String
    SDN Tag.
    startIp String
    First IP address (inclusive) in the range for the address.
    startMac String
    First MAC address in the range.
    subType String
    Sub-type of address. Valid values: sdn, clearpass-spt, fsso, ems-tag.
    subnet String
    IP address and subnet mask of address.
    subnetName String
    Subnet name.
    swVersion String
    Dynamic address matching software version.
    tagDetectionLevel String
    Tag detection level of dynamic address object.
    tagType String
    Tag type of dynamic address object.
    tags String
    Tags.
    tenant String
    Tenant.
    type String
    Type of address. Valid values: ipmask, iprange, fqdn, wildcard, geography, url, wildcard-fqdn, nsx, aws, dynamic, interface-subnet, mac.
    url String
    Url.
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    visibility String
    Enable/disable address visibility in the GUI. Valid values: disable, enable.
    wildcard String
    IP address and wildcard netmask.
    wildcardFqdn String
    Fully Qualified Domain Name with wildcard characters.
    address string
    Address.
    _imageBase64 string
    _Image-Base64.
    _scopes ObjectFirewallAddressDynamicMapping_Scope[]
    _Scope. The structure of _scope block is documented below.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowRouting string
    Enable/disable use of this address in the static route configuration. Valid values: disable, enable.
    associatedInterface string
    Network interface associated with address.
    cacheTtl number
    Defines the minimal TTL of individual IP addresses in FQDN cache measured in seconds.
    clearpassSpt string
    SPT (System Posture Token) value. Valid values: unknown, healthy, quarantine, checkup, transition, infected, transient.
    color number
    Color of icon on the GUI.
    comment string
    Comment.
    country string
    IP addresses associated to a specific country.
    dirty string
    To be deleted address. Valid values: dirty, clean.
    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.
    endIp string
    Final IP address (inclusive) in the range for the address.
    endMac string
    Last MAC address in the range.
    epgName string
    Endpoint group name.
    fabricObject string
    Fabric-Object. Valid values: disable, enable.
    filter string
    Match criteria filter.
    fqdn string
    Fully Qualified Domain Name address.
    fssoGroup string
    FSSO group(s).
    globalObject number
    Global-Object.
    hwModel string
    Dynamic address matching hardware model.
    hwVendor string
    Dynamic address matching hardware vendor.
    interface string
    Name of interface whose IP address is to be used.
    macaddrs string[]
    Macaddr.
    nodeIpOnly string
    Node-Ip-Only. Valid values: disable, enable.
    objId string
    Object ID for NSX.
    objTag string
    Obj-Tag.
    objType string
    Obj-Type. Valid values: ip, mac.
    objectFirewallAddressDynamicMappingId string
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    organization string
    Organization domain name (Syntax: organization/domain).
    os string
    Dynamic address matching operating system.
    patternEnd number
    Pattern-End.
    patternStart number
    Pattern-Start.
    policyGroup string
    Policy group name.
    routeTag number
    route-tag address.
    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.
    sdn string
    SDN.
    sdnAddrType string
    Type of addresses to collect. Valid values: private, public, all.
    sdnTag string
    SDN Tag.
    startIp string
    First IP address (inclusive) in the range for the address.
    startMac string
    First MAC address in the range.
    subType string
    Sub-type of address. Valid values: sdn, clearpass-spt, fsso, ems-tag.
    subnet string
    IP address and subnet mask of address.
    subnetName string
    Subnet name.
    swVersion string
    Dynamic address matching software version.
    tagDetectionLevel string
    Tag detection level of dynamic address object.
    tagType string
    Tag type of dynamic address object.
    tags string
    Tags.
    tenant string
    Tenant.
    type string
    Type of address. Valid values: ipmask, iprange, fqdn, wildcard, geography, url, wildcard-fqdn, nsx, aws, dynamic, interface-subnet, mac.
    url string
    Url.
    uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    visibility string
    Enable/disable address visibility in the GUI. Valid values: disable, enable.
    wildcard string
    IP address and wildcard netmask.
    wildcardFqdn string
    Fully Qualified Domain Name with wildcard characters.
    address str
    Address.
    _image_base64 str
    _Image-Base64.
    _scopes Sequence[ObjectFirewallAddressDynamicMapping_ScopeArgs]
    _Scope. The structure of _scope block is documented below.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allow_routing str
    Enable/disable use of this address in the static route configuration. Valid values: disable, enable.
    associated_interface str
    Network interface associated with address.
    cache_ttl float
    Defines the minimal TTL of individual IP addresses in FQDN cache measured in seconds.
    clearpass_spt str
    SPT (System Posture Token) value. Valid values: unknown, healthy, quarantine, checkup, transition, infected, transient.
    color float
    Color of icon on the GUI.
    comment str
    Comment.
    country str
    IP addresses associated to a specific country.
    dirty str
    To be deleted address. Valid values: dirty, clean.
    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.
    end_ip str
    Final IP address (inclusive) in the range for the address.
    end_mac str
    Last MAC address in the range.
    epg_name str
    Endpoint group name.
    fabric_object str
    Fabric-Object. Valid values: disable, enable.
    filter str
    Match criteria filter.
    fqdn str
    Fully Qualified Domain Name address.
    fsso_group str
    FSSO group(s).
    global_object float
    Global-Object.
    hw_model str
    Dynamic address matching hardware model.
    hw_vendor str
    Dynamic address matching hardware vendor.
    interface str
    Name of interface whose IP address is to be used.
    macaddrs Sequence[str]
    Macaddr.
    node_ip_only str
    Node-Ip-Only. Valid values: disable, enable.
    obj_id str
    Object ID for NSX.
    obj_tag str
    Obj-Tag.
    obj_type str
    Obj-Type. Valid values: ip, mac.
    object_firewall_address_dynamic_mapping_id str
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    organization str
    Organization domain name (Syntax: organization/domain).
    os str
    Dynamic address matching operating system.
    pattern_end float
    Pattern-End.
    pattern_start float
    Pattern-Start.
    policy_group str
    Policy group name.
    route_tag float
    route-tag address.
    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.
    sdn str
    SDN.
    sdn_addr_type str
    Type of addresses to collect. Valid values: private, public, all.
    sdn_tag str
    SDN Tag.
    start_ip str
    First IP address (inclusive) in the range for the address.
    start_mac str
    First MAC address in the range.
    sub_type str
    Sub-type of address. Valid values: sdn, clearpass-spt, fsso, ems-tag.
    subnet str
    IP address and subnet mask of address.
    subnet_name str
    Subnet name.
    sw_version str
    Dynamic address matching software version.
    tag_detection_level str
    Tag detection level of dynamic address object.
    tag_type str
    Tag type of dynamic address object.
    tags str
    Tags.
    tenant str
    Tenant.
    type str
    Type of address. Valid values: ipmask, iprange, fqdn, wildcard, geography, url, wildcard-fqdn, nsx, aws, dynamic, interface-subnet, mac.
    url str
    Url.
    uuid str
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    visibility str
    Enable/disable address visibility in the GUI. Valid values: disable, enable.
    wildcard str
    IP address and wildcard netmask.
    wildcard_fqdn str
    Fully Qualified Domain Name with wildcard characters.
    address String
    Address.
    _imageBase64 String
    _Image-Base64.
    _scopes List<Property Map>
    _Scope. The structure of _scope block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowRouting String
    Enable/disable use of this address in the static route configuration. Valid values: disable, enable.
    associatedInterface String
    Network interface associated with address.
    cacheTtl Number
    Defines the minimal TTL of individual IP addresses in FQDN cache measured in seconds.
    clearpassSpt String
    SPT (System Posture Token) value. Valid values: unknown, healthy, quarantine, checkup, transition, infected, transient.
    color Number
    Color of icon on the GUI.
    comment String
    Comment.
    country String
    IP addresses associated to a specific country.
    dirty String
    To be deleted address. Valid values: dirty, clean.
    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.
    endIp String
    Final IP address (inclusive) in the range for the address.
    endMac String
    Last MAC address in the range.
    epgName String
    Endpoint group name.
    fabricObject String
    Fabric-Object. Valid values: disable, enable.
    filter String
    Match criteria filter.
    fqdn String
    Fully Qualified Domain Name address.
    fssoGroup String
    FSSO group(s).
    globalObject Number
    Global-Object.
    hwModel String
    Dynamic address matching hardware model.
    hwVendor String
    Dynamic address matching hardware vendor.
    interface String
    Name of interface whose IP address is to be used.
    macaddrs List<String>
    Macaddr.
    nodeIpOnly String
    Node-Ip-Only. Valid values: disable, enable.
    objId String
    Object ID for NSX.
    objTag String
    Obj-Tag.
    objType String
    Obj-Type. Valid values: ip, mac.
    objectFirewallAddressDynamicMappingId String
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    organization String
    Organization domain name (Syntax: organization/domain).
    os String
    Dynamic address matching operating system.
    patternEnd Number
    Pattern-End.
    patternStart Number
    Pattern-Start.
    policyGroup String
    Policy group name.
    routeTag Number
    route-tag address.
    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.
    sdn String
    SDN.
    sdnAddrType String
    Type of addresses to collect. Valid values: private, public, all.
    sdnTag String
    SDN Tag.
    startIp String
    First IP address (inclusive) in the range for the address.
    startMac String
    First MAC address in the range.
    subType String
    Sub-type of address. Valid values: sdn, clearpass-spt, fsso, ems-tag.
    subnet String
    IP address and subnet mask of address.
    subnetName String
    Subnet name.
    swVersion String
    Dynamic address matching software version.
    tagDetectionLevel String
    Tag detection level of dynamic address object.
    tagType String
    Tag type of dynamic address object.
    tags String
    Tags.
    tenant String
    Tenant.
    type String
    Type of address. Valid values: ipmask, iprange, fqdn, wildcard, geography, url, wildcard-fqdn, nsx, aws, dynamic, interface-subnet, mac.
    url String
    Url.
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    visibility String
    Enable/disable address visibility in the GUI. Valid values: disable, enable.
    wildcard String
    IP address and wildcard netmask.
    wildcardFqdn String
    Fully Qualified Domain Name with wildcard characters.

    Outputs

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

    Get an existing ObjectFirewallAddressDynamicMapping 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?: ObjectFirewallAddressDynamicMappingState, opts?: CustomResourceOptions): ObjectFirewallAddressDynamicMapping
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            _image_base64: Optional[str] = None,
            _scopes: Optional[Sequence[ObjectFirewallAddressDynamicMapping_ScopeArgs]] = None,
            address: Optional[str] = None,
            adom: Optional[str] = None,
            allow_routing: Optional[str] = None,
            associated_interface: Optional[str] = None,
            cache_ttl: Optional[float] = None,
            clearpass_spt: Optional[str] = None,
            color: Optional[float] = None,
            comment: Optional[str] = None,
            country: Optional[str] = None,
            dirty: Optional[str] = None,
            dynamic_sort_subtable: Optional[str] = None,
            end_ip: Optional[str] = None,
            end_mac: Optional[str] = None,
            epg_name: Optional[str] = None,
            fabric_object: Optional[str] = None,
            filter: Optional[str] = None,
            fqdn: Optional[str] = None,
            fsso_group: Optional[str] = None,
            global_object: Optional[float] = None,
            hw_model: Optional[str] = None,
            hw_vendor: Optional[str] = None,
            interface: Optional[str] = None,
            macaddrs: Optional[Sequence[str]] = None,
            node_ip_only: Optional[str] = None,
            obj_id: Optional[str] = None,
            obj_tag: Optional[str] = None,
            obj_type: Optional[str] = None,
            object_firewall_address_dynamic_mapping_id: Optional[str] = None,
            organization: Optional[str] = None,
            os: Optional[str] = None,
            pattern_end: Optional[float] = None,
            pattern_start: Optional[float] = None,
            policy_group: Optional[str] = None,
            route_tag: Optional[float] = None,
            scopetype: Optional[str] = None,
            sdn: Optional[str] = None,
            sdn_addr_type: Optional[str] = None,
            sdn_tag: Optional[str] = None,
            start_ip: Optional[str] = None,
            start_mac: Optional[str] = None,
            sub_type: Optional[str] = None,
            subnet: Optional[str] = None,
            subnet_name: Optional[str] = None,
            sw_version: Optional[str] = None,
            tag_detection_level: Optional[str] = None,
            tag_type: Optional[str] = None,
            tags: Optional[str] = None,
            tenant: Optional[str] = None,
            type: Optional[str] = None,
            url: Optional[str] = None,
            uuid: Optional[str] = None,
            visibility: Optional[str] = None,
            wildcard: Optional[str] = None,
            wildcard_fqdn: Optional[str] = None) -> ObjectFirewallAddressDynamicMapping
    func GetObjectFirewallAddressDynamicMapping(ctx *Context, name string, id IDInput, state *ObjectFirewallAddressDynamicMappingState, opts ...ResourceOption) (*ObjectFirewallAddressDynamicMapping, error)
    public static ObjectFirewallAddressDynamicMapping Get(string name, Input<string> id, ObjectFirewallAddressDynamicMappingState? state, CustomResourceOptions? opts = null)
    public static ObjectFirewallAddressDynamicMapping get(String name, Output<String> id, ObjectFirewallAddressDynamicMappingState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectFirewallAddressDynamicMapping    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:
    Address string
    Address.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AllowRouting string
    Enable/disable use of this address in the static route configuration. Valid values: disable, enable.
    AssociatedInterface string
    Network interface associated with address.
    CacheTtl double
    Defines the minimal TTL of individual IP addresses in FQDN cache measured in seconds.
    ClearpassSpt string
    SPT (System Posture Token) value. Valid values: unknown, healthy, quarantine, checkup, transition, infected, transient.
    Color double
    Color of icon on the GUI.
    Comment string
    Comment.
    Country string
    IP addresses associated to a specific country.
    Dirty string
    To be deleted address. Valid values: dirty, clean.
    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.
    EndIp string
    Final IP address (inclusive) in the range for the address.
    EndMac string
    Last MAC address in the range.
    EpgName string
    Endpoint group name.
    FabricObject string
    Fabric-Object. Valid values: disable, enable.
    Filter string
    Match criteria filter.
    Fqdn string
    Fully Qualified Domain Name address.
    FssoGroup string
    FSSO group(s).
    GlobalObject double
    Global-Object.
    HwModel string
    Dynamic address matching hardware model.
    HwVendor string
    Dynamic address matching hardware vendor.
    Interface string
    Name of interface whose IP address is to be used.
    Macaddrs List<string>
    Macaddr.
    NodeIpOnly string
    Node-Ip-Only. Valid values: disable, enable.
    ObjId string
    Object ID for NSX.
    ObjTag string
    Obj-Tag.
    ObjType string
    Obj-Type. Valid values: ip, mac.
    ObjectFirewallAddressDynamicMappingId string
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    Organization string
    Organization domain name (Syntax: organization/domain).
    Os string
    Dynamic address matching operating system.
    PatternEnd double
    Pattern-End.
    PatternStart double
    Pattern-Start.
    PolicyGroup string
    Policy group name.
    RouteTag double
    route-tag address.
    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.
    Sdn string
    SDN.
    SdnAddrType string
    Type of addresses to collect. Valid values: private, public, all.
    SdnTag string
    SDN Tag.
    StartIp string
    First IP address (inclusive) in the range for the address.
    StartMac string
    First MAC address in the range.
    SubType string
    Sub-type of address. Valid values: sdn, clearpass-spt, fsso, ems-tag.
    Subnet string
    IP address and subnet mask of address.
    SubnetName string
    Subnet name.
    SwVersion string
    Dynamic address matching software version.
    TagDetectionLevel string
    Tag detection level of dynamic address object.
    TagType string
    Tag type of dynamic address object.
    Tags string
    Tags.
    Tenant string
    Tenant.
    Type string
    Type of address. Valid values: ipmask, iprange, fqdn, wildcard, geography, url, wildcard-fqdn, nsx, aws, dynamic, interface-subnet, mac.
    Url string
    Url.
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    Visibility string
    Enable/disable address visibility in the GUI. Valid values: disable, enable.
    Wildcard string
    IP address and wildcard netmask.
    WildcardFqdn string
    Fully Qualified Domain Name with wildcard characters.
    _imageBase64 string
    _Image-Base64.
    _scopes List<ObjectFirewallAddressDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    Address string
    Address.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AllowRouting string
    Enable/disable use of this address in the static route configuration. Valid values: disable, enable.
    AssociatedInterface string
    Network interface associated with address.
    CacheTtl float64
    Defines the minimal TTL of individual IP addresses in FQDN cache measured in seconds.
    ClearpassSpt string
    SPT (System Posture Token) value. Valid values: unknown, healthy, quarantine, checkup, transition, infected, transient.
    Color float64
    Color of icon on the GUI.
    Comment string
    Comment.
    Country string
    IP addresses associated to a specific country.
    Dirty string
    To be deleted address. Valid values: dirty, clean.
    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.
    EndIp string
    Final IP address (inclusive) in the range for the address.
    EndMac string
    Last MAC address in the range.
    EpgName string
    Endpoint group name.
    FabricObject string
    Fabric-Object. Valid values: disable, enable.
    Filter string
    Match criteria filter.
    Fqdn string
    Fully Qualified Domain Name address.
    FssoGroup string
    FSSO group(s).
    GlobalObject float64
    Global-Object.
    HwModel string
    Dynamic address matching hardware model.
    HwVendor string
    Dynamic address matching hardware vendor.
    Interface string
    Name of interface whose IP address is to be used.
    Macaddrs []string
    Macaddr.
    NodeIpOnly string
    Node-Ip-Only. Valid values: disable, enable.
    ObjId string
    Object ID for NSX.
    ObjTag string
    Obj-Tag.
    ObjType string
    Obj-Type. Valid values: ip, mac.
    ObjectFirewallAddressDynamicMappingId string
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    Organization string
    Organization domain name (Syntax: organization/domain).
    Os string
    Dynamic address matching operating system.
    PatternEnd float64
    Pattern-End.
    PatternStart float64
    Pattern-Start.
    PolicyGroup string
    Policy group name.
    RouteTag float64
    route-tag address.
    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.
    Sdn string
    SDN.
    SdnAddrType string
    Type of addresses to collect. Valid values: private, public, all.
    SdnTag string
    SDN Tag.
    StartIp string
    First IP address (inclusive) in the range for the address.
    StartMac string
    First MAC address in the range.
    SubType string
    Sub-type of address. Valid values: sdn, clearpass-spt, fsso, ems-tag.
    Subnet string
    IP address and subnet mask of address.
    SubnetName string
    Subnet name.
    SwVersion string
    Dynamic address matching software version.
    TagDetectionLevel string
    Tag detection level of dynamic address object.
    TagType string
    Tag type of dynamic address object.
    Tags string
    Tags.
    Tenant string
    Tenant.
    Type string
    Type of address. Valid values: ipmask, iprange, fqdn, wildcard, geography, url, wildcard-fqdn, nsx, aws, dynamic, interface-subnet, mac.
    Url string
    Url.
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    Visibility string
    Enable/disable address visibility in the GUI. Valid values: disable, enable.
    Wildcard string
    IP address and wildcard netmask.
    WildcardFqdn string
    Fully Qualified Domain Name with wildcard characters.
    _imageBase64 string
    _Image-Base64.
    _scopes []ObjectFirewallAddressDynamicMapping_ScopeArgs
    _Scope. The structure of _scope block is documented below.
    _imageBase64 String
    _Image-Base64.
    _scopes List<ObjectFirewallAddressDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    address String
    Address.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowRouting String
    Enable/disable use of this address in the static route configuration. Valid values: disable, enable.
    associatedInterface String
    Network interface associated with address.
    cacheTtl Double
    Defines the minimal TTL of individual IP addresses in FQDN cache measured in seconds.
    clearpassSpt String
    SPT (System Posture Token) value. Valid values: unknown, healthy, quarantine, checkup, transition, infected, transient.
    color Double
    Color of icon on the GUI.
    comment String
    Comment.
    country String
    IP addresses associated to a specific country.
    dirty String
    To be deleted address. Valid values: dirty, clean.
    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.
    endIp String
    Final IP address (inclusive) in the range for the address.
    endMac String
    Last MAC address in the range.
    epgName String
    Endpoint group name.
    fabricObject String
    Fabric-Object. Valid values: disable, enable.
    filter String
    Match criteria filter.
    fqdn String
    Fully Qualified Domain Name address.
    fssoGroup String
    FSSO group(s).
    globalObject Double
    Global-Object.
    hwModel String
    Dynamic address matching hardware model.
    hwVendor String
    Dynamic address matching hardware vendor.
    interface_ String
    Name of interface whose IP address is to be used.
    macaddrs List<String>
    Macaddr.
    nodeIpOnly String
    Node-Ip-Only. Valid values: disable, enable.
    objId String
    Object ID for NSX.
    objTag String
    Obj-Tag.
    objType String
    Obj-Type. Valid values: ip, mac.
    objectFirewallAddressDynamicMappingId String
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    organization String
    Organization domain name (Syntax: organization/domain).
    os String
    Dynamic address matching operating system.
    patternEnd Double
    Pattern-End.
    patternStart Double
    Pattern-Start.
    policyGroup String
    Policy group name.
    routeTag Double
    route-tag address.
    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.
    sdn String
    SDN.
    sdnAddrType String
    Type of addresses to collect. Valid values: private, public, all.
    sdnTag String
    SDN Tag.
    startIp String
    First IP address (inclusive) in the range for the address.
    startMac String
    First MAC address in the range.
    subType String
    Sub-type of address. Valid values: sdn, clearpass-spt, fsso, ems-tag.
    subnet String
    IP address and subnet mask of address.
    subnetName String
    Subnet name.
    swVersion String
    Dynamic address matching software version.
    tagDetectionLevel String
    Tag detection level of dynamic address object.
    tagType String
    Tag type of dynamic address object.
    tags String
    Tags.
    tenant String
    Tenant.
    type String
    Type of address. Valid values: ipmask, iprange, fqdn, wildcard, geography, url, wildcard-fqdn, nsx, aws, dynamic, interface-subnet, mac.
    url String
    Url.
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    visibility String
    Enable/disable address visibility in the GUI. Valid values: disable, enable.
    wildcard String
    IP address and wildcard netmask.
    wildcardFqdn String
    Fully Qualified Domain Name with wildcard characters.
    _imageBase64 string
    _Image-Base64.
    _scopes ObjectFirewallAddressDynamicMapping_Scope[]
    _Scope. The structure of _scope block is documented below.
    address string
    Address.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowRouting string
    Enable/disable use of this address in the static route configuration. Valid values: disable, enable.
    associatedInterface string
    Network interface associated with address.
    cacheTtl number
    Defines the minimal TTL of individual IP addresses in FQDN cache measured in seconds.
    clearpassSpt string
    SPT (System Posture Token) value. Valid values: unknown, healthy, quarantine, checkup, transition, infected, transient.
    color number
    Color of icon on the GUI.
    comment string
    Comment.
    country string
    IP addresses associated to a specific country.
    dirty string
    To be deleted address. Valid values: dirty, clean.
    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.
    endIp string
    Final IP address (inclusive) in the range for the address.
    endMac string
    Last MAC address in the range.
    epgName string
    Endpoint group name.
    fabricObject string
    Fabric-Object. Valid values: disable, enable.
    filter string
    Match criteria filter.
    fqdn string
    Fully Qualified Domain Name address.
    fssoGroup string
    FSSO group(s).
    globalObject number
    Global-Object.
    hwModel string
    Dynamic address matching hardware model.
    hwVendor string
    Dynamic address matching hardware vendor.
    interface string
    Name of interface whose IP address is to be used.
    macaddrs string[]
    Macaddr.
    nodeIpOnly string
    Node-Ip-Only. Valid values: disable, enable.
    objId string
    Object ID for NSX.
    objTag string
    Obj-Tag.
    objType string
    Obj-Type. Valid values: ip, mac.
    objectFirewallAddressDynamicMappingId string
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    organization string
    Organization domain name (Syntax: organization/domain).
    os string
    Dynamic address matching operating system.
    patternEnd number
    Pattern-End.
    patternStart number
    Pattern-Start.
    policyGroup string
    Policy group name.
    routeTag number
    route-tag address.
    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.
    sdn string
    SDN.
    sdnAddrType string
    Type of addresses to collect. Valid values: private, public, all.
    sdnTag string
    SDN Tag.
    startIp string
    First IP address (inclusive) in the range for the address.
    startMac string
    First MAC address in the range.
    subType string
    Sub-type of address. Valid values: sdn, clearpass-spt, fsso, ems-tag.
    subnet string
    IP address and subnet mask of address.
    subnetName string
    Subnet name.
    swVersion string
    Dynamic address matching software version.
    tagDetectionLevel string
    Tag detection level of dynamic address object.
    tagType string
    Tag type of dynamic address object.
    tags string
    Tags.
    tenant string
    Tenant.
    type string
    Type of address. Valid values: ipmask, iprange, fqdn, wildcard, geography, url, wildcard-fqdn, nsx, aws, dynamic, interface-subnet, mac.
    url string
    Url.
    uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    visibility string
    Enable/disable address visibility in the GUI. Valid values: disable, enable.
    wildcard string
    IP address and wildcard netmask.
    wildcardFqdn string
    Fully Qualified Domain Name with wildcard characters.
    _image_base64 str
    _Image-Base64.
    _scopes Sequence[ObjectFirewallAddressDynamicMapping_ScopeArgs]
    _Scope. The structure of _scope block is documented below.
    address str
    Address.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allow_routing str
    Enable/disable use of this address in the static route configuration. Valid values: disable, enable.
    associated_interface str
    Network interface associated with address.
    cache_ttl float
    Defines the minimal TTL of individual IP addresses in FQDN cache measured in seconds.
    clearpass_spt str
    SPT (System Posture Token) value. Valid values: unknown, healthy, quarantine, checkup, transition, infected, transient.
    color float
    Color of icon on the GUI.
    comment str
    Comment.
    country str
    IP addresses associated to a specific country.
    dirty str
    To be deleted address. Valid values: dirty, clean.
    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.
    end_ip str
    Final IP address (inclusive) in the range for the address.
    end_mac str
    Last MAC address in the range.
    epg_name str
    Endpoint group name.
    fabric_object str
    Fabric-Object. Valid values: disable, enable.
    filter str
    Match criteria filter.
    fqdn str
    Fully Qualified Domain Name address.
    fsso_group str
    FSSO group(s).
    global_object float
    Global-Object.
    hw_model str
    Dynamic address matching hardware model.
    hw_vendor str
    Dynamic address matching hardware vendor.
    interface str
    Name of interface whose IP address is to be used.
    macaddrs Sequence[str]
    Macaddr.
    node_ip_only str
    Node-Ip-Only. Valid values: disable, enable.
    obj_id str
    Object ID for NSX.
    obj_tag str
    Obj-Tag.
    obj_type str
    Obj-Type. Valid values: ip, mac.
    object_firewall_address_dynamic_mapping_id str
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    organization str
    Organization domain name (Syntax: organization/domain).
    os str
    Dynamic address matching operating system.
    pattern_end float
    Pattern-End.
    pattern_start float
    Pattern-Start.
    policy_group str
    Policy group name.
    route_tag float
    route-tag address.
    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.
    sdn str
    SDN.
    sdn_addr_type str
    Type of addresses to collect. Valid values: private, public, all.
    sdn_tag str
    SDN Tag.
    start_ip str
    First IP address (inclusive) in the range for the address.
    start_mac str
    First MAC address in the range.
    sub_type str
    Sub-type of address. Valid values: sdn, clearpass-spt, fsso, ems-tag.
    subnet str
    IP address and subnet mask of address.
    subnet_name str
    Subnet name.
    sw_version str
    Dynamic address matching software version.
    tag_detection_level str
    Tag detection level of dynamic address object.
    tag_type str
    Tag type of dynamic address object.
    tags str
    Tags.
    tenant str
    Tenant.
    type str
    Type of address. Valid values: ipmask, iprange, fqdn, wildcard, geography, url, wildcard-fqdn, nsx, aws, dynamic, interface-subnet, mac.
    url str
    Url.
    uuid str
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    visibility str
    Enable/disable address visibility in the GUI. Valid values: disable, enable.
    wildcard str
    IP address and wildcard netmask.
    wildcard_fqdn str
    Fully Qualified Domain Name with wildcard characters.
    _imageBase64 String
    _Image-Base64.
    _scopes List<Property Map>
    _Scope. The structure of _scope block is documented below.
    address String
    Address.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowRouting String
    Enable/disable use of this address in the static route configuration. Valid values: disable, enable.
    associatedInterface String
    Network interface associated with address.
    cacheTtl Number
    Defines the minimal TTL of individual IP addresses in FQDN cache measured in seconds.
    clearpassSpt String
    SPT (System Posture Token) value. Valid values: unknown, healthy, quarantine, checkup, transition, infected, transient.
    color Number
    Color of icon on the GUI.
    comment String
    Comment.
    country String
    IP addresses associated to a specific country.
    dirty String
    To be deleted address. Valid values: dirty, clean.
    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.
    endIp String
    Final IP address (inclusive) in the range for the address.
    endMac String
    Last MAC address in the range.
    epgName String
    Endpoint group name.
    fabricObject String
    Fabric-Object. Valid values: disable, enable.
    filter String
    Match criteria filter.
    fqdn String
    Fully Qualified Domain Name address.
    fssoGroup String
    FSSO group(s).
    globalObject Number
    Global-Object.
    hwModel String
    Dynamic address matching hardware model.
    hwVendor String
    Dynamic address matching hardware vendor.
    interface String
    Name of interface whose IP address is to be used.
    macaddrs List<String>
    Macaddr.
    nodeIpOnly String
    Node-Ip-Only. Valid values: disable, enable.
    objId String
    Object ID for NSX.
    objTag String
    Obj-Tag.
    objType String
    Obj-Type. Valid values: ip, mac.
    objectFirewallAddressDynamicMappingId String
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    organization String
    Organization domain name (Syntax: organization/domain).
    os String
    Dynamic address matching operating system.
    patternEnd Number
    Pattern-End.
    patternStart Number
    Pattern-Start.
    policyGroup String
    Policy group name.
    routeTag Number
    route-tag address.
    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.
    sdn String
    SDN.
    sdnAddrType String
    Type of addresses to collect. Valid values: private, public, all.
    sdnTag String
    SDN Tag.
    startIp String
    First IP address (inclusive) in the range for the address.
    startMac String
    First MAC address in the range.
    subType String
    Sub-type of address. Valid values: sdn, clearpass-spt, fsso, ems-tag.
    subnet String
    IP address and subnet mask of address.
    subnetName String
    Subnet name.
    swVersion String
    Dynamic address matching software version.
    tagDetectionLevel String
    Tag detection level of dynamic address object.
    tagType String
    Tag type of dynamic address object.
    tags String
    Tags.
    tenant String
    Tenant.
    type String
    Type of address. Valid values: ipmask, iprange, fqdn, wildcard, geography, url, wildcard-fqdn, nsx, aws, dynamic, interface-subnet, mac.
    url String
    Url.
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    visibility String
    Enable/disable address visibility in the GUI. Valid values: disable, enable.
    wildcard String
    IP address and wildcard netmask.
    wildcardFqdn String
    Fully Qualified Domain Name with wildcard characters.

    Supporting Types

    ObjectFirewallAddressDynamicMapping_Scope, ObjectFirewallAddressDynamicMapping_ScopeArgs

    Name string
    Name.
    Vdom string
    Vdom.
    Name string
    Name.
    Vdom string
    Vdom.
    name String
    Name.
    vdom String
    Vdom.
    name string
    Name.
    vdom string
    Vdom.
    name str
    Name.
    vdom str
    Vdom.
    name String
    Name.
    vdom String
    Vdom.

    Import

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

    Set import_options = [“address=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectFirewallAddressDynamicMapping:ObjectFirewallAddressDynamicMapping labelname {{_scope.name}}.{{_scope.vdom}}
    

    $ 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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev