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

fortimanager.ObjectWirelesscontrollerWtpprofileLbs

Explore with Pulumi AI

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

    Set various location based service (LBS) options.

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

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fortimanager from "@pulumi/fortimanager";
    
    const trname5 = new fortimanager.ObjectWirelesscontrollerWtpprofile("trname5", {});
    const trname = new fortimanager.ObjectWirelesscontrollerWtpprofileLbs("trname", {
        aeroscout: "disable",
        aeroscoutApMac: "bssid",
        aeroscoutMmuReport: "disable",
        wtpProfile: trname5.name,
    }, {
        dependsOn: [trname5],
    });
    
    import pulumi
    import pulumi_fortimanager as fortimanager
    
    trname5 = fortimanager.ObjectWirelesscontrollerWtpprofile("trname5")
    trname = fortimanager.ObjectWirelesscontrollerWtpprofileLbs("trname",
        aeroscout="disable",
        aeroscout_ap_mac="bssid",
        aeroscout_mmu_report="disable",
        wtp_profile=trname5.name,
        opts = pulumi.ResourceOptions(depends_on=[trname5]))
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		trname5, err := fortimanager.NewObjectWirelesscontrollerWtpprofile(ctx, "trname5", nil)
    		if err != nil {
    			return err
    		}
    		_, err = fortimanager.NewObjectWirelesscontrollerWtpprofileLbs(ctx, "trname", &fortimanager.ObjectWirelesscontrollerWtpprofileLbsArgs{
    			Aeroscout:          pulumi.String("disable"),
    			AeroscoutApMac:     pulumi.String("bssid"),
    			AeroscoutMmuReport: pulumi.String("disable"),
    			WtpProfile:         trname5.Name,
    		}, pulumi.DependsOn([]pulumi.Resource{
    			trname5,
    		}))
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Fortimanager = Pulumi.Fortimanager;
    
    return await Deployment.RunAsync(() => 
    {
        var trname5 = new Fortimanager.ObjectWirelesscontrollerWtpprofile("trname5");
    
        var trname = new Fortimanager.ObjectWirelesscontrollerWtpprofileLbs("trname", new()
        {
            Aeroscout = "disable",
            AeroscoutApMac = "bssid",
            AeroscoutMmuReport = "disable",
            WtpProfile = trname5.Name,
        }, new CustomResourceOptions
        {
            DependsOn =
            {
                trname5,
            },
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fortimanager.ObjectWirelesscontrollerWtpprofile;
    import com.pulumi.fortimanager.ObjectWirelesscontrollerWtpprofileLbs;
    import com.pulumi.fortimanager.ObjectWirelesscontrollerWtpprofileLbsArgs;
    import com.pulumi.resources.CustomResourceOptions;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var trname5 = new ObjectWirelesscontrollerWtpprofile("trname5");
    
            var trname = new ObjectWirelesscontrollerWtpprofileLbs("trname", ObjectWirelesscontrollerWtpprofileLbsArgs.builder()
                .aeroscout("disable")
                .aeroscoutApMac("bssid")
                .aeroscoutMmuReport("disable")
                .wtpProfile(trname5.name())
                .build(), CustomResourceOptions.builder()
                    .dependsOn(trname5)
                    .build());
    
        }
    }
    
    resources:
      trname:
        type: fortimanager:ObjectWirelesscontrollerWtpprofileLbs
        properties:
          aeroscout: disable
          aeroscoutApMac: bssid
          aeroscoutMmuReport: disable
          wtpProfile: ${trname5.name}
        options:
          dependsOn:
            - ${trname5}
      trname5:
        type: fortimanager:ObjectWirelesscontrollerWtpprofile
    

    Create ObjectWirelesscontrollerWtpprofileLbs Resource

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

    Constructor syntax

    new ObjectWirelesscontrollerWtpprofileLbs(name: string, args: ObjectWirelesscontrollerWtpprofileLbsArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectWirelesscontrollerWtpprofileLbs(resource_name: str,
                                              args: ObjectWirelesscontrollerWtpprofileLbsInitArgs,
                                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectWirelesscontrollerWtpprofileLbs(resource_name: str,
                                              opts: Optional[ResourceOptions] = None,
                                              wtp_profile: Optional[str] = None,
                                              fortipresence_server: Optional[str] = None,
                                              polestar_server_path: Optional[str] = None,
                                              aeroscout_mmu_report: Optional[str] = None,
                                              aeroscout_mu: Optional[str] = None,
                                              aeroscout_mu_factor: Optional[float] = None,
                                              aeroscout_mu_timeout: Optional[float] = None,
                                              fortipresence_secrets: Optional[Sequence[str]] = None,
                                              aeroscout_server_port: Optional[float] = None,
                                              ekahau_blink_mode: Optional[str] = None,
                                              ekahau_tag: Optional[str] = None,
                                              erc_server_ip: Optional[str] = None,
                                              erc_server_port: Optional[float] = None,
                                              fortipresence: Optional[str] = None,
                                              fortipresence_ble: Optional[str] = None,
                                              fortipresence_frequency: Optional[float] = None,
                                              fortipresence_port: Optional[float] = None,
                                              fortipresence_project: Optional[str] = None,
                                              fortipresence_server_addr_type: Optional[str] = None,
                                              aeroscout_server_ip: Optional[str] = None,
                                              aeroscout_ap_mac: Optional[str] = None,
                                              fortipresence_rogue: Optional[str] = None,
                                              fortipresence_server_fqdn: Optional[str] = None,
                                              fortipresence_unassoc: Optional[str] = None,
                                              object_wirelesscontroller_wtpprofile_lbs_id: Optional[str] = None,
                                              polestar: Optional[str] = None,
                                              polestar_accumulation_interval: Optional[float] = None,
                                              polestar_asset_addrgrp_list: Optional[str] = None,
                                              polestar_asset_uuid_list1: Optional[str] = None,
                                              polestar_asset_uuid_list2: Optional[str] = None,
                                              polestar_asset_uuid_list3: Optional[str] = None,
                                              polestar_asset_uuid_list4: Optional[str] = None,
                                              polestar_protocol: Optional[str] = None,
                                              polestar_reporting_interval: Optional[float] = None,
                                              polestar_server_fqdn: Optional[str] = None,
                                              adom: Optional[str] = None,
                                              polestar_server_port: Optional[float] = None,
                                              polestar_server_token: Optional[str] = None,
                                              scopetype: Optional[str] = None,
                                              station_locate: Optional[str] = None,
                                              aeroscout: Optional[str] = None)
    func NewObjectWirelesscontrollerWtpprofileLbs(ctx *Context, name string, args ObjectWirelesscontrollerWtpprofileLbsArgs, opts ...ResourceOption) (*ObjectWirelesscontrollerWtpprofileLbs, error)
    public ObjectWirelesscontrollerWtpprofileLbs(string name, ObjectWirelesscontrollerWtpprofileLbsArgs args, CustomResourceOptions? opts = null)
    public ObjectWirelesscontrollerWtpprofileLbs(String name, ObjectWirelesscontrollerWtpprofileLbsArgs args)
    public ObjectWirelesscontrollerWtpprofileLbs(String name, ObjectWirelesscontrollerWtpprofileLbsArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectWirelesscontrollerWtpprofileLbs
    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 ObjectWirelesscontrollerWtpprofileLbsArgs
    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 ObjectWirelesscontrollerWtpprofileLbsInitArgs
    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 ObjectWirelesscontrollerWtpprofileLbsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectWirelesscontrollerWtpprofileLbsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectWirelesscontrollerWtpprofileLbsArgs
    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 objectWirelesscontrollerWtpprofileLbsResource = new Fortimanager.ObjectWirelesscontrollerWtpprofileLbs("objectWirelesscontrollerWtpprofileLbsResource", new()
    {
        WtpProfile = "string",
        FortipresenceServer = "string",
        PolestarServerPath = "string",
        AeroscoutMmuReport = "string",
        AeroscoutMu = "string",
        AeroscoutMuFactor = 0,
        AeroscoutMuTimeout = 0,
        FortipresenceSecrets = new[]
        {
            "string",
        },
        AeroscoutServerPort = 0,
        EkahauBlinkMode = "string",
        EkahauTag = "string",
        ErcServerIp = "string",
        ErcServerPort = 0,
        Fortipresence = "string",
        FortipresenceBle = "string",
        FortipresenceFrequency = 0,
        FortipresencePort = 0,
        FortipresenceProject = "string",
        FortipresenceServerAddrType = "string",
        AeroscoutServerIp = "string",
        AeroscoutApMac = "string",
        FortipresenceRogue = "string",
        FortipresenceServerFqdn = "string",
        FortipresenceUnassoc = "string",
        ObjectWirelesscontrollerWtpprofileLbsId = "string",
        Polestar = "string",
        PolestarAccumulationInterval = 0,
        PolestarAssetAddrgrpList = "string",
        PolestarAssetUuidList1 = "string",
        PolestarAssetUuidList2 = "string",
        PolestarAssetUuidList3 = "string",
        PolestarAssetUuidList4 = "string",
        PolestarProtocol = "string",
        PolestarReportingInterval = 0,
        PolestarServerFqdn = "string",
        Adom = "string",
        PolestarServerPort = 0,
        PolestarServerToken = "string",
        Scopetype = "string",
        StationLocate = "string",
        Aeroscout = "string",
    });
    
    example, err := fortimanager.NewObjectWirelesscontrollerWtpprofileLbs(ctx, "objectWirelesscontrollerWtpprofileLbsResource", &fortimanager.ObjectWirelesscontrollerWtpprofileLbsArgs{
    WtpProfile: pulumi.String("string"),
    FortipresenceServer: pulumi.String("string"),
    PolestarServerPath: pulumi.String("string"),
    AeroscoutMmuReport: pulumi.String("string"),
    AeroscoutMu: pulumi.String("string"),
    AeroscoutMuFactor: pulumi.Float64(0),
    AeroscoutMuTimeout: pulumi.Float64(0),
    FortipresenceSecrets: pulumi.StringArray{
    pulumi.String("string"),
    },
    AeroscoutServerPort: pulumi.Float64(0),
    EkahauBlinkMode: pulumi.String("string"),
    EkahauTag: pulumi.String("string"),
    ErcServerIp: pulumi.String("string"),
    ErcServerPort: pulumi.Float64(0),
    Fortipresence: pulumi.String("string"),
    FortipresenceBle: pulumi.String("string"),
    FortipresenceFrequency: pulumi.Float64(0),
    FortipresencePort: pulumi.Float64(0),
    FortipresenceProject: pulumi.String("string"),
    FortipresenceServerAddrType: pulumi.String("string"),
    AeroscoutServerIp: pulumi.String("string"),
    AeroscoutApMac: pulumi.String("string"),
    FortipresenceRogue: pulumi.String("string"),
    FortipresenceServerFqdn: pulumi.String("string"),
    FortipresenceUnassoc: pulumi.String("string"),
    ObjectWirelesscontrollerWtpprofileLbsId: pulumi.String("string"),
    Polestar: pulumi.String("string"),
    PolestarAccumulationInterval: pulumi.Float64(0),
    PolestarAssetAddrgrpList: pulumi.String("string"),
    PolestarAssetUuidList1: pulumi.String("string"),
    PolestarAssetUuidList2: pulumi.String("string"),
    PolestarAssetUuidList3: pulumi.String("string"),
    PolestarAssetUuidList4: pulumi.String("string"),
    PolestarProtocol: pulumi.String("string"),
    PolestarReportingInterval: pulumi.Float64(0),
    PolestarServerFqdn: pulumi.String("string"),
    Adom: pulumi.String("string"),
    PolestarServerPort: pulumi.Float64(0),
    PolestarServerToken: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    StationLocate: pulumi.String("string"),
    Aeroscout: pulumi.String("string"),
    })
    
    var objectWirelesscontrollerWtpprofileLbsResource = new ObjectWirelesscontrollerWtpprofileLbs("objectWirelesscontrollerWtpprofileLbsResource", ObjectWirelesscontrollerWtpprofileLbsArgs.builder()
        .wtpProfile("string")
        .fortipresenceServer("string")
        .polestarServerPath("string")
        .aeroscoutMmuReport("string")
        .aeroscoutMu("string")
        .aeroscoutMuFactor(0)
        .aeroscoutMuTimeout(0)
        .fortipresenceSecrets("string")
        .aeroscoutServerPort(0)
        .ekahauBlinkMode("string")
        .ekahauTag("string")
        .ercServerIp("string")
        .ercServerPort(0)
        .fortipresence("string")
        .fortipresenceBle("string")
        .fortipresenceFrequency(0)
        .fortipresencePort(0)
        .fortipresenceProject("string")
        .fortipresenceServerAddrType("string")
        .aeroscoutServerIp("string")
        .aeroscoutApMac("string")
        .fortipresenceRogue("string")
        .fortipresenceServerFqdn("string")
        .fortipresenceUnassoc("string")
        .objectWirelesscontrollerWtpprofileLbsId("string")
        .polestar("string")
        .polestarAccumulationInterval(0)
        .polestarAssetAddrgrpList("string")
        .polestarAssetUuidList1("string")
        .polestarAssetUuidList2("string")
        .polestarAssetUuidList3("string")
        .polestarAssetUuidList4("string")
        .polestarProtocol("string")
        .polestarReportingInterval(0)
        .polestarServerFqdn("string")
        .adom("string")
        .polestarServerPort(0)
        .polestarServerToken("string")
        .scopetype("string")
        .stationLocate("string")
        .aeroscout("string")
        .build());
    
    object_wirelesscontroller_wtpprofile_lbs_resource = fortimanager.ObjectWirelesscontrollerWtpprofileLbs("objectWirelesscontrollerWtpprofileLbsResource",
        wtp_profile="string",
        fortipresence_server="string",
        polestar_server_path="string",
        aeroscout_mmu_report="string",
        aeroscout_mu="string",
        aeroscout_mu_factor=0,
        aeroscout_mu_timeout=0,
        fortipresence_secrets=["string"],
        aeroscout_server_port=0,
        ekahau_blink_mode="string",
        ekahau_tag="string",
        erc_server_ip="string",
        erc_server_port=0,
        fortipresence="string",
        fortipresence_ble="string",
        fortipresence_frequency=0,
        fortipresence_port=0,
        fortipresence_project="string",
        fortipresence_server_addr_type="string",
        aeroscout_server_ip="string",
        aeroscout_ap_mac="string",
        fortipresence_rogue="string",
        fortipresence_server_fqdn="string",
        fortipresence_unassoc="string",
        object_wirelesscontroller_wtpprofile_lbs_id="string",
        polestar="string",
        polestar_accumulation_interval=0,
        polestar_asset_addrgrp_list="string",
        polestar_asset_uuid_list1="string",
        polestar_asset_uuid_list2="string",
        polestar_asset_uuid_list3="string",
        polestar_asset_uuid_list4="string",
        polestar_protocol="string",
        polestar_reporting_interval=0,
        polestar_server_fqdn="string",
        adom="string",
        polestar_server_port=0,
        polestar_server_token="string",
        scopetype="string",
        station_locate="string",
        aeroscout="string")
    
    const objectWirelesscontrollerWtpprofileLbsResource = new fortimanager.ObjectWirelesscontrollerWtpprofileLbs("objectWirelesscontrollerWtpprofileLbsResource", {
        wtpProfile: "string",
        fortipresenceServer: "string",
        polestarServerPath: "string",
        aeroscoutMmuReport: "string",
        aeroscoutMu: "string",
        aeroscoutMuFactor: 0,
        aeroscoutMuTimeout: 0,
        fortipresenceSecrets: ["string"],
        aeroscoutServerPort: 0,
        ekahauBlinkMode: "string",
        ekahauTag: "string",
        ercServerIp: "string",
        ercServerPort: 0,
        fortipresence: "string",
        fortipresenceBle: "string",
        fortipresenceFrequency: 0,
        fortipresencePort: 0,
        fortipresenceProject: "string",
        fortipresenceServerAddrType: "string",
        aeroscoutServerIp: "string",
        aeroscoutApMac: "string",
        fortipresenceRogue: "string",
        fortipresenceServerFqdn: "string",
        fortipresenceUnassoc: "string",
        objectWirelesscontrollerWtpprofileLbsId: "string",
        polestar: "string",
        polestarAccumulationInterval: 0,
        polestarAssetAddrgrpList: "string",
        polestarAssetUuidList1: "string",
        polestarAssetUuidList2: "string",
        polestarAssetUuidList3: "string",
        polestarAssetUuidList4: "string",
        polestarProtocol: "string",
        polestarReportingInterval: 0,
        polestarServerFqdn: "string",
        adom: "string",
        polestarServerPort: 0,
        polestarServerToken: "string",
        scopetype: "string",
        stationLocate: "string",
        aeroscout: "string",
    });
    
    type: fortimanager:ObjectWirelesscontrollerWtpprofileLbs
    properties:
        adom: string
        aeroscout: string
        aeroscoutApMac: string
        aeroscoutMmuReport: string
        aeroscoutMu: string
        aeroscoutMuFactor: 0
        aeroscoutMuTimeout: 0
        aeroscoutServerIp: string
        aeroscoutServerPort: 0
        ekahauBlinkMode: string
        ekahauTag: string
        ercServerIp: string
        ercServerPort: 0
        fortipresence: string
        fortipresenceBle: string
        fortipresenceFrequency: 0
        fortipresencePort: 0
        fortipresenceProject: string
        fortipresenceRogue: string
        fortipresenceSecrets:
            - string
        fortipresenceServer: string
        fortipresenceServerAddrType: string
        fortipresenceServerFqdn: string
        fortipresenceUnassoc: string
        objectWirelesscontrollerWtpprofileLbsId: string
        polestar: string
        polestarAccumulationInterval: 0
        polestarAssetAddrgrpList: string
        polestarAssetUuidList1: string
        polestarAssetUuidList2: string
        polestarAssetUuidList3: string
        polestarAssetUuidList4: string
        polestarProtocol: string
        polestarReportingInterval: 0
        polestarServerFqdn: string
        polestarServerPath: string
        polestarServerPort: 0
        polestarServerToken: string
        scopetype: string
        stationLocate: string
        wtpProfile: string
    

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

    WtpProfile string
    Wtp Profile.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Aeroscout string
    Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    AeroscoutApMac string
    Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values: bssid, board-mac.
    AeroscoutMmuReport string
    Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values: disable, enable.
    AeroscoutMu string
    Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values: disable, enable.
    AeroscoutMuFactor double
    AeroScout MU mode dilution factor (default = 20).
    AeroscoutMuTimeout double
    AeroScout MU mode timeout (0 - 65535 sec, default = 5).
    AeroscoutServerIp string
    IP address of AeroScout server.
    AeroscoutServerPort double
    AeroScout server UDP listening port.
    EkahauBlinkMode string
    Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values: disable, enable.
    EkahauTag string
    WiFi frame MAC address or WiFi Tag.
    ErcServerIp string
    IP address of Ekahau RTLS Controller (ERC).
    ErcServerPort double
    Ekahau RTLS Controller (ERC) UDP listening port.
    Fortipresence string
    Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values: disable, enable, enable2, foreign, both.
    FortipresenceBle string
    Enable/disable FortiPresence finding and reporting BLE devices. Valid values: disable, enable.
    FortipresenceFrequency double
    FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
    FortipresencePort double
    FortiPresence server UDP listening port (default = 3000).
    FortipresenceProject string
    FortiPresence project name (max. 16 characters, default = fortipresence).
    FortipresenceRogue string
    Enable/disable FortiPresence finding and reporting rogue APs. Valid values: disable, enable.
    FortipresenceSecrets List<string>
    FortiPresence secret password (max. 16 characters).
    FortipresenceServer string
    FortiPresence server IP address.
    FortipresenceServerAddrType string
    FortiPresence server address type (default = ipv4). Valid values: fqdn, ipv4.
    FortipresenceServerFqdn string
    FQDN of FortiPresence server.
    FortipresenceUnassoc string
    Enable/disable FortiPresence finding and reporting unassociated stations. Valid values: disable, enable.
    ObjectWirelesscontrollerWtpprofileLbsId string
    an identifier for the resource.
    Polestar string
    Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    PolestarAccumulationInterval double
    Time that measurements should be accumulated in seconds (default = 2).
    PolestarAssetAddrgrpList string
    Tags and asset addrgrp list to be reported.
    PolestarAssetUuidList1 string
    Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    PolestarAssetUuidList2 string
    Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    PolestarAssetUuidList3 string
    Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    PolestarAssetUuidList4 string
    Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    PolestarProtocol string
    Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values: WSS.
    PolestarReportingInterval double
    Time between reporting accumulated measurements in seconds (default = 2).
    PolestarServerFqdn string
    FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
    PolestarServerPath string
    Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
    PolestarServerPort double
    Port of PoleStar Nao Track Server (default = 443).
    PolestarServerToken string
    Access Token of PoleStar Nao Track Server.
    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.
    StationLocate string
    Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values: disable, enable.
    WtpProfile string
    Wtp Profile.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Aeroscout string
    Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    AeroscoutApMac string
    Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values: bssid, board-mac.
    AeroscoutMmuReport string
    Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values: disable, enable.
    AeroscoutMu string
    Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values: disable, enable.
    AeroscoutMuFactor float64
    AeroScout MU mode dilution factor (default = 20).
    AeroscoutMuTimeout float64
    AeroScout MU mode timeout (0 - 65535 sec, default = 5).
    AeroscoutServerIp string
    IP address of AeroScout server.
    AeroscoutServerPort float64
    AeroScout server UDP listening port.
    EkahauBlinkMode string
    Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values: disable, enable.
    EkahauTag string
    WiFi frame MAC address or WiFi Tag.
    ErcServerIp string
    IP address of Ekahau RTLS Controller (ERC).
    ErcServerPort float64
    Ekahau RTLS Controller (ERC) UDP listening port.
    Fortipresence string
    Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values: disable, enable, enable2, foreign, both.
    FortipresenceBle string
    Enable/disable FortiPresence finding and reporting BLE devices. Valid values: disable, enable.
    FortipresenceFrequency float64
    FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
    FortipresencePort float64
    FortiPresence server UDP listening port (default = 3000).
    FortipresenceProject string
    FortiPresence project name (max. 16 characters, default = fortipresence).
    FortipresenceRogue string
    Enable/disable FortiPresence finding and reporting rogue APs. Valid values: disable, enable.
    FortipresenceSecrets []string
    FortiPresence secret password (max. 16 characters).
    FortipresenceServer string
    FortiPresence server IP address.
    FortipresenceServerAddrType string
    FortiPresence server address type (default = ipv4). Valid values: fqdn, ipv4.
    FortipresenceServerFqdn string
    FQDN of FortiPresence server.
    FortipresenceUnassoc string
    Enable/disable FortiPresence finding and reporting unassociated stations. Valid values: disable, enable.
    ObjectWirelesscontrollerWtpprofileLbsId string
    an identifier for the resource.
    Polestar string
    Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    PolestarAccumulationInterval float64
    Time that measurements should be accumulated in seconds (default = 2).
    PolestarAssetAddrgrpList string
    Tags and asset addrgrp list to be reported.
    PolestarAssetUuidList1 string
    Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    PolestarAssetUuidList2 string
    Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    PolestarAssetUuidList3 string
    Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    PolestarAssetUuidList4 string
    Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    PolestarProtocol string
    Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values: WSS.
    PolestarReportingInterval float64
    Time between reporting accumulated measurements in seconds (default = 2).
    PolestarServerFqdn string
    FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
    PolestarServerPath string
    Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
    PolestarServerPort float64
    Port of PoleStar Nao Track Server (default = 443).
    PolestarServerToken string
    Access Token of PoleStar Nao Track Server.
    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.
    StationLocate string
    Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values: disable, enable.
    wtpProfile String
    Wtp Profile.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    aeroscout String
    Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    aeroscoutApMac String
    Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values: bssid, board-mac.
    aeroscoutMmuReport String
    Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values: disable, enable.
    aeroscoutMu String
    Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values: disable, enable.
    aeroscoutMuFactor Double
    AeroScout MU mode dilution factor (default = 20).
    aeroscoutMuTimeout Double
    AeroScout MU mode timeout (0 - 65535 sec, default = 5).
    aeroscoutServerIp String
    IP address of AeroScout server.
    aeroscoutServerPort Double
    AeroScout server UDP listening port.
    ekahauBlinkMode String
    Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values: disable, enable.
    ekahauTag String
    WiFi frame MAC address or WiFi Tag.
    ercServerIp String
    IP address of Ekahau RTLS Controller (ERC).
    ercServerPort Double
    Ekahau RTLS Controller (ERC) UDP listening port.
    fortipresence String
    Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values: disable, enable, enable2, foreign, both.
    fortipresenceBle String
    Enable/disable FortiPresence finding and reporting BLE devices. Valid values: disable, enable.
    fortipresenceFrequency Double
    FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
    fortipresencePort Double
    FortiPresence server UDP listening port (default = 3000).
    fortipresenceProject String
    FortiPresence project name (max. 16 characters, default = fortipresence).
    fortipresenceRogue String
    Enable/disable FortiPresence finding and reporting rogue APs. Valid values: disable, enable.
    fortipresenceSecrets List<String>
    FortiPresence secret password (max. 16 characters).
    fortipresenceServer String
    FortiPresence server IP address.
    fortipresenceServerAddrType String
    FortiPresence server address type (default = ipv4). Valid values: fqdn, ipv4.
    fortipresenceServerFqdn String
    FQDN of FortiPresence server.
    fortipresenceUnassoc String
    Enable/disable FortiPresence finding and reporting unassociated stations. Valid values: disable, enable.
    objectWirelesscontrollerWtpprofileLbsId String
    an identifier for the resource.
    polestar String
    Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    polestarAccumulationInterval Double
    Time that measurements should be accumulated in seconds (default = 2).
    polestarAssetAddrgrpList String
    Tags and asset addrgrp list to be reported.
    polestarAssetUuidList1 String
    Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarAssetUuidList2 String
    Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarAssetUuidList3 String
    Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarAssetUuidList4 String
    Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarProtocol String
    Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values: WSS.
    polestarReportingInterval Double
    Time between reporting accumulated measurements in seconds (default = 2).
    polestarServerFqdn String
    FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
    polestarServerPath String
    Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
    polestarServerPort Double
    Port of PoleStar Nao Track Server (default = 443).
    polestarServerToken String
    Access Token of PoleStar Nao Track Server.
    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.
    stationLocate String
    Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values: disable, enable.
    wtpProfile string
    Wtp Profile.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    aeroscout string
    Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    aeroscoutApMac string
    Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values: bssid, board-mac.
    aeroscoutMmuReport string
    Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values: disable, enable.
    aeroscoutMu string
    Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values: disable, enable.
    aeroscoutMuFactor number
    AeroScout MU mode dilution factor (default = 20).
    aeroscoutMuTimeout number
    AeroScout MU mode timeout (0 - 65535 sec, default = 5).
    aeroscoutServerIp string
    IP address of AeroScout server.
    aeroscoutServerPort number
    AeroScout server UDP listening port.
    ekahauBlinkMode string
    Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values: disable, enable.
    ekahauTag string
    WiFi frame MAC address or WiFi Tag.
    ercServerIp string
    IP address of Ekahau RTLS Controller (ERC).
    ercServerPort number
    Ekahau RTLS Controller (ERC) UDP listening port.
    fortipresence string
    Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values: disable, enable, enable2, foreign, both.
    fortipresenceBle string
    Enable/disable FortiPresence finding and reporting BLE devices. Valid values: disable, enable.
    fortipresenceFrequency number
    FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
    fortipresencePort number
    FortiPresence server UDP listening port (default = 3000).
    fortipresenceProject string
    FortiPresence project name (max. 16 characters, default = fortipresence).
    fortipresenceRogue string
    Enable/disable FortiPresence finding and reporting rogue APs. Valid values: disable, enable.
    fortipresenceSecrets string[]
    FortiPresence secret password (max. 16 characters).
    fortipresenceServer string
    FortiPresence server IP address.
    fortipresenceServerAddrType string
    FortiPresence server address type (default = ipv4). Valid values: fqdn, ipv4.
    fortipresenceServerFqdn string
    FQDN of FortiPresence server.
    fortipresenceUnassoc string
    Enable/disable FortiPresence finding and reporting unassociated stations. Valid values: disable, enable.
    objectWirelesscontrollerWtpprofileLbsId string
    an identifier for the resource.
    polestar string
    Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    polestarAccumulationInterval number
    Time that measurements should be accumulated in seconds (default = 2).
    polestarAssetAddrgrpList string
    Tags and asset addrgrp list to be reported.
    polestarAssetUuidList1 string
    Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarAssetUuidList2 string
    Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarAssetUuidList3 string
    Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarAssetUuidList4 string
    Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarProtocol string
    Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values: WSS.
    polestarReportingInterval number
    Time between reporting accumulated measurements in seconds (default = 2).
    polestarServerFqdn string
    FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
    polestarServerPath string
    Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
    polestarServerPort number
    Port of PoleStar Nao Track Server (default = 443).
    polestarServerToken string
    Access Token of PoleStar Nao Track Server.
    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.
    stationLocate string
    Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values: disable, enable.
    wtp_profile str
    Wtp Profile.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    aeroscout str
    Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    aeroscout_ap_mac str
    Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values: bssid, board-mac.
    aeroscout_mmu_report str
    Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values: disable, enable.
    aeroscout_mu str
    Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values: disable, enable.
    aeroscout_mu_factor float
    AeroScout MU mode dilution factor (default = 20).
    aeroscout_mu_timeout float
    AeroScout MU mode timeout (0 - 65535 sec, default = 5).
    aeroscout_server_ip str
    IP address of AeroScout server.
    aeroscout_server_port float
    AeroScout server UDP listening port.
    ekahau_blink_mode str
    Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values: disable, enable.
    ekahau_tag str
    WiFi frame MAC address or WiFi Tag.
    erc_server_ip str
    IP address of Ekahau RTLS Controller (ERC).
    erc_server_port float
    Ekahau RTLS Controller (ERC) UDP listening port.
    fortipresence str
    Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values: disable, enable, enable2, foreign, both.
    fortipresence_ble str
    Enable/disable FortiPresence finding and reporting BLE devices. Valid values: disable, enable.
    fortipresence_frequency float
    FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
    fortipresence_port float
    FortiPresence server UDP listening port (default = 3000).
    fortipresence_project str
    FortiPresence project name (max. 16 characters, default = fortipresence).
    fortipresence_rogue str
    Enable/disable FortiPresence finding and reporting rogue APs. Valid values: disable, enable.
    fortipresence_secrets Sequence[str]
    FortiPresence secret password (max. 16 characters).
    fortipresence_server str
    FortiPresence server IP address.
    fortipresence_server_addr_type str
    FortiPresence server address type (default = ipv4). Valid values: fqdn, ipv4.
    fortipresence_server_fqdn str
    FQDN of FortiPresence server.
    fortipresence_unassoc str
    Enable/disable FortiPresence finding and reporting unassociated stations. Valid values: disable, enable.
    object_wirelesscontroller_wtpprofile_lbs_id str
    an identifier for the resource.
    polestar str
    Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    polestar_accumulation_interval float
    Time that measurements should be accumulated in seconds (default = 2).
    polestar_asset_addrgrp_list str
    Tags and asset addrgrp list to be reported.
    polestar_asset_uuid_list1 str
    Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestar_asset_uuid_list2 str
    Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestar_asset_uuid_list3 str
    Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestar_asset_uuid_list4 str
    Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestar_protocol str
    Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values: WSS.
    polestar_reporting_interval float
    Time between reporting accumulated measurements in seconds (default = 2).
    polestar_server_fqdn str
    FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
    polestar_server_path str
    Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
    polestar_server_port float
    Port of PoleStar Nao Track Server (default = 443).
    polestar_server_token str
    Access Token of PoleStar Nao Track Server.
    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.
    station_locate str
    Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values: disable, enable.
    wtpProfile String
    Wtp Profile.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    aeroscout String
    Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    aeroscoutApMac String
    Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values: bssid, board-mac.
    aeroscoutMmuReport String
    Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values: disable, enable.
    aeroscoutMu String
    Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values: disable, enable.
    aeroscoutMuFactor Number
    AeroScout MU mode dilution factor (default = 20).
    aeroscoutMuTimeout Number
    AeroScout MU mode timeout (0 - 65535 sec, default = 5).
    aeroscoutServerIp String
    IP address of AeroScout server.
    aeroscoutServerPort Number
    AeroScout server UDP listening port.
    ekahauBlinkMode String
    Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values: disable, enable.
    ekahauTag String
    WiFi frame MAC address or WiFi Tag.
    ercServerIp String
    IP address of Ekahau RTLS Controller (ERC).
    ercServerPort Number
    Ekahau RTLS Controller (ERC) UDP listening port.
    fortipresence String
    Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values: disable, enable, enable2, foreign, both.
    fortipresenceBle String
    Enable/disable FortiPresence finding and reporting BLE devices. Valid values: disable, enable.
    fortipresenceFrequency Number
    FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
    fortipresencePort Number
    FortiPresence server UDP listening port (default = 3000).
    fortipresenceProject String
    FortiPresence project name (max. 16 characters, default = fortipresence).
    fortipresenceRogue String
    Enable/disable FortiPresence finding and reporting rogue APs. Valid values: disable, enable.
    fortipresenceSecrets List<String>
    FortiPresence secret password (max. 16 characters).
    fortipresenceServer String
    FortiPresence server IP address.
    fortipresenceServerAddrType String
    FortiPresence server address type (default = ipv4). Valid values: fqdn, ipv4.
    fortipresenceServerFqdn String
    FQDN of FortiPresence server.
    fortipresenceUnassoc String
    Enable/disable FortiPresence finding and reporting unassociated stations. Valid values: disable, enable.
    objectWirelesscontrollerWtpprofileLbsId String
    an identifier for the resource.
    polestar String
    Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    polestarAccumulationInterval Number
    Time that measurements should be accumulated in seconds (default = 2).
    polestarAssetAddrgrpList String
    Tags and asset addrgrp list to be reported.
    polestarAssetUuidList1 String
    Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarAssetUuidList2 String
    Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarAssetUuidList3 String
    Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarAssetUuidList4 String
    Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarProtocol String
    Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values: WSS.
    polestarReportingInterval Number
    Time between reporting accumulated measurements in seconds (default = 2).
    polestarServerFqdn String
    FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
    polestarServerPath String
    Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
    polestarServerPort Number
    Port of PoleStar Nao Track Server (default = 443).
    polestarServerToken String
    Access Token of PoleStar Nao Track Server.
    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.
    stationLocate String
    Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values: disable, enable.

    Outputs

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

    Get an existing ObjectWirelesscontrollerWtpprofileLbs 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?: ObjectWirelesscontrollerWtpprofileLbsState, opts?: CustomResourceOptions): ObjectWirelesscontrollerWtpprofileLbs
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            aeroscout: Optional[str] = None,
            aeroscout_ap_mac: Optional[str] = None,
            aeroscout_mmu_report: Optional[str] = None,
            aeroscout_mu: Optional[str] = None,
            aeroscout_mu_factor: Optional[float] = None,
            aeroscout_mu_timeout: Optional[float] = None,
            aeroscout_server_ip: Optional[str] = None,
            aeroscout_server_port: Optional[float] = None,
            ekahau_blink_mode: Optional[str] = None,
            ekahau_tag: Optional[str] = None,
            erc_server_ip: Optional[str] = None,
            erc_server_port: Optional[float] = None,
            fortipresence: Optional[str] = None,
            fortipresence_ble: Optional[str] = None,
            fortipresence_frequency: Optional[float] = None,
            fortipresence_port: Optional[float] = None,
            fortipresence_project: Optional[str] = None,
            fortipresence_rogue: Optional[str] = None,
            fortipresence_secrets: Optional[Sequence[str]] = None,
            fortipresence_server: Optional[str] = None,
            fortipresence_server_addr_type: Optional[str] = None,
            fortipresence_server_fqdn: Optional[str] = None,
            fortipresence_unassoc: Optional[str] = None,
            object_wirelesscontroller_wtpprofile_lbs_id: Optional[str] = None,
            polestar: Optional[str] = None,
            polestar_accumulation_interval: Optional[float] = None,
            polestar_asset_addrgrp_list: Optional[str] = None,
            polestar_asset_uuid_list1: Optional[str] = None,
            polestar_asset_uuid_list2: Optional[str] = None,
            polestar_asset_uuid_list3: Optional[str] = None,
            polestar_asset_uuid_list4: Optional[str] = None,
            polestar_protocol: Optional[str] = None,
            polestar_reporting_interval: Optional[float] = None,
            polestar_server_fqdn: Optional[str] = None,
            polestar_server_path: Optional[str] = None,
            polestar_server_port: Optional[float] = None,
            polestar_server_token: Optional[str] = None,
            scopetype: Optional[str] = None,
            station_locate: Optional[str] = None,
            wtp_profile: Optional[str] = None) -> ObjectWirelesscontrollerWtpprofileLbs
    func GetObjectWirelesscontrollerWtpprofileLbs(ctx *Context, name string, id IDInput, state *ObjectWirelesscontrollerWtpprofileLbsState, opts ...ResourceOption) (*ObjectWirelesscontrollerWtpprofileLbs, error)
    public static ObjectWirelesscontrollerWtpprofileLbs Get(string name, Input<string> id, ObjectWirelesscontrollerWtpprofileLbsState? state, CustomResourceOptions? opts = null)
    public static ObjectWirelesscontrollerWtpprofileLbs get(String name, Output<String> id, ObjectWirelesscontrollerWtpprofileLbsState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectWirelesscontrollerWtpprofileLbs    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.
    Aeroscout string
    Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    AeroscoutApMac string
    Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values: bssid, board-mac.
    AeroscoutMmuReport string
    Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values: disable, enable.
    AeroscoutMu string
    Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values: disable, enable.
    AeroscoutMuFactor double
    AeroScout MU mode dilution factor (default = 20).
    AeroscoutMuTimeout double
    AeroScout MU mode timeout (0 - 65535 sec, default = 5).
    AeroscoutServerIp string
    IP address of AeroScout server.
    AeroscoutServerPort double
    AeroScout server UDP listening port.
    EkahauBlinkMode string
    Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values: disable, enable.
    EkahauTag string
    WiFi frame MAC address or WiFi Tag.
    ErcServerIp string
    IP address of Ekahau RTLS Controller (ERC).
    ErcServerPort double
    Ekahau RTLS Controller (ERC) UDP listening port.
    Fortipresence string
    Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values: disable, enable, enable2, foreign, both.
    FortipresenceBle string
    Enable/disable FortiPresence finding and reporting BLE devices. Valid values: disable, enable.
    FortipresenceFrequency double
    FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
    FortipresencePort double
    FortiPresence server UDP listening port (default = 3000).
    FortipresenceProject string
    FortiPresence project name (max. 16 characters, default = fortipresence).
    FortipresenceRogue string
    Enable/disable FortiPresence finding and reporting rogue APs. Valid values: disable, enable.
    FortipresenceSecrets List<string>
    FortiPresence secret password (max. 16 characters).
    FortipresenceServer string
    FortiPresence server IP address.
    FortipresenceServerAddrType string
    FortiPresence server address type (default = ipv4). Valid values: fqdn, ipv4.
    FortipresenceServerFqdn string
    FQDN of FortiPresence server.
    FortipresenceUnassoc string
    Enable/disable FortiPresence finding and reporting unassociated stations. Valid values: disable, enable.
    ObjectWirelesscontrollerWtpprofileLbsId string
    an identifier for the resource.
    Polestar string
    Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    PolestarAccumulationInterval double
    Time that measurements should be accumulated in seconds (default = 2).
    PolestarAssetAddrgrpList string
    Tags and asset addrgrp list to be reported.
    PolestarAssetUuidList1 string
    Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    PolestarAssetUuidList2 string
    Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    PolestarAssetUuidList3 string
    Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    PolestarAssetUuidList4 string
    Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    PolestarProtocol string
    Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values: WSS.
    PolestarReportingInterval double
    Time between reporting accumulated measurements in seconds (default = 2).
    PolestarServerFqdn string
    FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
    PolestarServerPath string
    Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
    PolestarServerPort double
    Port of PoleStar Nao Track Server (default = 443).
    PolestarServerToken string
    Access Token of PoleStar Nao Track Server.
    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.
    StationLocate string
    Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values: disable, enable.
    WtpProfile string
    Wtp Profile.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Aeroscout string
    Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    AeroscoutApMac string
    Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values: bssid, board-mac.
    AeroscoutMmuReport string
    Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values: disable, enable.
    AeroscoutMu string
    Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values: disable, enable.
    AeroscoutMuFactor float64
    AeroScout MU mode dilution factor (default = 20).
    AeroscoutMuTimeout float64
    AeroScout MU mode timeout (0 - 65535 sec, default = 5).
    AeroscoutServerIp string
    IP address of AeroScout server.
    AeroscoutServerPort float64
    AeroScout server UDP listening port.
    EkahauBlinkMode string
    Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values: disable, enable.
    EkahauTag string
    WiFi frame MAC address or WiFi Tag.
    ErcServerIp string
    IP address of Ekahau RTLS Controller (ERC).
    ErcServerPort float64
    Ekahau RTLS Controller (ERC) UDP listening port.
    Fortipresence string
    Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values: disable, enable, enable2, foreign, both.
    FortipresenceBle string
    Enable/disable FortiPresence finding and reporting BLE devices. Valid values: disable, enable.
    FortipresenceFrequency float64
    FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
    FortipresencePort float64
    FortiPresence server UDP listening port (default = 3000).
    FortipresenceProject string
    FortiPresence project name (max. 16 characters, default = fortipresence).
    FortipresenceRogue string
    Enable/disable FortiPresence finding and reporting rogue APs. Valid values: disable, enable.
    FortipresenceSecrets []string
    FortiPresence secret password (max. 16 characters).
    FortipresenceServer string
    FortiPresence server IP address.
    FortipresenceServerAddrType string
    FortiPresence server address type (default = ipv4). Valid values: fqdn, ipv4.
    FortipresenceServerFqdn string
    FQDN of FortiPresence server.
    FortipresenceUnassoc string
    Enable/disable FortiPresence finding and reporting unassociated stations. Valid values: disable, enable.
    ObjectWirelesscontrollerWtpprofileLbsId string
    an identifier for the resource.
    Polestar string
    Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    PolestarAccumulationInterval float64
    Time that measurements should be accumulated in seconds (default = 2).
    PolestarAssetAddrgrpList string
    Tags and asset addrgrp list to be reported.
    PolestarAssetUuidList1 string
    Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    PolestarAssetUuidList2 string
    Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    PolestarAssetUuidList3 string
    Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    PolestarAssetUuidList4 string
    Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    PolestarProtocol string
    Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values: WSS.
    PolestarReportingInterval float64
    Time between reporting accumulated measurements in seconds (default = 2).
    PolestarServerFqdn string
    FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
    PolestarServerPath string
    Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
    PolestarServerPort float64
    Port of PoleStar Nao Track Server (default = 443).
    PolestarServerToken string
    Access Token of PoleStar Nao Track Server.
    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.
    StationLocate string
    Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values: disable, enable.
    WtpProfile string
    Wtp Profile.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    aeroscout String
    Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    aeroscoutApMac String
    Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values: bssid, board-mac.
    aeroscoutMmuReport String
    Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values: disable, enable.
    aeroscoutMu String
    Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values: disable, enable.
    aeroscoutMuFactor Double
    AeroScout MU mode dilution factor (default = 20).
    aeroscoutMuTimeout Double
    AeroScout MU mode timeout (0 - 65535 sec, default = 5).
    aeroscoutServerIp String
    IP address of AeroScout server.
    aeroscoutServerPort Double
    AeroScout server UDP listening port.
    ekahauBlinkMode String
    Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values: disable, enable.
    ekahauTag String
    WiFi frame MAC address or WiFi Tag.
    ercServerIp String
    IP address of Ekahau RTLS Controller (ERC).
    ercServerPort Double
    Ekahau RTLS Controller (ERC) UDP listening port.
    fortipresence String
    Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values: disable, enable, enable2, foreign, both.
    fortipresenceBle String
    Enable/disable FortiPresence finding and reporting BLE devices. Valid values: disable, enable.
    fortipresenceFrequency Double
    FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
    fortipresencePort Double
    FortiPresence server UDP listening port (default = 3000).
    fortipresenceProject String
    FortiPresence project name (max. 16 characters, default = fortipresence).
    fortipresenceRogue String
    Enable/disable FortiPresence finding and reporting rogue APs. Valid values: disable, enable.
    fortipresenceSecrets List<String>
    FortiPresence secret password (max. 16 characters).
    fortipresenceServer String
    FortiPresence server IP address.
    fortipresenceServerAddrType String
    FortiPresence server address type (default = ipv4). Valid values: fqdn, ipv4.
    fortipresenceServerFqdn String
    FQDN of FortiPresence server.
    fortipresenceUnassoc String
    Enable/disable FortiPresence finding and reporting unassociated stations. Valid values: disable, enable.
    objectWirelesscontrollerWtpprofileLbsId String
    an identifier for the resource.
    polestar String
    Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    polestarAccumulationInterval Double
    Time that measurements should be accumulated in seconds (default = 2).
    polestarAssetAddrgrpList String
    Tags and asset addrgrp list to be reported.
    polestarAssetUuidList1 String
    Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarAssetUuidList2 String
    Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarAssetUuidList3 String
    Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarAssetUuidList4 String
    Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarProtocol String
    Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values: WSS.
    polestarReportingInterval Double
    Time between reporting accumulated measurements in seconds (default = 2).
    polestarServerFqdn String
    FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
    polestarServerPath String
    Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
    polestarServerPort Double
    Port of PoleStar Nao Track Server (default = 443).
    polestarServerToken String
    Access Token of PoleStar Nao Track Server.
    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.
    stationLocate String
    Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values: disable, enable.
    wtpProfile String
    Wtp Profile.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    aeroscout string
    Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    aeroscoutApMac string
    Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values: bssid, board-mac.
    aeroscoutMmuReport string
    Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values: disable, enable.
    aeroscoutMu string
    Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values: disable, enable.
    aeroscoutMuFactor number
    AeroScout MU mode dilution factor (default = 20).
    aeroscoutMuTimeout number
    AeroScout MU mode timeout (0 - 65535 sec, default = 5).
    aeroscoutServerIp string
    IP address of AeroScout server.
    aeroscoutServerPort number
    AeroScout server UDP listening port.
    ekahauBlinkMode string
    Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values: disable, enable.
    ekahauTag string
    WiFi frame MAC address or WiFi Tag.
    ercServerIp string
    IP address of Ekahau RTLS Controller (ERC).
    ercServerPort number
    Ekahau RTLS Controller (ERC) UDP listening port.
    fortipresence string
    Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values: disable, enable, enable2, foreign, both.
    fortipresenceBle string
    Enable/disable FortiPresence finding and reporting BLE devices. Valid values: disable, enable.
    fortipresenceFrequency number
    FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
    fortipresencePort number
    FortiPresence server UDP listening port (default = 3000).
    fortipresenceProject string
    FortiPresence project name (max. 16 characters, default = fortipresence).
    fortipresenceRogue string
    Enable/disable FortiPresence finding and reporting rogue APs. Valid values: disable, enable.
    fortipresenceSecrets string[]
    FortiPresence secret password (max. 16 characters).
    fortipresenceServer string
    FortiPresence server IP address.
    fortipresenceServerAddrType string
    FortiPresence server address type (default = ipv4). Valid values: fqdn, ipv4.
    fortipresenceServerFqdn string
    FQDN of FortiPresence server.
    fortipresenceUnassoc string
    Enable/disable FortiPresence finding and reporting unassociated stations. Valid values: disable, enable.
    objectWirelesscontrollerWtpprofileLbsId string
    an identifier for the resource.
    polestar string
    Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    polestarAccumulationInterval number
    Time that measurements should be accumulated in seconds (default = 2).
    polestarAssetAddrgrpList string
    Tags and asset addrgrp list to be reported.
    polestarAssetUuidList1 string
    Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarAssetUuidList2 string
    Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarAssetUuidList3 string
    Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarAssetUuidList4 string
    Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarProtocol string
    Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values: WSS.
    polestarReportingInterval number
    Time between reporting accumulated measurements in seconds (default = 2).
    polestarServerFqdn string
    FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
    polestarServerPath string
    Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
    polestarServerPort number
    Port of PoleStar Nao Track Server (default = 443).
    polestarServerToken string
    Access Token of PoleStar Nao Track Server.
    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.
    stationLocate string
    Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values: disable, enable.
    wtpProfile string
    Wtp Profile.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    aeroscout str
    Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    aeroscout_ap_mac str
    Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values: bssid, board-mac.
    aeroscout_mmu_report str
    Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values: disable, enable.
    aeroscout_mu str
    Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values: disable, enable.
    aeroscout_mu_factor float
    AeroScout MU mode dilution factor (default = 20).
    aeroscout_mu_timeout float
    AeroScout MU mode timeout (0 - 65535 sec, default = 5).
    aeroscout_server_ip str
    IP address of AeroScout server.
    aeroscout_server_port float
    AeroScout server UDP listening port.
    ekahau_blink_mode str
    Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values: disable, enable.
    ekahau_tag str
    WiFi frame MAC address or WiFi Tag.
    erc_server_ip str
    IP address of Ekahau RTLS Controller (ERC).
    erc_server_port float
    Ekahau RTLS Controller (ERC) UDP listening port.
    fortipresence str
    Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values: disable, enable, enable2, foreign, both.
    fortipresence_ble str
    Enable/disable FortiPresence finding and reporting BLE devices. Valid values: disable, enable.
    fortipresence_frequency float
    FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
    fortipresence_port float
    FortiPresence server UDP listening port (default = 3000).
    fortipresence_project str
    FortiPresence project name (max. 16 characters, default = fortipresence).
    fortipresence_rogue str
    Enable/disable FortiPresence finding and reporting rogue APs. Valid values: disable, enable.
    fortipresence_secrets Sequence[str]
    FortiPresence secret password (max. 16 characters).
    fortipresence_server str
    FortiPresence server IP address.
    fortipresence_server_addr_type str
    FortiPresence server address type (default = ipv4). Valid values: fqdn, ipv4.
    fortipresence_server_fqdn str
    FQDN of FortiPresence server.
    fortipresence_unassoc str
    Enable/disable FortiPresence finding and reporting unassociated stations. Valid values: disable, enable.
    object_wirelesscontroller_wtpprofile_lbs_id str
    an identifier for the resource.
    polestar str
    Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    polestar_accumulation_interval float
    Time that measurements should be accumulated in seconds (default = 2).
    polestar_asset_addrgrp_list str
    Tags and asset addrgrp list to be reported.
    polestar_asset_uuid_list1 str
    Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestar_asset_uuid_list2 str
    Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestar_asset_uuid_list3 str
    Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestar_asset_uuid_list4 str
    Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestar_protocol str
    Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values: WSS.
    polestar_reporting_interval float
    Time between reporting accumulated measurements in seconds (default = 2).
    polestar_server_fqdn str
    FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
    polestar_server_path str
    Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
    polestar_server_port float
    Port of PoleStar Nao Track Server (default = 443).
    polestar_server_token str
    Access Token of PoleStar Nao Track Server.
    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.
    station_locate str
    Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values: disable, enable.
    wtp_profile str
    Wtp Profile.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    aeroscout String
    Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    aeroscoutApMac String
    Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values: bssid, board-mac.
    aeroscoutMmuReport String
    Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values: disable, enable.
    aeroscoutMu String
    Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values: disable, enable.
    aeroscoutMuFactor Number
    AeroScout MU mode dilution factor (default = 20).
    aeroscoutMuTimeout Number
    AeroScout MU mode timeout (0 - 65535 sec, default = 5).
    aeroscoutServerIp String
    IP address of AeroScout server.
    aeroscoutServerPort Number
    AeroScout server UDP listening port.
    ekahauBlinkMode String
    Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values: disable, enable.
    ekahauTag String
    WiFi frame MAC address or WiFi Tag.
    ercServerIp String
    IP address of Ekahau RTLS Controller (ERC).
    ercServerPort Number
    Ekahau RTLS Controller (ERC) UDP listening port.
    fortipresence String
    Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values: disable, enable, enable2, foreign, both.
    fortipresenceBle String
    Enable/disable FortiPresence finding and reporting BLE devices. Valid values: disable, enable.
    fortipresenceFrequency Number
    FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
    fortipresencePort Number
    FortiPresence server UDP listening port (default = 3000).
    fortipresenceProject String
    FortiPresence project name (max. 16 characters, default = fortipresence).
    fortipresenceRogue String
    Enable/disable FortiPresence finding and reporting rogue APs. Valid values: disable, enable.
    fortipresenceSecrets List<String>
    FortiPresence secret password (max. 16 characters).
    fortipresenceServer String
    FortiPresence server IP address.
    fortipresenceServerAddrType String
    FortiPresence server address type (default = ipv4). Valid values: fqdn, ipv4.
    fortipresenceServerFqdn String
    FQDN of FortiPresence server.
    fortipresenceUnassoc String
    Enable/disable FortiPresence finding and reporting unassociated stations. Valid values: disable, enable.
    objectWirelesscontrollerWtpprofileLbsId String
    an identifier for the resource.
    polestar String
    Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values: disable, enable.
    polestarAccumulationInterval Number
    Time that measurements should be accumulated in seconds (default = 2).
    polestarAssetAddrgrpList String
    Tags and asset addrgrp list to be reported.
    polestarAssetUuidList1 String
    Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarAssetUuidList2 String
    Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarAssetUuidList3 String
    Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarAssetUuidList4 String
    Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
    polestarProtocol String
    Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values: WSS.
    polestarReportingInterval Number
    Time between reporting accumulated measurements in seconds (default = 2).
    polestarServerFqdn String
    FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
    polestarServerPath String
    Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
    polestarServerPort Number
    Port of PoleStar Nao Track Server (default = 443).
    polestarServerToken String
    Access Token of PoleStar Nao Track Server.
    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.
    stationLocate String
    Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values: disable, enable.
    wtpProfile String
    Wtp Profile.

    Import

    ObjectWirelessController WtpProfileLbs can be imported using any of these accepted formats:

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectWirelesscontrollerWtpprofileLbs:ObjectWirelesscontrollerWtpprofileLbs labelname ObjectWirelessControllerWtpProfileLbs
    

    $ 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