fortios.wirelesscontroller.Wtpprofile
Explore with Pulumi AI
Configure WTP profiles or FortiAP profiles that define radio settings for manageable FortiAP platforms.
Create Wtpprofile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Wtpprofile(name: string, args?: WtpprofileArgs, opts?: CustomResourceOptions);@overload
def Wtpprofile(resource_name: str,
               args: Optional[WtpprofileArgs] = None,
               opts: Optional[ResourceOptions] = None)
@overload
def Wtpprofile(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               allowaccess: Optional[str] = None,
               ap_country: Optional[str] = None,
               ap_handoff: Optional[str] = None,
               apcfg_profile: Optional[str] = None,
               ble_profile: Optional[str] = None,
               bonjour_profile: Optional[str] = None,
               comment: Optional[str] = None,
               console_login: Optional[str] = None,
               control_message_offload: Optional[str] = None,
               deny_mac_lists: Optional[Sequence[WtpprofileDenyMacListArgs]] = None,
               dtls_in_kernel: Optional[str] = None,
               dtls_policy: Optional[str] = None,
               dynamic_sort_subtable: Optional[str] = None,
               energy_efficient_ethernet: Optional[str] = None,
               esl_ses_dongle: Optional[WtpprofileEslSesDongleArgs] = None,
               ext_info_enable: Optional[str] = None,
               frequency_handoff: Optional[str] = None,
               get_all_tables: Optional[str] = None,
               handoff_roaming: Optional[str] = None,
               handoff_rssi: Optional[int] = None,
               handoff_sta_thresh: Optional[int] = None,
               indoor_outdoor_deployment: Optional[str] = None,
               ip_fragment_preventing: Optional[str] = None,
               lan: Optional[WtpprofileLanArgs] = None,
               lbs: Optional[WtpprofileLbsArgs] = None,
               led_schedules: Optional[Sequence[WtpprofileLedScheduleArgs]] = None,
               led_state: Optional[str] = None,
               lldp: Optional[str] = None,
               login_passwd: Optional[str] = None,
               login_passwd_change: Optional[str] = None,
               max_clients: Optional[int] = None,
               name: Optional[str] = None,
               platform: Optional[WtpprofilePlatformArgs] = None,
               poe_mode: Optional[str] = None,
               radio1: Optional[WtpprofileRadio1Args] = None,
               radio2: Optional[WtpprofileRadio2Args] = None,
               radio3: Optional[WtpprofileRadio3Args] = None,
               radio4: Optional[WtpprofileRadio4Args] = None,
               split_tunneling_acl_local_ap_subnet: Optional[str] = None,
               split_tunneling_acl_path: Optional[str] = None,
               split_tunneling_acls: Optional[Sequence[WtpprofileSplitTunnelingAclArgs]] = None,
               syslog_profile: Optional[str] = None,
               tun_mtu_downlink: Optional[int] = None,
               tun_mtu_uplink: Optional[int] = None,
               unii45ghz_band: Optional[str] = None,
               usb_port: Optional[str] = None,
               vdomparam: Optional[str] = None,
               wan_port_auth: Optional[str] = None,
               wan_port_auth_macsec: Optional[str] = None,
               wan_port_auth_methods: Optional[str] = None,
               wan_port_auth_password: Optional[str] = None,
               wan_port_auth_usrname: Optional[str] = None,
               wan_port_mode: Optional[str] = None)func NewWtpprofile(ctx *Context, name string, args *WtpprofileArgs, opts ...ResourceOption) (*Wtpprofile, error)public Wtpprofile(string name, WtpprofileArgs? args = null, CustomResourceOptions? opts = null)
public Wtpprofile(String name, WtpprofileArgs args)
public Wtpprofile(String name, WtpprofileArgs args, CustomResourceOptions options)
type: fortios:wirelesscontroller:Wtpprofile
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 WtpprofileArgs
 - 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 WtpprofileArgs
 - 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 WtpprofileArgs
 - The arguments to resource properties.
 - opts ResourceOption
 - Bag of options to control resource's behavior.
 
- name string
 - The unique name of the resource.
 - args WtpprofileArgs
 - The arguments to resource properties.
 - opts CustomResourceOptions
 - Bag of options to control resource's behavior.
 
- name String
 - The unique name of the resource.
 - args WtpprofileArgs
 - 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 wtpprofileResource = new Fortios.Wirelesscontroller.Wtpprofile("wtpprofileResource", new()
{
    Allowaccess = "string",
    ApCountry = "string",
    ApHandoff = "string",
    ApcfgProfile = "string",
    BleProfile = "string",
    BonjourProfile = "string",
    Comment = "string",
    ConsoleLogin = "string",
    ControlMessageOffload = "string",
    DenyMacLists = new[]
    {
        new Fortios.Wirelesscontroller.Inputs.WtpprofileDenyMacListArgs
        {
            Id = 0,
            Mac = "string",
        },
    },
    DtlsInKernel = "string",
    DtlsPolicy = "string",
    DynamicSortSubtable = "string",
    EnergyEfficientEthernet = "string",
    EslSesDongle = new Fortios.Wirelesscontroller.Inputs.WtpprofileEslSesDongleArgs
    {
        ApcAddrType = "string",
        ApcFqdn = "string",
        ApcIp = "string",
        ApcPort = 0,
        CoexLevel = "string",
        ComplianceLevel = "string",
        EslChannel = "string",
        OutputPower = "string",
        ScdEnable = "string",
        TlsCertVerification = "string",
        TlsFqdnVerification = "string",
    },
    ExtInfoEnable = "string",
    FrequencyHandoff = "string",
    GetAllTables = "string",
    HandoffRoaming = "string",
    HandoffRssi = 0,
    HandoffStaThresh = 0,
    IndoorOutdoorDeployment = "string",
    IpFragmentPreventing = "string",
    Lan = new Fortios.Wirelesscontroller.Inputs.WtpprofileLanArgs
    {
        Port1Mode = "string",
        Port1Ssid = "string",
        Port2Mode = "string",
        Port2Ssid = "string",
        Port3Mode = "string",
        Port3Ssid = "string",
        Port4Mode = "string",
        Port4Ssid = "string",
        Port5Mode = "string",
        Port5Ssid = "string",
        Port6Mode = "string",
        Port6Ssid = "string",
        Port7Mode = "string",
        Port7Ssid = "string",
        Port8Mode = "string",
        Port8Ssid = "string",
        PortEslMode = "string",
        PortEslSsid = "string",
        PortMode = "string",
        PortSsid = "string",
    },
    Lbs = new Fortios.Wirelesscontroller.Inputs.WtpprofileLbsArgs
    {
        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",
        FortipresenceSecret = "string",
        FortipresenceServer = "string",
        FortipresenceServerAddrType = "string",
        FortipresenceServerFqdn = "string",
        FortipresenceUnassoc = "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",
        StationLocate = "string",
    },
    LedSchedules = new[]
    {
        new Fortios.Wirelesscontroller.Inputs.WtpprofileLedScheduleArgs
        {
            Name = "string",
        },
    },
    LedState = "string",
    Lldp = "string",
    LoginPasswd = "string",
    LoginPasswdChange = "string",
    MaxClients = 0,
    Name = "string",
    Platform = new Fortios.Wirelesscontroller.Inputs.WtpprofilePlatformArgs
    {
        Ddscan = "string",
        Mode = "string",
        Type = "string",
    },
    PoeMode = "string",
    Radio1 = new Fortios.Wirelesscontroller.Inputs.WtpprofileRadio1Args
    {
        AirtimeFairness = "string",
        Amsdu = "string",
        ApHandoff = "string",
        ApSnifferAddr = "string",
        ApSnifferBufsize = 0,
        ApSnifferChan = 0,
        ApSnifferCtl = "string",
        ApSnifferData = "string",
        ApSnifferMgmtBeacon = "string",
        ApSnifferMgmtOther = "string",
        ApSnifferMgmtProbe = "string",
        ArrpProfile = "string",
        AutoPowerHigh = 0,
        AutoPowerLevel = "string",
        AutoPowerLow = 0,
        AutoPowerTarget = "string",
        Band = "string",
        Band5gType = "string",
        BandwidthAdmissionControl = "string",
        BandwidthCapacity = 0,
        BeaconInterval = 0,
        BssColor = 0,
        BssColorMode = "string",
        CallAdmissionControl = "string",
        CallCapacity = 0,
        ChannelBonding = "string",
        ChannelBondingExt = "string",
        ChannelUtilization = "string",
        Channels = new[]
        {
            new Fortios.Wirelesscontroller.Inputs.WtpprofileRadio1ChannelArgs
            {
                Chan = "string",
            },
        },
        Coexistence = "string",
        Darrp = "string",
        Drma = "string",
        DrmaSensitivity = "string",
        Dtim = 0,
        FragThreshold = 0,
        FrequencyHandoff = "string",
        IperfProtocol = "string",
        IperfServerPort = 0,
        MaxClients = 0,
        MaxDistance = 0,
        MimoMode = "string",
        Mode = "string",
        N80211d = "string",
        OptionalAntenna = "string",
        OptionalAntennaGain = "string",
        PowerLevel = 0,
        PowerMode = "string",
        PowerValue = 0,
        PowersaveOptimize = "string",
        ProtectionMode = "string",
        RadioId = 0,
        RtsThreshold = 0,
        SamBssid = "string",
        SamCaCertificate = "string",
        SamCaptivePortal = "string",
        SamClientCertificate = "string",
        SamCwpFailureString = "string",
        SamCwpMatchString = "string",
        SamCwpPassword = "string",
        SamCwpSuccessString = "string",
        SamCwpTestUrl = "string",
        SamCwpUsername = "string",
        SamEapMethod = "string",
        SamPassword = "string",
        SamPrivateKey = "string",
        SamPrivateKeyPassword = "string",
        SamReportIntv = 0,
        SamSecurityType = "string",
        SamServerFqdn = "string",
        SamServerIp = "string",
        SamServerType = "string",
        SamSsid = "string",
        SamTest = "string",
        SamUsername = "string",
        ShortGuardInterval = "string",
        SpectrumAnalysis = "string",
        TransmitOptimize = "string",
        VapAll = "string",
        Vaps = new[]
        {
            new Fortios.Wirelesscontroller.Inputs.WtpprofileRadio1VapArgs
            {
                Name = "string",
            },
        },
        WidsProfile = "string",
        ZeroWaitDfs = "string",
    },
    Radio2 = new Fortios.Wirelesscontroller.Inputs.WtpprofileRadio2Args
    {
        AirtimeFairness = "string",
        Amsdu = "string",
        ApHandoff = "string",
        ApSnifferAddr = "string",
        ApSnifferBufsize = 0,
        ApSnifferChan = 0,
        ApSnifferCtl = "string",
        ApSnifferData = "string",
        ApSnifferMgmtBeacon = "string",
        ApSnifferMgmtOther = "string",
        ApSnifferMgmtProbe = "string",
        ArrpProfile = "string",
        AutoPowerHigh = 0,
        AutoPowerLevel = "string",
        AutoPowerLow = 0,
        AutoPowerTarget = "string",
        Band = "string",
        Band5gType = "string",
        BandwidthAdmissionControl = "string",
        BandwidthCapacity = 0,
        BeaconInterval = 0,
        BssColor = 0,
        BssColorMode = "string",
        CallAdmissionControl = "string",
        CallCapacity = 0,
        ChannelBonding = "string",
        ChannelBondingExt = "string",
        ChannelUtilization = "string",
        Channels = new[]
        {
            new Fortios.Wirelesscontroller.Inputs.WtpprofileRadio2ChannelArgs
            {
                Chan = "string",
            },
        },
        Coexistence = "string",
        Darrp = "string",
        Drma = "string",
        DrmaSensitivity = "string",
        Dtim = 0,
        FragThreshold = 0,
        FrequencyHandoff = "string",
        IperfProtocol = "string",
        IperfServerPort = 0,
        MaxClients = 0,
        MaxDistance = 0,
        MimoMode = "string",
        Mode = "string",
        N80211d = "string",
        OptionalAntenna = "string",
        OptionalAntennaGain = "string",
        PowerLevel = 0,
        PowerMode = "string",
        PowerValue = 0,
        PowersaveOptimize = "string",
        ProtectionMode = "string",
        RadioId = 0,
        RtsThreshold = 0,
        SamBssid = "string",
        SamCaCertificate = "string",
        SamCaptivePortal = "string",
        SamClientCertificate = "string",
        SamCwpFailureString = "string",
        SamCwpMatchString = "string",
        SamCwpPassword = "string",
        SamCwpSuccessString = "string",
        SamCwpTestUrl = "string",
        SamCwpUsername = "string",
        SamEapMethod = "string",
        SamPassword = "string",
        SamPrivateKey = "string",
        SamPrivateKeyPassword = "string",
        SamReportIntv = 0,
        SamSecurityType = "string",
        SamServerFqdn = "string",
        SamServerIp = "string",
        SamServerType = "string",
        SamSsid = "string",
        SamTest = "string",
        SamUsername = "string",
        ShortGuardInterval = "string",
        SpectrumAnalysis = "string",
        TransmitOptimize = "string",
        VapAll = "string",
        Vaps = new[]
        {
            new Fortios.Wirelesscontroller.Inputs.WtpprofileRadio2VapArgs
            {
                Name = "string",
            },
        },
        WidsProfile = "string",
        ZeroWaitDfs = "string",
    },
    Radio3 = new Fortios.Wirelesscontroller.Inputs.WtpprofileRadio3Args
    {
        AirtimeFairness = "string",
        Amsdu = "string",
        ApHandoff = "string",
        ApSnifferAddr = "string",
        ApSnifferBufsize = 0,
        ApSnifferChan = 0,
        ApSnifferCtl = "string",
        ApSnifferData = "string",
        ApSnifferMgmtBeacon = "string",
        ApSnifferMgmtOther = "string",
        ApSnifferMgmtProbe = "string",
        ArrpProfile = "string",
        AutoPowerHigh = 0,
        AutoPowerLevel = "string",
        AutoPowerLow = 0,
        AutoPowerTarget = "string",
        Band = "string",
        Band5gType = "string",
        BandwidthAdmissionControl = "string",
        BandwidthCapacity = 0,
        BeaconInterval = 0,
        BssColor = 0,
        BssColorMode = "string",
        CallAdmissionControl = "string",
        CallCapacity = 0,
        ChannelBonding = "string",
        ChannelBondingExt = "string",
        ChannelUtilization = "string",
        Channels = new[]
        {
            new Fortios.Wirelesscontroller.Inputs.WtpprofileRadio3ChannelArgs
            {
                Chan = "string",
            },
        },
        Coexistence = "string",
        Darrp = "string",
        Drma = "string",
        DrmaSensitivity = "string",
        Dtim = 0,
        FragThreshold = 0,
        FrequencyHandoff = "string",
        IperfProtocol = "string",
        IperfServerPort = 0,
        MaxClients = 0,
        MaxDistance = 0,
        MimoMode = "string",
        Mode = "string",
        N80211d = "string",
        OptionalAntenna = "string",
        OptionalAntennaGain = "string",
        PowerLevel = 0,
        PowerMode = "string",
        PowerValue = 0,
        PowersaveOptimize = "string",
        ProtectionMode = "string",
        RtsThreshold = 0,
        SamBssid = "string",
        SamCaCertificate = "string",
        SamCaptivePortal = "string",
        SamClientCertificate = "string",
        SamCwpFailureString = "string",
        SamCwpMatchString = "string",
        SamCwpPassword = "string",
        SamCwpSuccessString = "string",
        SamCwpTestUrl = "string",
        SamCwpUsername = "string",
        SamEapMethod = "string",
        SamPassword = "string",
        SamPrivateKey = "string",
        SamPrivateKeyPassword = "string",
        SamReportIntv = 0,
        SamSecurityType = "string",
        SamServerFqdn = "string",
        SamServerIp = "string",
        SamServerType = "string",
        SamSsid = "string",
        SamTest = "string",
        SamUsername = "string",
        ShortGuardInterval = "string",
        SpectrumAnalysis = "string",
        TransmitOptimize = "string",
        VapAll = "string",
        Vaps = new[]
        {
            new Fortios.Wirelesscontroller.Inputs.WtpprofileRadio3VapArgs
            {
                Name = "string",
            },
        },
        WidsProfile = "string",
        ZeroWaitDfs = "string",
    },
    Radio4 = new Fortios.Wirelesscontroller.Inputs.WtpprofileRadio4Args
    {
        AirtimeFairness = "string",
        Amsdu = "string",
        ApHandoff = "string",
        ApSnifferAddr = "string",
        ApSnifferBufsize = 0,
        ApSnifferChan = 0,
        ApSnifferCtl = "string",
        ApSnifferData = "string",
        ApSnifferMgmtBeacon = "string",
        ApSnifferMgmtOther = "string",
        ApSnifferMgmtProbe = "string",
        ArrpProfile = "string",
        AutoPowerHigh = 0,
        AutoPowerLevel = "string",
        AutoPowerLow = 0,
        AutoPowerTarget = "string",
        Band = "string",
        Band5gType = "string",
        BandwidthAdmissionControl = "string",
        BandwidthCapacity = 0,
        BeaconInterval = 0,
        BssColor = 0,
        BssColorMode = "string",
        CallAdmissionControl = "string",
        CallCapacity = 0,
        ChannelBonding = "string",
        ChannelBondingExt = "string",
        ChannelUtilization = "string",
        Channels = new[]
        {
            new Fortios.Wirelesscontroller.Inputs.WtpprofileRadio4ChannelArgs
            {
                Chan = "string",
            },
        },
        Coexistence = "string",
        Darrp = "string",
        Drma = "string",
        DrmaSensitivity = "string",
        Dtim = 0,
        FragThreshold = 0,
        FrequencyHandoff = "string",
        IperfProtocol = "string",
        IperfServerPort = 0,
        MaxClients = 0,
        MaxDistance = 0,
        MimoMode = "string",
        Mode = "string",
        N80211d = "string",
        OptionalAntenna = "string",
        OptionalAntennaGain = "string",
        PowerLevel = 0,
        PowerMode = "string",
        PowerValue = 0,
        PowersaveOptimize = "string",
        ProtectionMode = "string",
        RtsThreshold = 0,
        SamBssid = "string",
        SamCaCertificate = "string",
        SamCaptivePortal = "string",
        SamClientCertificate = "string",
        SamCwpFailureString = "string",
        SamCwpMatchString = "string",
        SamCwpPassword = "string",
        SamCwpSuccessString = "string",
        SamCwpTestUrl = "string",
        SamCwpUsername = "string",
        SamEapMethod = "string",
        SamPassword = "string",
        SamPrivateKey = "string",
        SamPrivateKeyPassword = "string",
        SamReportIntv = 0,
        SamSecurityType = "string",
        SamServerFqdn = "string",
        SamServerIp = "string",
        SamServerType = "string",
        SamSsid = "string",
        SamTest = "string",
        SamUsername = "string",
        ShortGuardInterval = "string",
        SpectrumAnalysis = "string",
        TransmitOptimize = "string",
        VapAll = "string",
        Vaps = new[]
        {
            new Fortios.Wirelesscontroller.Inputs.WtpprofileRadio4VapArgs
            {
                Name = "string",
            },
        },
        WidsProfile = "string",
        ZeroWaitDfs = "string",
    },
    SplitTunnelingAclLocalApSubnet = "string",
    SplitTunnelingAclPath = "string",
    SplitTunnelingAcls = new[]
    {
        new Fortios.Wirelesscontroller.Inputs.WtpprofileSplitTunnelingAclArgs
        {
            DestIp = "string",
            Id = 0,
        },
    },
    SyslogProfile = "string",
    TunMtuDownlink = 0,
    TunMtuUplink = 0,
    Unii45ghzBand = "string",
    UsbPort = "string",
    Vdomparam = "string",
    WanPortAuth = "string",
    WanPortAuthMacsec = "string",
    WanPortAuthMethods = "string",
    WanPortAuthPassword = "string",
    WanPortAuthUsrname = "string",
    WanPortMode = "string",
});
example, err := wirelesscontroller.NewWtpprofile(ctx, "wtpprofileResource", &wirelesscontroller.WtpprofileArgs{
	Allowaccess:           pulumi.String("string"),
	ApCountry:             pulumi.String("string"),
	ApHandoff:             pulumi.String("string"),
	ApcfgProfile:          pulumi.String("string"),
	BleProfile:            pulumi.String("string"),
	BonjourProfile:        pulumi.String("string"),
	Comment:               pulumi.String("string"),
	ConsoleLogin:          pulumi.String("string"),
	ControlMessageOffload: pulumi.String("string"),
	DenyMacLists: wirelesscontroller.WtpprofileDenyMacListArray{
		&wirelesscontroller.WtpprofileDenyMacListArgs{
			Id:  pulumi.Int(0),
			Mac: pulumi.String("string"),
		},
	},
	DtlsInKernel:            pulumi.String("string"),
	DtlsPolicy:              pulumi.String("string"),
	DynamicSortSubtable:     pulumi.String("string"),
	EnergyEfficientEthernet: pulumi.String("string"),
	EslSesDongle: &wirelesscontroller.WtpprofileEslSesDongleArgs{
		ApcAddrType:         pulumi.String("string"),
		ApcFqdn:             pulumi.String("string"),
		ApcIp:               pulumi.String("string"),
		ApcPort:             pulumi.Int(0),
		CoexLevel:           pulumi.String("string"),
		ComplianceLevel:     pulumi.String("string"),
		EslChannel:          pulumi.String("string"),
		OutputPower:         pulumi.String("string"),
		ScdEnable:           pulumi.String("string"),
		TlsCertVerification: pulumi.String("string"),
		TlsFqdnVerification: pulumi.String("string"),
	},
	ExtInfoEnable:           pulumi.String("string"),
	FrequencyHandoff:        pulumi.String("string"),
	GetAllTables:            pulumi.String("string"),
	HandoffRoaming:          pulumi.String("string"),
	HandoffRssi:             pulumi.Int(0),
	HandoffStaThresh:        pulumi.Int(0),
	IndoorOutdoorDeployment: pulumi.String("string"),
	IpFragmentPreventing:    pulumi.String("string"),
	Lan: &wirelesscontroller.WtpprofileLanArgs{
		Port1Mode:   pulumi.String("string"),
		Port1Ssid:   pulumi.String("string"),
		Port2Mode:   pulumi.String("string"),
		Port2Ssid:   pulumi.String("string"),
		Port3Mode:   pulumi.String("string"),
		Port3Ssid:   pulumi.String("string"),
		Port4Mode:   pulumi.String("string"),
		Port4Ssid:   pulumi.String("string"),
		Port5Mode:   pulumi.String("string"),
		Port5Ssid:   pulumi.String("string"),
		Port6Mode:   pulumi.String("string"),
		Port6Ssid:   pulumi.String("string"),
		Port7Mode:   pulumi.String("string"),
		Port7Ssid:   pulumi.String("string"),
		Port8Mode:   pulumi.String("string"),
		Port8Ssid:   pulumi.String("string"),
		PortEslMode: pulumi.String("string"),
		PortEslSsid: pulumi.String("string"),
		PortMode:    pulumi.String("string"),
		PortSsid:    pulumi.String("string"),
	},
	Lbs: &wirelesscontroller.WtpprofileLbsArgs{
		Aeroscout:                    pulumi.String("string"),
		AeroscoutApMac:               pulumi.String("string"),
		AeroscoutMmuReport:           pulumi.String("string"),
		AeroscoutMu:                  pulumi.String("string"),
		AeroscoutMuFactor:            pulumi.Int(0),
		AeroscoutMuTimeout:           pulumi.Int(0),
		AeroscoutServerIp:            pulumi.String("string"),
		AeroscoutServerPort:          pulumi.Int(0),
		EkahauBlinkMode:              pulumi.String("string"),
		EkahauTag:                    pulumi.String("string"),
		ErcServerIp:                  pulumi.String("string"),
		ErcServerPort:                pulumi.Int(0),
		Fortipresence:                pulumi.String("string"),
		FortipresenceBle:             pulumi.String("string"),
		FortipresenceFrequency:       pulumi.Int(0),
		FortipresencePort:            pulumi.Int(0),
		FortipresenceProject:         pulumi.String("string"),
		FortipresenceRogue:           pulumi.String("string"),
		FortipresenceSecret:          pulumi.String("string"),
		FortipresenceServer:          pulumi.String("string"),
		FortipresenceServerAddrType:  pulumi.String("string"),
		FortipresenceServerFqdn:      pulumi.String("string"),
		FortipresenceUnassoc:         pulumi.String("string"),
		Polestar:                     pulumi.String("string"),
		PolestarAccumulationInterval: pulumi.Int(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.Int(0),
		PolestarServerFqdn:           pulumi.String("string"),
		PolestarServerPath:           pulumi.String("string"),
		PolestarServerPort:           pulumi.Int(0),
		PolestarServerToken:          pulumi.String("string"),
		StationLocate:                pulumi.String("string"),
	},
	LedSchedules: wirelesscontroller.WtpprofileLedScheduleArray{
		&wirelesscontroller.WtpprofileLedScheduleArgs{
			Name: pulumi.String("string"),
		},
	},
	LedState:          pulumi.String("string"),
	Lldp:              pulumi.String("string"),
	LoginPasswd:       pulumi.String("string"),
	LoginPasswdChange: pulumi.String("string"),
	MaxClients:        pulumi.Int(0),
	Name:              pulumi.String("string"),
	Platform: &wirelesscontroller.WtpprofilePlatformArgs{
		Ddscan: pulumi.String("string"),
		Mode:   pulumi.String("string"),
		Type:   pulumi.String("string"),
	},
	PoeMode: pulumi.String("string"),
	Radio1: &wirelesscontroller.WtpprofileRadio1Args{
		AirtimeFairness:           pulumi.String("string"),
		Amsdu:                     pulumi.String("string"),
		ApHandoff:                 pulumi.String("string"),
		ApSnifferAddr:             pulumi.String("string"),
		ApSnifferBufsize:          pulumi.Int(0),
		ApSnifferChan:             pulumi.Int(0),
		ApSnifferCtl:              pulumi.String("string"),
		ApSnifferData:             pulumi.String("string"),
		ApSnifferMgmtBeacon:       pulumi.String("string"),
		ApSnifferMgmtOther:        pulumi.String("string"),
		ApSnifferMgmtProbe:        pulumi.String("string"),
		ArrpProfile:               pulumi.String("string"),
		AutoPowerHigh:             pulumi.Int(0),
		AutoPowerLevel:            pulumi.String("string"),
		AutoPowerLow:              pulumi.Int(0),
		AutoPowerTarget:           pulumi.String("string"),
		Band:                      pulumi.String("string"),
		Band5gType:                pulumi.String("string"),
		BandwidthAdmissionControl: pulumi.String("string"),
		BandwidthCapacity:         pulumi.Int(0),
		BeaconInterval:            pulumi.Int(0),
		BssColor:                  pulumi.Int(0),
		BssColorMode:              pulumi.String("string"),
		CallAdmissionControl:      pulumi.String("string"),
		CallCapacity:              pulumi.Int(0),
		ChannelBonding:            pulumi.String("string"),
		ChannelBondingExt:         pulumi.String("string"),
		ChannelUtilization:        pulumi.String("string"),
		Channels: wirelesscontroller.WtpprofileRadio1ChannelArray{
			&wirelesscontroller.WtpprofileRadio1ChannelArgs{
				Chan: pulumi.String("string"),
			},
		},
		Coexistence:           pulumi.String("string"),
		Darrp:                 pulumi.String("string"),
		Drma:                  pulumi.String("string"),
		DrmaSensitivity:       pulumi.String("string"),
		Dtim:                  pulumi.Int(0),
		FragThreshold:         pulumi.Int(0),
		FrequencyHandoff:      pulumi.String("string"),
		IperfProtocol:         pulumi.String("string"),
		IperfServerPort:       pulumi.Int(0),
		MaxClients:            pulumi.Int(0),
		MaxDistance:           pulumi.Int(0),
		MimoMode:              pulumi.String("string"),
		Mode:                  pulumi.String("string"),
		N80211d:               pulumi.String("string"),
		OptionalAntenna:       pulumi.String("string"),
		OptionalAntennaGain:   pulumi.String("string"),
		PowerLevel:            pulumi.Int(0),
		PowerMode:             pulumi.String("string"),
		PowerValue:            pulumi.Int(0),
		PowersaveOptimize:     pulumi.String("string"),
		ProtectionMode:        pulumi.String("string"),
		RadioId:               pulumi.Int(0),
		RtsThreshold:          pulumi.Int(0),
		SamBssid:              pulumi.String("string"),
		SamCaCertificate:      pulumi.String("string"),
		SamCaptivePortal:      pulumi.String("string"),
		SamClientCertificate:  pulumi.String("string"),
		SamCwpFailureString:   pulumi.String("string"),
		SamCwpMatchString:     pulumi.String("string"),
		SamCwpPassword:        pulumi.String("string"),
		SamCwpSuccessString:   pulumi.String("string"),
		SamCwpTestUrl:         pulumi.String("string"),
		SamCwpUsername:        pulumi.String("string"),
		SamEapMethod:          pulumi.String("string"),
		SamPassword:           pulumi.String("string"),
		SamPrivateKey:         pulumi.String("string"),
		SamPrivateKeyPassword: pulumi.String("string"),
		SamReportIntv:         pulumi.Int(0),
		SamSecurityType:       pulumi.String("string"),
		SamServerFqdn:         pulumi.String("string"),
		SamServerIp:           pulumi.String("string"),
		SamServerType:         pulumi.String("string"),
		SamSsid:               pulumi.String("string"),
		SamTest:               pulumi.String("string"),
		SamUsername:           pulumi.String("string"),
		ShortGuardInterval:    pulumi.String("string"),
		SpectrumAnalysis:      pulumi.String("string"),
		TransmitOptimize:      pulumi.String("string"),
		VapAll:                pulumi.String("string"),
		Vaps: wirelesscontroller.WtpprofileRadio1VapArray{
			&wirelesscontroller.WtpprofileRadio1VapArgs{
				Name: pulumi.String("string"),
			},
		},
		WidsProfile: pulumi.String("string"),
		ZeroWaitDfs: pulumi.String("string"),
	},
	Radio2: &wirelesscontroller.WtpprofileRadio2Args{
		AirtimeFairness:           pulumi.String("string"),
		Amsdu:                     pulumi.String("string"),
		ApHandoff:                 pulumi.String("string"),
		ApSnifferAddr:             pulumi.String("string"),
		ApSnifferBufsize:          pulumi.Int(0),
		ApSnifferChan:             pulumi.Int(0),
		ApSnifferCtl:              pulumi.String("string"),
		ApSnifferData:             pulumi.String("string"),
		ApSnifferMgmtBeacon:       pulumi.String("string"),
		ApSnifferMgmtOther:        pulumi.String("string"),
		ApSnifferMgmtProbe:        pulumi.String("string"),
		ArrpProfile:               pulumi.String("string"),
		AutoPowerHigh:             pulumi.Int(0),
		AutoPowerLevel:            pulumi.String("string"),
		AutoPowerLow:              pulumi.Int(0),
		AutoPowerTarget:           pulumi.String("string"),
		Band:                      pulumi.String("string"),
		Band5gType:                pulumi.String("string"),
		BandwidthAdmissionControl: pulumi.String("string"),
		BandwidthCapacity:         pulumi.Int(0),
		BeaconInterval:            pulumi.Int(0),
		BssColor:                  pulumi.Int(0),
		BssColorMode:              pulumi.String("string"),
		CallAdmissionControl:      pulumi.String("string"),
		CallCapacity:              pulumi.Int(0),
		ChannelBonding:            pulumi.String("string"),
		ChannelBondingExt:         pulumi.String("string"),
		ChannelUtilization:        pulumi.String("string"),
		Channels: wirelesscontroller.WtpprofileRadio2ChannelArray{
			&wirelesscontroller.WtpprofileRadio2ChannelArgs{
				Chan: pulumi.String("string"),
			},
		},
		Coexistence:           pulumi.String("string"),
		Darrp:                 pulumi.String("string"),
		Drma:                  pulumi.String("string"),
		DrmaSensitivity:       pulumi.String("string"),
		Dtim:                  pulumi.Int(0),
		FragThreshold:         pulumi.Int(0),
		FrequencyHandoff:      pulumi.String("string"),
		IperfProtocol:         pulumi.String("string"),
		IperfServerPort:       pulumi.Int(0),
		MaxClients:            pulumi.Int(0),
		MaxDistance:           pulumi.Int(0),
		MimoMode:              pulumi.String("string"),
		Mode:                  pulumi.String("string"),
		N80211d:               pulumi.String("string"),
		OptionalAntenna:       pulumi.String("string"),
		OptionalAntennaGain:   pulumi.String("string"),
		PowerLevel:            pulumi.Int(0),
		PowerMode:             pulumi.String("string"),
		PowerValue:            pulumi.Int(0),
		PowersaveOptimize:     pulumi.String("string"),
		ProtectionMode:        pulumi.String("string"),
		RadioId:               pulumi.Int(0),
		RtsThreshold:          pulumi.Int(0),
		SamBssid:              pulumi.String("string"),
		SamCaCertificate:      pulumi.String("string"),
		SamCaptivePortal:      pulumi.String("string"),
		SamClientCertificate:  pulumi.String("string"),
		SamCwpFailureString:   pulumi.String("string"),
		SamCwpMatchString:     pulumi.String("string"),
		SamCwpPassword:        pulumi.String("string"),
		SamCwpSuccessString:   pulumi.String("string"),
		SamCwpTestUrl:         pulumi.String("string"),
		SamCwpUsername:        pulumi.String("string"),
		SamEapMethod:          pulumi.String("string"),
		SamPassword:           pulumi.String("string"),
		SamPrivateKey:         pulumi.String("string"),
		SamPrivateKeyPassword: pulumi.String("string"),
		SamReportIntv:         pulumi.Int(0),
		SamSecurityType:       pulumi.String("string"),
		SamServerFqdn:         pulumi.String("string"),
		SamServerIp:           pulumi.String("string"),
		SamServerType:         pulumi.String("string"),
		SamSsid:               pulumi.String("string"),
		SamTest:               pulumi.String("string"),
		SamUsername:           pulumi.String("string"),
		ShortGuardInterval:    pulumi.String("string"),
		SpectrumAnalysis:      pulumi.String("string"),
		TransmitOptimize:      pulumi.String("string"),
		VapAll:                pulumi.String("string"),
		Vaps: wirelesscontroller.WtpprofileRadio2VapArray{
			&wirelesscontroller.WtpprofileRadio2VapArgs{
				Name: pulumi.String("string"),
			},
		},
		WidsProfile: pulumi.String("string"),
		ZeroWaitDfs: pulumi.String("string"),
	},
	Radio3: &wirelesscontroller.WtpprofileRadio3Args{
		AirtimeFairness:           pulumi.String("string"),
		Amsdu:                     pulumi.String("string"),
		ApHandoff:                 pulumi.String("string"),
		ApSnifferAddr:             pulumi.String("string"),
		ApSnifferBufsize:          pulumi.Int(0),
		ApSnifferChan:             pulumi.Int(0),
		ApSnifferCtl:              pulumi.String("string"),
		ApSnifferData:             pulumi.String("string"),
		ApSnifferMgmtBeacon:       pulumi.String("string"),
		ApSnifferMgmtOther:        pulumi.String("string"),
		ApSnifferMgmtProbe:        pulumi.String("string"),
		ArrpProfile:               pulumi.String("string"),
		AutoPowerHigh:             pulumi.Int(0),
		AutoPowerLevel:            pulumi.String("string"),
		AutoPowerLow:              pulumi.Int(0),
		AutoPowerTarget:           pulumi.String("string"),
		Band:                      pulumi.String("string"),
		Band5gType:                pulumi.String("string"),
		BandwidthAdmissionControl: pulumi.String("string"),
		BandwidthCapacity:         pulumi.Int(0),
		BeaconInterval:            pulumi.Int(0),
		BssColor:                  pulumi.Int(0),
		BssColorMode:              pulumi.String("string"),
		CallAdmissionControl:      pulumi.String("string"),
		CallCapacity:              pulumi.Int(0),
		ChannelBonding:            pulumi.String("string"),
		ChannelBondingExt:         pulumi.String("string"),
		ChannelUtilization:        pulumi.String("string"),
		Channels: wirelesscontroller.WtpprofileRadio3ChannelArray{
			&wirelesscontroller.WtpprofileRadio3ChannelArgs{
				Chan: pulumi.String("string"),
			},
		},
		Coexistence:           pulumi.String("string"),
		Darrp:                 pulumi.String("string"),
		Drma:                  pulumi.String("string"),
		DrmaSensitivity:       pulumi.String("string"),
		Dtim:                  pulumi.Int(0),
		FragThreshold:         pulumi.Int(0),
		FrequencyHandoff:      pulumi.String("string"),
		IperfProtocol:         pulumi.String("string"),
		IperfServerPort:       pulumi.Int(0),
		MaxClients:            pulumi.Int(0),
		MaxDistance:           pulumi.Int(0),
		MimoMode:              pulumi.String("string"),
		Mode:                  pulumi.String("string"),
		N80211d:               pulumi.String("string"),
		OptionalAntenna:       pulumi.String("string"),
		OptionalAntennaGain:   pulumi.String("string"),
		PowerLevel:            pulumi.Int(0),
		PowerMode:             pulumi.String("string"),
		PowerValue:            pulumi.Int(0),
		PowersaveOptimize:     pulumi.String("string"),
		ProtectionMode:        pulumi.String("string"),
		RtsThreshold:          pulumi.Int(0),
		SamBssid:              pulumi.String("string"),
		SamCaCertificate:      pulumi.String("string"),
		SamCaptivePortal:      pulumi.String("string"),
		SamClientCertificate:  pulumi.String("string"),
		SamCwpFailureString:   pulumi.String("string"),
		SamCwpMatchString:     pulumi.String("string"),
		SamCwpPassword:        pulumi.String("string"),
		SamCwpSuccessString:   pulumi.String("string"),
		SamCwpTestUrl:         pulumi.String("string"),
		SamCwpUsername:        pulumi.String("string"),
		SamEapMethod:          pulumi.String("string"),
		SamPassword:           pulumi.String("string"),
		SamPrivateKey:         pulumi.String("string"),
		SamPrivateKeyPassword: pulumi.String("string"),
		SamReportIntv:         pulumi.Int(0),
		SamSecurityType:       pulumi.String("string"),
		SamServerFqdn:         pulumi.String("string"),
		SamServerIp:           pulumi.String("string"),
		SamServerType:         pulumi.String("string"),
		SamSsid:               pulumi.String("string"),
		SamTest:               pulumi.String("string"),
		SamUsername:           pulumi.String("string"),
		ShortGuardInterval:    pulumi.String("string"),
		SpectrumAnalysis:      pulumi.String("string"),
		TransmitOptimize:      pulumi.String("string"),
		VapAll:                pulumi.String("string"),
		Vaps: wirelesscontroller.WtpprofileRadio3VapArray{
			&wirelesscontroller.WtpprofileRadio3VapArgs{
				Name: pulumi.String("string"),
			},
		},
		WidsProfile: pulumi.String("string"),
		ZeroWaitDfs: pulumi.String("string"),
	},
	Radio4: &wirelesscontroller.WtpprofileRadio4Args{
		AirtimeFairness:           pulumi.String("string"),
		Amsdu:                     pulumi.String("string"),
		ApHandoff:                 pulumi.String("string"),
		ApSnifferAddr:             pulumi.String("string"),
		ApSnifferBufsize:          pulumi.Int(0),
		ApSnifferChan:             pulumi.Int(0),
		ApSnifferCtl:              pulumi.String("string"),
		ApSnifferData:             pulumi.String("string"),
		ApSnifferMgmtBeacon:       pulumi.String("string"),
		ApSnifferMgmtOther:        pulumi.String("string"),
		ApSnifferMgmtProbe:        pulumi.String("string"),
		ArrpProfile:               pulumi.String("string"),
		AutoPowerHigh:             pulumi.Int(0),
		AutoPowerLevel:            pulumi.String("string"),
		AutoPowerLow:              pulumi.Int(0),
		AutoPowerTarget:           pulumi.String("string"),
		Band:                      pulumi.String("string"),
		Band5gType:                pulumi.String("string"),
		BandwidthAdmissionControl: pulumi.String("string"),
		BandwidthCapacity:         pulumi.Int(0),
		BeaconInterval:            pulumi.Int(0),
		BssColor:                  pulumi.Int(0),
		BssColorMode:              pulumi.String("string"),
		CallAdmissionControl:      pulumi.String("string"),
		CallCapacity:              pulumi.Int(0),
		ChannelBonding:            pulumi.String("string"),
		ChannelBondingExt:         pulumi.String("string"),
		ChannelUtilization:        pulumi.String("string"),
		Channels: wirelesscontroller.WtpprofileRadio4ChannelArray{
			&wirelesscontroller.WtpprofileRadio4ChannelArgs{
				Chan: pulumi.String("string"),
			},
		},
		Coexistence:           pulumi.String("string"),
		Darrp:                 pulumi.String("string"),
		Drma:                  pulumi.String("string"),
		DrmaSensitivity:       pulumi.String("string"),
		Dtim:                  pulumi.Int(0),
		FragThreshold:         pulumi.Int(0),
		FrequencyHandoff:      pulumi.String("string"),
		IperfProtocol:         pulumi.String("string"),
		IperfServerPort:       pulumi.Int(0),
		MaxClients:            pulumi.Int(0),
		MaxDistance:           pulumi.Int(0),
		MimoMode:              pulumi.String("string"),
		Mode:                  pulumi.String("string"),
		N80211d:               pulumi.String("string"),
		OptionalAntenna:       pulumi.String("string"),
		OptionalAntennaGain:   pulumi.String("string"),
		PowerLevel:            pulumi.Int(0),
		PowerMode:             pulumi.String("string"),
		PowerValue:            pulumi.Int(0),
		PowersaveOptimize:     pulumi.String("string"),
		ProtectionMode:        pulumi.String("string"),
		RtsThreshold:          pulumi.Int(0),
		SamBssid:              pulumi.String("string"),
		SamCaCertificate:      pulumi.String("string"),
		SamCaptivePortal:      pulumi.String("string"),
		SamClientCertificate:  pulumi.String("string"),
		SamCwpFailureString:   pulumi.String("string"),
		SamCwpMatchString:     pulumi.String("string"),
		SamCwpPassword:        pulumi.String("string"),
		SamCwpSuccessString:   pulumi.String("string"),
		SamCwpTestUrl:         pulumi.String("string"),
		SamCwpUsername:        pulumi.String("string"),
		SamEapMethod:          pulumi.String("string"),
		SamPassword:           pulumi.String("string"),
		SamPrivateKey:         pulumi.String("string"),
		SamPrivateKeyPassword: pulumi.String("string"),
		SamReportIntv:         pulumi.Int(0),
		SamSecurityType:       pulumi.String("string"),
		SamServerFqdn:         pulumi.String("string"),
		SamServerIp:           pulumi.String("string"),
		SamServerType:         pulumi.String("string"),
		SamSsid:               pulumi.String("string"),
		SamTest:               pulumi.String("string"),
		SamUsername:           pulumi.String("string"),
		ShortGuardInterval:    pulumi.String("string"),
		SpectrumAnalysis:      pulumi.String("string"),
		TransmitOptimize:      pulumi.String("string"),
		VapAll:                pulumi.String("string"),
		Vaps: wirelesscontroller.WtpprofileRadio4VapArray{
			&wirelesscontroller.WtpprofileRadio4VapArgs{
				Name: pulumi.String("string"),
			},
		},
		WidsProfile: pulumi.String("string"),
		ZeroWaitDfs: pulumi.String("string"),
	},
	SplitTunnelingAclLocalApSubnet: pulumi.String("string"),
	SplitTunnelingAclPath:          pulumi.String("string"),
	SplitTunnelingAcls: wirelesscontroller.WtpprofileSplitTunnelingAclArray{
		&wirelesscontroller.WtpprofileSplitTunnelingAclArgs{
			DestIp: pulumi.String("string"),
			Id:     pulumi.Int(0),
		},
	},
	SyslogProfile:       pulumi.String("string"),
	TunMtuDownlink:      pulumi.Int(0),
	TunMtuUplink:        pulumi.Int(0),
	Unii45ghzBand:       pulumi.String("string"),
	UsbPort:             pulumi.String("string"),
	Vdomparam:           pulumi.String("string"),
	WanPortAuth:         pulumi.String("string"),
	WanPortAuthMacsec:   pulumi.String("string"),
	WanPortAuthMethods:  pulumi.String("string"),
	WanPortAuthPassword: pulumi.String("string"),
	WanPortAuthUsrname:  pulumi.String("string"),
	WanPortMode:         pulumi.String("string"),
})
var wtpprofileResource = new Wtpprofile("wtpprofileResource", WtpprofileArgs.builder()
    .allowaccess("string")
    .apCountry("string")
    .apHandoff("string")
    .apcfgProfile("string")
    .bleProfile("string")
    .bonjourProfile("string")
    .comment("string")
    .consoleLogin("string")
    .controlMessageOffload("string")
    .denyMacLists(WtpprofileDenyMacListArgs.builder()
        .id(0)
        .mac("string")
        .build())
    .dtlsInKernel("string")
    .dtlsPolicy("string")
    .dynamicSortSubtable("string")
    .energyEfficientEthernet("string")
    .eslSesDongle(WtpprofileEslSesDongleArgs.builder()
        .apcAddrType("string")
        .apcFqdn("string")
        .apcIp("string")
        .apcPort(0)
        .coexLevel("string")
        .complianceLevel("string")
        .eslChannel("string")
        .outputPower("string")
        .scdEnable("string")
        .tlsCertVerification("string")
        .tlsFqdnVerification("string")
        .build())
    .extInfoEnable("string")
    .frequencyHandoff("string")
    .getAllTables("string")
    .handoffRoaming("string")
    .handoffRssi(0)
    .handoffStaThresh(0)
    .indoorOutdoorDeployment("string")
    .ipFragmentPreventing("string")
    .lan(WtpprofileLanArgs.builder()
        .port1Mode("string")
        .port1Ssid("string")
        .port2Mode("string")
        .port2Ssid("string")
        .port3Mode("string")
        .port3Ssid("string")
        .port4Mode("string")
        .port4Ssid("string")
        .port5Mode("string")
        .port5Ssid("string")
        .port6Mode("string")
        .port6Ssid("string")
        .port7Mode("string")
        .port7Ssid("string")
        .port8Mode("string")
        .port8Ssid("string")
        .portEslMode("string")
        .portEslSsid("string")
        .portMode("string")
        .portSsid("string")
        .build())
    .lbs(WtpprofileLbsArgs.builder()
        .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")
        .fortipresenceSecret("string")
        .fortipresenceServer("string")
        .fortipresenceServerAddrType("string")
        .fortipresenceServerFqdn("string")
        .fortipresenceUnassoc("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")
        .stationLocate("string")
        .build())
    .ledSchedules(WtpprofileLedScheduleArgs.builder()
        .name("string")
        .build())
    .ledState("string")
    .lldp("string")
    .loginPasswd("string")
    .loginPasswdChange("string")
    .maxClients(0)
    .name("string")
    .platform(WtpprofilePlatformArgs.builder()
        .ddscan("string")
        .mode("string")
        .type("string")
        .build())
    .poeMode("string")
    .radio1(WtpprofileRadio1Args.builder()
        .airtimeFairness("string")
        .amsdu("string")
        .apHandoff("string")
        .apSnifferAddr("string")
        .apSnifferBufsize(0)
        .apSnifferChan(0)
        .apSnifferCtl("string")
        .apSnifferData("string")
        .apSnifferMgmtBeacon("string")
        .apSnifferMgmtOther("string")
        .apSnifferMgmtProbe("string")
        .arrpProfile("string")
        .autoPowerHigh(0)
        .autoPowerLevel("string")
        .autoPowerLow(0)
        .autoPowerTarget("string")
        .band("string")
        .band5gType("string")
        .bandwidthAdmissionControl("string")
        .bandwidthCapacity(0)
        .beaconInterval(0)
        .bssColor(0)
        .bssColorMode("string")
        .callAdmissionControl("string")
        .callCapacity(0)
        .channelBonding("string")
        .channelBondingExt("string")
        .channelUtilization("string")
        .channels(WtpprofileRadio1ChannelArgs.builder()
            .chan("string")
            .build())
        .coexistence("string")
        .darrp("string")
        .drma("string")
        .drmaSensitivity("string")
        .dtim(0)
        .fragThreshold(0)
        .frequencyHandoff("string")
        .iperfProtocol("string")
        .iperfServerPort(0)
        .maxClients(0)
        .maxDistance(0)
        .mimoMode("string")
        .mode("string")
        .n80211d("string")
        .optionalAntenna("string")
        .optionalAntennaGain("string")
        .powerLevel(0)
        .powerMode("string")
        .powerValue(0)
        .powersaveOptimize("string")
        .protectionMode("string")
        .radioId(0)
        .rtsThreshold(0)
        .samBssid("string")
        .samCaCertificate("string")
        .samCaptivePortal("string")
        .samClientCertificate("string")
        .samCwpFailureString("string")
        .samCwpMatchString("string")
        .samCwpPassword("string")
        .samCwpSuccessString("string")
        .samCwpTestUrl("string")
        .samCwpUsername("string")
        .samEapMethod("string")
        .samPassword("string")
        .samPrivateKey("string")
        .samPrivateKeyPassword("string")
        .samReportIntv(0)
        .samSecurityType("string")
        .samServerFqdn("string")
        .samServerIp("string")
        .samServerType("string")
        .samSsid("string")
        .samTest("string")
        .samUsername("string")
        .shortGuardInterval("string")
        .spectrumAnalysis("string")
        .transmitOptimize("string")
        .vapAll("string")
        .vaps(WtpprofileRadio1VapArgs.builder()
            .name("string")
            .build())
        .widsProfile("string")
        .zeroWaitDfs("string")
        .build())
    .radio2(WtpprofileRadio2Args.builder()
        .airtimeFairness("string")
        .amsdu("string")
        .apHandoff("string")
        .apSnifferAddr("string")
        .apSnifferBufsize(0)
        .apSnifferChan(0)
        .apSnifferCtl("string")
        .apSnifferData("string")
        .apSnifferMgmtBeacon("string")
        .apSnifferMgmtOther("string")
        .apSnifferMgmtProbe("string")
        .arrpProfile("string")
        .autoPowerHigh(0)
        .autoPowerLevel("string")
        .autoPowerLow(0)
        .autoPowerTarget("string")
        .band("string")
        .band5gType("string")
        .bandwidthAdmissionControl("string")
        .bandwidthCapacity(0)
        .beaconInterval(0)
        .bssColor(0)
        .bssColorMode("string")
        .callAdmissionControl("string")
        .callCapacity(0)
        .channelBonding("string")
        .channelBondingExt("string")
        .channelUtilization("string")
        .channels(WtpprofileRadio2ChannelArgs.builder()
            .chan("string")
            .build())
        .coexistence("string")
        .darrp("string")
        .drma("string")
        .drmaSensitivity("string")
        .dtim(0)
        .fragThreshold(0)
        .frequencyHandoff("string")
        .iperfProtocol("string")
        .iperfServerPort(0)
        .maxClients(0)
        .maxDistance(0)
        .mimoMode("string")
        .mode("string")
        .n80211d("string")
        .optionalAntenna("string")
        .optionalAntennaGain("string")
        .powerLevel(0)
        .powerMode("string")
        .powerValue(0)
        .powersaveOptimize("string")
        .protectionMode("string")
        .radioId(0)
        .rtsThreshold(0)
        .samBssid("string")
        .samCaCertificate("string")
        .samCaptivePortal("string")
        .samClientCertificate("string")
        .samCwpFailureString("string")
        .samCwpMatchString("string")
        .samCwpPassword("string")
        .samCwpSuccessString("string")
        .samCwpTestUrl("string")
        .samCwpUsername("string")
        .samEapMethod("string")
        .samPassword("string")
        .samPrivateKey("string")
        .samPrivateKeyPassword("string")
        .samReportIntv(0)
        .samSecurityType("string")
        .samServerFqdn("string")
        .samServerIp("string")
        .samServerType("string")
        .samSsid("string")
        .samTest("string")
        .samUsername("string")
        .shortGuardInterval("string")
        .spectrumAnalysis("string")
        .transmitOptimize("string")
        .vapAll("string")
        .vaps(WtpprofileRadio2VapArgs.builder()
            .name("string")
            .build())
        .widsProfile("string")
        .zeroWaitDfs("string")
        .build())
    .radio3(WtpprofileRadio3Args.builder()
        .airtimeFairness("string")
        .amsdu("string")
        .apHandoff("string")
        .apSnifferAddr("string")
        .apSnifferBufsize(0)
        .apSnifferChan(0)
        .apSnifferCtl("string")
        .apSnifferData("string")
        .apSnifferMgmtBeacon("string")
        .apSnifferMgmtOther("string")
        .apSnifferMgmtProbe("string")
        .arrpProfile("string")
        .autoPowerHigh(0)
        .autoPowerLevel("string")
        .autoPowerLow(0)
        .autoPowerTarget("string")
        .band("string")
        .band5gType("string")
        .bandwidthAdmissionControl("string")
        .bandwidthCapacity(0)
        .beaconInterval(0)
        .bssColor(0)
        .bssColorMode("string")
        .callAdmissionControl("string")
        .callCapacity(0)
        .channelBonding("string")
        .channelBondingExt("string")
        .channelUtilization("string")
        .channels(WtpprofileRadio3ChannelArgs.builder()
            .chan("string")
            .build())
        .coexistence("string")
        .darrp("string")
        .drma("string")
        .drmaSensitivity("string")
        .dtim(0)
        .fragThreshold(0)
        .frequencyHandoff("string")
        .iperfProtocol("string")
        .iperfServerPort(0)
        .maxClients(0)
        .maxDistance(0)
        .mimoMode("string")
        .mode("string")
        .n80211d("string")
        .optionalAntenna("string")
        .optionalAntennaGain("string")
        .powerLevel(0)
        .powerMode("string")
        .powerValue(0)
        .powersaveOptimize("string")
        .protectionMode("string")
        .rtsThreshold(0)
        .samBssid("string")
        .samCaCertificate("string")
        .samCaptivePortal("string")
        .samClientCertificate("string")
        .samCwpFailureString("string")
        .samCwpMatchString("string")
        .samCwpPassword("string")
        .samCwpSuccessString("string")
        .samCwpTestUrl("string")
        .samCwpUsername("string")
        .samEapMethod("string")
        .samPassword("string")
        .samPrivateKey("string")
        .samPrivateKeyPassword("string")
        .samReportIntv(0)
        .samSecurityType("string")
        .samServerFqdn("string")
        .samServerIp("string")
        .samServerType("string")
        .samSsid("string")
        .samTest("string")
        .samUsername("string")
        .shortGuardInterval("string")
        .spectrumAnalysis("string")
        .transmitOptimize("string")
        .vapAll("string")
        .vaps(WtpprofileRadio3VapArgs.builder()
            .name("string")
            .build())
        .widsProfile("string")
        .zeroWaitDfs("string")
        .build())
    .radio4(WtpprofileRadio4Args.builder()
        .airtimeFairness("string")
        .amsdu("string")
        .apHandoff("string")
        .apSnifferAddr("string")
        .apSnifferBufsize(0)
        .apSnifferChan(0)
        .apSnifferCtl("string")
        .apSnifferData("string")
        .apSnifferMgmtBeacon("string")
        .apSnifferMgmtOther("string")
        .apSnifferMgmtProbe("string")
        .arrpProfile("string")
        .autoPowerHigh(0)
        .autoPowerLevel("string")
        .autoPowerLow(0)
        .autoPowerTarget("string")
        .band("string")
        .band5gType("string")
        .bandwidthAdmissionControl("string")
        .bandwidthCapacity(0)
        .beaconInterval(0)
        .bssColor(0)
        .bssColorMode("string")
        .callAdmissionControl("string")
        .callCapacity(0)
        .channelBonding("string")
        .channelBondingExt("string")
        .channelUtilization("string")
        .channels(WtpprofileRadio4ChannelArgs.builder()
            .chan("string")
            .build())
        .coexistence("string")
        .darrp("string")
        .drma("string")
        .drmaSensitivity("string")
        .dtim(0)
        .fragThreshold(0)
        .frequencyHandoff("string")
        .iperfProtocol("string")
        .iperfServerPort(0)
        .maxClients(0)
        .maxDistance(0)
        .mimoMode("string")
        .mode("string")
        .n80211d("string")
        .optionalAntenna("string")
        .optionalAntennaGain("string")
        .powerLevel(0)
        .powerMode("string")
        .powerValue(0)
        .powersaveOptimize("string")
        .protectionMode("string")
        .rtsThreshold(0)
        .samBssid("string")
        .samCaCertificate("string")
        .samCaptivePortal("string")
        .samClientCertificate("string")
        .samCwpFailureString("string")
        .samCwpMatchString("string")
        .samCwpPassword("string")
        .samCwpSuccessString("string")
        .samCwpTestUrl("string")
        .samCwpUsername("string")
        .samEapMethod("string")
        .samPassword("string")
        .samPrivateKey("string")
        .samPrivateKeyPassword("string")
        .samReportIntv(0)
        .samSecurityType("string")
        .samServerFqdn("string")
        .samServerIp("string")
        .samServerType("string")
        .samSsid("string")
        .samTest("string")
        .samUsername("string")
        .shortGuardInterval("string")
        .spectrumAnalysis("string")
        .transmitOptimize("string")
        .vapAll("string")
        .vaps(WtpprofileRadio4VapArgs.builder()
            .name("string")
            .build())
        .widsProfile("string")
        .zeroWaitDfs("string")
        .build())
    .splitTunnelingAclLocalApSubnet("string")
    .splitTunnelingAclPath("string")
    .splitTunnelingAcls(WtpprofileSplitTunnelingAclArgs.builder()
        .destIp("string")
        .id(0)
        .build())
    .syslogProfile("string")
    .tunMtuDownlink(0)
    .tunMtuUplink(0)
    .unii45ghzBand("string")
    .usbPort("string")
    .vdomparam("string")
    .wanPortAuth("string")
    .wanPortAuthMacsec("string")
    .wanPortAuthMethods("string")
    .wanPortAuthPassword("string")
    .wanPortAuthUsrname("string")
    .wanPortMode("string")
    .build());
wtpprofile_resource = fortios.wirelesscontroller.Wtpprofile("wtpprofileResource",
    allowaccess="string",
    ap_country="string",
    ap_handoff="string",
    apcfg_profile="string",
    ble_profile="string",
    bonjour_profile="string",
    comment="string",
    console_login="string",
    control_message_offload="string",
    deny_mac_lists=[{
        "id": 0,
        "mac": "string",
    }],
    dtls_in_kernel="string",
    dtls_policy="string",
    dynamic_sort_subtable="string",
    energy_efficient_ethernet="string",
    esl_ses_dongle={
        "apc_addr_type": "string",
        "apc_fqdn": "string",
        "apc_ip": "string",
        "apc_port": 0,
        "coex_level": "string",
        "compliance_level": "string",
        "esl_channel": "string",
        "output_power": "string",
        "scd_enable": "string",
        "tls_cert_verification": "string",
        "tls_fqdn_verification": "string",
    },
    ext_info_enable="string",
    frequency_handoff="string",
    get_all_tables="string",
    handoff_roaming="string",
    handoff_rssi=0,
    handoff_sta_thresh=0,
    indoor_outdoor_deployment="string",
    ip_fragment_preventing="string",
    lan={
        "port1_mode": "string",
        "port1_ssid": "string",
        "port2_mode": "string",
        "port2_ssid": "string",
        "port3_mode": "string",
        "port3_ssid": "string",
        "port4_mode": "string",
        "port4_ssid": "string",
        "port5_mode": "string",
        "port5_ssid": "string",
        "port6_mode": "string",
        "port6_ssid": "string",
        "port7_mode": "string",
        "port7_ssid": "string",
        "port8_mode": "string",
        "port8_ssid": "string",
        "port_esl_mode": "string",
        "port_esl_ssid": "string",
        "port_mode": "string",
        "port_ssid": "string",
    },
    lbs={
        "aeroscout": "string",
        "aeroscout_ap_mac": "string",
        "aeroscout_mmu_report": "string",
        "aeroscout_mu": "string",
        "aeroscout_mu_factor": 0,
        "aeroscout_mu_timeout": 0,
        "aeroscout_server_ip": "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_rogue": "string",
        "fortipresence_secret": "string",
        "fortipresence_server": "string",
        "fortipresence_server_addr_type": "string",
        "fortipresence_server_fqdn": "string",
        "fortipresence_unassoc": "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",
        "polestar_server_path": "string",
        "polestar_server_port": 0,
        "polestar_server_token": "string",
        "station_locate": "string",
    },
    led_schedules=[{
        "name": "string",
    }],
    led_state="string",
    lldp="string",
    login_passwd="string",
    login_passwd_change="string",
    max_clients=0,
    name="string",
    platform={
        "ddscan": "string",
        "mode": "string",
        "type": "string",
    },
    poe_mode="string",
    radio1={
        "airtime_fairness": "string",
        "amsdu": "string",
        "ap_handoff": "string",
        "ap_sniffer_addr": "string",
        "ap_sniffer_bufsize": 0,
        "ap_sniffer_chan": 0,
        "ap_sniffer_ctl": "string",
        "ap_sniffer_data": "string",
        "ap_sniffer_mgmt_beacon": "string",
        "ap_sniffer_mgmt_other": "string",
        "ap_sniffer_mgmt_probe": "string",
        "arrp_profile": "string",
        "auto_power_high": 0,
        "auto_power_level": "string",
        "auto_power_low": 0,
        "auto_power_target": "string",
        "band": "string",
        "band5g_type": "string",
        "bandwidth_admission_control": "string",
        "bandwidth_capacity": 0,
        "beacon_interval": 0,
        "bss_color": 0,
        "bss_color_mode": "string",
        "call_admission_control": "string",
        "call_capacity": 0,
        "channel_bonding": "string",
        "channel_bonding_ext": "string",
        "channel_utilization": "string",
        "channels": [{
            "chan": "string",
        }],
        "coexistence": "string",
        "darrp": "string",
        "drma": "string",
        "drma_sensitivity": "string",
        "dtim": 0,
        "frag_threshold": 0,
        "frequency_handoff": "string",
        "iperf_protocol": "string",
        "iperf_server_port": 0,
        "max_clients": 0,
        "max_distance": 0,
        "mimo_mode": "string",
        "mode": "string",
        "n80211d": "string",
        "optional_antenna": "string",
        "optional_antenna_gain": "string",
        "power_level": 0,
        "power_mode": "string",
        "power_value": 0,
        "powersave_optimize": "string",
        "protection_mode": "string",
        "radio_id": 0,
        "rts_threshold": 0,
        "sam_bssid": "string",
        "sam_ca_certificate": "string",
        "sam_captive_portal": "string",
        "sam_client_certificate": "string",
        "sam_cwp_failure_string": "string",
        "sam_cwp_match_string": "string",
        "sam_cwp_password": "string",
        "sam_cwp_success_string": "string",
        "sam_cwp_test_url": "string",
        "sam_cwp_username": "string",
        "sam_eap_method": "string",
        "sam_password": "string",
        "sam_private_key": "string",
        "sam_private_key_password": "string",
        "sam_report_intv": 0,
        "sam_security_type": "string",
        "sam_server_fqdn": "string",
        "sam_server_ip": "string",
        "sam_server_type": "string",
        "sam_ssid": "string",
        "sam_test": "string",
        "sam_username": "string",
        "short_guard_interval": "string",
        "spectrum_analysis": "string",
        "transmit_optimize": "string",
        "vap_all": "string",
        "vaps": [{
            "name": "string",
        }],
        "wids_profile": "string",
        "zero_wait_dfs": "string",
    },
    radio2={
        "airtime_fairness": "string",
        "amsdu": "string",
        "ap_handoff": "string",
        "ap_sniffer_addr": "string",
        "ap_sniffer_bufsize": 0,
        "ap_sniffer_chan": 0,
        "ap_sniffer_ctl": "string",
        "ap_sniffer_data": "string",
        "ap_sniffer_mgmt_beacon": "string",
        "ap_sniffer_mgmt_other": "string",
        "ap_sniffer_mgmt_probe": "string",
        "arrp_profile": "string",
        "auto_power_high": 0,
        "auto_power_level": "string",
        "auto_power_low": 0,
        "auto_power_target": "string",
        "band": "string",
        "band5g_type": "string",
        "bandwidth_admission_control": "string",
        "bandwidth_capacity": 0,
        "beacon_interval": 0,
        "bss_color": 0,
        "bss_color_mode": "string",
        "call_admission_control": "string",
        "call_capacity": 0,
        "channel_bonding": "string",
        "channel_bonding_ext": "string",
        "channel_utilization": "string",
        "channels": [{
            "chan": "string",
        }],
        "coexistence": "string",
        "darrp": "string",
        "drma": "string",
        "drma_sensitivity": "string",
        "dtim": 0,
        "frag_threshold": 0,
        "frequency_handoff": "string",
        "iperf_protocol": "string",
        "iperf_server_port": 0,
        "max_clients": 0,
        "max_distance": 0,
        "mimo_mode": "string",
        "mode": "string",
        "n80211d": "string",
        "optional_antenna": "string",
        "optional_antenna_gain": "string",
        "power_level": 0,
        "power_mode": "string",
        "power_value": 0,
        "powersave_optimize": "string",
        "protection_mode": "string",
        "radio_id": 0,
        "rts_threshold": 0,
        "sam_bssid": "string",
        "sam_ca_certificate": "string",
        "sam_captive_portal": "string",
        "sam_client_certificate": "string",
        "sam_cwp_failure_string": "string",
        "sam_cwp_match_string": "string",
        "sam_cwp_password": "string",
        "sam_cwp_success_string": "string",
        "sam_cwp_test_url": "string",
        "sam_cwp_username": "string",
        "sam_eap_method": "string",
        "sam_password": "string",
        "sam_private_key": "string",
        "sam_private_key_password": "string",
        "sam_report_intv": 0,
        "sam_security_type": "string",
        "sam_server_fqdn": "string",
        "sam_server_ip": "string",
        "sam_server_type": "string",
        "sam_ssid": "string",
        "sam_test": "string",
        "sam_username": "string",
        "short_guard_interval": "string",
        "spectrum_analysis": "string",
        "transmit_optimize": "string",
        "vap_all": "string",
        "vaps": [{
            "name": "string",
        }],
        "wids_profile": "string",
        "zero_wait_dfs": "string",
    },
    radio3={
        "airtime_fairness": "string",
        "amsdu": "string",
        "ap_handoff": "string",
        "ap_sniffer_addr": "string",
        "ap_sniffer_bufsize": 0,
        "ap_sniffer_chan": 0,
        "ap_sniffer_ctl": "string",
        "ap_sniffer_data": "string",
        "ap_sniffer_mgmt_beacon": "string",
        "ap_sniffer_mgmt_other": "string",
        "ap_sniffer_mgmt_probe": "string",
        "arrp_profile": "string",
        "auto_power_high": 0,
        "auto_power_level": "string",
        "auto_power_low": 0,
        "auto_power_target": "string",
        "band": "string",
        "band5g_type": "string",
        "bandwidth_admission_control": "string",
        "bandwidth_capacity": 0,
        "beacon_interval": 0,
        "bss_color": 0,
        "bss_color_mode": "string",
        "call_admission_control": "string",
        "call_capacity": 0,
        "channel_bonding": "string",
        "channel_bonding_ext": "string",
        "channel_utilization": "string",
        "channels": [{
            "chan": "string",
        }],
        "coexistence": "string",
        "darrp": "string",
        "drma": "string",
        "drma_sensitivity": "string",
        "dtim": 0,
        "frag_threshold": 0,
        "frequency_handoff": "string",
        "iperf_protocol": "string",
        "iperf_server_port": 0,
        "max_clients": 0,
        "max_distance": 0,
        "mimo_mode": "string",
        "mode": "string",
        "n80211d": "string",
        "optional_antenna": "string",
        "optional_antenna_gain": "string",
        "power_level": 0,
        "power_mode": "string",
        "power_value": 0,
        "powersave_optimize": "string",
        "protection_mode": "string",
        "rts_threshold": 0,
        "sam_bssid": "string",
        "sam_ca_certificate": "string",
        "sam_captive_portal": "string",
        "sam_client_certificate": "string",
        "sam_cwp_failure_string": "string",
        "sam_cwp_match_string": "string",
        "sam_cwp_password": "string",
        "sam_cwp_success_string": "string",
        "sam_cwp_test_url": "string",
        "sam_cwp_username": "string",
        "sam_eap_method": "string",
        "sam_password": "string",
        "sam_private_key": "string",
        "sam_private_key_password": "string",
        "sam_report_intv": 0,
        "sam_security_type": "string",
        "sam_server_fqdn": "string",
        "sam_server_ip": "string",
        "sam_server_type": "string",
        "sam_ssid": "string",
        "sam_test": "string",
        "sam_username": "string",
        "short_guard_interval": "string",
        "spectrum_analysis": "string",
        "transmit_optimize": "string",
        "vap_all": "string",
        "vaps": [{
            "name": "string",
        }],
        "wids_profile": "string",
        "zero_wait_dfs": "string",
    },
    radio4={
        "airtime_fairness": "string",
        "amsdu": "string",
        "ap_handoff": "string",
        "ap_sniffer_addr": "string",
        "ap_sniffer_bufsize": 0,
        "ap_sniffer_chan": 0,
        "ap_sniffer_ctl": "string",
        "ap_sniffer_data": "string",
        "ap_sniffer_mgmt_beacon": "string",
        "ap_sniffer_mgmt_other": "string",
        "ap_sniffer_mgmt_probe": "string",
        "arrp_profile": "string",
        "auto_power_high": 0,
        "auto_power_level": "string",
        "auto_power_low": 0,
        "auto_power_target": "string",
        "band": "string",
        "band5g_type": "string",
        "bandwidth_admission_control": "string",
        "bandwidth_capacity": 0,
        "beacon_interval": 0,
        "bss_color": 0,
        "bss_color_mode": "string",
        "call_admission_control": "string",
        "call_capacity": 0,
        "channel_bonding": "string",
        "channel_bonding_ext": "string",
        "channel_utilization": "string",
        "channels": [{
            "chan": "string",
        }],
        "coexistence": "string",
        "darrp": "string",
        "drma": "string",
        "drma_sensitivity": "string",
        "dtim": 0,
        "frag_threshold": 0,
        "frequency_handoff": "string",
        "iperf_protocol": "string",
        "iperf_server_port": 0,
        "max_clients": 0,
        "max_distance": 0,
        "mimo_mode": "string",
        "mode": "string",
        "n80211d": "string",
        "optional_antenna": "string",
        "optional_antenna_gain": "string",
        "power_level": 0,
        "power_mode": "string",
        "power_value": 0,
        "powersave_optimize": "string",
        "protection_mode": "string",
        "rts_threshold": 0,
        "sam_bssid": "string",
        "sam_ca_certificate": "string",
        "sam_captive_portal": "string",
        "sam_client_certificate": "string",
        "sam_cwp_failure_string": "string",
        "sam_cwp_match_string": "string",
        "sam_cwp_password": "string",
        "sam_cwp_success_string": "string",
        "sam_cwp_test_url": "string",
        "sam_cwp_username": "string",
        "sam_eap_method": "string",
        "sam_password": "string",
        "sam_private_key": "string",
        "sam_private_key_password": "string",
        "sam_report_intv": 0,
        "sam_security_type": "string",
        "sam_server_fqdn": "string",
        "sam_server_ip": "string",
        "sam_server_type": "string",
        "sam_ssid": "string",
        "sam_test": "string",
        "sam_username": "string",
        "short_guard_interval": "string",
        "spectrum_analysis": "string",
        "transmit_optimize": "string",
        "vap_all": "string",
        "vaps": [{
            "name": "string",
        }],
        "wids_profile": "string",
        "zero_wait_dfs": "string",
    },
    split_tunneling_acl_local_ap_subnet="string",
    split_tunneling_acl_path="string",
    split_tunneling_acls=[{
        "dest_ip": "string",
        "id": 0,
    }],
    syslog_profile="string",
    tun_mtu_downlink=0,
    tun_mtu_uplink=0,
    unii45ghz_band="string",
    usb_port="string",
    vdomparam="string",
    wan_port_auth="string",
    wan_port_auth_macsec="string",
    wan_port_auth_methods="string",
    wan_port_auth_password="string",
    wan_port_auth_usrname="string",
    wan_port_mode="string")
const wtpprofileResource = new fortios.wirelesscontroller.Wtpprofile("wtpprofileResource", {
    allowaccess: "string",
    apCountry: "string",
    apHandoff: "string",
    apcfgProfile: "string",
    bleProfile: "string",
    bonjourProfile: "string",
    comment: "string",
    consoleLogin: "string",
    controlMessageOffload: "string",
    denyMacLists: [{
        id: 0,
        mac: "string",
    }],
    dtlsInKernel: "string",
    dtlsPolicy: "string",
    dynamicSortSubtable: "string",
    energyEfficientEthernet: "string",
    eslSesDongle: {
        apcAddrType: "string",
        apcFqdn: "string",
        apcIp: "string",
        apcPort: 0,
        coexLevel: "string",
        complianceLevel: "string",
        eslChannel: "string",
        outputPower: "string",
        scdEnable: "string",
        tlsCertVerification: "string",
        tlsFqdnVerification: "string",
    },
    extInfoEnable: "string",
    frequencyHandoff: "string",
    getAllTables: "string",
    handoffRoaming: "string",
    handoffRssi: 0,
    handoffStaThresh: 0,
    indoorOutdoorDeployment: "string",
    ipFragmentPreventing: "string",
    lan: {
        port1Mode: "string",
        port1Ssid: "string",
        port2Mode: "string",
        port2Ssid: "string",
        port3Mode: "string",
        port3Ssid: "string",
        port4Mode: "string",
        port4Ssid: "string",
        port5Mode: "string",
        port5Ssid: "string",
        port6Mode: "string",
        port6Ssid: "string",
        port7Mode: "string",
        port7Ssid: "string",
        port8Mode: "string",
        port8Ssid: "string",
        portEslMode: "string",
        portEslSsid: "string",
        portMode: "string",
        portSsid: "string",
    },
    lbs: {
        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",
        fortipresenceSecret: "string",
        fortipresenceServer: "string",
        fortipresenceServerAddrType: "string",
        fortipresenceServerFqdn: "string",
        fortipresenceUnassoc: "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",
        stationLocate: "string",
    },
    ledSchedules: [{
        name: "string",
    }],
    ledState: "string",
    lldp: "string",
    loginPasswd: "string",
    loginPasswdChange: "string",
    maxClients: 0,
    name: "string",
    platform: {
        ddscan: "string",
        mode: "string",
        type: "string",
    },
    poeMode: "string",
    radio1: {
        airtimeFairness: "string",
        amsdu: "string",
        apHandoff: "string",
        apSnifferAddr: "string",
        apSnifferBufsize: 0,
        apSnifferChan: 0,
        apSnifferCtl: "string",
        apSnifferData: "string",
        apSnifferMgmtBeacon: "string",
        apSnifferMgmtOther: "string",
        apSnifferMgmtProbe: "string",
        arrpProfile: "string",
        autoPowerHigh: 0,
        autoPowerLevel: "string",
        autoPowerLow: 0,
        autoPowerTarget: "string",
        band: "string",
        band5gType: "string",
        bandwidthAdmissionControl: "string",
        bandwidthCapacity: 0,
        beaconInterval: 0,
        bssColor: 0,
        bssColorMode: "string",
        callAdmissionControl: "string",
        callCapacity: 0,
        channelBonding: "string",
        channelBondingExt: "string",
        channelUtilization: "string",
        channels: [{
            chan: "string",
        }],
        coexistence: "string",
        darrp: "string",
        drma: "string",
        drmaSensitivity: "string",
        dtim: 0,
        fragThreshold: 0,
        frequencyHandoff: "string",
        iperfProtocol: "string",
        iperfServerPort: 0,
        maxClients: 0,
        maxDistance: 0,
        mimoMode: "string",
        mode: "string",
        n80211d: "string",
        optionalAntenna: "string",
        optionalAntennaGain: "string",
        powerLevel: 0,
        powerMode: "string",
        powerValue: 0,
        powersaveOptimize: "string",
        protectionMode: "string",
        radioId: 0,
        rtsThreshold: 0,
        samBssid: "string",
        samCaCertificate: "string",
        samCaptivePortal: "string",
        samClientCertificate: "string",
        samCwpFailureString: "string",
        samCwpMatchString: "string",
        samCwpPassword: "string",
        samCwpSuccessString: "string",
        samCwpTestUrl: "string",
        samCwpUsername: "string",
        samEapMethod: "string",
        samPassword: "string",
        samPrivateKey: "string",
        samPrivateKeyPassword: "string",
        samReportIntv: 0,
        samSecurityType: "string",
        samServerFqdn: "string",
        samServerIp: "string",
        samServerType: "string",
        samSsid: "string",
        samTest: "string",
        samUsername: "string",
        shortGuardInterval: "string",
        spectrumAnalysis: "string",
        transmitOptimize: "string",
        vapAll: "string",
        vaps: [{
            name: "string",
        }],
        widsProfile: "string",
        zeroWaitDfs: "string",
    },
    radio2: {
        airtimeFairness: "string",
        amsdu: "string",
        apHandoff: "string",
        apSnifferAddr: "string",
        apSnifferBufsize: 0,
        apSnifferChan: 0,
        apSnifferCtl: "string",
        apSnifferData: "string",
        apSnifferMgmtBeacon: "string",
        apSnifferMgmtOther: "string",
        apSnifferMgmtProbe: "string",
        arrpProfile: "string",
        autoPowerHigh: 0,
        autoPowerLevel: "string",
        autoPowerLow: 0,
        autoPowerTarget: "string",
        band: "string",
        band5gType: "string",
        bandwidthAdmissionControl: "string",
        bandwidthCapacity: 0,
        beaconInterval: 0,
        bssColor: 0,
        bssColorMode: "string",
        callAdmissionControl: "string",
        callCapacity: 0,
        channelBonding: "string",
        channelBondingExt: "string",
        channelUtilization: "string",
        channels: [{
            chan: "string",
        }],
        coexistence: "string",
        darrp: "string",
        drma: "string",
        drmaSensitivity: "string",
        dtim: 0,
        fragThreshold: 0,
        frequencyHandoff: "string",
        iperfProtocol: "string",
        iperfServerPort: 0,
        maxClients: 0,
        maxDistance: 0,
        mimoMode: "string",
        mode: "string",
        n80211d: "string",
        optionalAntenna: "string",
        optionalAntennaGain: "string",
        powerLevel: 0,
        powerMode: "string",
        powerValue: 0,
        powersaveOptimize: "string",
        protectionMode: "string",
        radioId: 0,
        rtsThreshold: 0,
        samBssid: "string",
        samCaCertificate: "string",
        samCaptivePortal: "string",
        samClientCertificate: "string",
        samCwpFailureString: "string",
        samCwpMatchString: "string",
        samCwpPassword: "string",
        samCwpSuccessString: "string",
        samCwpTestUrl: "string",
        samCwpUsername: "string",
        samEapMethod: "string",
        samPassword: "string",
        samPrivateKey: "string",
        samPrivateKeyPassword: "string",
        samReportIntv: 0,
        samSecurityType: "string",
        samServerFqdn: "string",
        samServerIp: "string",
        samServerType: "string",
        samSsid: "string",
        samTest: "string",
        samUsername: "string",
        shortGuardInterval: "string",
        spectrumAnalysis: "string",
        transmitOptimize: "string",
        vapAll: "string",
        vaps: [{
            name: "string",
        }],
        widsProfile: "string",
        zeroWaitDfs: "string",
    },
    radio3: {
        airtimeFairness: "string",
        amsdu: "string",
        apHandoff: "string",
        apSnifferAddr: "string",
        apSnifferBufsize: 0,
        apSnifferChan: 0,
        apSnifferCtl: "string",
        apSnifferData: "string",
        apSnifferMgmtBeacon: "string",
        apSnifferMgmtOther: "string",
        apSnifferMgmtProbe: "string",
        arrpProfile: "string",
        autoPowerHigh: 0,
        autoPowerLevel: "string",
        autoPowerLow: 0,
        autoPowerTarget: "string",
        band: "string",
        band5gType: "string",
        bandwidthAdmissionControl: "string",
        bandwidthCapacity: 0,
        beaconInterval: 0,
        bssColor: 0,
        bssColorMode: "string",
        callAdmissionControl: "string",
        callCapacity: 0,
        channelBonding: "string",
        channelBondingExt: "string",
        channelUtilization: "string",
        channels: [{
            chan: "string",
        }],
        coexistence: "string",
        darrp: "string",
        drma: "string",
        drmaSensitivity: "string",
        dtim: 0,
        fragThreshold: 0,
        frequencyHandoff: "string",
        iperfProtocol: "string",
        iperfServerPort: 0,
        maxClients: 0,
        maxDistance: 0,
        mimoMode: "string",
        mode: "string",
        n80211d: "string",
        optionalAntenna: "string",
        optionalAntennaGain: "string",
        powerLevel: 0,
        powerMode: "string",
        powerValue: 0,
        powersaveOptimize: "string",
        protectionMode: "string",
        rtsThreshold: 0,
        samBssid: "string",
        samCaCertificate: "string",
        samCaptivePortal: "string",
        samClientCertificate: "string",
        samCwpFailureString: "string",
        samCwpMatchString: "string",
        samCwpPassword: "string",
        samCwpSuccessString: "string",
        samCwpTestUrl: "string",
        samCwpUsername: "string",
        samEapMethod: "string",
        samPassword: "string",
        samPrivateKey: "string",
        samPrivateKeyPassword: "string",
        samReportIntv: 0,
        samSecurityType: "string",
        samServerFqdn: "string",
        samServerIp: "string",
        samServerType: "string",
        samSsid: "string",
        samTest: "string",
        samUsername: "string",
        shortGuardInterval: "string",
        spectrumAnalysis: "string",
        transmitOptimize: "string",
        vapAll: "string",
        vaps: [{
            name: "string",
        }],
        widsProfile: "string",
        zeroWaitDfs: "string",
    },
    radio4: {
        airtimeFairness: "string",
        amsdu: "string",
        apHandoff: "string",
        apSnifferAddr: "string",
        apSnifferBufsize: 0,
        apSnifferChan: 0,
        apSnifferCtl: "string",
        apSnifferData: "string",
        apSnifferMgmtBeacon: "string",
        apSnifferMgmtOther: "string",
        apSnifferMgmtProbe: "string",
        arrpProfile: "string",
        autoPowerHigh: 0,
        autoPowerLevel: "string",
        autoPowerLow: 0,
        autoPowerTarget: "string",
        band: "string",
        band5gType: "string",
        bandwidthAdmissionControl: "string",
        bandwidthCapacity: 0,
        beaconInterval: 0,
        bssColor: 0,
        bssColorMode: "string",
        callAdmissionControl: "string",
        callCapacity: 0,
        channelBonding: "string",
        channelBondingExt: "string",
        channelUtilization: "string",
        channels: [{
            chan: "string",
        }],
        coexistence: "string",
        darrp: "string",
        drma: "string",
        drmaSensitivity: "string",
        dtim: 0,
        fragThreshold: 0,
        frequencyHandoff: "string",
        iperfProtocol: "string",
        iperfServerPort: 0,
        maxClients: 0,
        maxDistance: 0,
        mimoMode: "string",
        mode: "string",
        n80211d: "string",
        optionalAntenna: "string",
        optionalAntennaGain: "string",
        powerLevel: 0,
        powerMode: "string",
        powerValue: 0,
        powersaveOptimize: "string",
        protectionMode: "string",
        rtsThreshold: 0,
        samBssid: "string",
        samCaCertificate: "string",
        samCaptivePortal: "string",
        samClientCertificate: "string",
        samCwpFailureString: "string",
        samCwpMatchString: "string",
        samCwpPassword: "string",
        samCwpSuccessString: "string",
        samCwpTestUrl: "string",
        samCwpUsername: "string",
        samEapMethod: "string",
        samPassword: "string",
        samPrivateKey: "string",
        samPrivateKeyPassword: "string",
        samReportIntv: 0,
        samSecurityType: "string",
        samServerFqdn: "string",
        samServerIp: "string",
        samServerType: "string",
        samSsid: "string",
        samTest: "string",
        samUsername: "string",
        shortGuardInterval: "string",
        spectrumAnalysis: "string",
        transmitOptimize: "string",
        vapAll: "string",
        vaps: [{
            name: "string",
        }],
        widsProfile: "string",
        zeroWaitDfs: "string",
    },
    splitTunnelingAclLocalApSubnet: "string",
    splitTunnelingAclPath: "string",
    splitTunnelingAcls: [{
        destIp: "string",
        id: 0,
    }],
    syslogProfile: "string",
    tunMtuDownlink: 0,
    tunMtuUplink: 0,
    unii45ghzBand: "string",
    usbPort: "string",
    vdomparam: "string",
    wanPortAuth: "string",
    wanPortAuthMacsec: "string",
    wanPortAuthMethods: "string",
    wanPortAuthPassword: "string",
    wanPortAuthUsrname: "string",
    wanPortMode: "string",
});
type: fortios:wirelesscontroller:Wtpprofile
properties:
    allowaccess: string
    apCountry: string
    apHandoff: string
    apcfgProfile: string
    bleProfile: string
    bonjourProfile: string
    comment: string
    consoleLogin: string
    controlMessageOffload: string
    denyMacLists:
        - id: 0
          mac: string
    dtlsInKernel: string
    dtlsPolicy: string
    dynamicSortSubtable: string
    energyEfficientEthernet: string
    eslSesDongle:
        apcAddrType: string
        apcFqdn: string
        apcIp: string
        apcPort: 0
        coexLevel: string
        complianceLevel: string
        eslChannel: string
        outputPower: string
        scdEnable: string
        tlsCertVerification: string
        tlsFqdnVerification: string
    extInfoEnable: string
    frequencyHandoff: string
    getAllTables: string
    handoffRoaming: string
    handoffRssi: 0
    handoffStaThresh: 0
    indoorOutdoorDeployment: string
    ipFragmentPreventing: string
    lan:
        port1Mode: string
        port1Ssid: string
        port2Mode: string
        port2Ssid: string
        port3Mode: string
        port3Ssid: string
        port4Mode: string
        port4Ssid: string
        port5Mode: string
        port5Ssid: string
        port6Mode: string
        port6Ssid: string
        port7Mode: string
        port7Ssid: string
        port8Mode: string
        port8Ssid: string
        portEslMode: string
        portEslSsid: string
        portMode: string
        portSsid: string
    lbs:
        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
        fortipresenceSecret: string
        fortipresenceServer: string
        fortipresenceServerAddrType: string
        fortipresenceServerFqdn: string
        fortipresenceUnassoc: 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
        stationLocate: string
    ledSchedules:
        - name: string
    ledState: string
    lldp: string
    loginPasswd: string
    loginPasswdChange: string
    maxClients: 0
    name: string
    platform:
        ddscan: string
        mode: string
        type: string
    poeMode: string
    radio1:
        airtimeFairness: string
        amsdu: string
        apHandoff: string
        apSnifferAddr: string
        apSnifferBufsize: 0
        apSnifferChan: 0
        apSnifferCtl: string
        apSnifferData: string
        apSnifferMgmtBeacon: string
        apSnifferMgmtOther: string
        apSnifferMgmtProbe: string
        arrpProfile: string
        autoPowerHigh: 0
        autoPowerLevel: string
        autoPowerLow: 0
        autoPowerTarget: string
        band: string
        band5gType: string
        bandwidthAdmissionControl: string
        bandwidthCapacity: 0
        beaconInterval: 0
        bssColor: 0
        bssColorMode: string
        callAdmissionControl: string
        callCapacity: 0
        channelBonding: string
        channelBondingExt: string
        channelUtilization: string
        channels:
            - chan: string
        coexistence: string
        darrp: string
        drma: string
        drmaSensitivity: string
        dtim: 0
        fragThreshold: 0
        frequencyHandoff: string
        iperfProtocol: string
        iperfServerPort: 0
        maxClients: 0
        maxDistance: 0
        mimoMode: string
        mode: string
        n80211d: string
        optionalAntenna: string
        optionalAntennaGain: string
        powerLevel: 0
        powerMode: string
        powerValue: 0
        powersaveOptimize: string
        protectionMode: string
        radioId: 0
        rtsThreshold: 0
        samBssid: string
        samCaCertificate: string
        samCaptivePortal: string
        samClientCertificate: string
        samCwpFailureString: string
        samCwpMatchString: string
        samCwpPassword: string
        samCwpSuccessString: string
        samCwpTestUrl: string
        samCwpUsername: string
        samEapMethod: string
        samPassword: string
        samPrivateKey: string
        samPrivateKeyPassword: string
        samReportIntv: 0
        samSecurityType: string
        samServerFqdn: string
        samServerIp: string
        samServerType: string
        samSsid: string
        samTest: string
        samUsername: string
        shortGuardInterval: string
        spectrumAnalysis: string
        transmitOptimize: string
        vapAll: string
        vaps:
            - name: string
        widsProfile: string
        zeroWaitDfs: string
    radio2:
        airtimeFairness: string
        amsdu: string
        apHandoff: string
        apSnifferAddr: string
        apSnifferBufsize: 0
        apSnifferChan: 0
        apSnifferCtl: string
        apSnifferData: string
        apSnifferMgmtBeacon: string
        apSnifferMgmtOther: string
        apSnifferMgmtProbe: string
        arrpProfile: string
        autoPowerHigh: 0
        autoPowerLevel: string
        autoPowerLow: 0
        autoPowerTarget: string
        band: string
        band5gType: string
        bandwidthAdmissionControl: string
        bandwidthCapacity: 0
        beaconInterval: 0
        bssColor: 0
        bssColorMode: string
        callAdmissionControl: string
        callCapacity: 0
        channelBonding: string
        channelBondingExt: string
        channelUtilization: string
        channels:
            - chan: string
        coexistence: string
        darrp: string
        drma: string
        drmaSensitivity: string
        dtim: 0
        fragThreshold: 0
        frequencyHandoff: string
        iperfProtocol: string
        iperfServerPort: 0
        maxClients: 0
        maxDistance: 0
        mimoMode: string
        mode: string
        n80211d: string
        optionalAntenna: string
        optionalAntennaGain: string
        powerLevel: 0
        powerMode: string
        powerValue: 0
        powersaveOptimize: string
        protectionMode: string
        radioId: 0
        rtsThreshold: 0
        samBssid: string
        samCaCertificate: string
        samCaptivePortal: string
        samClientCertificate: string
        samCwpFailureString: string
        samCwpMatchString: string
        samCwpPassword: string
        samCwpSuccessString: string
        samCwpTestUrl: string
        samCwpUsername: string
        samEapMethod: string
        samPassword: string
        samPrivateKey: string
        samPrivateKeyPassword: string
        samReportIntv: 0
        samSecurityType: string
        samServerFqdn: string
        samServerIp: string
        samServerType: string
        samSsid: string
        samTest: string
        samUsername: string
        shortGuardInterval: string
        spectrumAnalysis: string
        transmitOptimize: string
        vapAll: string
        vaps:
            - name: string
        widsProfile: string
        zeroWaitDfs: string
    radio3:
        airtimeFairness: string
        amsdu: string
        apHandoff: string
        apSnifferAddr: string
        apSnifferBufsize: 0
        apSnifferChan: 0
        apSnifferCtl: string
        apSnifferData: string
        apSnifferMgmtBeacon: string
        apSnifferMgmtOther: string
        apSnifferMgmtProbe: string
        arrpProfile: string
        autoPowerHigh: 0
        autoPowerLevel: string
        autoPowerLow: 0
        autoPowerTarget: string
        band: string
        band5gType: string
        bandwidthAdmissionControl: string
        bandwidthCapacity: 0
        beaconInterval: 0
        bssColor: 0
        bssColorMode: string
        callAdmissionControl: string
        callCapacity: 0
        channelBonding: string
        channelBondingExt: string
        channelUtilization: string
        channels:
            - chan: string
        coexistence: string
        darrp: string
        drma: string
        drmaSensitivity: string
        dtim: 0
        fragThreshold: 0
        frequencyHandoff: string
        iperfProtocol: string
        iperfServerPort: 0
        maxClients: 0
        maxDistance: 0
        mimoMode: string
        mode: string
        n80211d: string
        optionalAntenna: string
        optionalAntennaGain: string
        powerLevel: 0
        powerMode: string
        powerValue: 0
        powersaveOptimize: string
        protectionMode: string
        rtsThreshold: 0
        samBssid: string
        samCaCertificate: string
        samCaptivePortal: string
        samClientCertificate: string
        samCwpFailureString: string
        samCwpMatchString: string
        samCwpPassword: string
        samCwpSuccessString: string
        samCwpTestUrl: string
        samCwpUsername: string
        samEapMethod: string
        samPassword: string
        samPrivateKey: string
        samPrivateKeyPassword: string
        samReportIntv: 0
        samSecurityType: string
        samServerFqdn: string
        samServerIp: string
        samServerType: string
        samSsid: string
        samTest: string
        samUsername: string
        shortGuardInterval: string
        spectrumAnalysis: string
        transmitOptimize: string
        vapAll: string
        vaps:
            - name: string
        widsProfile: string
        zeroWaitDfs: string
    radio4:
        airtimeFairness: string
        amsdu: string
        apHandoff: string
        apSnifferAddr: string
        apSnifferBufsize: 0
        apSnifferChan: 0
        apSnifferCtl: string
        apSnifferData: string
        apSnifferMgmtBeacon: string
        apSnifferMgmtOther: string
        apSnifferMgmtProbe: string
        arrpProfile: string
        autoPowerHigh: 0
        autoPowerLevel: string
        autoPowerLow: 0
        autoPowerTarget: string
        band: string
        band5gType: string
        bandwidthAdmissionControl: string
        bandwidthCapacity: 0
        beaconInterval: 0
        bssColor: 0
        bssColorMode: string
        callAdmissionControl: string
        callCapacity: 0
        channelBonding: string
        channelBondingExt: string
        channelUtilization: string
        channels:
            - chan: string
        coexistence: string
        darrp: string
        drma: string
        drmaSensitivity: string
        dtim: 0
        fragThreshold: 0
        frequencyHandoff: string
        iperfProtocol: string
        iperfServerPort: 0
        maxClients: 0
        maxDistance: 0
        mimoMode: string
        mode: string
        n80211d: string
        optionalAntenna: string
        optionalAntennaGain: string
        powerLevel: 0
        powerMode: string
        powerValue: 0
        powersaveOptimize: string
        protectionMode: string
        rtsThreshold: 0
        samBssid: string
        samCaCertificate: string
        samCaptivePortal: string
        samClientCertificate: string
        samCwpFailureString: string
        samCwpMatchString: string
        samCwpPassword: string
        samCwpSuccessString: string
        samCwpTestUrl: string
        samCwpUsername: string
        samEapMethod: string
        samPassword: string
        samPrivateKey: string
        samPrivateKeyPassword: string
        samReportIntv: 0
        samSecurityType: string
        samServerFqdn: string
        samServerIp: string
        samServerType: string
        samSsid: string
        samTest: string
        samUsername: string
        shortGuardInterval: string
        spectrumAnalysis: string
        transmitOptimize: string
        vapAll: string
        vaps:
            - name: string
        widsProfile: string
        zeroWaitDfs: string
    splitTunnelingAclLocalApSubnet: string
    splitTunnelingAclPath: string
    splitTunnelingAcls:
        - destIp: string
          id: 0
    syslogProfile: string
    tunMtuDownlink: 0
    tunMtuUplink: 0
    unii45ghzBand: string
    usbPort: string
    vdomparam: string
    wanPortAuth: string
    wanPortAuthMacsec: string
    wanPortAuthMethods: string
    wanPortAuthPassword: string
    wanPortAuthUsrname: string
    wanPortMode: string
Wtpprofile 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 Wtpprofile resource accepts the following input properties:
- Allowaccess string
 - Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
 - Ap
Country string - Country in which this WTP, FortiAP or AP will operate (default = NA, automatically use the country configured for the current VDOM).
 - Ap
Handoff string - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - Apcfg
Profile string - AP local configuration profile name.
 - Ble
Profile string - Bluetooth Low Energy profile name.
 - Bonjour
Profile string - Bonjour profile name.
 - Comment string
 - Comment.
 - Console
Login string - Enable/disable FortiAP console login access (default = enable). Valid values: 
enable,disable. - Control
Message stringOffload  - Enable/disable CAPWAP control message data channel offload.
 - Deny
Mac List<Pulumiverse.Lists Fortios. Wirelesscontroller. Inputs. Wtpprofile Deny Mac List>  - List of MAC addresses that are denied access to this WTP, FortiAP, or AP. The structure of 
deny_mac_listblock is documented below. - Dtls
In stringKernel  - Enable/disable data channel DTLS in kernel. Valid values: 
enable,disable. - Dtls
Policy string - WTP data channel DTLS policy (default = clear-text).
 - Dynamic
Sort stringSubtable  - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
 - Energy
Efficient stringEthernet  - Enable/disable use of energy efficient Ethernet on WTP. Valid values: 
enable,disable. - Esl
Ses Pulumiverse.Dongle Fortios. Wirelesscontroller. Inputs. Wtpprofile Esl Ses Dongle  - ESL SES-imagotag dongle configuration. The structure of 
esl_ses_dongleblock is documented below. - Ext
Info stringEnable  - Enable/disable station/VAP/radio extension information. Valid values: 
enable,disable. - Frequency
Handoff string - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - Get
All stringTables  - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
 - Handoff
Roaming string - Enable/disable client load balancing during roaming to avoid roaming delay (default = disable). Valid values: 
enable,disable. - Handoff
Rssi int - Minimum received signal strength indicator (RSSI) value for handoff (20 - 30, default = 25).
 - Handoff
Sta intThresh  - Threshold value for AP handoff.
 - Indoor
Outdoor stringDeployment  - Set to allow indoor/outdoor-only channels under regulatory rules (default = platform-determined). Valid values: 
platform-determined,outdoor,indoor. - Ip
Fragment stringPreventing  - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values: 
tcp-mss-adjust,icmp-unreachable. - Lan
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Lan  - WTP LAN port mapping. The structure of 
lanblock is documented below. - Lbs
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Lbs  - Set various location based service (LBS) options. The structure of 
lbsblock is documented below. - Led
Schedules List<Pulumiverse.Fortios. Wirelesscontroller. Inputs. Wtpprofile Led Schedule>  - Recurring firewall schedules for illuminating LEDs on the FortiAP. If led-state is enabled, LEDs will be visible when at least one of the schedules is valid. Separate multiple schedule names with a space. The structure of 
led_schedulesblock is documented below. - Led
State string - Enable/disable use of LEDs on WTP (default = disable). Valid values: 
enable,disable. - Lldp string
 - Enable/disable Link Layer Discovery Protocol (LLDP) for the WTP, FortiAP, or AP. On FortiOS versions 6.2.0: default = disable. On FortiOS versions >= 6.2.4: default = enable. Valid values: 
enable,disable. - Login
Passwd string - Set the managed WTP, FortiAP, or AP's administrator password.
 - Login
Passwd stringChange  - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values: 
yes,default,no. - Max
Clients int - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - Name string
 - WTP (or FortiAP or AP) profile name.
 - Platform
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Platform  - WTP, FortiAP, or AP platform. The structure of 
platformblock is documented below. - Poe
Mode string - Set the WTP, FortiAP, or AP's PoE mode.
 - Radio1
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Radio1  - Configuration options for radio 1. The structure of 
radio_1block is documented below. - Radio2
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Radio2  - Configuration options for radio 2. The structure of 
radio_2block is documented below. - Radio3
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Radio3  - Configuration options for radio 3. The structure of 
radio_3block is documented below. - Radio4
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Radio4  - Configuration options for radio 4. The structure of 
radio_4block is documented below. - Split
Tunneling stringAcl Local Ap Subnet  - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values: 
enable,disable. - Split
Tunneling stringAcl Path  - Split tunneling ACL path is local/tunnel. Valid values: 
tunnel,local. - Split
Tunneling List<Pulumiverse.Acls Fortios. Wirelesscontroller. Inputs. Wtpprofile Split Tunneling Acl>  - Split tunneling ACL filter list. The structure of 
split_tunneling_aclblock is documented below. - Syslog
Profile string - System log server configuration profile name.
 - Tun
Mtu intDownlink  - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - Tun
Mtu intUplink  - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - Unii45ghz
Band string - Enable/disable UNII-4 5Ghz band channels (default = disable). Valid values: 
enable,disable. - Usb
Port string - Enable/disable USB port of the WTP (default = enable). Valid values: 
enable,disable. - Vdomparam string
 - Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
 - Wan
Port stringAuth  - Set WAN port authentication mode (default = none). Valid values: 
none,802.1x. - Wan
Port stringAuth Macsec  - Enable/disable WAN port 802.1x supplicant MACsec policy (default = disable). Valid values: 
enable,disable. - Wan
Port stringAuth Methods  - WAN port 802.1x supplicant EAP methods (default = all). Valid values: 
all,EAP-FAST,EAP-TLS,EAP-PEAP. - Wan
Port stringAuth Password  - Set WAN port 802.1x supplicant password.
 - Wan
Port stringAuth Usrname  - Set WAN port 802.1x supplicant user name.
 - Wan
Port stringMode  - Enable/disable using a WAN port as a LAN port. Valid values: 
wan-lan,wan-only. 
- Allowaccess string
 - Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
 - Ap
Country string - Country in which this WTP, FortiAP or AP will operate (default = NA, automatically use the country configured for the current VDOM).
 - Ap
Handoff string - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - Apcfg
Profile string - AP local configuration profile name.
 - Ble
Profile string - Bluetooth Low Energy profile name.
 - Bonjour
Profile string - Bonjour profile name.
 - Comment string
 - Comment.
 - Console
Login string - Enable/disable FortiAP console login access (default = enable). Valid values: 
enable,disable. - Control
Message stringOffload  - Enable/disable CAPWAP control message data channel offload.
 - Deny
Mac []WtpprofileLists Deny Mac List Args  - List of MAC addresses that are denied access to this WTP, FortiAP, or AP. The structure of 
deny_mac_listblock is documented below. - Dtls
In stringKernel  - Enable/disable data channel DTLS in kernel. Valid values: 
enable,disable. - Dtls
Policy string - WTP data channel DTLS policy (default = clear-text).
 - Dynamic
Sort stringSubtable  - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
 - Energy
Efficient stringEthernet  - Enable/disable use of energy efficient Ethernet on WTP. Valid values: 
enable,disable. - Esl
Ses WtpprofileDongle Esl Ses Dongle Args  - ESL SES-imagotag dongle configuration. The structure of 
esl_ses_dongleblock is documented below. - Ext
Info stringEnable  - Enable/disable station/VAP/radio extension information. Valid values: 
enable,disable. - Frequency
Handoff string - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - Get
All stringTables  - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
 - Handoff
Roaming string - Enable/disable client load balancing during roaming to avoid roaming delay (default = disable). Valid values: 
enable,disable. - Handoff
Rssi int - Minimum received signal strength indicator (RSSI) value for handoff (20 - 30, default = 25).
 - Handoff
Sta intThresh  - Threshold value for AP handoff.
 - Indoor
Outdoor stringDeployment  - Set to allow indoor/outdoor-only channels under regulatory rules (default = platform-determined). Valid values: 
platform-determined,outdoor,indoor. - Ip
Fragment stringPreventing  - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values: 
tcp-mss-adjust,icmp-unreachable. - Lan
Wtpprofile
Lan Args  - WTP LAN port mapping. The structure of 
lanblock is documented below. - Lbs
Wtpprofile
Lbs Args  - Set various location based service (LBS) options. The structure of 
lbsblock is documented below. - Led
Schedules []WtpprofileLed Schedule Args  - Recurring firewall schedules for illuminating LEDs on the FortiAP. If led-state is enabled, LEDs will be visible when at least one of the schedules is valid. Separate multiple schedule names with a space. The structure of 
led_schedulesblock is documented below. - Led
State string - Enable/disable use of LEDs on WTP (default = disable). Valid values: 
enable,disable. - Lldp string
 - Enable/disable Link Layer Discovery Protocol (LLDP) for the WTP, FortiAP, or AP. On FortiOS versions 6.2.0: default = disable. On FortiOS versions >= 6.2.4: default = enable. Valid values: 
enable,disable. - Login
Passwd string - Set the managed WTP, FortiAP, or AP's administrator password.
 - Login
Passwd stringChange  - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values: 
yes,default,no. - Max
Clients int - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - Name string
 - WTP (or FortiAP or AP) profile name.
 - Platform
Wtpprofile
Platform Args  - WTP, FortiAP, or AP platform. The structure of 
platformblock is documented below. - Poe
Mode string - Set the WTP, FortiAP, or AP's PoE mode.
 - Radio1
Wtpprofile
Radio1Args  - Configuration options for radio 1. The structure of 
radio_1block is documented below. - Radio2
Wtpprofile
Radio2Args  - Configuration options for radio 2. The structure of 
radio_2block is documented below. - Radio3
Wtpprofile
Radio3Args  - Configuration options for radio 3. The structure of 
radio_3block is documented below. - Radio4
Wtpprofile
Radio4Args  - Configuration options for radio 4. The structure of 
radio_4block is documented below. - Split
Tunneling stringAcl Local Ap Subnet  - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values: 
enable,disable. - Split
Tunneling stringAcl Path  - Split tunneling ACL path is local/tunnel. Valid values: 
tunnel,local. - Split
Tunneling []WtpprofileAcls Split Tunneling Acl Args  - Split tunneling ACL filter list. The structure of 
split_tunneling_aclblock is documented below. - Syslog
Profile string - System log server configuration profile name.
 - Tun
Mtu intDownlink  - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - Tun
Mtu intUplink  - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - Unii45ghz
Band string - Enable/disable UNII-4 5Ghz band channels (default = disable). Valid values: 
enable,disable. - Usb
Port string - Enable/disable USB port of the WTP (default = enable). Valid values: 
enable,disable. - Vdomparam string
 - Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
 - Wan
Port stringAuth  - Set WAN port authentication mode (default = none). Valid values: 
none,802.1x. - Wan
Port stringAuth Macsec  - Enable/disable WAN port 802.1x supplicant MACsec policy (default = disable). Valid values: 
enable,disable. - Wan
Port stringAuth Methods  - WAN port 802.1x supplicant EAP methods (default = all). Valid values: 
all,EAP-FAST,EAP-TLS,EAP-PEAP. - Wan
Port stringAuth Password  - Set WAN port 802.1x supplicant password.
 - Wan
Port stringAuth Usrname  - Set WAN port 802.1x supplicant user name.
 - Wan
Port stringMode  - Enable/disable using a WAN port as a LAN port. Valid values: 
wan-lan,wan-only. 
- allowaccess String
 - Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
 - ap
Country String - Country in which this WTP, FortiAP or AP will operate (default = NA, automatically use the country configured for the current VDOM).
 - ap
Handoff String - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - apcfg
Profile String - AP local configuration profile name.
 - ble
Profile String - Bluetooth Low Energy profile name.
 - bonjour
Profile String - Bonjour profile name.
 - comment String
 - Comment.
 - console
Login String - Enable/disable FortiAP console login access (default = enable). Valid values: 
enable,disable. - control
Message StringOffload  - Enable/disable CAPWAP control message data channel offload.
 - deny
Mac List<WtpprofileLists Deny Mac List>  - List of MAC addresses that are denied access to this WTP, FortiAP, or AP. The structure of 
deny_mac_listblock is documented below. - dtls
In StringKernel  - Enable/disable data channel DTLS in kernel. Valid values: 
enable,disable. - dtls
Policy String - WTP data channel DTLS policy (default = clear-text).
 - dynamic
Sort StringSubtable  - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
 - energy
Efficient StringEthernet  - Enable/disable use of energy efficient Ethernet on WTP. Valid values: 
enable,disable. - esl
Ses WtpprofileDongle Esl Ses Dongle  - ESL SES-imagotag dongle configuration. The structure of 
esl_ses_dongleblock is documented below. - ext
Info StringEnable  - Enable/disable station/VAP/radio extension information. Valid values: 
enable,disable. - frequency
Handoff String - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - get
All StringTables  - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
 - handoff
Roaming String - Enable/disable client load balancing during roaming to avoid roaming delay (default = disable). Valid values: 
enable,disable. - handoff
Rssi Integer - Minimum received signal strength indicator (RSSI) value for handoff (20 - 30, default = 25).
 - handoff
Sta IntegerThresh  - Threshold value for AP handoff.
 - indoor
Outdoor StringDeployment  - Set to allow indoor/outdoor-only channels under regulatory rules (default = platform-determined). Valid values: 
platform-determined,outdoor,indoor. - ip
Fragment StringPreventing  - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values: 
tcp-mss-adjust,icmp-unreachable. - lan
Wtpprofile
Lan  - WTP LAN port mapping. The structure of 
lanblock is documented below. - lbs
Wtpprofile
Lbs  - Set various location based service (LBS) options. The structure of 
lbsblock is documented below. - led
Schedules List<WtpprofileLed Schedule>  - Recurring firewall schedules for illuminating LEDs on the FortiAP. If led-state is enabled, LEDs will be visible when at least one of the schedules is valid. Separate multiple schedule names with a space. The structure of 
led_schedulesblock is documented below. - led
State String - Enable/disable use of LEDs on WTP (default = disable). Valid values: 
enable,disable. - lldp String
 - Enable/disable Link Layer Discovery Protocol (LLDP) for the WTP, FortiAP, or AP. On FortiOS versions 6.2.0: default = disable. On FortiOS versions >= 6.2.4: default = enable. Valid values: 
enable,disable. - login
Passwd String - Set the managed WTP, FortiAP, or AP's administrator password.
 - login
Passwd StringChange  - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values: 
yes,default,no. - max
Clients Integer - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - name String
 - WTP (or FortiAP or AP) profile name.
 - platform
Wtpprofile
Platform  - WTP, FortiAP, or AP platform. The structure of 
platformblock is documented below. - poe
Mode String - Set the WTP, FortiAP, or AP's PoE mode.
 - radio1
Wtpprofile
Radio1  - Configuration options for radio 1. The structure of 
radio_1block is documented below. - radio2
Wtpprofile
Radio2  - Configuration options for radio 2. The structure of 
radio_2block is documented below. - radio3
Wtpprofile
Radio3  - Configuration options for radio 3. The structure of 
radio_3block is documented below. - radio4
Wtpprofile
Radio4  - Configuration options for radio 4. The structure of 
radio_4block is documented below. - split
Tunneling StringAcl Local Ap Subnet  - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values: 
enable,disable. - split
Tunneling StringAcl Path  - Split tunneling ACL path is local/tunnel. Valid values: 
tunnel,local. - split
Tunneling List<WtpprofileAcls Split Tunneling Acl>  - Split tunneling ACL filter list. The structure of 
split_tunneling_aclblock is documented below. - syslog
Profile String - System log server configuration profile name.
 - tun
Mtu IntegerDownlink  - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - tun
Mtu IntegerUplink  - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - unii45ghz
Band String - Enable/disable UNII-4 5Ghz band channels (default = disable). Valid values: 
enable,disable. - usb
Port String - Enable/disable USB port of the WTP (default = enable). Valid values: 
enable,disable. - vdomparam String
 - Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
 - wan
Port StringAuth  - Set WAN port authentication mode (default = none). Valid values: 
none,802.1x. - wan
Port StringAuth Macsec  - Enable/disable WAN port 802.1x supplicant MACsec policy (default = disable). Valid values: 
enable,disable. - wan
Port StringAuth Methods  - WAN port 802.1x supplicant EAP methods (default = all). Valid values: 
all,EAP-FAST,EAP-TLS,EAP-PEAP. - wan
Port StringAuth Password  - Set WAN port 802.1x supplicant password.
 - wan
Port StringAuth Usrname  - Set WAN port 802.1x supplicant user name.
 - wan
Port StringMode  - Enable/disable using a WAN port as a LAN port. Valid values: 
wan-lan,wan-only. 
- allowaccess string
 - Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
 - ap
Country string - Country in which this WTP, FortiAP or AP will operate (default = NA, automatically use the country configured for the current VDOM).
 - ap
Handoff string - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - apcfg
Profile string - AP local configuration profile name.
 - ble
Profile string - Bluetooth Low Energy profile name.
 - bonjour
Profile string - Bonjour profile name.
 - comment string
 - Comment.
 - console
Login string - Enable/disable FortiAP console login access (default = enable). Valid values: 
enable,disable. - control
Message stringOffload  - Enable/disable CAPWAP control message data channel offload.
 - deny
Mac WtpprofileLists Deny Mac List[]  - List of MAC addresses that are denied access to this WTP, FortiAP, or AP. The structure of 
deny_mac_listblock is documented below. - dtls
In stringKernel  - Enable/disable data channel DTLS in kernel. Valid values: 
enable,disable. - dtls
Policy string - WTP data channel DTLS policy (default = clear-text).
 - dynamic
Sort stringSubtable  - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
 - energy
Efficient stringEthernet  - Enable/disable use of energy efficient Ethernet on WTP. Valid values: 
enable,disable. - esl
Ses WtpprofileDongle Esl Ses Dongle  - ESL SES-imagotag dongle configuration. The structure of 
esl_ses_dongleblock is documented below. - ext
Info stringEnable  - Enable/disable station/VAP/radio extension information. Valid values: 
enable,disable. - frequency
Handoff string - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - get
All stringTables  - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
 - handoff
Roaming string - Enable/disable client load balancing during roaming to avoid roaming delay (default = disable). Valid values: 
enable,disable. - handoff
Rssi number - Minimum received signal strength indicator (RSSI) value for handoff (20 - 30, default = 25).
 - handoff
Sta numberThresh  - Threshold value for AP handoff.
 - indoor
Outdoor stringDeployment  - Set to allow indoor/outdoor-only channels under regulatory rules (default = platform-determined). Valid values: 
platform-determined,outdoor,indoor. - ip
Fragment stringPreventing  - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values: 
tcp-mss-adjust,icmp-unreachable. - lan
Wtpprofile
Lan  - WTP LAN port mapping. The structure of 
lanblock is documented below. - lbs
Wtpprofile
Lbs  - Set various location based service (LBS) options. The structure of 
lbsblock is documented below. - led
Schedules WtpprofileLed Schedule[]  - Recurring firewall schedules for illuminating LEDs on the FortiAP. If led-state is enabled, LEDs will be visible when at least one of the schedules is valid. Separate multiple schedule names with a space. The structure of 
led_schedulesblock is documented below. - led
State string - Enable/disable use of LEDs on WTP (default = disable). Valid values: 
enable,disable. - lldp string
 - Enable/disable Link Layer Discovery Protocol (LLDP) for the WTP, FortiAP, or AP. On FortiOS versions 6.2.0: default = disable. On FortiOS versions >= 6.2.4: default = enable. Valid values: 
enable,disable. - login
Passwd string - Set the managed WTP, FortiAP, or AP's administrator password.
 - login
Passwd stringChange  - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values: 
yes,default,no. - max
Clients number - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - name string
 - WTP (or FortiAP or AP) profile name.
 - platform
Wtpprofile
Platform  - WTP, FortiAP, or AP platform. The structure of 
platformblock is documented below. - poe
Mode string - Set the WTP, FortiAP, or AP's PoE mode.
 - radio1
Wtpprofile
Radio1  - Configuration options for radio 1. The structure of 
radio_1block is documented below. - radio2
Wtpprofile
Radio2  - Configuration options for radio 2. The structure of 
radio_2block is documented below. - radio3
Wtpprofile
Radio3  - Configuration options for radio 3. The structure of 
radio_3block is documented below. - radio4
Wtpprofile
Radio4  - Configuration options for radio 4. The structure of 
radio_4block is documented below. - split
Tunneling stringAcl Local Ap Subnet  - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values: 
enable,disable. - split
Tunneling stringAcl Path  - Split tunneling ACL path is local/tunnel. Valid values: 
tunnel,local. - split
Tunneling WtpprofileAcls Split Tunneling Acl[]  - Split tunneling ACL filter list. The structure of 
split_tunneling_aclblock is documented below. - syslog
Profile string - System log server configuration profile name.
 - tun
Mtu numberDownlink  - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - tun
Mtu numberUplink  - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - unii45ghz
Band string - Enable/disable UNII-4 5Ghz band channels (default = disable). Valid values: 
enable,disable. - usb
Port string - Enable/disable USB port of the WTP (default = enable). Valid values: 
enable,disable. - vdomparam string
 - Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
 - wan
Port stringAuth  - Set WAN port authentication mode (default = none). Valid values: 
none,802.1x. - wan
Port stringAuth Macsec  - Enable/disable WAN port 802.1x supplicant MACsec policy (default = disable). Valid values: 
enable,disable. - wan
Port stringAuth Methods  - WAN port 802.1x supplicant EAP methods (default = all). Valid values: 
all,EAP-FAST,EAP-TLS,EAP-PEAP. - wan
Port stringAuth Password  - Set WAN port 802.1x supplicant password.
 - wan
Port stringAuth Usrname  - Set WAN port 802.1x supplicant user name.
 - wan
Port stringMode  - Enable/disable using a WAN port as a LAN port. Valid values: 
wan-lan,wan-only. 
- allowaccess str
 - Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
 - ap_
country str - Country in which this WTP, FortiAP or AP will operate (default = NA, automatically use the country configured for the current VDOM).
 - ap_
handoff str - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - apcfg_
profile str - AP local configuration profile name.
 - ble_
profile str - Bluetooth Low Energy profile name.
 - bonjour_
profile str - Bonjour profile name.
 - comment str
 - Comment.
 - console_
login str - Enable/disable FortiAP console login access (default = enable). Valid values: 
enable,disable. - control_
message_ stroffload  - Enable/disable CAPWAP control message data channel offload.
 - deny_
mac_ Sequence[Wtpprofilelists Deny Mac List Args]  - List of MAC addresses that are denied access to this WTP, FortiAP, or AP. The structure of 
deny_mac_listblock is documented below. - dtls_
in_ strkernel  - Enable/disable data channel DTLS in kernel. Valid values: 
enable,disable. - dtls_
policy str - WTP data channel DTLS policy (default = clear-text).
 - dynamic_
sort_ strsubtable  - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
 - energy_
efficient_ strethernet  - Enable/disable use of energy efficient Ethernet on WTP. Valid values: 
enable,disable. - esl_
ses_ Wtpprofiledongle Esl Ses Dongle Args  - ESL SES-imagotag dongle configuration. The structure of 
esl_ses_dongleblock is documented below. - ext_
info_ strenable  - Enable/disable station/VAP/radio extension information. Valid values: 
enable,disable. - frequency_
handoff str - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - get_
all_ strtables  - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
 - handoff_
roaming str - Enable/disable client load balancing during roaming to avoid roaming delay (default = disable). Valid values: 
enable,disable. - handoff_
rssi int - Minimum received signal strength indicator (RSSI) value for handoff (20 - 30, default = 25).
 - handoff_
sta_ intthresh  - Threshold value for AP handoff.
 - indoor_
outdoor_ strdeployment  - Set to allow indoor/outdoor-only channels under regulatory rules (default = platform-determined). Valid values: 
platform-determined,outdoor,indoor. - ip_
fragment_ strpreventing  - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values: 
tcp-mss-adjust,icmp-unreachable. - lan
Wtpprofile
Lan Args  - WTP LAN port mapping. The structure of 
lanblock is documented below. - lbs
Wtpprofile
Lbs Args  - Set various location based service (LBS) options. The structure of 
lbsblock is documented below. - led_
schedules Sequence[WtpprofileLed Schedule Args]  - Recurring firewall schedules for illuminating LEDs on the FortiAP. If led-state is enabled, LEDs will be visible when at least one of the schedules is valid. Separate multiple schedule names with a space. The structure of 
led_schedulesblock is documented below. - led_
state str - Enable/disable use of LEDs on WTP (default = disable). Valid values: 
enable,disable. - lldp str
 - Enable/disable Link Layer Discovery Protocol (LLDP) for the WTP, FortiAP, or AP. On FortiOS versions 6.2.0: default = disable. On FortiOS versions >= 6.2.4: default = enable. Valid values: 
enable,disable. - login_
passwd str - Set the managed WTP, FortiAP, or AP's administrator password.
 - login_
passwd_ strchange  - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values: 
yes,default,no. - max_
clients int - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - name str
 - WTP (or FortiAP or AP) profile name.
 - platform
Wtpprofile
Platform Args  - WTP, FortiAP, or AP platform. The structure of 
platformblock is documented below. - poe_
mode str - Set the WTP, FortiAP, or AP's PoE mode.
 - radio1
Wtpprofile
Radio1Args  - Configuration options for radio 1. The structure of 
radio_1block is documented below. - radio2
Wtpprofile
Radio2Args  - Configuration options for radio 2. The structure of 
radio_2block is documented below. - radio3
Wtpprofile
Radio3Args  - Configuration options for radio 3. The structure of 
radio_3block is documented below. - radio4
Wtpprofile
Radio4Args  - Configuration options for radio 4. The structure of 
radio_4block is documented below. - split_
tunneling_ stracl_ local_ ap_ subnet  - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values: 
enable,disable. - split_
tunneling_ stracl_ path  - Split tunneling ACL path is local/tunnel. Valid values: 
tunnel,local. - split_
tunneling_ Sequence[Wtpprofileacls Split Tunneling Acl Args]  - Split tunneling ACL filter list. The structure of 
split_tunneling_aclblock is documented below. - syslog_
profile str - System log server configuration profile name.
 - tun_
mtu_ intdownlink  - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - tun_
mtu_ intuplink  - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - unii45ghz_
band str - Enable/disable UNII-4 5Ghz band channels (default = disable). Valid values: 
enable,disable. - usb_
port str - Enable/disable USB port of the WTP (default = enable). Valid values: 
enable,disable. - vdomparam str
 - Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
 - wan_
port_ strauth  - Set WAN port authentication mode (default = none). Valid values: 
none,802.1x. - wan_
port_ strauth_ macsec  - Enable/disable WAN port 802.1x supplicant MACsec policy (default = disable). Valid values: 
enable,disable. - wan_
port_ strauth_ methods  - WAN port 802.1x supplicant EAP methods (default = all). Valid values: 
all,EAP-FAST,EAP-TLS,EAP-PEAP. - wan_
port_ strauth_ password  - Set WAN port 802.1x supplicant password.
 - wan_
port_ strauth_ usrname  - Set WAN port 802.1x supplicant user name.
 - wan_
port_ strmode  - Enable/disable using a WAN port as a LAN port. Valid values: 
wan-lan,wan-only. 
- allowaccess String
 - Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
 - ap
Country String - Country in which this WTP, FortiAP or AP will operate (default = NA, automatically use the country configured for the current VDOM).
 - ap
Handoff String - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - apcfg
Profile String - AP local configuration profile name.
 - ble
Profile String - Bluetooth Low Energy profile name.
 - bonjour
Profile String - Bonjour profile name.
 - comment String
 - Comment.
 - console
Login String - Enable/disable FortiAP console login access (default = enable). Valid values: 
enable,disable. - control
Message StringOffload  - Enable/disable CAPWAP control message data channel offload.
 - deny
Mac List<Property Map>Lists  - List of MAC addresses that are denied access to this WTP, FortiAP, or AP. The structure of 
deny_mac_listblock is documented below. - dtls
In StringKernel  - Enable/disable data channel DTLS in kernel. Valid values: 
enable,disable. - dtls
Policy String - WTP data channel DTLS policy (default = clear-text).
 - dynamic
Sort StringSubtable  - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
 - energy
Efficient StringEthernet  - Enable/disable use of energy efficient Ethernet on WTP. Valid values: 
enable,disable. - esl
Ses Property MapDongle  - ESL SES-imagotag dongle configuration. The structure of 
esl_ses_dongleblock is documented below. - ext
Info StringEnable  - Enable/disable station/VAP/radio extension information. Valid values: 
enable,disable. - frequency
Handoff String - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - get
All StringTables  - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
 - handoff
Roaming String - Enable/disable client load balancing during roaming to avoid roaming delay (default = disable). Valid values: 
enable,disable. - handoff
Rssi Number - Minimum received signal strength indicator (RSSI) value for handoff (20 - 30, default = 25).
 - handoff
Sta NumberThresh  - Threshold value for AP handoff.
 - indoor
Outdoor StringDeployment  - Set to allow indoor/outdoor-only channels under regulatory rules (default = platform-determined). Valid values: 
platform-determined,outdoor,indoor. - ip
Fragment StringPreventing  - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values: 
tcp-mss-adjust,icmp-unreachable. - lan Property Map
 - WTP LAN port mapping. The structure of 
lanblock is documented below. - lbs Property Map
 - Set various location based service (LBS) options. The structure of 
lbsblock is documented below. - led
Schedules List<Property Map> - Recurring firewall schedules for illuminating LEDs on the FortiAP. If led-state is enabled, LEDs will be visible when at least one of the schedules is valid. Separate multiple schedule names with a space. The structure of 
led_schedulesblock is documented below. - led
State String - Enable/disable use of LEDs on WTP (default = disable). Valid values: 
enable,disable. - lldp String
 - Enable/disable Link Layer Discovery Protocol (LLDP) for the WTP, FortiAP, or AP. On FortiOS versions 6.2.0: default = disable. On FortiOS versions >= 6.2.4: default = enable. Valid values: 
enable,disable. - login
Passwd String - Set the managed WTP, FortiAP, or AP's administrator password.
 - login
Passwd StringChange  - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values: 
yes,default,no. - max
Clients Number - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - name String
 - WTP (or FortiAP or AP) profile name.
 - platform Property Map
 - WTP, FortiAP, or AP platform. The structure of 
platformblock is documented below. - poe
Mode String - Set the WTP, FortiAP, or AP's PoE mode.
 - radio1 Property Map
 - Configuration options for radio 1. The structure of 
radio_1block is documented below. - radio2 Property Map
 - Configuration options for radio 2. The structure of 
radio_2block is documented below. - radio3 Property Map
 - Configuration options for radio 3. The structure of 
radio_3block is documented below. - radio4 Property Map
 - Configuration options for radio 4. The structure of 
radio_4block is documented below. - split
Tunneling StringAcl Local Ap Subnet  - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values: 
enable,disable. - split
Tunneling StringAcl Path  - Split tunneling ACL path is local/tunnel. Valid values: 
tunnel,local. - split
Tunneling List<Property Map>Acls  - Split tunneling ACL filter list. The structure of 
split_tunneling_aclblock is documented below. - syslog
Profile String - System log server configuration profile name.
 - tun
Mtu NumberDownlink  - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - tun
Mtu NumberUplink  - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - unii45ghz
Band String - Enable/disable UNII-4 5Ghz band channels (default = disable). Valid values: 
enable,disable. - usb
Port String - Enable/disable USB port of the WTP (default = enable). Valid values: 
enable,disable. - vdomparam String
 - Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
 - wan
Port StringAuth  - Set WAN port authentication mode (default = none). Valid values: 
none,802.1x. - wan
Port StringAuth Macsec  - Enable/disable WAN port 802.1x supplicant MACsec policy (default = disable). Valid values: 
enable,disable. - wan
Port StringAuth Methods  - WAN port 802.1x supplicant EAP methods (default = all). Valid values: 
all,EAP-FAST,EAP-TLS,EAP-PEAP. - wan
Port StringAuth Password  - Set WAN port 802.1x supplicant password.
 - wan
Port StringAuth Usrname  - Set WAN port 802.1x supplicant user name.
 - wan
Port StringMode  - Enable/disable using a WAN port as a LAN port. Valid values: 
wan-lan,wan-only. 
Outputs
All input properties are implicitly available as output properties. Additionally, the Wtpprofile 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 Wtpprofile Resource
Get an existing Wtpprofile 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?: WtpprofileState, opts?: CustomResourceOptions): Wtpprofile@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        allowaccess: Optional[str] = None,
        ap_country: Optional[str] = None,
        ap_handoff: Optional[str] = None,
        apcfg_profile: Optional[str] = None,
        ble_profile: Optional[str] = None,
        bonjour_profile: Optional[str] = None,
        comment: Optional[str] = None,
        console_login: Optional[str] = None,
        control_message_offload: Optional[str] = None,
        deny_mac_lists: Optional[Sequence[WtpprofileDenyMacListArgs]] = None,
        dtls_in_kernel: Optional[str] = None,
        dtls_policy: Optional[str] = None,
        dynamic_sort_subtable: Optional[str] = None,
        energy_efficient_ethernet: Optional[str] = None,
        esl_ses_dongle: Optional[WtpprofileEslSesDongleArgs] = None,
        ext_info_enable: Optional[str] = None,
        frequency_handoff: Optional[str] = None,
        get_all_tables: Optional[str] = None,
        handoff_roaming: Optional[str] = None,
        handoff_rssi: Optional[int] = None,
        handoff_sta_thresh: Optional[int] = None,
        indoor_outdoor_deployment: Optional[str] = None,
        ip_fragment_preventing: Optional[str] = None,
        lan: Optional[WtpprofileLanArgs] = None,
        lbs: Optional[WtpprofileLbsArgs] = None,
        led_schedules: Optional[Sequence[WtpprofileLedScheduleArgs]] = None,
        led_state: Optional[str] = None,
        lldp: Optional[str] = None,
        login_passwd: Optional[str] = None,
        login_passwd_change: Optional[str] = None,
        max_clients: Optional[int] = None,
        name: Optional[str] = None,
        platform: Optional[WtpprofilePlatformArgs] = None,
        poe_mode: Optional[str] = None,
        radio1: Optional[WtpprofileRadio1Args] = None,
        radio2: Optional[WtpprofileRadio2Args] = None,
        radio3: Optional[WtpprofileRadio3Args] = None,
        radio4: Optional[WtpprofileRadio4Args] = None,
        split_tunneling_acl_local_ap_subnet: Optional[str] = None,
        split_tunneling_acl_path: Optional[str] = None,
        split_tunneling_acls: Optional[Sequence[WtpprofileSplitTunnelingAclArgs]] = None,
        syslog_profile: Optional[str] = None,
        tun_mtu_downlink: Optional[int] = None,
        tun_mtu_uplink: Optional[int] = None,
        unii45ghz_band: Optional[str] = None,
        usb_port: Optional[str] = None,
        vdomparam: Optional[str] = None,
        wan_port_auth: Optional[str] = None,
        wan_port_auth_macsec: Optional[str] = None,
        wan_port_auth_methods: Optional[str] = None,
        wan_port_auth_password: Optional[str] = None,
        wan_port_auth_usrname: Optional[str] = None,
        wan_port_mode: Optional[str] = None) -> Wtpprofilefunc GetWtpprofile(ctx *Context, name string, id IDInput, state *WtpprofileState, opts ...ResourceOption) (*Wtpprofile, error)public static Wtpprofile Get(string name, Input<string> id, WtpprofileState? state, CustomResourceOptions? opts = null)public static Wtpprofile get(String name, Output<String> id, WtpprofileState state, CustomResourceOptions options)resources:  _:    type: fortios:wirelesscontroller:Wtpprofile    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.
 
- Allowaccess string
 - Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
 - Ap
Country string - Country in which this WTP, FortiAP or AP will operate (default = NA, automatically use the country configured for the current VDOM).
 - Ap
Handoff string - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - Apcfg
Profile string - AP local configuration profile name.
 - Ble
Profile string - Bluetooth Low Energy profile name.
 - Bonjour
Profile string - Bonjour profile name.
 - Comment string
 - Comment.
 - Console
Login string - Enable/disable FortiAP console login access (default = enable). Valid values: 
enable,disable. - Control
Message stringOffload  - Enable/disable CAPWAP control message data channel offload.
 - Deny
Mac List<Pulumiverse.Lists Fortios. Wirelesscontroller. Inputs. Wtpprofile Deny Mac List>  - List of MAC addresses that are denied access to this WTP, FortiAP, or AP. The structure of 
deny_mac_listblock is documented below. - Dtls
In stringKernel  - Enable/disable data channel DTLS in kernel. Valid values: 
enable,disable. - Dtls
Policy string - WTP data channel DTLS policy (default = clear-text).
 - Dynamic
Sort stringSubtable  - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
 - Energy
Efficient stringEthernet  - Enable/disable use of energy efficient Ethernet on WTP. Valid values: 
enable,disable. - Esl
Ses Pulumiverse.Dongle Fortios. Wirelesscontroller. Inputs. Wtpprofile Esl Ses Dongle  - ESL SES-imagotag dongle configuration. The structure of 
esl_ses_dongleblock is documented below. - Ext
Info stringEnable  - Enable/disable station/VAP/radio extension information. Valid values: 
enable,disable. - Frequency
Handoff string - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - Get
All stringTables  - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
 - Handoff
Roaming string - Enable/disable client load balancing during roaming to avoid roaming delay (default = disable). Valid values: 
enable,disable. - Handoff
Rssi int - Minimum received signal strength indicator (RSSI) value for handoff (20 - 30, default = 25).
 - Handoff
Sta intThresh  - Threshold value for AP handoff.
 - Indoor
Outdoor stringDeployment  - Set to allow indoor/outdoor-only channels under regulatory rules (default = platform-determined). Valid values: 
platform-determined,outdoor,indoor. - Ip
Fragment stringPreventing  - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values: 
tcp-mss-adjust,icmp-unreachable. - Lan
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Lan  - WTP LAN port mapping. The structure of 
lanblock is documented below. - Lbs
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Lbs  - Set various location based service (LBS) options. The structure of 
lbsblock is documented below. - Led
Schedules List<Pulumiverse.Fortios. Wirelesscontroller. Inputs. Wtpprofile Led Schedule>  - Recurring firewall schedules for illuminating LEDs on the FortiAP. If led-state is enabled, LEDs will be visible when at least one of the schedules is valid. Separate multiple schedule names with a space. The structure of 
led_schedulesblock is documented below. - Led
State string - Enable/disable use of LEDs on WTP (default = disable). Valid values: 
enable,disable. - Lldp string
 - Enable/disable Link Layer Discovery Protocol (LLDP) for the WTP, FortiAP, or AP. On FortiOS versions 6.2.0: default = disable. On FortiOS versions >= 6.2.4: default = enable. Valid values: 
enable,disable. - Login
Passwd string - Set the managed WTP, FortiAP, or AP's administrator password.
 - Login
Passwd stringChange  - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values: 
yes,default,no. - Max
Clients int - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - Name string
 - WTP (or FortiAP or AP) profile name.
 - Platform
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Platform  - WTP, FortiAP, or AP platform. The structure of 
platformblock is documented below. - Poe
Mode string - Set the WTP, FortiAP, or AP's PoE mode.
 - Radio1
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Radio1  - Configuration options for radio 1. The structure of 
radio_1block is documented below. - Radio2
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Radio2  - Configuration options for radio 2. The structure of 
radio_2block is documented below. - Radio3
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Radio3  - Configuration options for radio 3. The structure of 
radio_3block is documented below. - Radio4
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Radio4  - Configuration options for radio 4. The structure of 
radio_4block is documented below. - Split
Tunneling stringAcl Local Ap Subnet  - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values: 
enable,disable. - Split
Tunneling stringAcl Path  - Split tunneling ACL path is local/tunnel. Valid values: 
tunnel,local. - Split
Tunneling List<Pulumiverse.Acls Fortios. Wirelesscontroller. Inputs. Wtpprofile Split Tunneling Acl>  - Split tunneling ACL filter list. The structure of 
split_tunneling_aclblock is documented below. - Syslog
Profile string - System log server configuration profile name.
 - Tun
Mtu intDownlink  - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - Tun
Mtu intUplink  - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - Unii45ghz
Band string - Enable/disable UNII-4 5Ghz band channels (default = disable). Valid values: 
enable,disable. - Usb
Port string - Enable/disable USB port of the WTP (default = enable). Valid values: 
enable,disable. - Vdomparam string
 - Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
 - Wan
Port stringAuth  - Set WAN port authentication mode (default = none). Valid values: 
none,802.1x. - Wan
Port stringAuth Macsec  - Enable/disable WAN port 802.1x supplicant MACsec policy (default = disable). Valid values: 
enable,disable. - Wan
Port stringAuth Methods  - WAN port 802.1x supplicant EAP methods (default = all). Valid values: 
all,EAP-FAST,EAP-TLS,EAP-PEAP. - Wan
Port stringAuth Password  - Set WAN port 802.1x supplicant password.
 - Wan
Port stringAuth Usrname  - Set WAN port 802.1x supplicant user name.
 - Wan
Port stringMode  - Enable/disable using a WAN port as a LAN port. Valid values: 
wan-lan,wan-only. 
- Allowaccess string
 - Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
 - Ap
Country string - Country in which this WTP, FortiAP or AP will operate (default = NA, automatically use the country configured for the current VDOM).
 - Ap
Handoff string - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - Apcfg
Profile string - AP local configuration profile name.
 - Ble
Profile string - Bluetooth Low Energy profile name.
 - Bonjour
Profile string - Bonjour profile name.
 - Comment string
 - Comment.
 - Console
Login string - Enable/disable FortiAP console login access (default = enable). Valid values: 
enable,disable. - Control
Message stringOffload  - Enable/disable CAPWAP control message data channel offload.
 - Deny
Mac []WtpprofileLists Deny Mac List Args  - List of MAC addresses that are denied access to this WTP, FortiAP, or AP. The structure of 
deny_mac_listblock is documented below. - Dtls
In stringKernel  - Enable/disable data channel DTLS in kernel. Valid values: 
enable,disable. - Dtls
Policy string - WTP data channel DTLS policy (default = clear-text).
 - Dynamic
Sort stringSubtable  - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
 - Energy
Efficient stringEthernet  - Enable/disable use of energy efficient Ethernet on WTP. Valid values: 
enable,disable. - Esl
Ses WtpprofileDongle Esl Ses Dongle Args  - ESL SES-imagotag dongle configuration. The structure of 
esl_ses_dongleblock is documented below. - Ext
Info stringEnable  - Enable/disable station/VAP/radio extension information. Valid values: 
enable,disable. - Frequency
Handoff string - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - Get
All stringTables  - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
 - Handoff
Roaming string - Enable/disable client load balancing during roaming to avoid roaming delay (default = disable). Valid values: 
enable,disable. - Handoff
Rssi int - Minimum received signal strength indicator (RSSI) value for handoff (20 - 30, default = 25).
 - Handoff
Sta intThresh  - Threshold value for AP handoff.
 - Indoor
Outdoor stringDeployment  - Set to allow indoor/outdoor-only channels under regulatory rules (default = platform-determined). Valid values: 
platform-determined,outdoor,indoor. - Ip
Fragment stringPreventing  - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values: 
tcp-mss-adjust,icmp-unreachable. - Lan
Wtpprofile
Lan Args  - WTP LAN port mapping. The structure of 
lanblock is documented below. - Lbs
Wtpprofile
Lbs Args  - Set various location based service (LBS) options. The structure of 
lbsblock is documented below. - Led
Schedules []WtpprofileLed Schedule Args  - Recurring firewall schedules for illuminating LEDs on the FortiAP. If led-state is enabled, LEDs will be visible when at least one of the schedules is valid. Separate multiple schedule names with a space. The structure of 
led_schedulesblock is documented below. - Led
State string - Enable/disable use of LEDs on WTP (default = disable). Valid values: 
enable,disable. - Lldp string
 - Enable/disable Link Layer Discovery Protocol (LLDP) for the WTP, FortiAP, or AP. On FortiOS versions 6.2.0: default = disable. On FortiOS versions >= 6.2.4: default = enable. Valid values: 
enable,disable. - Login
Passwd string - Set the managed WTP, FortiAP, or AP's administrator password.
 - Login
Passwd stringChange  - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values: 
yes,default,no. - Max
Clients int - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - Name string
 - WTP (or FortiAP or AP) profile name.
 - Platform
Wtpprofile
Platform Args  - WTP, FortiAP, or AP platform. The structure of 
platformblock is documented below. - Poe
Mode string - Set the WTP, FortiAP, or AP's PoE mode.
 - Radio1
Wtpprofile
Radio1Args  - Configuration options for radio 1. The structure of 
radio_1block is documented below. - Radio2
Wtpprofile
Radio2Args  - Configuration options for radio 2. The structure of 
radio_2block is documented below. - Radio3
Wtpprofile
Radio3Args  - Configuration options for radio 3. The structure of 
radio_3block is documented below. - Radio4
Wtpprofile
Radio4Args  - Configuration options for radio 4. The structure of 
radio_4block is documented below. - Split
Tunneling stringAcl Local Ap Subnet  - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values: 
enable,disable. - Split
Tunneling stringAcl Path  - Split tunneling ACL path is local/tunnel. Valid values: 
tunnel,local. - Split
Tunneling []WtpprofileAcls Split Tunneling Acl Args  - Split tunneling ACL filter list. The structure of 
split_tunneling_aclblock is documented below. - Syslog
Profile string - System log server configuration profile name.
 - Tun
Mtu intDownlink  - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - Tun
Mtu intUplink  - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - Unii45ghz
Band string - Enable/disable UNII-4 5Ghz band channels (default = disable). Valid values: 
enable,disable. - Usb
Port string - Enable/disable USB port of the WTP (default = enable). Valid values: 
enable,disable. - Vdomparam string
 - Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
 - Wan
Port stringAuth  - Set WAN port authentication mode (default = none). Valid values: 
none,802.1x. - Wan
Port stringAuth Macsec  - Enable/disable WAN port 802.1x supplicant MACsec policy (default = disable). Valid values: 
enable,disable. - Wan
Port stringAuth Methods  - WAN port 802.1x supplicant EAP methods (default = all). Valid values: 
all,EAP-FAST,EAP-TLS,EAP-PEAP. - Wan
Port stringAuth Password  - Set WAN port 802.1x supplicant password.
 - Wan
Port stringAuth Usrname  - Set WAN port 802.1x supplicant user name.
 - Wan
Port stringMode  - Enable/disable using a WAN port as a LAN port. Valid values: 
wan-lan,wan-only. 
- allowaccess String
 - Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
 - ap
Country String - Country in which this WTP, FortiAP or AP will operate (default = NA, automatically use the country configured for the current VDOM).
 - ap
Handoff String - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - apcfg
Profile String - AP local configuration profile name.
 - ble
Profile String - Bluetooth Low Energy profile name.
 - bonjour
Profile String - Bonjour profile name.
 - comment String
 - Comment.
 - console
Login String - Enable/disable FortiAP console login access (default = enable). Valid values: 
enable,disable. - control
Message StringOffload  - Enable/disable CAPWAP control message data channel offload.
 - deny
Mac List<WtpprofileLists Deny Mac List>  - List of MAC addresses that are denied access to this WTP, FortiAP, or AP. The structure of 
deny_mac_listblock is documented below. - dtls
In StringKernel  - Enable/disable data channel DTLS in kernel. Valid values: 
enable,disable. - dtls
Policy String - WTP data channel DTLS policy (default = clear-text).
 - dynamic
Sort StringSubtable  - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
 - energy
Efficient StringEthernet  - Enable/disable use of energy efficient Ethernet on WTP. Valid values: 
enable,disable. - esl
Ses WtpprofileDongle Esl Ses Dongle  - ESL SES-imagotag dongle configuration. The structure of 
esl_ses_dongleblock is documented below. - ext
Info StringEnable  - Enable/disable station/VAP/radio extension information. Valid values: 
enable,disable. - frequency
Handoff String - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - get
All StringTables  - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
 - handoff
Roaming String - Enable/disable client load balancing during roaming to avoid roaming delay (default = disable). Valid values: 
enable,disable. - handoff
Rssi Integer - Minimum received signal strength indicator (RSSI) value for handoff (20 - 30, default = 25).
 - handoff
Sta IntegerThresh  - Threshold value for AP handoff.
 - indoor
Outdoor StringDeployment  - Set to allow indoor/outdoor-only channels under regulatory rules (default = platform-determined). Valid values: 
platform-determined,outdoor,indoor. - ip
Fragment StringPreventing  - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values: 
tcp-mss-adjust,icmp-unreachable. - lan
Wtpprofile
Lan  - WTP LAN port mapping. The structure of 
lanblock is documented below. - lbs
Wtpprofile
Lbs  - Set various location based service (LBS) options. The structure of 
lbsblock is documented below. - led
Schedules List<WtpprofileLed Schedule>  - Recurring firewall schedules for illuminating LEDs on the FortiAP. If led-state is enabled, LEDs will be visible when at least one of the schedules is valid. Separate multiple schedule names with a space. The structure of 
led_schedulesblock is documented below. - led
State String - Enable/disable use of LEDs on WTP (default = disable). Valid values: 
enable,disable. - lldp String
 - Enable/disable Link Layer Discovery Protocol (LLDP) for the WTP, FortiAP, or AP. On FortiOS versions 6.2.0: default = disable. On FortiOS versions >= 6.2.4: default = enable. Valid values: 
enable,disable. - login
Passwd String - Set the managed WTP, FortiAP, or AP's administrator password.
 - login
Passwd StringChange  - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values: 
yes,default,no. - max
Clients Integer - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - name String
 - WTP (or FortiAP or AP) profile name.
 - platform
Wtpprofile
Platform  - WTP, FortiAP, or AP platform. The structure of 
platformblock is documented below. - poe
Mode String - Set the WTP, FortiAP, or AP's PoE mode.
 - radio1
Wtpprofile
Radio1  - Configuration options for radio 1. The structure of 
radio_1block is documented below. - radio2
Wtpprofile
Radio2  - Configuration options for radio 2. The structure of 
radio_2block is documented below. - radio3
Wtpprofile
Radio3  - Configuration options for radio 3. The structure of 
radio_3block is documented below. - radio4
Wtpprofile
Radio4  - Configuration options for radio 4. The structure of 
radio_4block is documented below. - split
Tunneling StringAcl Local Ap Subnet  - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values: 
enable,disable. - split
Tunneling StringAcl Path  - Split tunneling ACL path is local/tunnel. Valid values: 
tunnel,local. - split
Tunneling List<WtpprofileAcls Split Tunneling Acl>  - Split tunneling ACL filter list. The structure of 
split_tunneling_aclblock is documented below. - syslog
Profile String - System log server configuration profile name.
 - tun
Mtu IntegerDownlink  - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - tun
Mtu IntegerUplink  - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - unii45ghz
Band String - Enable/disable UNII-4 5Ghz band channels (default = disable). Valid values: 
enable,disable. - usb
Port String - Enable/disable USB port of the WTP (default = enable). Valid values: 
enable,disable. - vdomparam String
 - Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
 - wan
Port StringAuth  - Set WAN port authentication mode (default = none). Valid values: 
none,802.1x. - wan
Port StringAuth Macsec  - Enable/disable WAN port 802.1x supplicant MACsec policy (default = disable). Valid values: 
enable,disable. - wan
Port StringAuth Methods  - WAN port 802.1x supplicant EAP methods (default = all). Valid values: 
all,EAP-FAST,EAP-TLS,EAP-PEAP. - wan
Port StringAuth Password  - Set WAN port 802.1x supplicant password.
 - wan
Port StringAuth Usrname  - Set WAN port 802.1x supplicant user name.
 - wan
Port StringMode  - Enable/disable using a WAN port as a LAN port. Valid values: 
wan-lan,wan-only. 
- allowaccess string
 - Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
 - ap
Country string - Country in which this WTP, FortiAP or AP will operate (default = NA, automatically use the country configured for the current VDOM).
 - ap
Handoff string - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - apcfg
Profile string - AP local configuration profile name.
 - ble
Profile string - Bluetooth Low Energy profile name.
 - bonjour
Profile string - Bonjour profile name.
 - comment string
 - Comment.
 - console
Login string - Enable/disable FortiAP console login access (default = enable). Valid values: 
enable,disable. - control
Message stringOffload  - Enable/disable CAPWAP control message data channel offload.
 - deny
Mac WtpprofileLists Deny Mac List[]  - List of MAC addresses that are denied access to this WTP, FortiAP, or AP. The structure of 
deny_mac_listblock is documented below. - dtls
In stringKernel  - Enable/disable data channel DTLS in kernel. Valid values: 
enable,disable. - dtls
Policy string - WTP data channel DTLS policy (default = clear-text).
 - dynamic
Sort stringSubtable  - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
 - energy
Efficient stringEthernet  - Enable/disable use of energy efficient Ethernet on WTP. Valid values: 
enable,disable. - esl
Ses WtpprofileDongle Esl Ses Dongle  - ESL SES-imagotag dongle configuration. The structure of 
esl_ses_dongleblock is documented below. - ext
Info stringEnable  - Enable/disable station/VAP/radio extension information. Valid values: 
enable,disable. - frequency
Handoff string - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - get
All stringTables  - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
 - handoff
Roaming string - Enable/disable client load balancing during roaming to avoid roaming delay (default = disable). Valid values: 
enable,disable. - handoff
Rssi number - Minimum received signal strength indicator (RSSI) value for handoff (20 - 30, default = 25).
 - handoff
Sta numberThresh  - Threshold value for AP handoff.
 - indoor
Outdoor stringDeployment  - Set to allow indoor/outdoor-only channels under regulatory rules (default = platform-determined). Valid values: 
platform-determined,outdoor,indoor. - ip
Fragment stringPreventing  - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values: 
tcp-mss-adjust,icmp-unreachable. - lan
Wtpprofile
Lan  - WTP LAN port mapping. The structure of 
lanblock is documented below. - lbs
Wtpprofile
Lbs  - Set various location based service (LBS) options. The structure of 
lbsblock is documented below. - led
Schedules WtpprofileLed Schedule[]  - Recurring firewall schedules for illuminating LEDs on the FortiAP. If led-state is enabled, LEDs will be visible when at least one of the schedules is valid. Separate multiple schedule names with a space. The structure of 
led_schedulesblock is documented below. - led
State string - Enable/disable use of LEDs on WTP (default = disable). Valid values: 
enable,disable. - lldp string
 - Enable/disable Link Layer Discovery Protocol (LLDP) for the WTP, FortiAP, or AP. On FortiOS versions 6.2.0: default = disable. On FortiOS versions >= 6.2.4: default = enable. Valid values: 
enable,disable. - login
Passwd string - Set the managed WTP, FortiAP, or AP's administrator password.
 - login
Passwd stringChange  - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values: 
yes,default,no. - max
Clients number - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - name string
 - WTP (or FortiAP or AP) profile name.
 - platform
Wtpprofile
Platform  - WTP, FortiAP, or AP platform. The structure of 
platformblock is documented below. - poe
Mode string - Set the WTP, FortiAP, or AP's PoE mode.
 - radio1
Wtpprofile
Radio1  - Configuration options for radio 1. The structure of 
radio_1block is documented below. - radio2
Wtpprofile
Radio2  - Configuration options for radio 2. The structure of 
radio_2block is documented below. - radio3
Wtpprofile
Radio3  - Configuration options for radio 3. The structure of 
radio_3block is documented below. - radio4
Wtpprofile
Radio4  - Configuration options for radio 4. The structure of 
radio_4block is documented below. - split
Tunneling stringAcl Local Ap Subnet  - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values: 
enable,disable. - split
Tunneling stringAcl Path  - Split tunneling ACL path is local/tunnel. Valid values: 
tunnel,local. - split
Tunneling WtpprofileAcls Split Tunneling Acl[]  - Split tunneling ACL filter list. The structure of 
split_tunneling_aclblock is documented below. - syslog
Profile string - System log server configuration profile name.
 - tun
Mtu numberDownlink  - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - tun
Mtu numberUplink  - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - unii45ghz
Band string - Enable/disable UNII-4 5Ghz band channels (default = disable). Valid values: 
enable,disable. - usb
Port string - Enable/disable USB port of the WTP (default = enable). Valid values: 
enable,disable. - vdomparam string
 - Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
 - wan
Port stringAuth  - Set WAN port authentication mode (default = none). Valid values: 
none,802.1x. - wan
Port stringAuth Macsec  - Enable/disable WAN port 802.1x supplicant MACsec policy (default = disable). Valid values: 
enable,disable. - wan
Port stringAuth Methods  - WAN port 802.1x supplicant EAP methods (default = all). Valid values: 
all,EAP-FAST,EAP-TLS,EAP-PEAP. - wan
Port stringAuth Password  - Set WAN port 802.1x supplicant password.
 - wan
Port stringAuth Usrname  - Set WAN port 802.1x supplicant user name.
 - wan
Port stringMode  - Enable/disable using a WAN port as a LAN port. Valid values: 
wan-lan,wan-only. 
- allowaccess str
 - Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
 - ap_
country str - Country in which this WTP, FortiAP or AP will operate (default = NA, automatically use the country configured for the current VDOM).
 - ap_
handoff str - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - apcfg_
profile str - AP local configuration profile name.
 - ble_
profile str - Bluetooth Low Energy profile name.
 - bonjour_
profile str - Bonjour profile name.
 - comment str
 - Comment.
 - console_
login str - Enable/disable FortiAP console login access (default = enable). Valid values: 
enable,disable. - control_
message_ stroffload  - Enable/disable CAPWAP control message data channel offload.
 - deny_
mac_ Sequence[Wtpprofilelists Deny Mac List Args]  - List of MAC addresses that are denied access to this WTP, FortiAP, or AP. The structure of 
deny_mac_listblock is documented below. - dtls_
in_ strkernel  - Enable/disable data channel DTLS in kernel. Valid values: 
enable,disable. - dtls_
policy str - WTP data channel DTLS policy (default = clear-text).
 - dynamic_
sort_ strsubtable  - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
 - energy_
efficient_ strethernet  - Enable/disable use of energy efficient Ethernet on WTP. Valid values: 
enable,disable. - esl_
ses_ Wtpprofiledongle Esl Ses Dongle Args  - ESL SES-imagotag dongle configuration. The structure of 
esl_ses_dongleblock is documented below. - ext_
info_ strenable  - Enable/disable station/VAP/radio extension information. Valid values: 
enable,disable. - frequency_
handoff str - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - get_
all_ strtables  - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
 - handoff_
roaming str - Enable/disable client load balancing during roaming to avoid roaming delay (default = disable). Valid values: 
enable,disable. - handoff_
rssi int - Minimum received signal strength indicator (RSSI) value for handoff (20 - 30, default = 25).
 - handoff_
sta_ intthresh  - Threshold value for AP handoff.
 - indoor_
outdoor_ strdeployment  - Set to allow indoor/outdoor-only channels under regulatory rules (default = platform-determined). Valid values: 
platform-determined,outdoor,indoor. - ip_
fragment_ strpreventing  - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values: 
tcp-mss-adjust,icmp-unreachable. - lan
Wtpprofile
Lan Args  - WTP LAN port mapping. The structure of 
lanblock is documented below. - lbs
Wtpprofile
Lbs Args  - Set various location based service (LBS) options. The structure of 
lbsblock is documented below. - led_
schedules Sequence[WtpprofileLed Schedule Args]  - Recurring firewall schedules for illuminating LEDs on the FortiAP. If led-state is enabled, LEDs will be visible when at least one of the schedules is valid. Separate multiple schedule names with a space. The structure of 
led_schedulesblock is documented below. - led_
state str - Enable/disable use of LEDs on WTP (default = disable). Valid values: 
enable,disable. - lldp str
 - Enable/disable Link Layer Discovery Protocol (LLDP) for the WTP, FortiAP, or AP. On FortiOS versions 6.2.0: default = disable. On FortiOS versions >= 6.2.4: default = enable. Valid values: 
enable,disable. - login_
passwd str - Set the managed WTP, FortiAP, or AP's administrator password.
 - login_
passwd_ strchange  - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values: 
yes,default,no. - max_
clients int - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - name str
 - WTP (or FortiAP or AP) profile name.
 - platform
Wtpprofile
Platform Args  - WTP, FortiAP, or AP platform. The structure of 
platformblock is documented below. - poe_
mode str - Set the WTP, FortiAP, or AP's PoE mode.
 - radio1
Wtpprofile
Radio1Args  - Configuration options for radio 1. The structure of 
radio_1block is documented below. - radio2
Wtpprofile
Radio2Args  - Configuration options for radio 2. The structure of 
radio_2block is documented below. - radio3
Wtpprofile
Radio3Args  - Configuration options for radio 3. The structure of 
radio_3block is documented below. - radio4
Wtpprofile
Radio4Args  - Configuration options for radio 4. The structure of 
radio_4block is documented below. - split_
tunneling_ stracl_ local_ ap_ subnet  - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values: 
enable,disable. - split_
tunneling_ stracl_ path  - Split tunneling ACL path is local/tunnel. Valid values: 
tunnel,local. - split_
tunneling_ Sequence[Wtpprofileacls Split Tunneling Acl Args]  - Split tunneling ACL filter list. The structure of 
split_tunneling_aclblock is documented below. - syslog_
profile str - System log server configuration profile name.
 - tun_
mtu_ intdownlink  - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - tun_
mtu_ intuplink  - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - unii45ghz_
band str - Enable/disable UNII-4 5Ghz band channels (default = disable). Valid values: 
enable,disable. - usb_
port str - Enable/disable USB port of the WTP (default = enable). Valid values: 
enable,disable. - vdomparam str
 - Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
 - wan_
port_ strauth  - Set WAN port authentication mode (default = none). Valid values: 
none,802.1x. - wan_
port_ strauth_ macsec  - Enable/disable WAN port 802.1x supplicant MACsec policy (default = disable). Valid values: 
enable,disable. - wan_
port_ strauth_ methods  - WAN port 802.1x supplicant EAP methods (default = all). Valid values: 
all,EAP-FAST,EAP-TLS,EAP-PEAP. - wan_
port_ strauth_ password  - Set WAN port 802.1x supplicant password.
 - wan_
port_ strauth_ usrname  - Set WAN port 802.1x supplicant user name.
 - wan_
port_ strmode  - Enable/disable using a WAN port as a LAN port. Valid values: 
wan-lan,wan-only. 
- allowaccess String
 - Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
 - ap
Country String - Country in which this WTP, FortiAP or AP will operate (default = NA, automatically use the country configured for the current VDOM).
 - ap
Handoff String - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - apcfg
Profile String - AP local configuration profile name.
 - ble
Profile String - Bluetooth Low Energy profile name.
 - bonjour
Profile String - Bonjour profile name.
 - comment String
 - Comment.
 - console
Login String - Enable/disable FortiAP console login access (default = enable). Valid values: 
enable,disable. - control
Message StringOffload  - Enable/disable CAPWAP control message data channel offload.
 - deny
Mac List<Property Map>Lists  - List of MAC addresses that are denied access to this WTP, FortiAP, or AP. The structure of 
deny_mac_listblock is documented below. - dtls
In StringKernel  - Enable/disable data channel DTLS in kernel. Valid values: 
enable,disable. - dtls
Policy String - WTP data channel DTLS policy (default = clear-text).
 - dynamic
Sort StringSubtable  - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
 - energy
Efficient StringEthernet  - Enable/disable use of energy efficient Ethernet on WTP. Valid values: 
enable,disable. - esl
Ses Property MapDongle  - ESL SES-imagotag dongle configuration. The structure of 
esl_ses_dongleblock is documented below. - ext
Info StringEnable  - Enable/disable station/VAP/radio extension information. Valid values: 
enable,disable. - frequency
Handoff String - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - get
All StringTables  - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
 - handoff
Roaming String - Enable/disable client load balancing during roaming to avoid roaming delay (default = disable). Valid values: 
enable,disable. - handoff
Rssi Number - Minimum received signal strength indicator (RSSI) value for handoff (20 - 30, default = 25).
 - handoff
Sta NumberThresh  - Threshold value for AP handoff.
 - indoor
Outdoor StringDeployment  - Set to allow indoor/outdoor-only channels under regulatory rules (default = platform-determined). Valid values: 
platform-determined,outdoor,indoor. - ip
Fragment StringPreventing  - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values: 
tcp-mss-adjust,icmp-unreachable. - lan Property Map
 - WTP LAN port mapping. The structure of 
lanblock is documented below. - lbs Property Map
 - Set various location based service (LBS) options. The structure of 
lbsblock is documented below. - led
Schedules List<Property Map> - Recurring firewall schedules for illuminating LEDs on the FortiAP. If led-state is enabled, LEDs will be visible when at least one of the schedules is valid. Separate multiple schedule names with a space. The structure of 
led_schedulesblock is documented below. - led
State String - Enable/disable use of LEDs on WTP (default = disable). Valid values: 
enable,disable. - lldp String
 - Enable/disable Link Layer Discovery Protocol (LLDP) for the WTP, FortiAP, or AP. On FortiOS versions 6.2.0: default = disable. On FortiOS versions >= 6.2.4: default = enable. Valid values: 
enable,disable. - login
Passwd String - Set the managed WTP, FortiAP, or AP's administrator password.
 - login
Passwd StringChange  - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values: 
yes,default,no. - max
Clients Number - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - name String
 - WTP (or FortiAP or AP) profile name.
 - platform Property Map
 - WTP, FortiAP, or AP platform. The structure of 
platformblock is documented below. - poe
Mode String - Set the WTP, FortiAP, or AP's PoE mode.
 - radio1 Property Map
 - Configuration options for radio 1. The structure of 
radio_1block is documented below. - radio2 Property Map
 - Configuration options for radio 2. The structure of 
radio_2block is documented below. - radio3 Property Map
 - Configuration options for radio 3. The structure of 
radio_3block is documented below. - radio4 Property Map
 - Configuration options for radio 4. The structure of 
radio_4block is documented below. - split
Tunneling StringAcl Local Ap Subnet  - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values: 
enable,disable. - split
Tunneling StringAcl Path  - Split tunneling ACL path is local/tunnel. Valid values: 
tunnel,local. - split
Tunneling List<Property Map>Acls  - Split tunneling ACL filter list. The structure of 
split_tunneling_aclblock is documented below. - syslog
Profile String - System log server configuration profile name.
 - tun
Mtu NumberDownlink  - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - tun
Mtu NumberUplink  - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
 - unii45ghz
Band String - Enable/disable UNII-4 5Ghz band channels (default = disable). Valid values: 
enable,disable. - usb
Port String - Enable/disable USB port of the WTP (default = enable). Valid values: 
enable,disable. - vdomparam String
 - Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
 - wan
Port StringAuth  - Set WAN port authentication mode (default = none). Valid values: 
none,802.1x. - wan
Port StringAuth Macsec  - Enable/disable WAN port 802.1x supplicant MACsec policy (default = disable). Valid values: 
enable,disable. - wan
Port StringAuth Methods  - WAN port 802.1x supplicant EAP methods (default = all). Valid values: 
all,EAP-FAST,EAP-TLS,EAP-PEAP. - wan
Port StringAuth Password  - Set WAN port 802.1x supplicant password.
 - wan
Port StringAuth Usrname  - Set WAN port 802.1x supplicant user name.
 - wan
Port StringMode  - Enable/disable using a WAN port as a LAN port. Valid values: 
wan-lan,wan-only. 
Supporting Types
WtpprofileDenyMacList, WtpprofileDenyMacListArgs        
WtpprofileEslSesDongle, WtpprofileEslSesDongleArgs        
- Apc
Addr stringType  - ESL SES-imagotag APC address type (default = fqdn). Valid values: 
fqdn,ip. - Apc
Fqdn string - FQDN of ESL SES-imagotag Access Point Controller (APC).
 - Apc
Ip string - IP address of ESL SES-imagotag Access Point Controller (APC).
 - Apc
Port int - Port of ESL SES-imagotag Access Point Controller (APC).
 - Coex
Level string - ESL SES-imagotag dongle coexistence level (default = none). Valid values: 
none. - Compliance
Level string - Compliance levels for the ESL solution integration (default = compliance-level-2). Valid values: 
compliance-level-2. - Esl
Channel string - ESL SES-imagotag dongle channel (default = 127). Valid values: 
-1,0,1,2,3,4,5,6,7,8,9,10,127. - Output
Power string - ESL SES-imagotag dongle output power (default = A). Valid values: 
a,b,c,d,e,f,g,h. - Scd
Enable string - Enable/disable ESL SES-imagotag Serial Communication Daemon (SCD) (default = disable). Valid values: 
enable,disable. - Tls
Cert stringVerification  - Enable/disable TLS Certificate verification. (default = enable). Valid values: 
enable,disable. - Tls
Fqdn stringVerification  - Enable/disable TLS Certificate verification. (default = disable). Valid values: 
enable,disable. 
- Apc
Addr stringType  - ESL SES-imagotag APC address type (default = fqdn). Valid values: 
fqdn,ip. - Apc
Fqdn string - FQDN of ESL SES-imagotag Access Point Controller (APC).
 - Apc
Ip string - IP address of ESL SES-imagotag Access Point Controller (APC).
 - Apc
Port int - Port of ESL SES-imagotag Access Point Controller (APC).
 - Coex
Level string - ESL SES-imagotag dongle coexistence level (default = none). Valid values: 
none. - Compliance
Level string - Compliance levels for the ESL solution integration (default = compliance-level-2). Valid values: 
compliance-level-2. - Esl
Channel string - ESL SES-imagotag dongle channel (default = 127). Valid values: 
-1,0,1,2,3,4,5,6,7,8,9,10,127. - Output
Power string - ESL SES-imagotag dongle output power (default = A). Valid values: 
a,b,c,d,e,f,g,h. - Scd
Enable string - Enable/disable ESL SES-imagotag Serial Communication Daemon (SCD) (default = disable). Valid values: 
enable,disable. - Tls
Cert stringVerification  - Enable/disable TLS Certificate verification. (default = enable). Valid values: 
enable,disable. - Tls
Fqdn stringVerification  - Enable/disable TLS Certificate verification. (default = disable). Valid values: 
enable,disable. 
- apc
Addr StringType  - ESL SES-imagotag APC address type (default = fqdn). Valid values: 
fqdn,ip. - apc
Fqdn String - FQDN of ESL SES-imagotag Access Point Controller (APC).
 - apc
Ip String - IP address of ESL SES-imagotag Access Point Controller (APC).
 - apc
Port Integer - Port of ESL SES-imagotag Access Point Controller (APC).
 - coex
Level String - ESL SES-imagotag dongle coexistence level (default = none). Valid values: 
none. - compliance
Level String - Compliance levels for the ESL solution integration (default = compliance-level-2). Valid values: 
compliance-level-2. - esl
Channel String - ESL SES-imagotag dongle channel (default = 127). Valid values: 
-1,0,1,2,3,4,5,6,7,8,9,10,127. - output
Power String - ESL SES-imagotag dongle output power (default = A). Valid values: 
a,b,c,d,e,f,g,h. - scd
Enable String - Enable/disable ESL SES-imagotag Serial Communication Daemon (SCD) (default = disable). Valid values: 
enable,disable. - tls
Cert StringVerification  - Enable/disable TLS Certificate verification. (default = enable). Valid values: 
enable,disable. - tls
Fqdn StringVerification  - Enable/disable TLS Certificate verification. (default = disable). Valid values: 
enable,disable. 
- apc
Addr stringType  - ESL SES-imagotag APC address type (default = fqdn). Valid values: 
fqdn,ip. - apc
Fqdn string - FQDN of ESL SES-imagotag Access Point Controller (APC).
 - apc
Ip string - IP address of ESL SES-imagotag Access Point Controller (APC).
 - apc
Port number - Port of ESL SES-imagotag Access Point Controller (APC).
 - coex
Level string - ESL SES-imagotag dongle coexistence level (default = none). Valid values: 
none. - compliance
Level string - Compliance levels for the ESL solution integration (default = compliance-level-2). Valid values: 
compliance-level-2. - esl
Channel string - ESL SES-imagotag dongle channel (default = 127). Valid values: 
-1,0,1,2,3,4,5,6,7,8,9,10,127. - output
Power string - ESL SES-imagotag dongle output power (default = A). Valid values: 
a,b,c,d,e,f,g,h. - scd
Enable string - Enable/disable ESL SES-imagotag Serial Communication Daemon (SCD) (default = disable). Valid values: 
enable,disable. - tls
Cert stringVerification  - Enable/disable TLS Certificate verification. (default = enable). Valid values: 
enable,disable. - tls
Fqdn stringVerification  - Enable/disable TLS Certificate verification. (default = disable). Valid values: 
enable,disable. 
- apc_
addr_ strtype  - ESL SES-imagotag APC address type (default = fqdn). Valid values: 
fqdn,ip. - apc_
fqdn str - FQDN of ESL SES-imagotag Access Point Controller (APC).
 - apc_
ip str - IP address of ESL SES-imagotag Access Point Controller (APC).
 - apc_
port int - Port of ESL SES-imagotag Access Point Controller (APC).
 - coex_
level str - ESL SES-imagotag dongle coexistence level (default = none). Valid values: 
none. - compliance_
level str - Compliance levels for the ESL solution integration (default = compliance-level-2). Valid values: 
compliance-level-2. - esl_
channel str - ESL SES-imagotag dongle channel (default = 127). Valid values: 
-1,0,1,2,3,4,5,6,7,8,9,10,127. - output_
power str - ESL SES-imagotag dongle output power (default = A). Valid values: 
a,b,c,d,e,f,g,h. - scd_
enable str - Enable/disable ESL SES-imagotag Serial Communication Daemon (SCD) (default = disable). Valid values: 
enable,disable. - tls_
cert_ strverification  - Enable/disable TLS Certificate verification. (default = enable). Valid values: 
enable,disable. - tls_
fqdn_ strverification  - Enable/disable TLS Certificate verification. (default = disable). Valid values: 
enable,disable. 
- apc
Addr StringType  - ESL SES-imagotag APC address type (default = fqdn). Valid values: 
fqdn,ip. - apc
Fqdn String - FQDN of ESL SES-imagotag Access Point Controller (APC).
 - apc
Ip String - IP address of ESL SES-imagotag Access Point Controller (APC).
 - apc
Port Number - Port of ESL SES-imagotag Access Point Controller (APC).
 - coex
Level String - ESL SES-imagotag dongle coexistence level (default = none). Valid values: 
none. - compliance
Level String - Compliance levels for the ESL solution integration (default = compliance-level-2). Valid values: 
compliance-level-2. - esl
Channel String - ESL SES-imagotag dongle channel (default = 127). Valid values: 
-1,0,1,2,3,4,5,6,7,8,9,10,127. - output
Power String - ESL SES-imagotag dongle output power (default = A). Valid values: 
a,b,c,d,e,f,g,h. - scd
Enable String - Enable/disable ESL SES-imagotag Serial Communication Daemon (SCD) (default = disable). Valid values: 
enable,disable. - tls
Cert StringVerification  - Enable/disable TLS Certificate verification. (default = enable). Valid values: 
enable,disable. - tls
Fqdn StringVerification  - Enable/disable TLS Certificate verification. (default = disable). Valid values: 
enable,disable. 
WtpprofileLan, WtpprofileLanArgs    
- Port1Mode string
 - LAN port 1 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port1Ssid string
 - Bridge LAN port 1 to SSID.
 - Port2Mode string
 - LAN port 2 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port2Ssid string
 - Bridge LAN port 2 to SSID.
 - Port3Mode string
 - LAN port 3 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port3Ssid string
 - Bridge LAN port 3 to SSID.
 - Port4Mode string
 - LAN port 4 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port4Ssid string
 - Bridge LAN port 4 to SSID.
 - Port5Mode string
 - LAN port 5 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port5Ssid string
 - Bridge LAN port 5 to SSID.
 - Port6Mode string
 - LAN port 6 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port6Ssid string
 - Bridge LAN port 6 to SSID.
 - Port7Mode string
 - LAN port 7 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port7Ssid string
 - Bridge LAN port 7 to SSID.
 - Port8Mode string
 - LAN port 8 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port8Ssid string
 - Bridge LAN port 8 to SSID.
 - Port
Esl stringMode  - ESL port mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port
Esl stringSsid  - Bridge ESL port to SSID.
 - Port
Mode string - LAN port mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port
Ssid string - Bridge LAN port to SSID.
 
- Port1Mode string
 - LAN port 1 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port1Ssid string
 - Bridge LAN port 1 to SSID.
 - Port2Mode string
 - LAN port 2 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port2Ssid string
 - Bridge LAN port 2 to SSID.
 - Port3Mode string
 - LAN port 3 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port3Ssid string
 - Bridge LAN port 3 to SSID.
 - Port4Mode string
 - LAN port 4 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port4Ssid string
 - Bridge LAN port 4 to SSID.
 - Port5Mode string
 - LAN port 5 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port5Ssid string
 - Bridge LAN port 5 to SSID.
 - Port6Mode string
 - LAN port 6 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port6Ssid string
 - Bridge LAN port 6 to SSID.
 - Port7Mode string
 - LAN port 7 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port7Ssid string
 - Bridge LAN port 7 to SSID.
 - Port8Mode string
 - LAN port 8 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port8Ssid string
 - Bridge LAN port 8 to SSID.
 - Port
Esl stringMode  - ESL port mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port
Esl stringSsid  - Bridge ESL port to SSID.
 - Port
Mode string - LAN port mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - Port
Ssid string - Bridge LAN port to SSID.
 
- port1Mode String
 - LAN port 1 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port1Ssid String
 - Bridge LAN port 1 to SSID.
 - port2Mode String
 - LAN port 2 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port2Ssid String
 - Bridge LAN port 2 to SSID.
 - port3Mode String
 - LAN port 3 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port3Ssid String
 - Bridge LAN port 3 to SSID.
 - port4Mode String
 - LAN port 4 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port4Ssid String
 - Bridge LAN port 4 to SSID.
 - port5Mode String
 - LAN port 5 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port5Ssid String
 - Bridge LAN port 5 to SSID.
 - port6Mode String
 - LAN port 6 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port6Ssid String
 - Bridge LAN port 6 to SSID.
 - port7Mode String
 - LAN port 7 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port7Ssid String
 - Bridge LAN port 7 to SSID.
 - port8Mode String
 - LAN port 8 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port8Ssid String
 - Bridge LAN port 8 to SSID.
 - port
Esl StringMode  - ESL port mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port
Esl StringSsid  - Bridge ESL port to SSID.
 - port
Mode String - LAN port mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port
Ssid String - Bridge LAN port to SSID.
 
- port1Mode string
 - LAN port 1 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port1Ssid string
 - Bridge LAN port 1 to SSID.
 - port2Mode string
 - LAN port 2 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port2Ssid string
 - Bridge LAN port 2 to SSID.
 - port3Mode string
 - LAN port 3 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port3Ssid string
 - Bridge LAN port 3 to SSID.
 - port4Mode string
 - LAN port 4 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port4Ssid string
 - Bridge LAN port 4 to SSID.
 - port5Mode string
 - LAN port 5 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port5Ssid string
 - Bridge LAN port 5 to SSID.
 - port6Mode string
 - LAN port 6 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port6Ssid string
 - Bridge LAN port 6 to SSID.
 - port7Mode string
 - LAN port 7 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port7Ssid string
 - Bridge LAN port 7 to SSID.
 - port8Mode string
 - LAN port 8 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port8Ssid string
 - Bridge LAN port 8 to SSID.
 - port
Esl stringMode  - ESL port mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port
Esl stringSsid  - Bridge ESL port to SSID.
 - port
Mode string - LAN port mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port
Ssid string - Bridge LAN port to SSID.
 
- port1_
mode str - LAN port 1 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port1_
ssid str - Bridge LAN port 1 to SSID.
 - port2_
mode str - LAN port 2 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port2_
ssid str - Bridge LAN port 2 to SSID.
 - port3_
mode str - LAN port 3 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port3_
ssid str - Bridge LAN port 3 to SSID.
 - port4_
mode str - LAN port 4 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port4_
ssid str - Bridge LAN port 4 to SSID.
 - port5_
mode str - LAN port 5 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port5_
ssid str - Bridge LAN port 5 to SSID.
 - port6_
mode str - LAN port 6 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port6_
ssid str - Bridge LAN port 6 to SSID.
 - port7_
mode str - LAN port 7 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port7_
ssid str - Bridge LAN port 7 to SSID.
 - port8_
mode str - LAN port 8 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port8_
ssid str - Bridge LAN port 8 to SSID.
 - port_
esl_ strmode  - ESL port mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port_
esl_ strssid  - Bridge ESL port to SSID.
 - port_
mode str - LAN port mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port_
ssid str - Bridge LAN port to SSID.
 
- port1Mode String
 - LAN port 1 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port1Ssid String
 - Bridge LAN port 1 to SSID.
 - port2Mode String
 - LAN port 2 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port2Ssid String
 - Bridge LAN port 2 to SSID.
 - port3Mode String
 - LAN port 3 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port3Ssid String
 - Bridge LAN port 3 to SSID.
 - port4Mode String
 - LAN port 4 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port4Ssid String
 - Bridge LAN port 4 to SSID.
 - port5Mode String
 - LAN port 5 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port5Ssid String
 - Bridge LAN port 5 to SSID.
 - port6Mode String
 - LAN port 6 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port6Ssid String
 - Bridge LAN port 6 to SSID.
 - port7Mode String
 - LAN port 7 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port7Ssid String
 - Bridge LAN port 7 to SSID.
 - port8Mode String
 - LAN port 8 mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port8Ssid String
 - Bridge LAN port 8 to SSID.
 - port
Esl StringMode  - ESL port mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port
Esl StringSsid  - Bridge ESL port to SSID.
 - port
Mode String - LAN port mode. Valid values: 
offline,nat-to-wan,bridge-to-wan,bridge-to-ssid. - port
Ssid String - Bridge LAN port to SSID.
 
WtpprofileLbs, WtpprofileLbsArgs    
- Aeroscout string
 - Enable/disable AeroScout Real Time Location Service (RTLS) support. Valid values: 
enable,disable. - Aeroscout
Ap stringMac  - Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values: 
bssid,board-mac. - Aeroscout
Mmu stringReport  - Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values: 
enable,disable. - Aeroscout
Mu string - Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values: 
enable,disable. - Aeroscout
Mu intFactor  - eroScout MU mode dilution factor (default = 20).
 - Aeroscout
Mu intTimeout  - AeroScout MU mode timeout (0 - 65535 sec, default = 5).
 - Aeroscout
Server stringIp  - IP address of AeroScout server.
 - Aeroscout
Server intPort  - AeroScout server UDP listening port.
 - Ekahau
Blink stringMode  - Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values: 
enable,disable. - Ekahau
Tag string - WiFi frame MAC address or WiFi Tag.
 - Erc
Server stringIp  - IP address of Ekahau RTLS Controller (ERC).
 - Erc
Server intPort  - 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: 
foreign,both,disable. - Fortipresence
Ble string - Enable/disable FortiPresence finding and reporting BLE devices. Valid values: 
enable,disable. - Fortipresence
Frequency int - FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
 - Fortipresence
Port int - UDP listening port of FortiPresence server (default = 3000).
 - Fortipresence
Project string - FortiPresence project name (max. 16 characters, default = fortipresence).
 - Fortipresence
Rogue string - Enable/disable FortiPresence finding and reporting rogue APs. Valid values: 
enable,disable. - Fortipresence
Secret string - FortiPresence secret password (max. 16 characters).
 - Fortipresence
Server string - FortiPresence server IP address.
 - Fortipresence
Server stringAddr Type  - FortiPresence server address type (default = ipv4). Valid values: 
ipv4,fqdn. - Fortipresence
Server stringFqdn  - FQDN of FortiPresence server.
 - Fortipresence
Unassoc string - Enable/disable FortiPresence finding and reporting unassociated stations. Valid values: 
enable,disable. - Polestar string
 - Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values: 
enable,disable. - Polestar
Accumulation intInterval  - Time that measurements should be accumulated in seconds (default = 2).
 - Polestar
Asset stringAddrgrp List  - Tags and asset addrgrp list to be reported.
 - Polestar
Asset stringUuid List1  - Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - Polestar
Asset stringUuid List2  - Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - Polestar
Asset stringUuid List3  - Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - Polestar
Asset stringUuid List4  - Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - Polestar
Protocol string - Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values: 
WSS. - Polestar
Reporting intInterval  - Time between reporting accumulated measurements in seconds (default = 2).
 - Polestar
Server stringFqdn  - FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
 - Polestar
Server stringPath  - Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
 - Polestar
Server intPort  - Port of PoleStar Nao Track Server (default = 443).
 - Polestar
Server stringToken  - Access Token of PoleStar Nao Track Server.
 - Station
Locate string - Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values: 
enable,disable. 
- Aeroscout string
 - Enable/disable AeroScout Real Time Location Service (RTLS) support. Valid values: 
enable,disable. - Aeroscout
Ap stringMac  - Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values: 
bssid,board-mac. - Aeroscout
Mmu stringReport  - Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values: 
enable,disable. - Aeroscout
Mu string - Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values: 
enable,disable. - Aeroscout
Mu intFactor  - eroScout MU mode dilution factor (default = 20).
 - Aeroscout
Mu intTimeout  - AeroScout MU mode timeout (0 - 65535 sec, default = 5).
 - Aeroscout
Server stringIp  - IP address of AeroScout server.
 - Aeroscout
Server intPort  - AeroScout server UDP listening port.
 - Ekahau
Blink stringMode  - Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values: 
enable,disable. - Ekahau
Tag string - WiFi frame MAC address or WiFi Tag.
 - Erc
Server stringIp  - IP address of Ekahau RTLS Controller (ERC).
 - Erc
Server intPort  - 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: 
foreign,both,disable. - Fortipresence
Ble string - Enable/disable FortiPresence finding and reporting BLE devices. Valid values: 
enable,disable. - Fortipresence
Frequency int - FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
 - Fortipresence
Port int - UDP listening port of FortiPresence server (default = 3000).
 - Fortipresence
Project string - FortiPresence project name (max. 16 characters, default = fortipresence).
 - Fortipresence
Rogue string - Enable/disable FortiPresence finding and reporting rogue APs. Valid values: 
enable,disable. - Fortipresence
Secret string - FortiPresence secret password (max. 16 characters).
 - Fortipresence
Server string - FortiPresence server IP address.
 - Fortipresence
Server stringAddr Type  - FortiPresence server address type (default = ipv4). Valid values: 
ipv4,fqdn. - Fortipresence
Server stringFqdn  - FQDN of FortiPresence server.
 - Fortipresence
Unassoc string - Enable/disable FortiPresence finding and reporting unassociated stations. Valid values: 
enable,disable. - Polestar string
 - Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values: 
enable,disable. - Polestar
Accumulation intInterval  - Time that measurements should be accumulated in seconds (default = 2).
 - Polestar
Asset stringAddrgrp List  - Tags and asset addrgrp list to be reported.
 - Polestar
Asset stringUuid List1  - Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - Polestar
Asset stringUuid List2  - Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - Polestar
Asset stringUuid List3  - Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - Polestar
Asset stringUuid List4  - Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - Polestar
Protocol string - Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values: 
WSS. - Polestar
Reporting intInterval  - Time between reporting accumulated measurements in seconds (default = 2).
 - Polestar
Server stringFqdn  - FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
 - Polestar
Server stringPath  - Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
 - Polestar
Server intPort  - Port of PoleStar Nao Track Server (default = 443).
 - Polestar
Server stringToken  - Access Token of PoleStar Nao Track Server.
 - Station
Locate string - Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values: 
enable,disable. 
- aeroscout String
 - Enable/disable AeroScout Real Time Location Service (RTLS) support. Valid values: 
enable,disable. - aeroscout
Ap StringMac  - Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values: 
bssid,board-mac. - aeroscout
Mmu StringReport  - Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values: 
enable,disable. - aeroscout
Mu String - Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values: 
enable,disable. - aeroscout
Mu IntegerFactor  - eroScout MU mode dilution factor (default = 20).
 - aeroscout
Mu IntegerTimeout  - AeroScout MU mode timeout (0 - 65535 sec, default = 5).
 - aeroscout
Server StringIp  - IP address of AeroScout server.
 - aeroscout
Server IntegerPort  - AeroScout server UDP listening port.
 - ekahau
Blink StringMode  - Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values: 
enable,disable. - ekahau
Tag String - WiFi frame MAC address or WiFi Tag.
 - erc
Server StringIp  - IP address of Ekahau RTLS Controller (ERC).
 - erc
Server IntegerPort  - 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: 
foreign,both,disable. - fortipresence
Ble String - Enable/disable FortiPresence finding and reporting BLE devices. Valid values: 
enable,disable. - fortipresence
Frequency Integer - FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
 - fortipresence
Port Integer - UDP listening port of FortiPresence server (default = 3000).
 - fortipresence
Project String - FortiPresence project name (max. 16 characters, default = fortipresence).
 - fortipresence
Rogue String - Enable/disable FortiPresence finding and reporting rogue APs. Valid values: 
enable,disable. - fortipresence
Secret String - FortiPresence secret password (max. 16 characters).
 - fortipresence
Server String - FortiPresence server IP address.
 - fortipresence
Server StringAddr Type  - FortiPresence server address type (default = ipv4). Valid values: 
ipv4,fqdn. - fortipresence
Server StringFqdn  - FQDN of FortiPresence server.
 - fortipresence
Unassoc String - Enable/disable FortiPresence finding and reporting unassociated stations. Valid values: 
enable,disable. - polestar String
 - Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values: 
enable,disable. - polestar
Accumulation IntegerInterval  - Time that measurements should be accumulated in seconds (default = 2).
 - polestar
Asset StringAddrgrp List  - Tags and asset addrgrp list to be reported.
 - polestar
Asset StringUuid List1  - Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - polestar
Asset StringUuid List2  - Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - polestar
Asset StringUuid List3  - Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - polestar
Asset StringUuid List4  - Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - polestar
Protocol String - Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values: 
WSS. - polestar
Reporting IntegerInterval  - Time between reporting accumulated measurements in seconds (default = 2).
 - polestar
Server StringFqdn  - FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
 - polestar
Server StringPath  - Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
 - polestar
Server IntegerPort  - Port of PoleStar Nao Track Server (default = 443).
 - polestar
Server StringToken  - Access Token of PoleStar Nao Track Server.
 - station
Locate String - Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values: 
enable,disable. 
- aeroscout string
 - Enable/disable AeroScout Real Time Location Service (RTLS) support. Valid values: 
enable,disable. - aeroscout
Ap stringMac  - Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values: 
bssid,board-mac. - aeroscout
Mmu stringReport  - Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values: 
enable,disable. - aeroscout
Mu string - Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values: 
enable,disable. - aeroscout
Mu numberFactor  - eroScout MU mode dilution factor (default = 20).
 - aeroscout
Mu numberTimeout  - AeroScout MU mode timeout (0 - 65535 sec, default = 5).
 - aeroscout
Server stringIp  - IP address of AeroScout server.
 - aeroscout
Server numberPort  - AeroScout server UDP listening port.
 - ekahau
Blink stringMode  - Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values: 
enable,disable. - ekahau
Tag string - WiFi frame MAC address or WiFi Tag.
 - erc
Server stringIp  - IP address of Ekahau RTLS Controller (ERC).
 - erc
Server numberPort  - 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: 
foreign,both,disable. - fortipresence
Ble string - Enable/disable FortiPresence finding and reporting BLE devices. Valid values: 
enable,disable. - fortipresence
Frequency number - FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
 - fortipresence
Port number - UDP listening port of FortiPresence server (default = 3000).
 - fortipresence
Project string - FortiPresence project name (max. 16 characters, default = fortipresence).
 - fortipresence
Rogue string - Enable/disable FortiPresence finding and reporting rogue APs. Valid values: 
enable,disable. - fortipresence
Secret string - FortiPresence secret password (max. 16 characters).
 - fortipresence
Server string - FortiPresence server IP address.
 - fortipresence
Server stringAddr Type  - FortiPresence server address type (default = ipv4). Valid values: 
ipv4,fqdn. - fortipresence
Server stringFqdn  - FQDN of FortiPresence server.
 - fortipresence
Unassoc string - Enable/disable FortiPresence finding and reporting unassociated stations. Valid values: 
enable,disable. - polestar string
 - Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values: 
enable,disable. - polestar
Accumulation numberInterval  - Time that measurements should be accumulated in seconds (default = 2).
 - polestar
Asset stringAddrgrp List  - Tags and asset addrgrp list to be reported.
 - polestar
Asset stringUuid List1  - Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - polestar
Asset stringUuid List2  - Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - polestar
Asset stringUuid List3  - Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - polestar
Asset stringUuid List4  - Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - polestar
Protocol string - Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values: 
WSS. - polestar
Reporting numberInterval  - Time between reporting accumulated measurements in seconds (default = 2).
 - polestar
Server stringFqdn  - FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
 - polestar
Server stringPath  - Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
 - polestar
Server numberPort  - Port of PoleStar Nao Track Server (default = 443).
 - polestar
Server stringToken  - Access Token of PoleStar Nao Track Server.
 - station
Locate string - Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values: 
enable,disable. 
- aeroscout str
 - Enable/disable AeroScout Real Time Location Service (RTLS) support. Valid values: 
enable,disable. - aeroscout_
ap_ strmac  - Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values: 
bssid,board-mac. - aeroscout_
mmu_ strreport  - Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values: 
enable,disable. - aeroscout_
mu str - Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values: 
enable,disable. - aeroscout_
mu_ intfactor  - eroScout MU mode dilution factor (default = 20).
 - aeroscout_
mu_ inttimeout  - AeroScout MU mode timeout (0 - 65535 sec, default = 5).
 - aeroscout_
server_ strip  - IP address of AeroScout server.
 - aeroscout_
server_ intport  - AeroScout server UDP listening port.
 - ekahau_
blink_ strmode  - Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values: 
enable,disable. - ekahau_
tag str - WiFi frame MAC address or WiFi Tag.
 - erc_
server_ strip  - IP address of Ekahau RTLS Controller (ERC).
 - erc_
server_ intport  - 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: 
foreign,both,disable. - fortipresence_
ble str - Enable/disable FortiPresence finding and reporting BLE devices. Valid values: 
enable,disable. - fortipresence_
frequency int - FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
 - fortipresence_
port int - UDP listening port of FortiPresence server (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: 
enable,disable. - fortipresence_
secret str - FortiPresence secret password (max. 16 characters).
 - fortipresence_
server str - FortiPresence server IP address.
 - fortipresence_
server_ straddr_ type  - FortiPresence server address type (default = ipv4). Valid values: 
ipv4,fqdn. - fortipresence_
server_ strfqdn  - FQDN of FortiPresence server.
 - fortipresence_
unassoc str - Enable/disable FortiPresence finding and reporting unassociated stations. Valid values: 
enable,disable. - polestar str
 - Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values: 
enable,disable. - polestar_
accumulation_ intinterval  - Time that measurements should be accumulated in seconds (default = 2).
 - polestar_
asset_ straddrgrp_ list  - Tags and asset addrgrp list to be reported.
 - polestar_
asset_ struuid_ list1  - Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - polestar_
asset_ struuid_ list2  - Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - polestar_
asset_ struuid_ list3  - Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - polestar_
asset_ struuid_ list4  - 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_ intinterval  - Time between reporting accumulated measurements in seconds (default = 2).
 - polestar_
server_ strfqdn  - FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
 - polestar_
server_ strpath  - Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
 - polestar_
server_ intport  - Port of PoleStar Nao Track Server (default = 443).
 - polestar_
server_ strtoken  - Access Token of PoleStar Nao Track Server.
 - station_
locate str - Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values: 
enable,disable. 
- aeroscout String
 - Enable/disable AeroScout Real Time Location Service (RTLS) support. Valid values: 
enable,disable. - aeroscout
Ap StringMac  - Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values: 
bssid,board-mac. - aeroscout
Mmu StringReport  - Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values: 
enable,disable. - aeroscout
Mu String - Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values: 
enable,disable. - aeroscout
Mu NumberFactor  - eroScout MU mode dilution factor (default = 20).
 - aeroscout
Mu NumberTimeout  - AeroScout MU mode timeout (0 - 65535 sec, default = 5).
 - aeroscout
Server StringIp  - IP address of AeroScout server.
 - aeroscout
Server NumberPort  - AeroScout server UDP listening port.
 - ekahau
Blink StringMode  - Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values: 
enable,disable. - ekahau
Tag String - WiFi frame MAC address or WiFi Tag.
 - erc
Server StringIp  - IP address of Ekahau RTLS Controller (ERC).
 - erc
Server NumberPort  - 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: 
foreign,both,disable. - fortipresence
Ble String - Enable/disable FortiPresence finding and reporting BLE devices. Valid values: 
enable,disable. - fortipresence
Frequency Number - FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
 - fortipresence
Port Number - UDP listening port of FortiPresence server (default = 3000).
 - fortipresence
Project String - FortiPresence project name (max. 16 characters, default = fortipresence).
 - fortipresence
Rogue String - Enable/disable FortiPresence finding and reporting rogue APs. Valid values: 
enable,disable. - fortipresence
Secret String - FortiPresence secret password (max. 16 characters).
 - fortipresence
Server String - FortiPresence server IP address.
 - fortipresence
Server StringAddr Type  - FortiPresence server address type (default = ipv4). Valid values: 
ipv4,fqdn. - fortipresence
Server StringFqdn  - FQDN of FortiPresence server.
 - fortipresence
Unassoc String - Enable/disable FortiPresence finding and reporting unassociated stations. Valid values: 
enable,disable. - polestar String
 - Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values: 
enable,disable. - polestar
Accumulation NumberInterval  - Time that measurements should be accumulated in seconds (default = 2).
 - polestar
Asset StringAddrgrp List  - Tags and asset addrgrp list to be reported.
 - polestar
Asset StringUuid List1  - Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - polestar
Asset StringUuid List2  - Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - polestar
Asset StringUuid List3  - Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - polestar
Asset StringUuid List4  - Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
 - polestar
Protocol String - Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values: 
WSS. - polestar
Reporting NumberInterval  - Time between reporting accumulated measurements in seconds (default = 2).
 - polestar
Server StringFqdn  - FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
 - polestar
Server StringPath  - Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
 - polestar
Server NumberPort  - Port of PoleStar Nao Track Server (default = 443).
 - polestar
Server StringToken  - Access Token of PoleStar Nao Track Server.
 - station
Locate String - Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values: 
enable,disable. 
WtpprofileLedSchedule, WtpprofileLedScheduleArgs      
- Name string
 - LED schedule name.
 
- Name string
 - LED schedule name.
 
- name String
 - LED schedule name.
 
- name string
 - LED schedule name.
 
- name str
 - LED schedule name.
 
- name String
 - LED schedule name.
 
WtpprofilePlatform, WtpprofilePlatformArgs    
- Ddscan string
 - Enable/disable use of one radio for dedicated dual-band scanning to detect RF characterization and wireless threat management. Valid values: 
enable,disable. - Mode string
 - Configure operation mode of 5G radios (default = single-5G). Valid values: 
single-5G,dual-5G. - Type string
 - WTP, FortiAP or AP platform type. There are built-in WTP profiles for all supported FortiAP models. You can select a built-in profile and customize it or create a new profile.
 
- Ddscan string
 - Enable/disable use of one radio for dedicated dual-band scanning to detect RF characterization and wireless threat management. Valid values: 
enable,disable. - Mode string
 - Configure operation mode of 5G radios (default = single-5G). Valid values: 
single-5G,dual-5G. - Type string
 - WTP, FortiAP or AP platform type. There are built-in WTP profiles for all supported FortiAP models. You can select a built-in profile and customize it or create a new profile.
 
- ddscan String
 - Enable/disable use of one radio for dedicated dual-band scanning to detect RF characterization and wireless threat management. Valid values: 
enable,disable. - mode String
 - Configure operation mode of 5G radios (default = single-5G). Valid values: 
single-5G,dual-5G. - type String
 - WTP, FortiAP or AP platform type. There are built-in WTP profiles for all supported FortiAP models. You can select a built-in profile and customize it or create a new profile.
 
- ddscan string
 - Enable/disable use of one radio for dedicated dual-band scanning to detect RF characterization and wireless threat management. Valid values: 
enable,disable. - mode string
 - Configure operation mode of 5G radios (default = single-5G). Valid values: 
single-5G,dual-5G. - type string
 - WTP, FortiAP or AP platform type. There are built-in WTP profiles for all supported FortiAP models. You can select a built-in profile and customize it or create a new profile.
 
- ddscan str
 - Enable/disable use of one radio for dedicated dual-band scanning to detect RF characterization and wireless threat management. Valid values: 
enable,disable. - mode str
 - Configure operation mode of 5G radios (default = single-5G). Valid values: 
single-5G,dual-5G. - type str
 - WTP, FortiAP or AP platform type. There are built-in WTP profiles for all supported FortiAP models. You can select a built-in profile and customize it or create a new profile.
 
- ddscan String
 - Enable/disable use of one radio for dedicated dual-band scanning to detect RF characterization and wireless threat management. Valid values: 
enable,disable. - mode String
 - Configure operation mode of 5G radios (default = single-5G). Valid values: 
single-5G,dual-5G. - type String
 - WTP, FortiAP or AP platform type. There are built-in WTP profiles for all supported FortiAP models. You can select a built-in profile and customize it or create a new profile.
 
WtpprofileRadio1, WtpprofileRadio1Args    
- Airtime
Fairness string - Amsdu string
 - Ap
Handoff string - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - Ap
Sniffer stringAddr  - Ap
Sniffer intBufsize  - Ap
Sniffer intChan  - Ap
Sniffer stringCtl  - Ap
Sniffer stringData  - Ap
Sniffer stringMgmt Beacon  - Ap
Sniffer stringMgmt Other  - Ap
Sniffer stringMgmt Probe  - Arrp
Profile string - Auto
Power intHigh  - Auto
Power stringLevel  - Auto
Power intLow  - Auto
Power stringTarget  - Band string
 - Band5g
Type string - Bandwidth
Admission stringControl  - Bandwidth
Capacity int - Beacon
Interval int - Bss
Color int - Bss
Color stringMode  - Call
Admission stringControl  - Call
Capacity int - Channel
Bonding string - Channel
Bonding stringExt  - Channel
Utilization string - Channels
List<Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Radio1Channel>  - Coexistence string
 - Darrp string
 - Drma string
 - Drma
Sensitivity string - Dtim int
 - Frag
Threshold int - Frequency
Handoff string - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - Iperf
Protocol string - Iperf
Server intPort  - Max
Clients int - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - Max
Distance int - Mimo
Mode string - Mode string
 - N80211d string
 - Optional
Antenna string - Optional
Antenna stringGain  - Power
Level int - Power
Mode string - Power
Value int - Powersave
Optimize string - Protection
Mode string - Radio
Id int - Rts
Threshold int - Sam
Bssid string - Sam
Ca stringCertificate  - Sam
Captive stringPortal  - Sam
Client stringCertificate  - Sam
Cwp stringFailure String  - Sam
Cwp stringMatch String  - Sam
Cwp stringPassword  - Sam
Cwp stringSuccess String  - Sam
Cwp stringTest Url  - Sam
Cwp stringUsername  - Sam
Eap stringMethod  - Sam
Password string - Sam
Private stringKey  - Sam
Private stringKey Password  - Sam
Report intIntv  - Sam
Security stringType  - Sam
Server stringFqdn  - Sam
Server stringIp  - Sam
Server stringType  - Sam
Ssid string - Sam
Test string - Sam
Username string - Short
Guard stringInterval  - Spectrum
Analysis string - Transmit
Optimize string - Vap
All string - Vaps
List<Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Radio1Vap>  - Wids
Profile string - Zero
Wait stringDfs  
- Airtime
Fairness string - Amsdu string
 - Ap
Handoff string - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - Ap
Sniffer stringAddr  - Ap
Sniffer intBufsize  - Ap
Sniffer intChan  - Ap
Sniffer stringCtl  - Ap
Sniffer stringData  - Ap
Sniffer stringMgmt Beacon  - Ap
Sniffer stringMgmt Other  - Ap
Sniffer stringMgmt Probe  - Arrp
Profile string - Auto
Power intHigh  - Auto
Power stringLevel  - Auto
Power intLow  - Auto
Power stringTarget  - Band string
 - Band5g
Type string - Bandwidth
Admission stringControl  - Bandwidth
Capacity int - Beacon
Interval int - Bss
Color int - Bss
Color stringMode  - Call
Admission stringControl  - Call
Capacity int - Channel
Bonding string - Channel
Bonding stringExt  - Channel
Utilization string - Channels
[]Wtpprofile
Radio1Channel  - Coexistence string
 - Darrp string
 - Drma string
 - Drma
Sensitivity string - Dtim int
 - Frag
Threshold int - Frequency
Handoff string - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - Iperf
Protocol string - Iperf
Server intPort  - Max
Clients int - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - Max
Distance int - Mimo
Mode string - Mode string
 - N80211d string
 - Optional
Antenna string - Optional
Antenna stringGain  - Power
Level int - Power
Mode string - Power
Value int - Powersave
Optimize string - Protection
Mode string - Radio
Id int - Rts
Threshold int - Sam
Bssid string - Sam
Ca stringCertificate  - Sam
Captive stringPortal  - Sam
Client stringCertificate  - Sam
Cwp stringFailure String  - Sam
Cwp stringMatch String  - Sam
Cwp stringPassword  - Sam
Cwp stringSuccess String  - Sam
Cwp stringTest Url  - Sam
Cwp stringUsername  - Sam
Eap stringMethod  - Sam
Password string - Sam
Private stringKey  - Sam
Private stringKey Password  - Sam
Report intIntv  - Sam
Security stringType  - Sam
Server stringFqdn  - Sam
Server stringIp  - Sam
Server stringType  - Sam
Ssid string - Sam
Test string - Sam
Username string - Short
Guard stringInterval  - Spectrum
Analysis string - Transmit
Optimize string - Vap
All string - Vaps
[]Wtpprofile
Radio1Vap  - Wids
Profile string - Zero
Wait stringDfs  
- airtime
Fairness String - amsdu String
 - ap
Handoff String - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - ap
Sniffer StringAddr  - ap
Sniffer IntegerBufsize  - ap
Sniffer IntegerChan  - ap
Sniffer StringCtl  - ap
Sniffer StringData  - ap
Sniffer StringMgmt Beacon  - ap
Sniffer StringMgmt Other  - ap
Sniffer StringMgmt Probe  - arrp
Profile String - auto
Power IntegerHigh  - auto
Power StringLevel  - auto
Power IntegerLow  - auto
Power StringTarget  - band String
 - band5g
Type String - bandwidth
Admission StringControl  - bandwidth
Capacity Integer - beacon
Interval Integer - bss
Color Integer - bss
Color StringMode  - call
Admission StringControl  - call
Capacity Integer - channel
Bonding String - channel
Bonding StringExt  - channel
Utilization String - channels
List<Wtpprofile
Radio1Channel>  - coexistence String
 - darrp String
 - drma String
 - drma
Sensitivity String - dtim Integer
 - frag
Threshold Integer - frequency
Handoff String - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - iperf
Protocol String - iperf
Server IntegerPort  - max
Clients Integer - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - max
Distance Integer - mimo
Mode String - mode String
 - n80211d String
 - optional
Antenna String - optional
Antenna StringGain  - power
Level Integer - power
Mode String - power
Value Integer - powersave
Optimize String - protection
Mode String - radio
Id Integer - rts
Threshold Integer - sam
Bssid String - sam
Ca StringCertificate  - sam
Captive StringPortal  - sam
Client StringCertificate  - sam
Cwp StringFailure String  - sam
Cwp StringMatch String  - sam
Cwp StringPassword  - sam
Cwp StringSuccess String  - sam
Cwp StringTest Url  - sam
Cwp StringUsername  - sam
Eap StringMethod  - sam
Password String - sam
Private StringKey  - sam
Private StringKey Password  - sam
Report IntegerIntv  - sam
Security StringType  - sam
Server StringFqdn  - sam
Server StringIp  - sam
Server StringType  - sam
Ssid String - sam
Test String - sam
Username String - short
Guard StringInterval  - spectrum
Analysis String - transmit
Optimize String - vap
All String - vaps
List<Wtpprofile
Radio1Vap>  - wids
Profile String - zero
Wait StringDfs  
- airtime
Fairness string - amsdu string
 - ap
Handoff string - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - ap
Sniffer stringAddr  - ap
Sniffer numberBufsize  - ap
Sniffer numberChan  - ap
Sniffer stringCtl  - ap
Sniffer stringData  - ap
Sniffer stringMgmt Beacon  - ap
Sniffer stringMgmt Other  - ap
Sniffer stringMgmt Probe  - arrp
Profile string - auto
Power numberHigh  - auto
Power stringLevel  - auto
Power numberLow  - auto
Power stringTarget  - band string
 - band5g
Type string - bandwidth
Admission stringControl  - bandwidth
Capacity number - beacon
Interval number - bss
Color number - bss
Color stringMode  - call
Admission stringControl  - call
Capacity number - channel
Bonding string - channel
Bonding stringExt  - channel
Utilization string - channels
Wtpprofile
Radio1Channel[]  - coexistence string
 - darrp string
 - drma string
 - drma
Sensitivity string - dtim number
 - frag
Threshold number - frequency
Handoff string - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - iperf
Protocol string - iperf
Server numberPort  - max
Clients number - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - max
Distance number - mimo
Mode string - mode string
 - n80211d string
 - optional
Antenna string - optional
Antenna stringGain  - power
Level number - power
Mode string - power
Value number - powersave
Optimize string - protection
Mode string - radio
Id number - rts
Threshold number - sam
Bssid string - sam
Ca stringCertificate  - sam
Captive stringPortal  - sam
Client stringCertificate  - sam
Cwp stringFailure String  - sam
Cwp stringMatch String  - sam
Cwp stringPassword  - sam
Cwp stringSuccess String  - sam
Cwp stringTest Url  - sam
Cwp stringUsername  - sam
Eap stringMethod  - sam
Password string - sam
Private stringKey  - sam
Private stringKey Password  - sam
Report numberIntv  - sam
Security stringType  - sam
Server stringFqdn  - sam
Server stringIp  - sam
Server stringType  - sam
Ssid string - sam
Test string - sam
Username string - short
Guard stringInterval  - spectrum
Analysis string - transmit
Optimize string - vap
All string - vaps
Wtpprofile
Radio1Vap[]  - wids
Profile string - zero
Wait stringDfs  
- airtime_
fairness str - amsdu str
 - ap_
handoff str - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - ap_
sniffer_ straddr  - ap_
sniffer_ intbufsize  - ap_
sniffer_ intchan  - ap_
sniffer_ strctl  - ap_
sniffer_ strdata  - ap_
sniffer_ strmgmt_ beacon  - ap_
sniffer_ strmgmt_ other  - ap_
sniffer_ strmgmt_ probe  - arrp_
profile str - auto_
power_ inthigh  - auto_
power_ strlevel  - auto_
power_ intlow  - auto_
power_ strtarget  - band str
 - band5g_
type str - bandwidth_
admission_ strcontrol  - bandwidth_
capacity int - beacon_
interval int - bss_
color int - bss_
color_ strmode  - call_
admission_ strcontrol  - call_
capacity int - channel_
bonding str - channel_
bonding_ strext  - channel_
utilization str - channels
Sequence[Wtpprofile
Radio1Channel]  - coexistence str
 - darrp str
 - drma str
 - drma_
sensitivity str - dtim int
 - frag_
threshold int - frequency_
handoff str - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - iperf_
protocol str - iperf_
server_ intport  - max_
clients int - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - max_
distance int - mimo_
mode str - mode str
 - n80211d str
 - optional_
antenna str - optional_
antenna_ strgain  - power_
level int - power_
mode str - power_
value int - powersave_
optimize str - protection_
mode str - radio_
id int - rts_
threshold int - sam_
bssid str - sam_
ca_ strcertificate  - sam_
captive_ strportal  - sam_
client_ strcertificate  - sam_
cwp_ strfailure_ string  - sam_
cwp_ strmatch_ string  - sam_
cwp_ strpassword  - sam_
cwp_ strsuccess_ string  - sam_
cwp_ strtest_ url  - sam_
cwp_ strusername  - sam_
eap_ strmethod  - sam_
password str - sam_
private_ strkey  - sam_
private_ strkey_ password  - sam_
report_ intintv  - sam_
security_ strtype  - sam_
server_ strfqdn  - sam_
server_ strip  - sam_
server_ strtype  - sam_
ssid str - sam_
test str - sam_
username str - short_
guard_ strinterval  - spectrum_
analysis str - transmit_
optimize str - vap_
all str - vaps
Sequence[Wtpprofile
Radio1Vap]  - wids_
profile str - zero_
wait_ strdfs  
- airtime
Fairness String - amsdu String
 - ap
Handoff String - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - ap
Sniffer StringAddr  - ap
Sniffer NumberBufsize  - ap
Sniffer NumberChan  - ap
Sniffer StringCtl  - ap
Sniffer StringData  - ap
Sniffer StringMgmt Beacon  - ap
Sniffer StringMgmt Other  - ap
Sniffer StringMgmt Probe  - arrp
Profile String - auto
Power NumberHigh  - auto
Power StringLevel  - auto
Power NumberLow  - auto
Power StringTarget  - band String
 - band5g
Type String - bandwidth
Admission StringControl  - bandwidth
Capacity Number - beacon
Interval Number - bss
Color Number - bss
Color StringMode  - call
Admission StringControl  - call
Capacity Number - channel
Bonding String - channel
Bonding StringExt  - channel
Utilization String - channels List<Property Map>
 - coexistence String
 - darrp String
 - drma String
 - drma
Sensitivity String - dtim Number
 - frag
Threshold Number - frequency
Handoff String - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - iperf
Protocol String - iperf
Server NumberPort  - max
Clients Number - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - max
Distance Number - mimo
Mode String - mode String
 - n80211d String
 - optional
Antenna String - optional
Antenna StringGain  - power
Level Number - power
Mode String - power
Value Number - powersave
Optimize String - protection
Mode String - radio
Id Number - rts
Threshold Number - sam
Bssid String - sam
Ca StringCertificate  - sam
Captive StringPortal  - sam
Client StringCertificate  - sam
Cwp StringFailure String  - sam
Cwp StringMatch String  - sam
Cwp StringPassword  - sam
Cwp StringSuccess String  - sam
Cwp StringTest Url  - sam
Cwp StringUsername  - sam
Eap StringMethod  - sam
Password String - sam
Private StringKey  - sam
Private StringKey Password  - sam
Report NumberIntv  - sam
Security StringType  - sam
Server StringFqdn  - sam
Server StringIp  - sam
Server StringType  - sam
Ssid String - sam
Test String - sam
Username String - short
Guard StringInterval  - spectrum
Analysis String - transmit
Optimize String - vap
All String - vaps List<Property Map>
 - wids
Profile String - zero
Wait StringDfs  
WtpprofileRadio1Channel, WtpprofileRadio1ChannelArgs    
- Chan string
 - Channel number.
 
- Chan string
 - Channel number.
 
- chan String
 - Channel number.
 
- chan string
 - Channel number.
 
- chan str
 - Channel number.
 
- chan String
 - Channel number.
 
WtpprofileRadio1Vap, WtpprofileRadio1VapArgs    
- Name string
 - Virtual Access Point (VAP) name.
 
- Name string
 - Virtual Access Point (VAP) name.
 
- name String
 - Virtual Access Point (VAP) name.
 
- name string
 - Virtual Access Point (VAP) name.
 
- name str
 - Virtual Access Point (VAP) name.
 
- name String
 - Virtual Access Point (VAP) name.
 
WtpprofileRadio2, WtpprofileRadio2Args    
- Airtime
Fairness string - Amsdu string
 - Ap
Handoff string - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - Ap
Sniffer stringAddr  - Ap
Sniffer intBufsize  - Ap
Sniffer intChan  - Ap
Sniffer stringCtl  - Ap
Sniffer stringData  - Ap
Sniffer stringMgmt Beacon  - Ap
Sniffer stringMgmt Other  - Ap
Sniffer stringMgmt Probe  - Arrp
Profile string - Auto
Power intHigh  - Auto
Power stringLevel  - Auto
Power intLow  - Auto
Power stringTarget  - Band string
 - Band5g
Type string - Bandwidth
Admission stringControl  - Bandwidth
Capacity int - Beacon
Interval int - Bss
Color int - Bss
Color stringMode  - Call
Admission stringControl  - Call
Capacity int - Channel
Bonding string - Channel
Bonding stringExt  - Channel
Utilization string - Channels
List<Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Radio2Channel>  - Coexistence string
 - Darrp string
 - Drma string
 - Drma
Sensitivity string - Dtim int
 - Frag
Threshold int - Frequency
Handoff string - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - Iperf
Protocol string - Iperf
Server intPort  - Max
Clients int - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - Max
Distance int - Mimo
Mode string - Mode string
 - N80211d string
 - Optional
Antenna string - Optional
Antenna stringGain  - Power
Level int - Power
Mode string - Power
Value int - Powersave
Optimize string - Protection
Mode string - Radio
Id int - Rts
Threshold int - Sam
Bssid string - Sam
Ca stringCertificate  - Sam
Captive stringPortal  - Sam
Client stringCertificate  - Sam
Cwp stringFailure String  - Sam
Cwp stringMatch String  - Sam
Cwp stringPassword  - Sam
Cwp stringSuccess String  - Sam
Cwp stringTest Url  - Sam
Cwp stringUsername  - Sam
Eap stringMethod  - Sam
Password string - Sam
Private stringKey  - Sam
Private stringKey Password  - Sam
Report intIntv  - Sam
Security stringType  - Sam
Server stringFqdn  - Sam
Server stringIp  - Sam
Server stringType  - Sam
Ssid string - Sam
Test string - Sam
Username string - Short
Guard stringInterval  - Spectrum
Analysis string - Transmit
Optimize string - Vap
All string - Vaps
List<Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Radio2Vap>  - Wids
Profile string - Zero
Wait stringDfs  
- Airtime
Fairness string - Amsdu string
 - Ap
Handoff string - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - Ap
Sniffer stringAddr  - Ap
Sniffer intBufsize  - Ap
Sniffer intChan  - Ap
Sniffer stringCtl  - Ap
Sniffer stringData  - Ap
Sniffer stringMgmt Beacon  - Ap
Sniffer stringMgmt Other  - Ap
Sniffer stringMgmt Probe  - Arrp
Profile string - Auto
Power intHigh  - Auto
Power stringLevel  - Auto
Power intLow  - Auto
Power stringTarget  - Band string
 - Band5g
Type string - Bandwidth
Admission stringControl  - Bandwidth
Capacity int - Beacon
Interval int - Bss
Color int - Bss
Color stringMode  - Call
Admission stringControl  - Call
Capacity int - Channel
Bonding string - Channel
Bonding stringExt  - Channel
Utilization string - Channels
[]Wtpprofile
Radio2Channel  - Coexistence string
 - Darrp string
 - Drma string
 - Drma
Sensitivity string - Dtim int
 - Frag
Threshold int - Frequency
Handoff string - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - Iperf
Protocol string - Iperf
Server intPort  - Max
Clients int - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - Max
Distance int - Mimo
Mode string - Mode string
 - N80211d string
 - Optional
Antenna string - Optional
Antenna stringGain  - Power
Level int - Power
Mode string - Power
Value int - Powersave
Optimize string - Protection
Mode string - Radio
Id int - Rts
Threshold int - Sam
Bssid string - Sam
Ca stringCertificate  - Sam
Captive stringPortal  - Sam
Client stringCertificate  - Sam
Cwp stringFailure String  - Sam
Cwp stringMatch String  - Sam
Cwp stringPassword  - Sam
Cwp stringSuccess String  - Sam
Cwp stringTest Url  - Sam
Cwp stringUsername  - Sam
Eap stringMethod  - Sam
Password string - Sam
Private stringKey  - Sam
Private stringKey Password  - Sam
Report intIntv  - Sam
Security stringType  - Sam
Server stringFqdn  - Sam
Server stringIp  - Sam
Server stringType  - Sam
Ssid string - Sam
Test string - Sam
Username string - Short
Guard stringInterval  - Spectrum
Analysis string - Transmit
Optimize string - Vap
All string - Vaps
[]Wtpprofile
Radio2Vap  - Wids
Profile string - Zero
Wait stringDfs  
- airtime
Fairness String - amsdu String
 - ap
Handoff String - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - ap
Sniffer StringAddr  - ap
Sniffer IntegerBufsize  - ap
Sniffer IntegerChan  - ap
Sniffer StringCtl  - ap
Sniffer StringData  - ap
Sniffer StringMgmt Beacon  - ap
Sniffer StringMgmt Other  - ap
Sniffer StringMgmt Probe  - arrp
Profile String - auto
Power IntegerHigh  - auto
Power StringLevel  - auto
Power IntegerLow  - auto
Power StringTarget  - band String
 - band5g
Type String - bandwidth
Admission StringControl  - bandwidth
Capacity Integer - beacon
Interval Integer - bss
Color Integer - bss
Color StringMode  - call
Admission StringControl  - call
Capacity Integer - channel
Bonding String - channel
Bonding StringExt  - channel
Utilization String - channels
List<Wtpprofile
Radio2Channel>  - coexistence String
 - darrp String
 - drma String
 - drma
Sensitivity String - dtim Integer
 - frag
Threshold Integer - frequency
Handoff String - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - iperf
Protocol String - iperf
Server IntegerPort  - max
Clients Integer - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - max
Distance Integer - mimo
Mode String - mode String
 - n80211d String
 - optional
Antenna String - optional
Antenna StringGain  - power
Level Integer - power
Mode String - power
Value Integer - powersave
Optimize String - protection
Mode String - radio
Id Integer - rts
Threshold Integer - sam
Bssid String - sam
Ca StringCertificate  - sam
Captive StringPortal  - sam
Client StringCertificate  - sam
Cwp StringFailure String  - sam
Cwp StringMatch String  - sam
Cwp StringPassword  - sam
Cwp StringSuccess String  - sam
Cwp StringTest Url  - sam
Cwp StringUsername  - sam
Eap StringMethod  - sam
Password String - sam
Private StringKey  - sam
Private StringKey Password  - sam
Report IntegerIntv  - sam
Security StringType  - sam
Server StringFqdn  - sam
Server StringIp  - sam
Server StringType  - sam
Ssid String - sam
Test String - sam
Username String - short
Guard StringInterval  - spectrum
Analysis String - transmit
Optimize String - vap
All String - vaps
List<Wtpprofile
Radio2Vap>  - wids
Profile String - zero
Wait StringDfs  
- airtime
Fairness string - amsdu string
 - ap
Handoff string - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - ap
Sniffer stringAddr  - ap
Sniffer numberBufsize  - ap
Sniffer numberChan  - ap
Sniffer stringCtl  - ap
Sniffer stringData  - ap
Sniffer stringMgmt Beacon  - ap
Sniffer stringMgmt Other  - ap
Sniffer stringMgmt Probe  - arrp
Profile string - auto
Power numberHigh  - auto
Power stringLevel  - auto
Power numberLow  - auto
Power stringTarget  - band string
 - band5g
Type string - bandwidth
Admission stringControl  - bandwidth
Capacity number - beacon
Interval number - bss
Color number - bss
Color stringMode  - call
Admission stringControl  - call
Capacity number - channel
Bonding string - channel
Bonding stringExt  - channel
Utilization string - channels
Wtpprofile
Radio2Channel[]  - coexistence string
 - darrp string
 - drma string
 - drma
Sensitivity string - dtim number
 - frag
Threshold number - frequency
Handoff string - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - iperf
Protocol string - iperf
Server numberPort  - max
Clients number - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - max
Distance number - mimo
Mode string - mode string
 - n80211d string
 - optional
Antenna string - optional
Antenna stringGain  - power
Level number - power
Mode string - power
Value number - powersave
Optimize string - protection
Mode string - radio
Id number - rts
Threshold number - sam
Bssid string - sam
Ca stringCertificate  - sam
Captive stringPortal  - sam
Client stringCertificate  - sam
Cwp stringFailure String  - sam
Cwp stringMatch String  - sam
Cwp stringPassword  - sam
Cwp stringSuccess String  - sam
Cwp stringTest Url  - sam
Cwp stringUsername  - sam
Eap stringMethod  - sam
Password string - sam
Private stringKey  - sam
Private stringKey Password  - sam
Report numberIntv  - sam
Security stringType  - sam
Server stringFqdn  - sam
Server stringIp  - sam
Server stringType  - sam
Ssid string - sam
Test string - sam
Username string - short
Guard stringInterval  - spectrum
Analysis string - transmit
Optimize string - vap
All string - vaps
Wtpprofile
Radio2Vap[]  - wids
Profile string - zero
Wait stringDfs  
- airtime_
fairness str - amsdu str
 - ap_
handoff str - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - ap_
sniffer_ straddr  - ap_
sniffer_ intbufsize  - ap_
sniffer_ intchan  - ap_
sniffer_ strctl  - ap_
sniffer_ strdata  - ap_
sniffer_ strmgmt_ beacon  - ap_
sniffer_ strmgmt_ other  - ap_
sniffer_ strmgmt_ probe  - arrp_
profile str - auto_
power_ inthigh  - auto_
power_ strlevel  - auto_
power_ intlow  - auto_
power_ strtarget  - band str
 - band5g_
type str - bandwidth_
admission_ strcontrol  - bandwidth_
capacity int - beacon_
interval int - bss_
color int - bss_
color_ strmode  - call_
admission_ strcontrol  - call_
capacity int - channel_
bonding str - channel_
bonding_ strext  - channel_
utilization str - channels
Sequence[Wtpprofile
Radio2Channel]  - coexistence str
 - darrp str
 - drma str
 - drma_
sensitivity str - dtim int
 - frag_
threshold int - frequency_
handoff str - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - iperf_
protocol str - iperf_
server_ intport  - max_
clients int - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - max_
distance int - mimo_
mode str - mode str
 - n80211d str
 - optional_
antenna str - optional_
antenna_ strgain  - power_
level int - power_
mode str - power_
value int - powersave_
optimize str - protection_
mode str - radio_
id int - rts_
threshold int - sam_
bssid str - sam_
ca_ strcertificate  - sam_
captive_ strportal  - sam_
client_ strcertificate  - sam_
cwp_ strfailure_ string  - sam_
cwp_ strmatch_ string  - sam_
cwp_ strpassword  - sam_
cwp_ strsuccess_ string  - sam_
cwp_ strtest_ url  - sam_
cwp_ strusername  - sam_
eap_ strmethod  - sam_
password str - sam_
private_ strkey  - sam_
private_ strkey_ password  - sam_
report_ intintv  - sam_
security_ strtype  - sam_
server_ strfqdn  - sam_
server_ strip  - sam_
server_ strtype  - sam_
ssid str - sam_
test str - sam_
username str - short_
guard_ strinterval  - spectrum_
analysis str - transmit_
optimize str - vap_
all str - vaps
Sequence[Wtpprofile
Radio2Vap]  - wids_
profile str - zero_
wait_ strdfs  
- airtime
Fairness String - amsdu String
 - ap
Handoff String - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - ap
Sniffer StringAddr  - ap
Sniffer NumberBufsize  - ap
Sniffer NumberChan  - ap
Sniffer StringCtl  - ap
Sniffer StringData  - ap
Sniffer StringMgmt Beacon  - ap
Sniffer StringMgmt Other  - ap
Sniffer StringMgmt Probe  - arrp
Profile String - auto
Power NumberHigh  - auto
Power StringLevel  - auto
Power NumberLow  - auto
Power StringTarget  - band String
 - band5g
Type String - bandwidth
Admission StringControl  - bandwidth
Capacity Number - beacon
Interval Number - bss
Color Number - bss
Color StringMode  - call
Admission StringControl  - call
Capacity Number - channel
Bonding String - channel
Bonding StringExt  - channel
Utilization String - channels List<Property Map>
 - coexistence String
 - darrp String
 - drma String
 - drma
Sensitivity String - dtim Number
 - frag
Threshold Number - frequency
Handoff String - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - iperf
Protocol String - iperf
Server NumberPort  - max
Clients Number - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - max
Distance Number - mimo
Mode String - mode String
 - n80211d String
 - optional
Antenna String - optional
Antenna StringGain  - power
Level Number - power
Mode String - power
Value Number - powersave
Optimize String - protection
Mode String - radio
Id Number - rts
Threshold Number - sam
Bssid String - sam
Ca StringCertificate  - sam
Captive StringPortal  - sam
Client StringCertificate  - sam
Cwp StringFailure String  - sam
Cwp StringMatch String  - sam
Cwp StringPassword  - sam
Cwp StringSuccess String  - sam
Cwp StringTest Url  - sam
Cwp StringUsername  - sam
Eap StringMethod  - sam
Password String - sam
Private StringKey  - sam
Private StringKey Password  - sam
Report NumberIntv  - sam
Security StringType  - sam
Server StringFqdn  - sam
Server StringIp  - sam
Server StringType  - sam
Ssid String - sam
Test String - sam
Username String - short
Guard StringInterval  - spectrum
Analysis String - transmit
Optimize String - vap
All String - vaps List<Property Map>
 - wids
Profile String - zero
Wait StringDfs  
WtpprofileRadio2Channel, WtpprofileRadio2ChannelArgs    
- Chan string
 - Channel number.
 
- Chan string
 - Channel number.
 
- chan String
 - Channel number.
 
- chan string
 - Channel number.
 
- chan str
 - Channel number.
 
- chan String
 - Channel number.
 
WtpprofileRadio2Vap, WtpprofileRadio2VapArgs    
- Name string
 - Virtual Access Point (VAP) name.
 
- Name string
 - Virtual Access Point (VAP) name.
 
- name String
 - Virtual Access Point (VAP) name.
 
- name string
 - Virtual Access Point (VAP) name.
 
- name str
 - Virtual Access Point (VAP) name.
 
- name String
 - Virtual Access Point (VAP) name.
 
WtpprofileRadio3, WtpprofileRadio3Args    
- Airtime
Fairness string - Amsdu string
 - Ap
Handoff string - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - Ap
Sniffer stringAddr  - Ap
Sniffer intBufsize  - Ap
Sniffer intChan  - Ap
Sniffer stringCtl  - Ap
Sniffer stringData  - Ap
Sniffer stringMgmt Beacon  - Ap
Sniffer stringMgmt Other  - Ap
Sniffer stringMgmt Probe  - Arrp
Profile string - Auto
Power intHigh  - Auto
Power stringLevel  - Auto
Power intLow  - Auto
Power stringTarget  - Band string
 - Band5g
Type string - Bandwidth
Admission stringControl  - Bandwidth
Capacity int - Beacon
Interval int - Bss
Color int - Bss
Color stringMode  - Call
Admission stringControl  - Call
Capacity int - Channel
Bonding string - Channel
Bonding stringExt  - Channel
Utilization string - Channels
List<Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Radio3Channel>  - Coexistence string
 - Darrp string
 - Drma string
 - Drma
Sensitivity string - Dtim int
 - Frag
Threshold int - Frequency
Handoff string - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - Iperf
Protocol string - Iperf
Server intPort  - Max
Clients int - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - Max
Distance int - Mimo
Mode string - Mode string
 - N80211d string
 - Optional
Antenna string - Optional
Antenna stringGain  - Power
Level int - Power
Mode string - Power
Value int - Powersave
Optimize string - Protection
Mode string - Rts
Threshold int - Sam
Bssid string - Sam
Ca stringCertificate  - Sam
Captive stringPortal  - Sam
Client stringCertificate  - Sam
Cwp stringFailure String  - Sam
Cwp stringMatch String  - Sam
Cwp stringPassword  - Sam
Cwp stringSuccess String  - Sam
Cwp stringTest Url  - Sam
Cwp stringUsername  - Sam
Eap stringMethod  - Sam
Password string - Sam
Private stringKey  - Sam
Private stringKey Password  - Sam
Report intIntv  - Sam
Security stringType  - Sam
Server stringFqdn  - Sam
Server stringIp  - Sam
Server stringType  - Sam
Ssid string - Sam
Test string - Sam
Username string - Short
Guard stringInterval  - Spectrum
Analysis string - Transmit
Optimize string - Vap
All string - Vaps
List<Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Radio3Vap>  - Wids
Profile string - Zero
Wait stringDfs  
- Airtime
Fairness string - Amsdu string
 - Ap
Handoff string - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - Ap
Sniffer stringAddr  - Ap
Sniffer intBufsize  - Ap
Sniffer intChan  - Ap
Sniffer stringCtl  - Ap
Sniffer stringData  - Ap
Sniffer stringMgmt Beacon  - Ap
Sniffer stringMgmt Other  - Ap
Sniffer stringMgmt Probe  - Arrp
Profile string - Auto
Power intHigh  - Auto
Power stringLevel  - Auto
Power intLow  - Auto
Power stringTarget  - Band string
 - Band5g
Type string - Bandwidth
Admission stringControl  - Bandwidth
Capacity int - Beacon
Interval int - Bss
Color int - Bss
Color stringMode  - Call
Admission stringControl  - Call
Capacity int - Channel
Bonding string - Channel
Bonding stringExt  - Channel
Utilization string - Channels
[]Wtpprofile
Radio3Channel  - Coexistence string
 - Darrp string
 - Drma string
 - Drma
Sensitivity string - Dtim int
 - Frag
Threshold int - Frequency
Handoff string - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - Iperf
Protocol string - Iperf
Server intPort  - Max
Clients int - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - Max
Distance int - Mimo
Mode string - Mode string
 - N80211d string
 - Optional
Antenna string - Optional
Antenna stringGain  - Power
Level int - Power
Mode string - Power
Value int - Powersave
Optimize string - Protection
Mode string - Rts
Threshold int - Sam
Bssid string - Sam
Ca stringCertificate  - Sam
Captive stringPortal  - Sam
Client stringCertificate  - Sam
Cwp stringFailure String  - Sam
Cwp stringMatch String  - Sam
Cwp stringPassword  - Sam
Cwp stringSuccess String  - Sam
Cwp stringTest Url  - Sam
Cwp stringUsername  - Sam
Eap stringMethod  - Sam
Password string - Sam
Private stringKey  - Sam
Private stringKey Password  - Sam
Report intIntv  - Sam
Security stringType  - Sam
Server stringFqdn  - Sam
Server stringIp  - Sam
Server stringType  - Sam
Ssid string - Sam
Test string - Sam
Username string - Short
Guard stringInterval  - Spectrum
Analysis string - Transmit
Optimize string - Vap
All string - Vaps
[]Wtpprofile
Radio3Vap  - Wids
Profile string - Zero
Wait stringDfs  
- airtime
Fairness String - amsdu String
 - ap
Handoff String - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - ap
Sniffer StringAddr  - ap
Sniffer IntegerBufsize  - ap
Sniffer IntegerChan  - ap
Sniffer StringCtl  - ap
Sniffer StringData  - ap
Sniffer StringMgmt Beacon  - ap
Sniffer StringMgmt Other  - ap
Sniffer StringMgmt Probe  - arrp
Profile String - auto
Power IntegerHigh  - auto
Power StringLevel  - auto
Power IntegerLow  - auto
Power StringTarget  - band String
 - band5g
Type String - bandwidth
Admission StringControl  - bandwidth
Capacity Integer - beacon
Interval Integer - bss
Color Integer - bss
Color StringMode  - call
Admission StringControl  - call
Capacity Integer - channel
Bonding String - channel
Bonding StringExt  - channel
Utilization String - channels
List<Wtpprofile
Radio3Channel>  - coexistence String
 - darrp String
 - drma String
 - drma
Sensitivity String - dtim Integer
 - frag
Threshold Integer - frequency
Handoff String - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - iperf
Protocol String - iperf
Server IntegerPort  - max
Clients Integer - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - max
Distance Integer - mimo
Mode String - mode String
 - n80211d String
 - optional
Antenna String - optional
Antenna StringGain  - power
Level Integer - power
Mode String - power
Value Integer - powersave
Optimize String - protection
Mode String - rts
Threshold Integer - sam
Bssid String - sam
Ca StringCertificate  - sam
Captive StringPortal  - sam
Client StringCertificate  - sam
Cwp StringFailure String  - sam
Cwp StringMatch String  - sam
Cwp StringPassword  - sam
Cwp StringSuccess String  - sam
Cwp StringTest Url  - sam
Cwp StringUsername  - sam
Eap StringMethod  - sam
Password String - sam
Private StringKey  - sam
Private StringKey Password  - sam
Report IntegerIntv  - sam
Security StringType  - sam
Server StringFqdn  - sam
Server StringIp  - sam
Server StringType  - sam
Ssid String - sam
Test String - sam
Username String - short
Guard StringInterval  - spectrum
Analysis String - transmit
Optimize String - vap
All String - vaps
List<Wtpprofile
Radio3Vap>  - wids
Profile String - zero
Wait StringDfs  
- airtime
Fairness string - amsdu string
 - ap
Handoff string - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - ap
Sniffer stringAddr  - ap
Sniffer numberBufsize  - ap
Sniffer numberChan  - ap
Sniffer stringCtl  - ap
Sniffer stringData  - ap
Sniffer stringMgmt Beacon  - ap
Sniffer stringMgmt Other  - ap
Sniffer stringMgmt Probe  - arrp
Profile string - auto
Power numberHigh  - auto
Power stringLevel  - auto
Power numberLow  - auto
Power stringTarget  - band string
 - band5g
Type string - bandwidth
Admission stringControl  - bandwidth
Capacity number - beacon
Interval number - bss
Color number - bss
Color stringMode  - call
Admission stringControl  - call
Capacity number - channel
Bonding string - channel
Bonding stringExt  - channel
Utilization string - channels
Wtpprofile
Radio3Channel[]  - coexistence string
 - darrp string
 - drma string
 - drma
Sensitivity string - dtim number
 - frag
Threshold number - frequency
Handoff string - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - iperf
Protocol string - iperf
Server numberPort  - max
Clients number - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - max
Distance number - mimo
Mode string - mode string
 - n80211d string
 - optional
Antenna string - optional
Antenna stringGain  - power
Level number - power
Mode string - power
Value number - powersave
Optimize string - protection
Mode string - rts
Threshold number - sam
Bssid string - sam
Ca stringCertificate  - sam
Captive stringPortal  - sam
Client stringCertificate  - sam
Cwp stringFailure String  - sam
Cwp stringMatch String  - sam
Cwp stringPassword  - sam
Cwp stringSuccess String  - sam
Cwp stringTest Url  - sam
Cwp stringUsername  - sam
Eap stringMethod  - sam
Password string - sam
Private stringKey  - sam
Private stringKey Password  - sam
Report numberIntv  - sam
Security stringType  - sam
Server stringFqdn  - sam
Server stringIp  - sam
Server stringType  - sam
Ssid string - sam
Test string - sam
Username string - short
Guard stringInterval  - spectrum
Analysis string - transmit
Optimize string - vap
All string - vaps
Wtpprofile
Radio3Vap[]  - wids
Profile string - zero
Wait stringDfs  
- airtime_
fairness str - amsdu str
 - ap_
handoff str - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - ap_
sniffer_ straddr  - ap_
sniffer_ intbufsize  - ap_
sniffer_ intchan  - ap_
sniffer_ strctl  - ap_
sniffer_ strdata  - ap_
sniffer_ strmgmt_ beacon  - ap_
sniffer_ strmgmt_ other  - ap_
sniffer_ strmgmt_ probe  - arrp_
profile str - auto_
power_ inthigh  - auto_
power_ strlevel  - auto_
power_ intlow  - auto_
power_ strtarget  - band str
 - band5g_
type str - bandwidth_
admission_ strcontrol  - bandwidth_
capacity int - beacon_
interval int - bss_
color int - bss_
color_ strmode  - call_
admission_ strcontrol  - call_
capacity int - channel_
bonding str - channel_
bonding_ strext  - channel_
utilization str - channels
Sequence[Wtpprofile
Radio3Channel]  - coexistence str
 - darrp str
 - drma str
 - drma_
sensitivity str - dtim int
 - frag_
threshold int - frequency_
handoff str - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - iperf_
protocol str - iperf_
server_ intport  - max_
clients int - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - max_
distance int - mimo_
mode str - mode str
 - n80211d str
 - optional_
antenna str - optional_
antenna_ strgain  - power_
level int - power_
mode str - power_
value int - powersave_
optimize str - protection_
mode str - rts_
threshold int - sam_
bssid str - sam_
ca_ strcertificate  - sam_
captive_ strportal  - sam_
client_ strcertificate  - sam_
cwp_ strfailure_ string  - sam_
cwp_ strmatch_ string  - sam_
cwp_ strpassword  - sam_
cwp_ strsuccess_ string  - sam_
cwp_ strtest_ url  - sam_
cwp_ strusername  - sam_
eap_ strmethod  - sam_
password str - sam_
private_ strkey  - sam_
private_ strkey_ password  - sam_
report_ intintv  - sam_
security_ strtype  - sam_
server_ strfqdn  - sam_
server_ strip  - sam_
server_ strtype  - sam_
ssid str - sam_
test str - sam_
username str - short_
guard_ strinterval  - spectrum_
analysis str - transmit_
optimize str - vap_
all str - vaps
Sequence[Wtpprofile
Radio3Vap]  - wids_
profile str - zero_
wait_ strdfs  
- airtime
Fairness String - amsdu String
 - ap
Handoff String - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - ap
Sniffer StringAddr  - ap
Sniffer NumberBufsize  - ap
Sniffer NumberChan  - ap
Sniffer StringCtl  - ap
Sniffer StringData  - ap
Sniffer StringMgmt Beacon  - ap
Sniffer StringMgmt Other  - ap
Sniffer StringMgmt Probe  - arrp
Profile String - auto
Power NumberHigh  - auto
Power StringLevel  - auto
Power NumberLow  - auto
Power StringTarget  - band String
 - band5g
Type String - bandwidth
Admission StringControl  - bandwidth
Capacity Number - beacon
Interval Number - bss
Color Number - bss
Color StringMode  - call
Admission StringControl  - call
Capacity Number - channel
Bonding String - channel
Bonding StringExt  - channel
Utilization String - channels List<Property Map>
 - coexistence String
 - darrp String
 - drma String
 - drma
Sensitivity String - dtim Number
 - frag
Threshold Number - frequency
Handoff String - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - iperf
Protocol String - iperf
Server NumberPort  - max
Clients Number - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - max
Distance Number - mimo
Mode String - mode String
 - n80211d String
 - optional
Antenna String - optional
Antenna StringGain  - power
Level Number - power
Mode String - power
Value Number - powersave
Optimize String - protection
Mode String - rts
Threshold Number - sam
Bssid String - sam
Ca StringCertificate  - sam
Captive StringPortal  - sam
Client StringCertificate  - sam
Cwp StringFailure String  - sam
Cwp StringMatch String  - sam
Cwp StringPassword  - sam
Cwp StringSuccess String  - sam
Cwp StringTest Url  - sam
Cwp StringUsername  - sam
Eap StringMethod  - sam
Password String - sam
Private StringKey  - sam
Private StringKey Password  - sam
Report NumberIntv  - sam
Security StringType  - sam
Server StringFqdn  - sam
Server StringIp  - sam
Server StringType  - sam
Ssid String - sam
Test String - sam
Username String - short
Guard StringInterval  - spectrum
Analysis String - transmit
Optimize String - vap
All String - vaps List<Property Map>
 - wids
Profile String - zero
Wait StringDfs  
WtpprofileRadio3Channel, WtpprofileRadio3ChannelArgs    
- Chan string
 - Channel number.
 
- Chan string
 - Channel number.
 
- chan String
 - Channel number.
 
- chan string
 - Channel number.
 
- chan str
 - Channel number.
 
- chan String
 - Channel number.
 
WtpprofileRadio3Vap, WtpprofileRadio3VapArgs    
- Name string
 - Virtual Access Point (VAP) name.
 
- Name string
 - Virtual Access Point (VAP) name.
 
- name String
 - Virtual Access Point (VAP) name.
 
- name string
 - Virtual Access Point (VAP) name.
 
- name str
 - Virtual Access Point (VAP) name.
 
- name String
 - Virtual Access Point (VAP) name.
 
WtpprofileRadio4, WtpprofileRadio4Args    
- Airtime
Fairness string - Amsdu string
 - Ap
Handoff string - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - Ap
Sniffer stringAddr  - Ap
Sniffer intBufsize  - Ap
Sniffer intChan  - Ap
Sniffer stringCtl  - Ap
Sniffer stringData  - Ap
Sniffer stringMgmt Beacon  - Ap
Sniffer stringMgmt Other  - Ap
Sniffer stringMgmt Probe  - Arrp
Profile string - Auto
Power intHigh  - Auto
Power stringLevel  - Auto
Power intLow  - Auto
Power stringTarget  - Band string
 - Band5g
Type string - Bandwidth
Admission stringControl  - Bandwidth
Capacity int - Beacon
Interval int - Bss
Color int - Bss
Color stringMode  - Call
Admission stringControl  - Call
Capacity int - Channel
Bonding string - Channel
Bonding stringExt  - Channel
Utilization string - Channels
List<Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Radio4Channel>  - Coexistence string
 - Darrp string
 - Drma string
 - Drma
Sensitivity string - Dtim int
 - Frag
Threshold int - Frequency
Handoff string - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - Iperf
Protocol string - Iperf
Server intPort  - Max
Clients int - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - Max
Distance int - Mimo
Mode string - Mode string
 - N80211d string
 - Optional
Antenna string - Optional
Antenna stringGain  - Power
Level int - Power
Mode string - Power
Value int - Powersave
Optimize string - Protection
Mode string - Rts
Threshold int - Sam
Bssid string - Sam
Ca stringCertificate  - Sam
Captive stringPortal  - Sam
Client stringCertificate  - Sam
Cwp stringFailure String  - Sam
Cwp stringMatch String  - Sam
Cwp stringPassword  - Sam
Cwp stringSuccess String  - Sam
Cwp stringTest Url  - Sam
Cwp stringUsername  - Sam
Eap stringMethod  - Sam
Password string - Sam
Private stringKey  - Sam
Private stringKey Password  - Sam
Report intIntv  - Sam
Security stringType  - Sam
Server stringFqdn  - Sam
Server stringIp  - Sam
Server stringType  - Sam
Ssid string - Sam
Test string - Sam
Username string - Short
Guard stringInterval  - Spectrum
Analysis string - Transmit
Optimize string - Vap
All string - Vaps
List<Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtpprofile Radio4Vap>  - Wids
Profile string - Zero
Wait stringDfs  
- Airtime
Fairness string - Amsdu string
 - Ap
Handoff string - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - Ap
Sniffer stringAddr  - Ap
Sniffer intBufsize  - Ap
Sniffer intChan  - Ap
Sniffer stringCtl  - Ap
Sniffer stringData  - Ap
Sniffer stringMgmt Beacon  - Ap
Sniffer stringMgmt Other  - Ap
Sniffer stringMgmt Probe  - Arrp
Profile string - Auto
Power intHigh  - Auto
Power stringLevel  - Auto
Power intLow  - Auto
Power stringTarget  - Band string
 - Band5g
Type string - Bandwidth
Admission stringControl  - Bandwidth
Capacity int - Beacon
Interval int - Bss
Color int - Bss
Color stringMode  - Call
Admission stringControl  - Call
Capacity int - Channel
Bonding string - Channel
Bonding stringExt  - Channel
Utilization string - Channels
[]Wtpprofile
Radio4Channel  - Coexistence string
 - Darrp string
 - Drma string
 - Drma
Sensitivity string - Dtim int
 - Frag
Threshold int - Frequency
Handoff string - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - Iperf
Protocol string - Iperf
Server intPort  - Max
Clients int - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - Max
Distance int - Mimo
Mode string - Mode string
 - N80211d string
 - Optional
Antenna string - Optional
Antenna stringGain  - Power
Level int - Power
Mode string - Power
Value int - Powersave
Optimize string - Protection
Mode string - Rts
Threshold int - Sam
Bssid string - Sam
Ca stringCertificate  - Sam
Captive stringPortal  - Sam
Client stringCertificate  - Sam
Cwp stringFailure String  - Sam
Cwp stringMatch String  - Sam
Cwp stringPassword  - Sam
Cwp stringSuccess String  - Sam
Cwp stringTest Url  - Sam
Cwp stringUsername  - Sam
Eap stringMethod  - Sam
Password string - Sam
Private stringKey  - Sam
Private stringKey Password  - Sam
Report intIntv  - Sam
Security stringType  - Sam
Server stringFqdn  - Sam
Server stringIp  - Sam
Server stringType  - Sam
Ssid string - Sam
Test string - Sam
Username string - Short
Guard stringInterval  - Spectrum
Analysis string - Transmit
Optimize string - Vap
All string - Vaps
[]Wtpprofile
Radio4Vap  - Wids
Profile string - Zero
Wait stringDfs  
- airtime
Fairness String - amsdu String
 - ap
Handoff String - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - ap
Sniffer StringAddr  - ap
Sniffer IntegerBufsize  - ap
Sniffer IntegerChan  - ap
Sniffer StringCtl  - ap
Sniffer StringData  - ap
Sniffer StringMgmt Beacon  - ap
Sniffer StringMgmt Other  - ap
Sniffer StringMgmt Probe  - arrp
Profile String - auto
Power IntegerHigh  - auto
Power StringLevel  - auto
Power IntegerLow  - auto
Power StringTarget  - band String
 - band5g
Type String - bandwidth
Admission StringControl  - bandwidth
Capacity Integer - beacon
Interval Integer - bss
Color Integer - bss
Color StringMode  - call
Admission StringControl  - call
Capacity Integer - channel
Bonding String - channel
Bonding StringExt  - channel
Utilization String - channels
List<Wtpprofile
Radio4Channel>  - coexistence String
 - darrp String
 - drma String
 - drma
Sensitivity String - dtim Integer
 - frag
Threshold Integer - frequency
Handoff String - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - iperf
Protocol String - iperf
Server IntegerPort  - max
Clients Integer - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - max
Distance Integer - mimo
Mode String - mode String
 - n80211d String
 - optional
Antenna String - optional
Antenna StringGain  - power
Level Integer - power
Mode String - power
Value Integer - powersave
Optimize String - protection
Mode String - rts
Threshold Integer - sam
Bssid String - sam
Ca StringCertificate  - sam
Captive StringPortal  - sam
Client StringCertificate  - sam
Cwp StringFailure String  - sam
Cwp StringMatch String  - sam
Cwp StringPassword  - sam
Cwp StringSuccess String  - sam
Cwp StringTest Url  - sam
Cwp StringUsername  - sam
Eap StringMethod  - sam
Password String - sam
Private StringKey  - sam
Private StringKey Password  - sam
Report IntegerIntv  - sam
Security StringType  - sam
Server StringFqdn  - sam
Server StringIp  - sam
Server StringType  - sam
Ssid String - sam
Test String - sam
Username String - short
Guard StringInterval  - spectrum
Analysis String - transmit
Optimize String - vap
All String - vaps
List<Wtpprofile
Radio4Vap>  - wids
Profile String - zero
Wait StringDfs  
- airtime
Fairness string - amsdu string
 - ap
Handoff string - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - ap
Sniffer stringAddr  - ap
Sniffer numberBufsize  - ap
Sniffer numberChan  - ap
Sniffer stringCtl  - ap
Sniffer stringData  - ap
Sniffer stringMgmt Beacon  - ap
Sniffer stringMgmt Other  - ap
Sniffer stringMgmt Probe  - arrp
Profile string - auto
Power numberHigh  - auto
Power stringLevel  - auto
Power numberLow  - auto
Power stringTarget  - band string
 - band5g
Type string - bandwidth
Admission stringControl  - bandwidth
Capacity number - beacon
Interval number - bss
Color number - bss
Color stringMode  - call
Admission stringControl  - call
Capacity number - channel
Bonding string - channel
Bonding stringExt  - channel
Utilization string - channels
Wtpprofile
Radio4Channel[]  - coexistence string
 - darrp string
 - drma string
 - drma
Sensitivity string - dtim number
 - frag
Threshold number - frequency
Handoff string - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - iperf
Protocol string - iperf
Server numberPort  - max
Clients number - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - max
Distance number - mimo
Mode string - mode string
 - n80211d string
 - optional
Antenna string - optional
Antenna stringGain  - power
Level number - power
Mode string - power
Value number - powersave
Optimize string - protection
Mode string - rts
Threshold number - sam
Bssid string - sam
Ca stringCertificate  - sam
Captive stringPortal  - sam
Client stringCertificate  - sam
Cwp stringFailure String  - sam
Cwp stringMatch String  - sam
Cwp stringPassword  - sam
Cwp stringSuccess String  - sam
Cwp stringTest Url  - sam
Cwp stringUsername  - sam
Eap stringMethod  - sam
Password string - sam
Private stringKey  - sam
Private stringKey Password  - sam
Report numberIntv  - sam
Security stringType  - sam
Server stringFqdn  - sam
Server stringIp  - sam
Server stringType  - sam
Ssid string - sam
Test string - sam
Username string - short
Guard stringInterval  - spectrum
Analysis string - transmit
Optimize string - vap
All string - vaps
Wtpprofile
Radio4Vap[]  - wids
Profile string - zero
Wait stringDfs  
- airtime_
fairness str - amsdu str
 - ap_
handoff str - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - ap_
sniffer_ straddr  - ap_
sniffer_ intbufsize  - ap_
sniffer_ intchan  - ap_
sniffer_ strctl  - ap_
sniffer_ strdata  - ap_
sniffer_ strmgmt_ beacon  - ap_
sniffer_ strmgmt_ other  - ap_
sniffer_ strmgmt_ probe  - arrp_
profile str - auto_
power_ inthigh  - auto_
power_ strlevel  - auto_
power_ intlow  - auto_
power_ strtarget  - band str
 - band5g_
type str - bandwidth_
admission_ strcontrol  - bandwidth_
capacity int - beacon_
interval int - bss_
color int - bss_
color_ strmode  - call_
admission_ strcontrol  - call_
capacity int - channel_
bonding str - channel_
bonding_ strext  - channel_
utilization str - channels
Sequence[Wtpprofile
Radio4Channel]  - coexistence str
 - darrp str
 - drma str
 - drma_
sensitivity str - dtim int
 - frag_
threshold int - frequency_
handoff str - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - iperf_
protocol str - iperf_
server_ intport  - max_
clients int - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - max_
distance int - mimo_
mode str - mode str
 - n80211d str
 - optional_
antenna str - optional_
antenna_ strgain  - power_
level int - power_
mode str - power_
value int - powersave_
optimize str - protection_
mode str - rts_
threshold int - sam_
bssid str - sam_
ca_ strcertificate  - sam_
captive_ strportal  - sam_
client_ strcertificate  - sam_
cwp_ strfailure_ string  - sam_
cwp_ strmatch_ string  - sam_
cwp_ strpassword  - sam_
cwp_ strsuccess_ string  - sam_
cwp_ strtest_ url  - sam_
cwp_ strusername  - sam_
eap_ strmethod  - sam_
password str - sam_
private_ strkey  - sam_
private_ strkey_ password  - sam_
report_ intintv  - sam_
security_ strtype  - sam_
server_ strfqdn  - sam_
server_ strip  - sam_
server_ strtype  - sam_
ssid str - sam_
test str - sam_
username str - short_
guard_ strinterval  - spectrum_
analysis str - transmit_
optimize str - vap_
all str - vaps
Sequence[Wtpprofile
Radio4Vap]  - wids_
profile str - zero_
wait_ strdfs  
- airtime
Fairness String - amsdu String
 - ap
Handoff String - Enable/disable AP handoff of clients to other APs (default = disable). Valid values: 
enable,disable. - ap
Sniffer StringAddr  - ap
Sniffer NumberBufsize  - ap
Sniffer NumberChan  - ap
Sniffer StringCtl  - ap
Sniffer StringData  - ap
Sniffer StringMgmt Beacon  - ap
Sniffer StringMgmt Other  - ap
Sniffer StringMgmt Probe  - arrp
Profile String - auto
Power NumberHigh  - auto
Power StringLevel  - auto
Power NumberLow  - auto
Power StringTarget  - band String
 - band5g
Type String - bandwidth
Admission StringControl  - bandwidth
Capacity Number - beacon
Interval Number - bss
Color Number - bss
Color StringMode  - call
Admission StringControl  - call
Capacity Number - channel
Bonding String - channel
Bonding StringExt  - channel
Utilization String - channels List<Property Map>
 - coexistence String
 - darrp String
 - drma String
 - drma
Sensitivity String - dtim Number
 - frag
Threshold Number - frequency
Handoff String - Enable/disable frequency handoff of clients to other channels (default = disable). Valid values: 
enable,disable. - iperf
Protocol String - iperf
Server NumberPort  - max
Clients Number - Maximum number of stations (STAs) supported by the WTP (default = 0, meaning no client limitation).
 - max
Distance Number - mimo
Mode String - mode String
 - n80211d String
 - optional
Antenna String - optional
Antenna StringGain  - power
Level Number - power
Mode String - power
Value Number - powersave
Optimize String - protection
Mode String - rts
Threshold Number - sam
Bssid String - sam
Ca StringCertificate  - sam
Captive StringPortal  - sam
Client StringCertificate  - sam
Cwp StringFailure String  - sam
Cwp StringMatch String  - sam
Cwp StringPassword  - sam
Cwp StringSuccess String  - sam
Cwp StringTest Url  - sam
Cwp StringUsername  - sam
Eap StringMethod  - sam
Password String - sam
Private StringKey  - sam
Private StringKey Password  - sam
Report NumberIntv  - sam
Security StringType  - sam
Server StringFqdn  - sam
Server StringIp  - sam
Server StringType  - sam
Ssid String - sam
Test String - sam
Username String - short
Guard StringInterval  - spectrum
Analysis String - transmit
Optimize String - vap
All String - vaps List<Property Map>
 - wids
Profile String - zero
Wait StringDfs  
WtpprofileRadio4Channel, WtpprofileRadio4ChannelArgs    
- Chan string
 - Channel number.
 
- Chan string
 - Channel number.
 
- chan String
 - Channel number.
 
- chan string
 - Channel number.
 
- chan str
 - Channel number.
 
- chan String
 - Channel number.
 
WtpprofileRadio4Vap, WtpprofileRadio4VapArgs    
- Name string
 - Virtual Access Point (VAP) name.
 
- Name string
 - Virtual Access Point (VAP) name.
 
- name String
 - Virtual Access Point (VAP) name.
 
- name string
 - Virtual Access Point (VAP) name.
 
- name str
 - Virtual Access Point (VAP) name.
 
- name String
 - Virtual Access Point (VAP) name.
 
WtpprofileSplitTunnelingAcl, WtpprofileSplitTunnelingAclArgs        
Import
WirelessController WtpProfile can be imported using any of these accepted formats:
$ pulumi import fortios:wirelesscontroller/wtpprofile:Wtpprofile labelname {{name}}
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:wirelesscontroller/wtpprofile:Wtpprofile labelname {{name}}
$ unset “FORTIOS_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
 - fortios pulumiverse/pulumi-fortios
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
fortiosTerraform Provider.