fortimanager.ObjectWirelesscontrollerWidsprofile
Explore with Pulumi AI
Configure wireless intrusion detection system (WIDS) profiles.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.ObjectWirelesscontrollerWidsprofile("trname", {
apBgscanDisableSchedules: ["always"],
apScan: "disable",
asleapAttack: "disable",
assocFloodThresh: 30,
assocFloodTime: 10,
assocFrameFlood: "disable",
authFloodThresh: 30,
authFloodTime: 10,
authFrameFlood: "disable",
comment: "This is a Terraform example",
deauthBroadcast: "disable",
deauthUnknownSrcThresh: 10,
eapolFailFlood: "disable",
eapolFailIntv: 1,
eapolFailThresh: 10,
eapolLogoffFlood: "disable",
eapolLogoffIntv: 1,
eapolLogoffThresh: 10,
eapolPreFailFlood: "disable",
eapolPreFailIntv: 1,
eapolPreFailThresh: 10,
eapolPreSuccFlood: "disable",
eapolPreSuccIntv: 1,
eapolPreSuccThresh: 10,
eapolStartFlood: "disable",
eapolStartIntv: 1,
eapolStartThresh: 10,
eapolSuccFlood: "disable",
eapolSuccIntv: 1,
eapolSuccThresh: 10,
invalidMacOui: "disable",
longDurationAttack: "disable",
longDurationThresh: 8200,
nullSsidProbeResp: "disable",
sensorMode: "both",
spoofedDeauth: "disable",
weakWepIv: "disable",
wirelessBridge: "disable",
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.ObjectWirelesscontrollerWidsprofile("trname",
ap_bgscan_disable_schedules=["always"],
ap_scan="disable",
asleap_attack="disable",
assoc_flood_thresh=30,
assoc_flood_time=10,
assoc_frame_flood="disable",
auth_flood_thresh=30,
auth_flood_time=10,
auth_frame_flood="disable",
comment="This is a Terraform example",
deauth_broadcast="disable",
deauth_unknown_src_thresh=10,
eapol_fail_flood="disable",
eapol_fail_intv=1,
eapol_fail_thresh=10,
eapol_logoff_flood="disable",
eapol_logoff_intv=1,
eapol_logoff_thresh=10,
eapol_pre_fail_flood="disable",
eapol_pre_fail_intv=1,
eapol_pre_fail_thresh=10,
eapol_pre_succ_flood="disable",
eapol_pre_succ_intv=1,
eapol_pre_succ_thresh=10,
eapol_start_flood="disable",
eapol_start_intv=1,
eapol_start_thresh=10,
eapol_succ_flood="disable",
eapol_succ_intv=1,
eapol_succ_thresh=10,
invalid_mac_oui="disable",
long_duration_attack="disable",
long_duration_thresh=8200,
null_ssid_probe_resp="disable",
sensor_mode="both",
spoofed_deauth="disable",
weak_wep_iv="disable",
wireless_bridge="disable")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fortimanager.NewObjectWirelesscontrollerWidsprofile(ctx, "trname", &fortimanager.ObjectWirelesscontrollerWidsprofileArgs{
ApBgscanDisableSchedules: pulumi.StringArray{
pulumi.String("always"),
},
ApScan: pulumi.String("disable"),
AsleapAttack: pulumi.String("disable"),
AssocFloodThresh: pulumi.Float64(30),
AssocFloodTime: pulumi.Float64(10),
AssocFrameFlood: pulumi.String("disable"),
AuthFloodThresh: pulumi.Float64(30),
AuthFloodTime: pulumi.Float64(10),
AuthFrameFlood: pulumi.String("disable"),
Comment: pulumi.String("This is a Terraform example"),
DeauthBroadcast: pulumi.String("disable"),
DeauthUnknownSrcThresh: pulumi.Float64(10),
EapolFailFlood: pulumi.String("disable"),
EapolFailIntv: pulumi.Float64(1),
EapolFailThresh: pulumi.Float64(10),
EapolLogoffFlood: pulumi.String("disable"),
EapolLogoffIntv: pulumi.Float64(1),
EapolLogoffThresh: pulumi.Float64(10),
EapolPreFailFlood: pulumi.String("disable"),
EapolPreFailIntv: pulumi.Float64(1),
EapolPreFailThresh: pulumi.Float64(10),
EapolPreSuccFlood: pulumi.String("disable"),
EapolPreSuccIntv: pulumi.Float64(1),
EapolPreSuccThresh: pulumi.Float64(10),
EapolStartFlood: pulumi.String("disable"),
EapolStartIntv: pulumi.Float64(1),
EapolStartThresh: pulumi.Float64(10),
EapolSuccFlood: pulumi.String("disable"),
EapolSuccIntv: pulumi.Float64(1),
EapolSuccThresh: pulumi.Float64(10),
InvalidMacOui: pulumi.String("disable"),
LongDurationAttack: pulumi.String("disable"),
LongDurationThresh: pulumi.Float64(8200),
NullSsidProbeResp: pulumi.String("disable"),
SensorMode: pulumi.String("both"),
SpoofedDeauth: pulumi.String("disable"),
WeakWepIv: pulumi.String("disable"),
WirelessBridge: pulumi.String("disable"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var trname = new Fortimanager.ObjectWirelesscontrollerWidsprofile("trname", new()
{
ApBgscanDisableSchedules = new[]
{
"always",
},
ApScan = "disable",
AsleapAttack = "disable",
AssocFloodThresh = 30,
AssocFloodTime = 10,
AssocFrameFlood = "disable",
AuthFloodThresh = 30,
AuthFloodTime = 10,
AuthFrameFlood = "disable",
Comment = "This is a Terraform example",
DeauthBroadcast = "disable",
DeauthUnknownSrcThresh = 10,
EapolFailFlood = "disable",
EapolFailIntv = 1,
EapolFailThresh = 10,
EapolLogoffFlood = "disable",
EapolLogoffIntv = 1,
EapolLogoffThresh = 10,
EapolPreFailFlood = "disable",
EapolPreFailIntv = 1,
EapolPreFailThresh = 10,
EapolPreSuccFlood = "disable",
EapolPreSuccIntv = 1,
EapolPreSuccThresh = 10,
EapolStartFlood = "disable",
EapolStartIntv = 1,
EapolStartThresh = 10,
EapolSuccFlood = "disable",
EapolSuccIntv = 1,
EapolSuccThresh = 10,
InvalidMacOui = "disable",
LongDurationAttack = "disable",
LongDurationThresh = 8200,
NullSsidProbeResp = "disable",
SensorMode = "both",
SpoofedDeauth = "disable",
WeakWepIv = "disable",
WirelessBridge = "disable",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectWirelesscontrollerWidsprofile;
import com.pulumi.fortimanager.ObjectWirelesscontrollerWidsprofileArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var trname = new ObjectWirelesscontrollerWidsprofile("trname", ObjectWirelesscontrollerWidsprofileArgs.builder()
.apBgscanDisableSchedules("always")
.apScan("disable")
.asleapAttack("disable")
.assocFloodThresh(30)
.assocFloodTime(10)
.assocFrameFlood("disable")
.authFloodThresh(30)
.authFloodTime(10)
.authFrameFlood("disable")
.comment("This is a Terraform example")
.deauthBroadcast("disable")
.deauthUnknownSrcThresh(10)
.eapolFailFlood("disable")
.eapolFailIntv(1)
.eapolFailThresh(10)
.eapolLogoffFlood("disable")
.eapolLogoffIntv(1)
.eapolLogoffThresh(10)
.eapolPreFailFlood("disable")
.eapolPreFailIntv(1)
.eapolPreFailThresh(10)
.eapolPreSuccFlood("disable")
.eapolPreSuccIntv(1)
.eapolPreSuccThresh(10)
.eapolStartFlood("disable")
.eapolStartIntv(1)
.eapolStartThresh(10)
.eapolSuccFlood("disable")
.eapolSuccIntv(1)
.eapolSuccThresh(10)
.invalidMacOui("disable")
.longDurationAttack("disable")
.longDurationThresh(8200)
.nullSsidProbeResp("disable")
.sensorMode("both")
.spoofedDeauth("disable")
.weakWepIv("disable")
.wirelessBridge("disable")
.build());
}
}
resources:
trname:
type: fortimanager:ObjectWirelesscontrollerWidsprofile
properties:
apBgscanDisableSchedules:
- always
apScan: disable
asleapAttack: disable
assocFloodThresh: 30
assocFloodTime: 10
assocFrameFlood: disable
authFloodThresh: 30
authFloodTime: 10
authFrameFlood: disable
comment: This is a Terraform example
deauthBroadcast: disable
deauthUnknownSrcThresh: 10
eapolFailFlood: disable
eapolFailIntv: 1
eapolFailThresh: 10
eapolLogoffFlood: disable
eapolLogoffIntv: 1
eapolLogoffThresh: 10
eapolPreFailFlood: disable
eapolPreFailIntv: 1
eapolPreFailThresh: 10
eapolPreSuccFlood: disable
eapolPreSuccIntv: 1
eapolPreSuccThresh: 10
eapolStartFlood: disable
eapolStartIntv: 1
eapolStartThresh: 10
eapolSuccFlood: disable
eapolSuccIntv: 1
eapolSuccThresh: 10
invalidMacOui: disable
longDurationAttack: disable
longDurationThresh: 8200
nullSsidProbeResp: disable
sensorMode: both
spoofedDeauth: disable
weakWepIv: disable
wirelessBridge: disable
Create ObjectWirelesscontrollerWidsprofile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectWirelesscontrollerWidsprofile(name: string, args?: ObjectWirelesscontrollerWidsprofileArgs, opts?: CustomResourceOptions);
@overload
def ObjectWirelesscontrollerWidsprofile(resource_name: str,
args: Optional[ObjectWirelesscontrollerWidsprofileArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectWirelesscontrollerWidsprofile(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
ap_auto_suppress: Optional[str] = None,
ap_bgscan_disable_days: Optional[Sequence[str]] = None,
ap_bgscan_disable_end: Optional[str] = None,
ap_bgscan_disable_schedules: Optional[Sequence[str]] = None,
ap_bgscan_disable_start: Optional[str] = None,
ap_bgscan_duration: Optional[float] = None,
ap_bgscan_idle: Optional[float] = None,
ap_bgscan_intv: Optional[float] = None,
ap_bgscan_period: Optional[float] = None,
ap_bgscan_report_intv: Optional[float] = None,
ap_fgscan_report_intv: Optional[float] = None,
ap_scan: Optional[str] = None,
ap_scan_channel_list2g5gs: Optional[Sequence[str]] = None,
ap_scan_channel_list6gs: Optional[Sequence[str]] = None,
ap_scan_passive: Optional[str] = None,
ap_scan_threshold: Optional[str] = None,
asleap_attack: Optional[str] = None,
assoc_flood_thresh: Optional[float] = None,
assoc_flood_time: Optional[float] = None,
assoc_frame_flood: Optional[str] = None,
auth_flood_thresh: Optional[float] = None,
auth_flood_time: Optional[float] = None,
auth_frame_flood: Optional[str] = None,
comment: Optional[str] = None,
deauth_broadcast: Optional[str] = None,
deauth_unknown_src_thresh: Optional[float] = None,
eapol_fail_flood: Optional[str] = None,
eapol_fail_intv: Optional[float] = None,
eapol_fail_thresh: Optional[float] = None,
eapol_logoff_flood: Optional[str] = None,
eapol_logoff_intv: Optional[float] = None,
eapol_logoff_thresh: Optional[float] = None,
eapol_pre_fail_flood: Optional[str] = None,
eapol_pre_fail_intv: Optional[float] = None,
eapol_pre_fail_thresh: Optional[float] = None,
eapol_pre_succ_flood: Optional[str] = None,
eapol_pre_succ_intv: Optional[float] = None,
eapol_pre_succ_thresh: Optional[float] = None,
eapol_start_flood: Optional[str] = None,
eapol_start_intv: Optional[float] = None,
eapol_start_thresh: Optional[float] = None,
eapol_succ_flood: Optional[str] = None,
eapol_succ_intv: Optional[float] = None,
eapol_succ_thresh: Optional[float] = None,
invalid_mac_oui: Optional[str] = None,
long_duration_attack: Optional[str] = None,
long_duration_thresh: Optional[float] = None,
name: Optional[str] = None,
null_ssid_probe_resp: Optional[str] = None,
object_wirelesscontroller_widsprofile_id: Optional[str] = None,
scopetype: Optional[str] = None,
sensor_mode: Optional[str] = None,
spoofed_deauth: Optional[str] = None,
weak_wep_iv: Optional[str] = None,
wireless_bridge: Optional[str] = None)
func NewObjectWirelesscontrollerWidsprofile(ctx *Context, name string, args *ObjectWirelesscontrollerWidsprofileArgs, opts ...ResourceOption) (*ObjectWirelesscontrollerWidsprofile, error)
public ObjectWirelesscontrollerWidsprofile(string name, ObjectWirelesscontrollerWidsprofileArgs? args = null, CustomResourceOptions? opts = null)
public ObjectWirelesscontrollerWidsprofile(String name, ObjectWirelesscontrollerWidsprofileArgs args)
public ObjectWirelesscontrollerWidsprofile(String name, ObjectWirelesscontrollerWidsprofileArgs args, CustomResourceOptions options)
type: fortimanager:ObjectWirelesscontrollerWidsprofile
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 ObjectWirelesscontrollerWidsprofileArgs
- 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 ObjectWirelesscontrollerWidsprofileArgs
- 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 ObjectWirelesscontrollerWidsprofileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectWirelesscontrollerWidsprofileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectWirelesscontrollerWidsprofileArgs
- 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 objectWirelesscontrollerWidsprofileResource = new Fortimanager.ObjectWirelesscontrollerWidsprofile("objectWirelesscontrollerWidsprofileResource", new()
{
Adom = "string",
ApAutoSuppress = "string",
ApBgscanDisableDays = new[]
{
"string",
},
ApBgscanDisableEnd = "string",
ApBgscanDisableSchedules = new[]
{
"string",
},
ApBgscanDisableStart = "string",
ApBgscanDuration = 0,
ApBgscanIdle = 0,
ApBgscanIntv = 0,
ApBgscanPeriod = 0,
ApBgscanReportIntv = 0,
ApFgscanReportIntv = 0,
ApScan = "string",
ApScanChannelList2g5gs = new[]
{
"string",
},
ApScanChannelList6gs = new[]
{
"string",
},
ApScanPassive = "string",
ApScanThreshold = "string",
AsleapAttack = "string",
AssocFloodThresh = 0,
AssocFloodTime = 0,
AssocFrameFlood = "string",
AuthFloodThresh = 0,
AuthFloodTime = 0,
AuthFrameFlood = "string",
Comment = "string",
DeauthBroadcast = "string",
DeauthUnknownSrcThresh = 0,
EapolFailFlood = "string",
EapolFailIntv = 0,
EapolFailThresh = 0,
EapolLogoffFlood = "string",
EapolLogoffIntv = 0,
EapolLogoffThresh = 0,
EapolPreFailFlood = "string",
EapolPreFailIntv = 0,
EapolPreFailThresh = 0,
EapolPreSuccFlood = "string",
EapolPreSuccIntv = 0,
EapolPreSuccThresh = 0,
EapolStartFlood = "string",
EapolStartIntv = 0,
EapolStartThresh = 0,
EapolSuccFlood = "string",
EapolSuccIntv = 0,
EapolSuccThresh = 0,
InvalidMacOui = "string",
LongDurationAttack = "string",
LongDurationThresh = 0,
Name = "string",
NullSsidProbeResp = "string",
ObjectWirelesscontrollerWidsprofileId = "string",
Scopetype = "string",
SensorMode = "string",
SpoofedDeauth = "string",
WeakWepIv = "string",
WirelessBridge = "string",
});
example, err := fortimanager.NewObjectWirelesscontrollerWidsprofile(ctx, "objectWirelesscontrollerWidsprofileResource", &fortimanager.ObjectWirelesscontrollerWidsprofileArgs{
Adom: pulumi.String("string"),
ApAutoSuppress: pulumi.String("string"),
ApBgscanDisableDays: pulumi.StringArray{
pulumi.String("string"),
},
ApBgscanDisableEnd: pulumi.String("string"),
ApBgscanDisableSchedules: pulumi.StringArray{
pulumi.String("string"),
},
ApBgscanDisableStart: pulumi.String("string"),
ApBgscanDuration: pulumi.Float64(0),
ApBgscanIdle: pulumi.Float64(0),
ApBgscanIntv: pulumi.Float64(0),
ApBgscanPeriod: pulumi.Float64(0),
ApBgscanReportIntv: pulumi.Float64(0),
ApFgscanReportIntv: pulumi.Float64(0),
ApScan: pulumi.String("string"),
ApScanChannelList2g5gs: pulumi.StringArray{
pulumi.String("string"),
},
ApScanChannelList6gs: pulumi.StringArray{
pulumi.String("string"),
},
ApScanPassive: pulumi.String("string"),
ApScanThreshold: pulumi.String("string"),
AsleapAttack: pulumi.String("string"),
AssocFloodThresh: pulumi.Float64(0),
AssocFloodTime: pulumi.Float64(0),
AssocFrameFlood: pulumi.String("string"),
AuthFloodThresh: pulumi.Float64(0),
AuthFloodTime: pulumi.Float64(0),
AuthFrameFlood: pulumi.String("string"),
Comment: pulumi.String("string"),
DeauthBroadcast: pulumi.String("string"),
DeauthUnknownSrcThresh: pulumi.Float64(0),
EapolFailFlood: pulumi.String("string"),
EapolFailIntv: pulumi.Float64(0),
EapolFailThresh: pulumi.Float64(0),
EapolLogoffFlood: pulumi.String("string"),
EapolLogoffIntv: pulumi.Float64(0),
EapolLogoffThresh: pulumi.Float64(0),
EapolPreFailFlood: pulumi.String("string"),
EapolPreFailIntv: pulumi.Float64(0),
EapolPreFailThresh: pulumi.Float64(0),
EapolPreSuccFlood: pulumi.String("string"),
EapolPreSuccIntv: pulumi.Float64(0),
EapolPreSuccThresh: pulumi.Float64(0),
EapolStartFlood: pulumi.String("string"),
EapolStartIntv: pulumi.Float64(0),
EapolStartThresh: pulumi.Float64(0),
EapolSuccFlood: pulumi.String("string"),
EapolSuccIntv: pulumi.Float64(0),
EapolSuccThresh: pulumi.Float64(0),
InvalidMacOui: pulumi.String("string"),
LongDurationAttack: pulumi.String("string"),
LongDurationThresh: pulumi.Float64(0),
Name: pulumi.String("string"),
NullSsidProbeResp: pulumi.String("string"),
ObjectWirelesscontrollerWidsprofileId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SensorMode: pulumi.String("string"),
SpoofedDeauth: pulumi.String("string"),
WeakWepIv: pulumi.String("string"),
WirelessBridge: pulumi.String("string"),
})
var objectWirelesscontrollerWidsprofileResource = new ObjectWirelesscontrollerWidsprofile("objectWirelesscontrollerWidsprofileResource", ObjectWirelesscontrollerWidsprofileArgs.builder()
.adom("string")
.apAutoSuppress("string")
.apBgscanDisableDays("string")
.apBgscanDisableEnd("string")
.apBgscanDisableSchedules("string")
.apBgscanDisableStart("string")
.apBgscanDuration(0)
.apBgscanIdle(0)
.apBgscanIntv(0)
.apBgscanPeriod(0)
.apBgscanReportIntv(0)
.apFgscanReportIntv(0)
.apScan("string")
.apScanChannelList2g5gs("string")
.apScanChannelList6gs("string")
.apScanPassive("string")
.apScanThreshold("string")
.asleapAttack("string")
.assocFloodThresh(0)
.assocFloodTime(0)
.assocFrameFlood("string")
.authFloodThresh(0)
.authFloodTime(0)
.authFrameFlood("string")
.comment("string")
.deauthBroadcast("string")
.deauthUnknownSrcThresh(0)
.eapolFailFlood("string")
.eapolFailIntv(0)
.eapolFailThresh(0)
.eapolLogoffFlood("string")
.eapolLogoffIntv(0)
.eapolLogoffThresh(0)
.eapolPreFailFlood("string")
.eapolPreFailIntv(0)
.eapolPreFailThresh(0)
.eapolPreSuccFlood("string")
.eapolPreSuccIntv(0)
.eapolPreSuccThresh(0)
.eapolStartFlood("string")
.eapolStartIntv(0)
.eapolStartThresh(0)
.eapolSuccFlood("string")
.eapolSuccIntv(0)
.eapolSuccThresh(0)
.invalidMacOui("string")
.longDurationAttack("string")
.longDurationThresh(0)
.name("string")
.nullSsidProbeResp("string")
.objectWirelesscontrollerWidsprofileId("string")
.scopetype("string")
.sensorMode("string")
.spoofedDeauth("string")
.weakWepIv("string")
.wirelessBridge("string")
.build());
object_wirelesscontroller_widsprofile_resource = fortimanager.ObjectWirelesscontrollerWidsprofile("objectWirelesscontrollerWidsprofileResource",
adom="string",
ap_auto_suppress="string",
ap_bgscan_disable_days=["string"],
ap_bgscan_disable_end="string",
ap_bgscan_disable_schedules=["string"],
ap_bgscan_disable_start="string",
ap_bgscan_duration=0,
ap_bgscan_idle=0,
ap_bgscan_intv=0,
ap_bgscan_period=0,
ap_bgscan_report_intv=0,
ap_fgscan_report_intv=0,
ap_scan="string",
ap_scan_channel_list2g5gs=["string"],
ap_scan_channel_list6gs=["string"],
ap_scan_passive="string",
ap_scan_threshold="string",
asleap_attack="string",
assoc_flood_thresh=0,
assoc_flood_time=0,
assoc_frame_flood="string",
auth_flood_thresh=0,
auth_flood_time=0,
auth_frame_flood="string",
comment="string",
deauth_broadcast="string",
deauth_unknown_src_thresh=0,
eapol_fail_flood="string",
eapol_fail_intv=0,
eapol_fail_thresh=0,
eapol_logoff_flood="string",
eapol_logoff_intv=0,
eapol_logoff_thresh=0,
eapol_pre_fail_flood="string",
eapol_pre_fail_intv=0,
eapol_pre_fail_thresh=0,
eapol_pre_succ_flood="string",
eapol_pre_succ_intv=0,
eapol_pre_succ_thresh=0,
eapol_start_flood="string",
eapol_start_intv=0,
eapol_start_thresh=0,
eapol_succ_flood="string",
eapol_succ_intv=0,
eapol_succ_thresh=0,
invalid_mac_oui="string",
long_duration_attack="string",
long_duration_thresh=0,
name="string",
null_ssid_probe_resp="string",
object_wirelesscontroller_widsprofile_id="string",
scopetype="string",
sensor_mode="string",
spoofed_deauth="string",
weak_wep_iv="string",
wireless_bridge="string")
const objectWirelesscontrollerWidsprofileResource = new fortimanager.ObjectWirelesscontrollerWidsprofile("objectWirelesscontrollerWidsprofileResource", {
adom: "string",
apAutoSuppress: "string",
apBgscanDisableDays: ["string"],
apBgscanDisableEnd: "string",
apBgscanDisableSchedules: ["string"],
apBgscanDisableStart: "string",
apBgscanDuration: 0,
apBgscanIdle: 0,
apBgscanIntv: 0,
apBgscanPeriod: 0,
apBgscanReportIntv: 0,
apFgscanReportIntv: 0,
apScan: "string",
apScanChannelList2g5gs: ["string"],
apScanChannelList6gs: ["string"],
apScanPassive: "string",
apScanThreshold: "string",
asleapAttack: "string",
assocFloodThresh: 0,
assocFloodTime: 0,
assocFrameFlood: "string",
authFloodThresh: 0,
authFloodTime: 0,
authFrameFlood: "string",
comment: "string",
deauthBroadcast: "string",
deauthUnknownSrcThresh: 0,
eapolFailFlood: "string",
eapolFailIntv: 0,
eapolFailThresh: 0,
eapolLogoffFlood: "string",
eapolLogoffIntv: 0,
eapolLogoffThresh: 0,
eapolPreFailFlood: "string",
eapolPreFailIntv: 0,
eapolPreFailThresh: 0,
eapolPreSuccFlood: "string",
eapolPreSuccIntv: 0,
eapolPreSuccThresh: 0,
eapolStartFlood: "string",
eapolStartIntv: 0,
eapolStartThresh: 0,
eapolSuccFlood: "string",
eapolSuccIntv: 0,
eapolSuccThresh: 0,
invalidMacOui: "string",
longDurationAttack: "string",
longDurationThresh: 0,
name: "string",
nullSsidProbeResp: "string",
objectWirelesscontrollerWidsprofileId: "string",
scopetype: "string",
sensorMode: "string",
spoofedDeauth: "string",
weakWepIv: "string",
wirelessBridge: "string",
});
type: fortimanager:ObjectWirelesscontrollerWidsprofile
properties:
adom: string
apAutoSuppress: string
apBgscanDisableDays:
- string
apBgscanDisableEnd: string
apBgscanDisableSchedules:
- string
apBgscanDisableStart: string
apBgscanDuration: 0
apBgscanIdle: 0
apBgscanIntv: 0
apBgscanPeriod: 0
apBgscanReportIntv: 0
apFgscanReportIntv: 0
apScan: string
apScanChannelList2g5gs:
- string
apScanChannelList6gs:
- string
apScanPassive: string
apScanThreshold: string
asleapAttack: string
assocFloodThresh: 0
assocFloodTime: 0
assocFrameFlood: string
authFloodThresh: 0
authFloodTime: 0
authFrameFlood: string
comment: string
deauthBroadcast: string
deauthUnknownSrcThresh: 0
eapolFailFlood: string
eapolFailIntv: 0
eapolFailThresh: 0
eapolLogoffFlood: string
eapolLogoffIntv: 0
eapolLogoffThresh: 0
eapolPreFailFlood: string
eapolPreFailIntv: 0
eapolPreFailThresh: 0
eapolPreSuccFlood: string
eapolPreSuccIntv: 0
eapolPreSuccThresh: 0
eapolStartFlood: string
eapolStartIntv: 0
eapolStartThresh: 0
eapolSuccFlood: string
eapolSuccIntv: 0
eapolSuccThresh: 0
invalidMacOui: string
longDurationAttack: string
longDurationThresh: 0
name: string
nullSsidProbeResp: string
objectWirelesscontrollerWidsprofileId: string
scopetype: string
sensorMode: string
spoofedDeauth: string
weakWepIv: string
wirelessBridge: string
ObjectWirelesscontrollerWidsprofile 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 ObjectWirelesscontrollerWidsprofile resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Ap
Auto stringSuppress - Enable/disable on-wire rogue AP auto-suppression (default = disable). Valid values:
disable
,enable
. - Ap
Bgscan List<string>Disable Days - Ap-Bgscan-Disable-Day. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - Ap
Bgscan stringDisable End - Ap-Bgscan-Disable-End.
- Ap
Bgscan List<string>Disable Schedules - Firewall schedules for turning off FortiAP radio background scan. Background scan will be disabled when at least one of the schedules is valid. Separate multiple schedule names with a space.
- Ap
Bgscan stringDisable Start - Ap-Bgscan-Disable-Start.
- Ap
Bgscan doubleDuration - Listening time on a scanning channel (10 - 1000 msec, default = 20).
- Ap
Bgscan doubleIdle - Waiting time for channel inactivity before scanning this channel (0 - 1000 msec, default = 0).
- Ap
Bgscan doubleIntv - Period of time between scanning two channels (1 - 600 sec, default = 1).
- Ap
Bgscan doublePeriod - Period of time between background scans (60 - 3600 sec, default = 600).
- Ap
Bgscan doubleReport Intv - Period of time between background scan reports (15 - 600 sec, default = 30).
- Ap
Fgscan doubleReport Intv - Period of time between foreground scan reports (15 - 600 sec, default = 15).
- Ap
Scan string - Enable/disable rogue AP detection. Valid values:
disable
,enable
. - Ap
Scan List<string>Channel List2g5gs - Selected ap scan channel list for 2.4G and 5G bands.
- Ap
Scan List<string>Channel List6gs - Selected ap scan channel list for 6G band.
- Ap
Scan stringPassive - Enable/disable passive scanning. Enable means do not send probe request on any channels (default = disable). Valid values:
disable
,enable
. - Ap
Scan stringThreshold - Minimum signal level/threshold in dBm required for the AP to report detected rogue AP (-95 to -20, default = -90).
- Asleap
Attack string - Enable/disable asleap attack detection (default = disable). Valid values:
disable
,enable
. - Assoc
Flood doubleThresh - The threshold value for association frame flooding.
- Assoc
Flood doubleTime - Number of seconds after which a station is considered not connected.
- Assoc
Frame stringFlood - Enable/disable association frame flooding detection (default = disable). Valid values:
disable
,enable
. - Auth
Flood doubleThresh - The threshold value for authentication frame flooding.
- Auth
Flood doubleTime - Number of seconds after which a station is considered not connected.
- Auth
Frame stringFlood - Enable/disable authentication frame flooding detection (default = disable). Valid values:
disable
,enable
. - Comment string
- Comment.
- Deauth
Broadcast string - Enable/disable broadcasting de-authentication detection (default = disable). Valid values:
disable
,enable
. - Deauth
Unknown doubleSrc Thresh - Threshold value per second to deauth unknown src for DoS attack (0: no limit).
- Eapol
Fail stringFlood - Enable/disable EAPOL-Failure flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Fail doubleIntv - The detection interval for EAPOL-Failure flooding (1 - 3600 sec).
- Eapol
Fail doubleThresh - The threshold value for EAPOL-Failure flooding in specified interval.
- Eapol
Logoff stringFlood - Enable/disable EAPOL-Logoff flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Logoff doubleIntv - The detection interval for EAPOL-Logoff flooding (1 - 3600 sec).
- Eapol
Logoff doubleThresh - The threshold value for EAPOL-Logoff flooding in specified interval.
- Eapol
Pre stringFail Flood - Enable/disable premature EAPOL-Failure flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Pre doubleFail Intv - The detection interval for premature EAPOL-Failure flooding (1 - 3600 sec).
- Eapol
Pre doubleFail Thresh - The threshold value for premature EAPOL-Failure flooding in specified interval.
- Eapol
Pre stringSucc Flood - Enable/disable premature EAPOL-Success flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Pre doubleSucc Intv - The detection interval for premature EAPOL-Success flooding (1 - 3600 sec).
- Eapol
Pre doubleSucc Thresh - The threshold value for premature EAPOL-Success flooding in specified interval.
- Eapol
Start stringFlood - Enable/disable EAPOL-Start flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Start doubleIntv - The detection interval for EAPOL-Start flooding (1 - 3600 sec).
- Eapol
Start doubleThresh - The threshold value for EAPOL-Start flooding in specified interval.
- Eapol
Succ stringFlood - Enable/disable EAPOL-Success flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Succ doubleIntv - The detection interval for EAPOL-Success flooding (1 - 3600 sec).
- Eapol
Succ doubleThresh - The threshold value for EAPOL-Success flooding in specified interval.
- Invalid
Mac stringOui - Enable/disable invalid MAC OUI detection. Valid values:
disable
,enable
. - Long
Duration stringAttack - Enable/disable long duration attack detection based on user configured threshold (default = disable). Valid values:
disable
,enable
. - Long
Duration doubleThresh - Threshold value for long duration attack detection (1000 - 32767 usec, default = 8200).
- Name string
- WIDS profile name.
- Null
Ssid stringProbe Resp - Enable/disable null SSID probe response detection (default = disable). Valid values:
disable
,enable
. - Object
Wirelesscontroller stringWidsprofile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sensor
Mode string - Scan nearby WiFi stations (default = disable). Valid values:
disable
,foreign
,both
. - Spoofed
Deauth string - Enable/disable spoofed de-authentication attack detection (default = disable). Valid values:
disable
,enable
. - Weak
Wep stringIv - Enable/disable weak WEP IV (Initialization Vector) detection (default = disable). Valid values:
disable
,enable
. - Wireless
Bridge string - Enable/disable wireless bridge detection (default = disable). Valid values:
disable
,enable
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Ap
Auto stringSuppress - Enable/disable on-wire rogue AP auto-suppression (default = disable). Valid values:
disable
,enable
. - Ap
Bgscan []stringDisable Days - Ap-Bgscan-Disable-Day. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - Ap
Bgscan stringDisable End - Ap-Bgscan-Disable-End.
- Ap
Bgscan []stringDisable Schedules - Firewall schedules for turning off FortiAP radio background scan. Background scan will be disabled when at least one of the schedules is valid. Separate multiple schedule names with a space.
- Ap
Bgscan stringDisable Start - Ap-Bgscan-Disable-Start.
- Ap
Bgscan float64Duration - Listening time on a scanning channel (10 - 1000 msec, default = 20).
- Ap
Bgscan float64Idle - Waiting time for channel inactivity before scanning this channel (0 - 1000 msec, default = 0).
- Ap
Bgscan float64Intv - Period of time between scanning two channels (1 - 600 sec, default = 1).
- Ap
Bgscan float64Period - Period of time between background scans (60 - 3600 sec, default = 600).
- Ap
Bgscan float64Report Intv - Period of time between background scan reports (15 - 600 sec, default = 30).
- Ap
Fgscan float64Report Intv - Period of time between foreground scan reports (15 - 600 sec, default = 15).
- Ap
Scan string - Enable/disable rogue AP detection. Valid values:
disable
,enable
. - Ap
Scan []stringChannel List2g5gs - Selected ap scan channel list for 2.4G and 5G bands.
- Ap
Scan []stringChannel List6gs - Selected ap scan channel list for 6G band.
- Ap
Scan stringPassive - Enable/disable passive scanning. Enable means do not send probe request on any channels (default = disable). Valid values:
disable
,enable
. - Ap
Scan stringThreshold - Minimum signal level/threshold in dBm required for the AP to report detected rogue AP (-95 to -20, default = -90).
- Asleap
Attack string - Enable/disable asleap attack detection (default = disable). Valid values:
disable
,enable
. - Assoc
Flood float64Thresh - The threshold value for association frame flooding.
- Assoc
Flood float64Time - Number of seconds after which a station is considered not connected.
- Assoc
Frame stringFlood - Enable/disable association frame flooding detection (default = disable). Valid values:
disable
,enable
. - Auth
Flood float64Thresh - The threshold value for authentication frame flooding.
- Auth
Flood float64Time - Number of seconds after which a station is considered not connected.
- Auth
Frame stringFlood - Enable/disable authentication frame flooding detection (default = disable). Valid values:
disable
,enable
. - Comment string
- Comment.
- Deauth
Broadcast string - Enable/disable broadcasting de-authentication detection (default = disable). Valid values:
disable
,enable
. - Deauth
Unknown float64Src Thresh - Threshold value per second to deauth unknown src for DoS attack (0: no limit).
- Eapol
Fail stringFlood - Enable/disable EAPOL-Failure flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Fail float64Intv - The detection interval for EAPOL-Failure flooding (1 - 3600 sec).
- Eapol
Fail float64Thresh - The threshold value for EAPOL-Failure flooding in specified interval.
- Eapol
Logoff stringFlood - Enable/disable EAPOL-Logoff flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Logoff float64Intv - The detection interval for EAPOL-Logoff flooding (1 - 3600 sec).
- Eapol
Logoff float64Thresh - The threshold value for EAPOL-Logoff flooding in specified interval.
- Eapol
Pre stringFail Flood - Enable/disable premature EAPOL-Failure flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Pre float64Fail Intv - The detection interval for premature EAPOL-Failure flooding (1 - 3600 sec).
- Eapol
Pre float64Fail Thresh - The threshold value for premature EAPOL-Failure flooding in specified interval.
- Eapol
Pre stringSucc Flood - Enable/disable premature EAPOL-Success flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Pre float64Succ Intv - The detection interval for premature EAPOL-Success flooding (1 - 3600 sec).
- Eapol
Pre float64Succ Thresh - The threshold value for premature EAPOL-Success flooding in specified interval.
- Eapol
Start stringFlood - Enable/disable EAPOL-Start flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Start float64Intv - The detection interval for EAPOL-Start flooding (1 - 3600 sec).
- Eapol
Start float64Thresh - The threshold value for EAPOL-Start flooding in specified interval.
- Eapol
Succ stringFlood - Enable/disable EAPOL-Success flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Succ float64Intv - The detection interval for EAPOL-Success flooding (1 - 3600 sec).
- Eapol
Succ float64Thresh - The threshold value for EAPOL-Success flooding in specified interval.
- Invalid
Mac stringOui - Enable/disable invalid MAC OUI detection. Valid values:
disable
,enable
. - Long
Duration stringAttack - Enable/disable long duration attack detection based on user configured threshold (default = disable). Valid values:
disable
,enable
. - Long
Duration float64Thresh - Threshold value for long duration attack detection (1000 - 32767 usec, default = 8200).
- Name string
- WIDS profile name.
- Null
Ssid stringProbe Resp - Enable/disable null SSID probe response detection (default = disable). Valid values:
disable
,enable
. - Object
Wirelesscontroller stringWidsprofile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sensor
Mode string - Scan nearby WiFi stations (default = disable). Valid values:
disable
,foreign
,both
. - Spoofed
Deauth string - Enable/disable spoofed de-authentication attack detection (default = disable). Valid values:
disable
,enable
. - Weak
Wep stringIv - Enable/disable weak WEP IV (Initialization Vector) detection (default = disable). Valid values:
disable
,enable
. - Wireless
Bridge string - Enable/disable wireless bridge detection (default = disable). Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ap
Auto StringSuppress - Enable/disable on-wire rogue AP auto-suppression (default = disable). Valid values:
disable
,enable
. - ap
Bgscan List<String>Disable Days - Ap-Bgscan-Disable-Day. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - ap
Bgscan StringDisable End - Ap-Bgscan-Disable-End.
- ap
Bgscan List<String>Disable Schedules - Firewall schedules for turning off FortiAP radio background scan. Background scan will be disabled when at least one of the schedules is valid. Separate multiple schedule names with a space.
- ap
Bgscan StringDisable Start - Ap-Bgscan-Disable-Start.
- ap
Bgscan DoubleDuration - Listening time on a scanning channel (10 - 1000 msec, default = 20).
- ap
Bgscan DoubleIdle - Waiting time for channel inactivity before scanning this channel (0 - 1000 msec, default = 0).
- ap
Bgscan DoubleIntv - Period of time between scanning two channels (1 - 600 sec, default = 1).
- ap
Bgscan DoublePeriod - Period of time between background scans (60 - 3600 sec, default = 600).
- ap
Bgscan DoubleReport Intv - Period of time between background scan reports (15 - 600 sec, default = 30).
- ap
Fgscan DoubleReport Intv - Period of time between foreground scan reports (15 - 600 sec, default = 15).
- ap
Scan String - Enable/disable rogue AP detection. Valid values:
disable
,enable
. - ap
Scan List<String>Channel List2g5gs - Selected ap scan channel list for 2.4G and 5G bands.
- ap
Scan List<String>Channel List6gs - Selected ap scan channel list for 6G band.
- ap
Scan StringPassive - Enable/disable passive scanning. Enable means do not send probe request on any channels (default = disable). Valid values:
disable
,enable
. - ap
Scan StringThreshold - Minimum signal level/threshold in dBm required for the AP to report detected rogue AP (-95 to -20, default = -90).
- asleap
Attack String - Enable/disable asleap attack detection (default = disable). Valid values:
disable
,enable
. - assoc
Flood DoubleThresh - The threshold value for association frame flooding.
- assoc
Flood DoubleTime - Number of seconds after which a station is considered not connected.
- assoc
Frame StringFlood - Enable/disable association frame flooding detection (default = disable). Valid values:
disable
,enable
. - auth
Flood DoubleThresh - The threshold value for authentication frame flooding.
- auth
Flood DoubleTime - Number of seconds after which a station is considered not connected.
- auth
Frame StringFlood - Enable/disable authentication frame flooding detection (default = disable). Valid values:
disable
,enable
. - comment String
- Comment.
- deauth
Broadcast String - Enable/disable broadcasting de-authentication detection (default = disable). Valid values:
disable
,enable
. - deauth
Unknown DoubleSrc Thresh - Threshold value per second to deauth unknown src for DoS attack (0: no limit).
- eapol
Fail StringFlood - Enable/disable EAPOL-Failure flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Fail DoubleIntv - The detection interval for EAPOL-Failure flooding (1 - 3600 sec).
- eapol
Fail DoubleThresh - The threshold value for EAPOL-Failure flooding in specified interval.
- eapol
Logoff StringFlood - Enable/disable EAPOL-Logoff flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Logoff DoubleIntv - The detection interval for EAPOL-Logoff flooding (1 - 3600 sec).
- eapol
Logoff DoubleThresh - The threshold value for EAPOL-Logoff flooding in specified interval.
- eapol
Pre StringFail Flood - Enable/disable premature EAPOL-Failure flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - eapol
Pre DoubleFail Intv - The detection interval for premature EAPOL-Failure flooding (1 - 3600 sec).
- eapol
Pre DoubleFail Thresh - The threshold value for premature EAPOL-Failure flooding in specified interval.
- eapol
Pre StringSucc Flood - Enable/disable premature EAPOL-Success flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - eapol
Pre DoubleSucc Intv - The detection interval for premature EAPOL-Success flooding (1 - 3600 sec).
- eapol
Pre DoubleSucc Thresh - The threshold value for premature EAPOL-Success flooding in specified interval.
- eapol
Start StringFlood - Enable/disable EAPOL-Start flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Start DoubleIntv - The detection interval for EAPOL-Start flooding (1 - 3600 sec).
- eapol
Start DoubleThresh - The threshold value for EAPOL-Start flooding in specified interval.
- eapol
Succ StringFlood - Enable/disable EAPOL-Success flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Succ DoubleIntv - The detection interval for EAPOL-Success flooding (1 - 3600 sec).
- eapol
Succ DoubleThresh - The threshold value for EAPOL-Success flooding in specified interval.
- invalid
Mac StringOui - Enable/disable invalid MAC OUI detection. Valid values:
disable
,enable
. - long
Duration StringAttack - Enable/disable long duration attack detection based on user configured threshold (default = disable). Valid values:
disable
,enable
. - long
Duration DoubleThresh - Threshold value for long duration attack detection (1000 - 32767 usec, default = 8200).
- name String
- WIDS profile name.
- null
Ssid StringProbe Resp - Enable/disable null SSID probe response detection (default = disable). Valid values:
disable
,enable
. - object
Wirelesscontroller StringWidsprofile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sensor
Mode String - Scan nearby WiFi stations (default = disable). Valid values:
disable
,foreign
,both
. - spoofed
Deauth String - Enable/disable spoofed de-authentication attack detection (default = disable). Valid values:
disable
,enable
. - weak
Wep StringIv - Enable/disable weak WEP IV (Initialization Vector) detection (default = disable). Valid values:
disable
,enable
. - wireless
Bridge String - Enable/disable wireless bridge detection (default = disable). Valid values:
disable
,enable
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ap
Auto stringSuppress - Enable/disable on-wire rogue AP auto-suppression (default = disable). Valid values:
disable
,enable
. - ap
Bgscan string[]Disable Days - Ap-Bgscan-Disable-Day. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - ap
Bgscan stringDisable End - Ap-Bgscan-Disable-End.
- ap
Bgscan string[]Disable Schedules - Firewall schedules for turning off FortiAP radio background scan. Background scan will be disabled when at least one of the schedules is valid. Separate multiple schedule names with a space.
- ap
Bgscan stringDisable Start - Ap-Bgscan-Disable-Start.
- ap
Bgscan numberDuration - Listening time on a scanning channel (10 - 1000 msec, default = 20).
- ap
Bgscan numberIdle - Waiting time for channel inactivity before scanning this channel (0 - 1000 msec, default = 0).
- ap
Bgscan numberIntv - Period of time between scanning two channels (1 - 600 sec, default = 1).
- ap
Bgscan numberPeriod - Period of time between background scans (60 - 3600 sec, default = 600).
- ap
Bgscan numberReport Intv - Period of time between background scan reports (15 - 600 sec, default = 30).
- ap
Fgscan numberReport Intv - Period of time between foreground scan reports (15 - 600 sec, default = 15).
- ap
Scan string - Enable/disable rogue AP detection. Valid values:
disable
,enable
. - ap
Scan string[]Channel List2g5gs - Selected ap scan channel list for 2.4G and 5G bands.
- ap
Scan string[]Channel List6gs - Selected ap scan channel list for 6G band.
- ap
Scan stringPassive - Enable/disable passive scanning. Enable means do not send probe request on any channels (default = disable). Valid values:
disable
,enable
. - ap
Scan stringThreshold - Minimum signal level/threshold in dBm required for the AP to report detected rogue AP (-95 to -20, default = -90).
- asleap
Attack string - Enable/disable asleap attack detection (default = disable). Valid values:
disable
,enable
. - assoc
Flood numberThresh - The threshold value for association frame flooding.
- assoc
Flood numberTime - Number of seconds after which a station is considered not connected.
- assoc
Frame stringFlood - Enable/disable association frame flooding detection (default = disable). Valid values:
disable
,enable
. - auth
Flood numberThresh - The threshold value for authentication frame flooding.
- auth
Flood numberTime - Number of seconds after which a station is considered not connected.
- auth
Frame stringFlood - Enable/disable authentication frame flooding detection (default = disable). Valid values:
disable
,enable
. - comment string
- Comment.
- deauth
Broadcast string - Enable/disable broadcasting de-authentication detection (default = disable). Valid values:
disable
,enable
. - deauth
Unknown numberSrc Thresh - Threshold value per second to deauth unknown src for DoS attack (0: no limit).
- eapol
Fail stringFlood - Enable/disable EAPOL-Failure flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Fail numberIntv - The detection interval for EAPOL-Failure flooding (1 - 3600 sec).
- eapol
Fail numberThresh - The threshold value for EAPOL-Failure flooding in specified interval.
- eapol
Logoff stringFlood - Enable/disable EAPOL-Logoff flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Logoff numberIntv - The detection interval for EAPOL-Logoff flooding (1 - 3600 sec).
- eapol
Logoff numberThresh - The threshold value for EAPOL-Logoff flooding in specified interval.
- eapol
Pre stringFail Flood - Enable/disable premature EAPOL-Failure flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - eapol
Pre numberFail Intv - The detection interval for premature EAPOL-Failure flooding (1 - 3600 sec).
- eapol
Pre numberFail Thresh - The threshold value for premature EAPOL-Failure flooding in specified interval.
- eapol
Pre stringSucc Flood - Enable/disable premature EAPOL-Success flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - eapol
Pre numberSucc Intv - The detection interval for premature EAPOL-Success flooding (1 - 3600 sec).
- eapol
Pre numberSucc Thresh - The threshold value for premature EAPOL-Success flooding in specified interval.
- eapol
Start stringFlood - Enable/disable EAPOL-Start flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Start numberIntv - The detection interval for EAPOL-Start flooding (1 - 3600 sec).
- eapol
Start numberThresh - The threshold value for EAPOL-Start flooding in specified interval.
- eapol
Succ stringFlood - Enable/disable EAPOL-Success flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Succ numberIntv - The detection interval for EAPOL-Success flooding (1 - 3600 sec).
- eapol
Succ numberThresh - The threshold value for EAPOL-Success flooding in specified interval.
- invalid
Mac stringOui - Enable/disable invalid MAC OUI detection. Valid values:
disable
,enable
. - long
Duration stringAttack - Enable/disable long duration attack detection based on user configured threshold (default = disable). Valid values:
disable
,enable
. - long
Duration numberThresh - Threshold value for long duration attack detection (1000 - 32767 usec, default = 8200).
- name string
- WIDS profile name.
- null
Ssid stringProbe Resp - Enable/disable null SSID probe response detection (default = disable). Valid values:
disable
,enable
. - object
Wirelesscontroller stringWidsprofile Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sensor
Mode string - Scan nearby WiFi stations (default = disable). Valid values:
disable
,foreign
,both
. - spoofed
Deauth string - Enable/disable spoofed de-authentication attack detection (default = disable). Valid values:
disable
,enable
. - weak
Wep stringIv - Enable/disable weak WEP IV (Initialization Vector) detection (default = disable). Valid values:
disable
,enable
. - wireless
Bridge string - Enable/disable wireless bridge detection (default = disable). Valid values:
disable
,enable
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ap_
auto_ strsuppress - Enable/disable on-wire rogue AP auto-suppression (default = disable). Valid values:
disable
,enable
. - ap_
bgscan_ Sequence[str]disable_ days - Ap-Bgscan-Disable-Day. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - ap_
bgscan_ strdisable_ end - Ap-Bgscan-Disable-End.
- ap_
bgscan_ Sequence[str]disable_ schedules - Firewall schedules for turning off FortiAP radio background scan. Background scan will be disabled when at least one of the schedules is valid. Separate multiple schedule names with a space.
- ap_
bgscan_ strdisable_ start - Ap-Bgscan-Disable-Start.
- ap_
bgscan_ floatduration - Listening time on a scanning channel (10 - 1000 msec, default = 20).
- ap_
bgscan_ floatidle - Waiting time for channel inactivity before scanning this channel (0 - 1000 msec, default = 0).
- ap_
bgscan_ floatintv - Period of time between scanning two channels (1 - 600 sec, default = 1).
- ap_
bgscan_ floatperiod - Period of time between background scans (60 - 3600 sec, default = 600).
- ap_
bgscan_ floatreport_ intv - Period of time between background scan reports (15 - 600 sec, default = 30).
- ap_
fgscan_ floatreport_ intv - Period of time between foreground scan reports (15 - 600 sec, default = 15).
- ap_
scan str - Enable/disable rogue AP detection. Valid values:
disable
,enable
. - ap_
scan_ Sequence[str]channel_ list2g5gs - Selected ap scan channel list for 2.4G and 5G bands.
- ap_
scan_ Sequence[str]channel_ list6gs - Selected ap scan channel list for 6G band.
- ap_
scan_ strpassive - Enable/disable passive scanning. Enable means do not send probe request on any channels (default = disable). Valid values:
disable
,enable
. - ap_
scan_ strthreshold - Minimum signal level/threshold in dBm required for the AP to report detected rogue AP (-95 to -20, default = -90).
- asleap_
attack str - Enable/disable asleap attack detection (default = disable). Valid values:
disable
,enable
. - assoc_
flood_ floatthresh - The threshold value for association frame flooding.
- assoc_
flood_ floattime - Number of seconds after which a station is considered not connected.
- assoc_
frame_ strflood - Enable/disable association frame flooding detection (default = disable). Valid values:
disable
,enable
. - auth_
flood_ floatthresh - The threshold value for authentication frame flooding.
- auth_
flood_ floattime - Number of seconds after which a station is considered not connected.
- auth_
frame_ strflood - Enable/disable authentication frame flooding detection (default = disable). Valid values:
disable
,enable
. - comment str
- Comment.
- deauth_
broadcast str - Enable/disable broadcasting de-authentication detection (default = disable). Valid values:
disable
,enable
. - deauth_
unknown_ floatsrc_ thresh - Threshold value per second to deauth unknown src for DoS attack (0: no limit).
- eapol_
fail_ strflood - Enable/disable EAPOL-Failure flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol_
fail_ floatintv - The detection interval for EAPOL-Failure flooding (1 - 3600 sec).
- eapol_
fail_ floatthresh - The threshold value for EAPOL-Failure flooding in specified interval.
- eapol_
logoff_ strflood - Enable/disable EAPOL-Logoff flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol_
logoff_ floatintv - The detection interval for EAPOL-Logoff flooding (1 - 3600 sec).
- eapol_
logoff_ floatthresh - The threshold value for EAPOL-Logoff flooding in specified interval.
- eapol_
pre_ strfail_ flood - Enable/disable premature EAPOL-Failure flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - eapol_
pre_ floatfail_ intv - The detection interval for premature EAPOL-Failure flooding (1 - 3600 sec).
- eapol_
pre_ floatfail_ thresh - The threshold value for premature EAPOL-Failure flooding in specified interval.
- eapol_
pre_ strsucc_ flood - Enable/disable premature EAPOL-Success flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - eapol_
pre_ floatsucc_ intv - The detection interval for premature EAPOL-Success flooding (1 - 3600 sec).
- eapol_
pre_ floatsucc_ thresh - The threshold value for premature EAPOL-Success flooding in specified interval.
- eapol_
start_ strflood - Enable/disable EAPOL-Start flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol_
start_ floatintv - The detection interval for EAPOL-Start flooding (1 - 3600 sec).
- eapol_
start_ floatthresh - The threshold value for EAPOL-Start flooding in specified interval.
- eapol_
succ_ strflood - Enable/disable EAPOL-Success flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol_
succ_ floatintv - The detection interval for EAPOL-Success flooding (1 - 3600 sec).
- eapol_
succ_ floatthresh - The threshold value for EAPOL-Success flooding in specified interval.
- invalid_
mac_ stroui - Enable/disable invalid MAC OUI detection. Valid values:
disable
,enable
. - long_
duration_ strattack - Enable/disable long duration attack detection based on user configured threshold (default = disable). Valid values:
disable
,enable
. - long_
duration_ floatthresh - Threshold value for long duration attack detection (1000 - 32767 usec, default = 8200).
- name str
- WIDS profile name.
- null_
ssid_ strprobe_ resp - Enable/disable null SSID probe response detection (default = disable). Valid values:
disable
,enable
. - object_
wirelesscontroller_ strwidsprofile_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sensor_
mode str - Scan nearby WiFi stations (default = disable). Valid values:
disable
,foreign
,both
. - spoofed_
deauth str - Enable/disable spoofed de-authentication attack detection (default = disable). Valid values:
disable
,enable
. - weak_
wep_ striv - Enable/disable weak WEP IV (Initialization Vector) detection (default = disable). Valid values:
disable
,enable
. - wireless_
bridge str - Enable/disable wireless bridge detection (default = disable). Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ap
Auto StringSuppress - Enable/disable on-wire rogue AP auto-suppression (default = disable). Valid values:
disable
,enable
. - ap
Bgscan List<String>Disable Days - Ap-Bgscan-Disable-Day. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - ap
Bgscan StringDisable End - Ap-Bgscan-Disable-End.
- ap
Bgscan List<String>Disable Schedules - Firewall schedules for turning off FortiAP radio background scan. Background scan will be disabled when at least one of the schedules is valid. Separate multiple schedule names with a space.
- ap
Bgscan StringDisable Start - Ap-Bgscan-Disable-Start.
- ap
Bgscan NumberDuration - Listening time on a scanning channel (10 - 1000 msec, default = 20).
- ap
Bgscan NumberIdle - Waiting time for channel inactivity before scanning this channel (0 - 1000 msec, default = 0).
- ap
Bgscan NumberIntv - Period of time between scanning two channels (1 - 600 sec, default = 1).
- ap
Bgscan NumberPeriod - Period of time between background scans (60 - 3600 sec, default = 600).
- ap
Bgscan NumberReport Intv - Period of time between background scan reports (15 - 600 sec, default = 30).
- ap
Fgscan NumberReport Intv - Period of time between foreground scan reports (15 - 600 sec, default = 15).
- ap
Scan String - Enable/disable rogue AP detection. Valid values:
disable
,enable
. - ap
Scan List<String>Channel List2g5gs - Selected ap scan channel list for 2.4G and 5G bands.
- ap
Scan List<String>Channel List6gs - Selected ap scan channel list for 6G band.
- ap
Scan StringPassive - Enable/disable passive scanning. Enable means do not send probe request on any channels (default = disable). Valid values:
disable
,enable
. - ap
Scan StringThreshold - Minimum signal level/threshold in dBm required for the AP to report detected rogue AP (-95 to -20, default = -90).
- asleap
Attack String - Enable/disable asleap attack detection (default = disable). Valid values:
disable
,enable
. - assoc
Flood NumberThresh - The threshold value for association frame flooding.
- assoc
Flood NumberTime - Number of seconds after which a station is considered not connected.
- assoc
Frame StringFlood - Enable/disable association frame flooding detection (default = disable). Valid values:
disable
,enable
. - auth
Flood NumberThresh - The threshold value for authentication frame flooding.
- auth
Flood NumberTime - Number of seconds after which a station is considered not connected.
- auth
Frame StringFlood - Enable/disable authentication frame flooding detection (default = disable). Valid values:
disable
,enable
. - comment String
- Comment.
- deauth
Broadcast String - Enable/disable broadcasting de-authentication detection (default = disable). Valid values:
disable
,enable
. - deauth
Unknown NumberSrc Thresh - Threshold value per second to deauth unknown src for DoS attack (0: no limit).
- eapol
Fail StringFlood - Enable/disable EAPOL-Failure flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Fail NumberIntv - The detection interval for EAPOL-Failure flooding (1 - 3600 sec).
- eapol
Fail NumberThresh - The threshold value for EAPOL-Failure flooding in specified interval.
- eapol
Logoff StringFlood - Enable/disable EAPOL-Logoff flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Logoff NumberIntv - The detection interval for EAPOL-Logoff flooding (1 - 3600 sec).
- eapol
Logoff NumberThresh - The threshold value for EAPOL-Logoff flooding in specified interval.
- eapol
Pre StringFail Flood - Enable/disable premature EAPOL-Failure flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - eapol
Pre NumberFail Intv - The detection interval for premature EAPOL-Failure flooding (1 - 3600 sec).
- eapol
Pre NumberFail Thresh - The threshold value for premature EAPOL-Failure flooding in specified interval.
- eapol
Pre StringSucc Flood - Enable/disable premature EAPOL-Success flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - eapol
Pre NumberSucc Intv - The detection interval for premature EAPOL-Success flooding (1 - 3600 sec).
- eapol
Pre NumberSucc Thresh - The threshold value for premature EAPOL-Success flooding in specified interval.
- eapol
Start StringFlood - Enable/disable EAPOL-Start flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Start NumberIntv - The detection interval for EAPOL-Start flooding (1 - 3600 sec).
- eapol
Start NumberThresh - The threshold value for EAPOL-Start flooding in specified interval.
- eapol
Succ StringFlood - Enable/disable EAPOL-Success flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Succ NumberIntv - The detection interval for EAPOL-Success flooding (1 - 3600 sec).
- eapol
Succ NumberThresh - The threshold value for EAPOL-Success flooding in specified interval.
- invalid
Mac StringOui - Enable/disable invalid MAC OUI detection. Valid values:
disable
,enable
. - long
Duration StringAttack - Enable/disable long duration attack detection based on user configured threshold (default = disable). Valid values:
disable
,enable
. - long
Duration NumberThresh - Threshold value for long duration attack detection (1000 - 32767 usec, default = 8200).
- name String
- WIDS profile name.
- null
Ssid StringProbe Resp - Enable/disable null SSID probe response detection (default = disable). Valid values:
disable
,enable
. - object
Wirelesscontroller StringWidsprofile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sensor
Mode String - Scan nearby WiFi stations (default = disable). Valid values:
disable
,foreign
,both
. - spoofed
Deauth String - Enable/disable spoofed de-authentication attack detection (default = disable). Valid values:
disable
,enable
. - weak
Wep StringIv - Enable/disable weak WEP IV (Initialization Vector) detection (default = disable). Valid values:
disable
,enable
. - wireless
Bridge String - Enable/disable wireless bridge detection (default = disable). Valid values:
disable
,enable
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectWirelesscontrollerWidsprofile 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 ObjectWirelesscontrollerWidsprofile Resource
Get an existing ObjectWirelesscontrollerWidsprofile 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?: ObjectWirelesscontrollerWidsprofileState, opts?: CustomResourceOptions): ObjectWirelesscontrollerWidsprofile
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
ap_auto_suppress: Optional[str] = None,
ap_bgscan_disable_days: Optional[Sequence[str]] = None,
ap_bgscan_disable_end: Optional[str] = None,
ap_bgscan_disable_schedules: Optional[Sequence[str]] = None,
ap_bgscan_disable_start: Optional[str] = None,
ap_bgscan_duration: Optional[float] = None,
ap_bgscan_idle: Optional[float] = None,
ap_bgscan_intv: Optional[float] = None,
ap_bgscan_period: Optional[float] = None,
ap_bgscan_report_intv: Optional[float] = None,
ap_fgscan_report_intv: Optional[float] = None,
ap_scan: Optional[str] = None,
ap_scan_channel_list2g5gs: Optional[Sequence[str]] = None,
ap_scan_channel_list6gs: Optional[Sequence[str]] = None,
ap_scan_passive: Optional[str] = None,
ap_scan_threshold: Optional[str] = None,
asleap_attack: Optional[str] = None,
assoc_flood_thresh: Optional[float] = None,
assoc_flood_time: Optional[float] = None,
assoc_frame_flood: Optional[str] = None,
auth_flood_thresh: Optional[float] = None,
auth_flood_time: Optional[float] = None,
auth_frame_flood: Optional[str] = None,
comment: Optional[str] = None,
deauth_broadcast: Optional[str] = None,
deauth_unknown_src_thresh: Optional[float] = None,
eapol_fail_flood: Optional[str] = None,
eapol_fail_intv: Optional[float] = None,
eapol_fail_thresh: Optional[float] = None,
eapol_logoff_flood: Optional[str] = None,
eapol_logoff_intv: Optional[float] = None,
eapol_logoff_thresh: Optional[float] = None,
eapol_pre_fail_flood: Optional[str] = None,
eapol_pre_fail_intv: Optional[float] = None,
eapol_pre_fail_thresh: Optional[float] = None,
eapol_pre_succ_flood: Optional[str] = None,
eapol_pre_succ_intv: Optional[float] = None,
eapol_pre_succ_thresh: Optional[float] = None,
eapol_start_flood: Optional[str] = None,
eapol_start_intv: Optional[float] = None,
eapol_start_thresh: Optional[float] = None,
eapol_succ_flood: Optional[str] = None,
eapol_succ_intv: Optional[float] = None,
eapol_succ_thresh: Optional[float] = None,
invalid_mac_oui: Optional[str] = None,
long_duration_attack: Optional[str] = None,
long_duration_thresh: Optional[float] = None,
name: Optional[str] = None,
null_ssid_probe_resp: Optional[str] = None,
object_wirelesscontroller_widsprofile_id: Optional[str] = None,
scopetype: Optional[str] = None,
sensor_mode: Optional[str] = None,
spoofed_deauth: Optional[str] = None,
weak_wep_iv: Optional[str] = None,
wireless_bridge: Optional[str] = None) -> ObjectWirelesscontrollerWidsprofile
func GetObjectWirelesscontrollerWidsprofile(ctx *Context, name string, id IDInput, state *ObjectWirelesscontrollerWidsprofileState, opts ...ResourceOption) (*ObjectWirelesscontrollerWidsprofile, error)
public static ObjectWirelesscontrollerWidsprofile Get(string name, Input<string> id, ObjectWirelesscontrollerWidsprofileState? state, CustomResourceOptions? opts = null)
public static ObjectWirelesscontrollerWidsprofile get(String name, Output<String> id, ObjectWirelesscontrollerWidsprofileState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectWirelesscontrollerWidsprofile get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Ap
Auto stringSuppress - Enable/disable on-wire rogue AP auto-suppression (default = disable). Valid values:
disable
,enable
. - Ap
Bgscan List<string>Disable Days - Ap-Bgscan-Disable-Day. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - Ap
Bgscan stringDisable End - Ap-Bgscan-Disable-End.
- Ap
Bgscan List<string>Disable Schedules - Firewall schedules for turning off FortiAP radio background scan. Background scan will be disabled when at least one of the schedules is valid. Separate multiple schedule names with a space.
- Ap
Bgscan stringDisable Start - Ap-Bgscan-Disable-Start.
- Ap
Bgscan doubleDuration - Listening time on a scanning channel (10 - 1000 msec, default = 20).
- Ap
Bgscan doubleIdle - Waiting time for channel inactivity before scanning this channel (0 - 1000 msec, default = 0).
- Ap
Bgscan doubleIntv - Period of time between scanning two channels (1 - 600 sec, default = 1).
- Ap
Bgscan doublePeriod - Period of time between background scans (60 - 3600 sec, default = 600).
- Ap
Bgscan doubleReport Intv - Period of time between background scan reports (15 - 600 sec, default = 30).
- Ap
Fgscan doubleReport Intv - Period of time between foreground scan reports (15 - 600 sec, default = 15).
- Ap
Scan string - Enable/disable rogue AP detection. Valid values:
disable
,enable
. - Ap
Scan List<string>Channel List2g5gs - Selected ap scan channel list for 2.4G and 5G bands.
- Ap
Scan List<string>Channel List6gs - Selected ap scan channel list for 6G band.
- Ap
Scan stringPassive - Enable/disable passive scanning. Enable means do not send probe request on any channels (default = disable). Valid values:
disable
,enable
. - Ap
Scan stringThreshold - Minimum signal level/threshold in dBm required for the AP to report detected rogue AP (-95 to -20, default = -90).
- Asleap
Attack string - Enable/disable asleap attack detection (default = disable). Valid values:
disable
,enable
. - Assoc
Flood doubleThresh - The threshold value for association frame flooding.
- Assoc
Flood doubleTime - Number of seconds after which a station is considered not connected.
- Assoc
Frame stringFlood - Enable/disable association frame flooding detection (default = disable). Valid values:
disable
,enable
. - Auth
Flood doubleThresh - The threshold value for authentication frame flooding.
- Auth
Flood doubleTime - Number of seconds after which a station is considered not connected.
- Auth
Frame stringFlood - Enable/disable authentication frame flooding detection (default = disable). Valid values:
disable
,enable
. - Comment string
- Comment.
- Deauth
Broadcast string - Enable/disable broadcasting de-authentication detection (default = disable). Valid values:
disable
,enable
. - Deauth
Unknown doubleSrc Thresh - Threshold value per second to deauth unknown src for DoS attack (0: no limit).
- Eapol
Fail stringFlood - Enable/disable EAPOL-Failure flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Fail doubleIntv - The detection interval for EAPOL-Failure flooding (1 - 3600 sec).
- Eapol
Fail doubleThresh - The threshold value for EAPOL-Failure flooding in specified interval.
- Eapol
Logoff stringFlood - Enable/disable EAPOL-Logoff flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Logoff doubleIntv - The detection interval for EAPOL-Logoff flooding (1 - 3600 sec).
- Eapol
Logoff doubleThresh - The threshold value for EAPOL-Logoff flooding in specified interval.
- Eapol
Pre stringFail Flood - Enable/disable premature EAPOL-Failure flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Pre doubleFail Intv - The detection interval for premature EAPOL-Failure flooding (1 - 3600 sec).
- Eapol
Pre doubleFail Thresh - The threshold value for premature EAPOL-Failure flooding in specified interval.
- Eapol
Pre stringSucc Flood - Enable/disable premature EAPOL-Success flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Pre doubleSucc Intv - The detection interval for premature EAPOL-Success flooding (1 - 3600 sec).
- Eapol
Pre doubleSucc Thresh - The threshold value for premature EAPOL-Success flooding in specified interval.
- Eapol
Start stringFlood - Enable/disable EAPOL-Start flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Start doubleIntv - The detection interval for EAPOL-Start flooding (1 - 3600 sec).
- Eapol
Start doubleThresh - The threshold value for EAPOL-Start flooding in specified interval.
- Eapol
Succ stringFlood - Enable/disable EAPOL-Success flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Succ doubleIntv - The detection interval for EAPOL-Success flooding (1 - 3600 sec).
- Eapol
Succ doubleThresh - The threshold value for EAPOL-Success flooding in specified interval.
- Invalid
Mac stringOui - Enable/disable invalid MAC OUI detection. Valid values:
disable
,enable
. - Long
Duration stringAttack - Enable/disable long duration attack detection based on user configured threshold (default = disable). Valid values:
disable
,enable
. - Long
Duration doubleThresh - Threshold value for long duration attack detection (1000 - 32767 usec, default = 8200).
- Name string
- WIDS profile name.
- Null
Ssid stringProbe Resp - Enable/disable null SSID probe response detection (default = disable). Valid values:
disable
,enable
. - Object
Wirelesscontroller stringWidsprofile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sensor
Mode string - Scan nearby WiFi stations (default = disable). Valid values:
disable
,foreign
,both
. - Spoofed
Deauth string - Enable/disable spoofed de-authentication attack detection (default = disable). Valid values:
disable
,enable
. - Weak
Wep stringIv - Enable/disable weak WEP IV (Initialization Vector) detection (default = disable). Valid values:
disable
,enable
. - Wireless
Bridge string - Enable/disable wireless bridge detection (default = disable). Valid values:
disable
,enable
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Ap
Auto stringSuppress - Enable/disable on-wire rogue AP auto-suppression (default = disable). Valid values:
disable
,enable
. - Ap
Bgscan []stringDisable Days - Ap-Bgscan-Disable-Day. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - Ap
Bgscan stringDisable End - Ap-Bgscan-Disable-End.
- Ap
Bgscan []stringDisable Schedules - Firewall schedules for turning off FortiAP radio background scan. Background scan will be disabled when at least one of the schedules is valid. Separate multiple schedule names with a space.
- Ap
Bgscan stringDisable Start - Ap-Bgscan-Disable-Start.
- Ap
Bgscan float64Duration - Listening time on a scanning channel (10 - 1000 msec, default = 20).
- Ap
Bgscan float64Idle - Waiting time for channel inactivity before scanning this channel (0 - 1000 msec, default = 0).
- Ap
Bgscan float64Intv - Period of time between scanning two channels (1 - 600 sec, default = 1).
- Ap
Bgscan float64Period - Period of time between background scans (60 - 3600 sec, default = 600).
- Ap
Bgscan float64Report Intv - Period of time between background scan reports (15 - 600 sec, default = 30).
- Ap
Fgscan float64Report Intv - Period of time between foreground scan reports (15 - 600 sec, default = 15).
- Ap
Scan string - Enable/disable rogue AP detection. Valid values:
disable
,enable
. - Ap
Scan []stringChannel List2g5gs - Selected ap scan channel list for 2.4G and 5G bands.
- Ap
Scan []stringChannel List6gs - Selected ap scan channel list for 6G band.
- Ap
Scan stringPassive - Enable/disable passive scanning. Enable means do not send probe request on any channels (default = disable). Valid values:
disable
,enable
. - Ap
Scan stringThreshold - Minimum signal level/threshold in dBm required for the AP to report detected rogue AP (-95 to -20, default = -90).
- Asleap
Attack string - Enable/disable asleap attack detection (default = disable). Valid values:
disable
,enable
. - Assoc
Flood float64Thresh - The threshold value for association frame flooding.
- Assoc
Flood float64Time - Number of seconds after which a station is considered not connected.
- Assoc
Frame stringFlood - Enable/disable association frame flooding detection (default = disable). Valid values:
disable
,enable
. - Auth
Flood float64Thresh - The threshold value for authentication frame flooding.
- Auth
Flood float64Time - Number of seconds after which a station is considered not connected.
- Auth
Frame stringFlood - Enable/disable authentication frame flooding detection (default = disable). Valid values:
disable
,enable
. - Comment string
- Comment.
- Deauth
Broadcast string - Enable/disable broadcasting de-authentication detection (default = disable). Valid values:
disable
,enable
. - Deauth
Unknown float64Src Thresh - Threshold value per second to deauth unknown src for DoS attack (0: no limit).
- Eapol
Fail stringFlood - Enable/disable EAPOL-Failure flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Fail float64Intv - The detection interval for EAPOL-Failure flooding (1 - 3600 sec).
- Eapol
Fail float64Thresh - The threshold value for EAPOL-Failure flooding in specified interval.
- Eapol
Logoff stringFlood - Enable/disable EAPOL-Logoff flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Logoff float64Intv - The detection interval for EAPOL-Logoff flooding (1 - 3600 sec).
- Eapol
Logoff float64Thresh - The threshold value for EAPOL-Logoff flooding in specified interval.
- Eapol
Pre stringFail Flood - Enable/disable premature EAPOL-Failure flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Pre float64Fail Intv - The detection interval for premature EAPOL-Failure flooding (1 - 3600 sec).
- Eapol
Pre float64Fail Thresh - The threshold value for premature EAPOL-Failure flooding in specified interval.
- Eapol
Pre stringSucc Flood - Enable/disable premature EAPOL-Success flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Pre float64Succ Intv - The detection interval for premature EAPOL-Success flooding (1 - 3600 sec).
- Eapol
Pre float64Succ Thresh - The threshold value for premature EAPOL-Success flooding in specified interval.
- Eapol
Start stringFlood - Enable/disable EAPOL-Start flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Start float64Intv - The detection interval for EAPOL-Start flooding (1 - 3600 sec).
- Eapol
Start float64Thresh - The threshold value for EAPOL-Start flooding in specified interval.
- Eapol
Succ stringFlood - Enable/disable EAPOL-Success flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - Eapol
Succ float64Intv - The detection interval for EAPOL-Success flooding (1 - 3600 sec).
- Eapol
Succ float64Thresh - The threshold value for EAPOL-Success flooding in specified interval.
- Invalid
Mac stringOui - Enable/disable invalid MAC OUI detection. Valid values:
disable
,enable
. - Long
Duration stringAttack - Enable/disable long duration attack detection based on user configured threshold (default = disable). Valid values:
disable
,enable
. - Long
Duration float64Thresh - Threshold value for long duration attack detection (1000 - 32767 usec, default = 8200).
- Name string
- WIDS profile name.
- Null
Ssid stringProbe Resp - Enable/disable null SSID probe response detection (default = disable). Valid values:
disable
,enable
. - Object
Wirelesscontroller stringWidsprofile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sensor
Mode string - Scan nearby WiFi stations (default = disable). Valid values:
disable
,foreign
,both
. - Spoofed
Deauth string - Enable/disable spoofed de-authentication attack detection (default = disable). Valid values:
disable
,enable
. - Weak
Wep stringIv - Enable/disable weak WEP IV (Initialization Vector) detection (default = disable). Valid values:
disable
,enable
. - Wireless
Bridge string - Enable/disable wireless bridge detection (default = disable). Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ap
Auto StringSuppress - Enable/disable on-wire rogue AP auto-suppression (default = disable). Valid values:
disable
,enable
. - ap
Bgscan List<String>Disable Days - Ap-Bgscan-Disable-Day. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - ap
Bgscan StringDisable End - Ap-Bgscan-Disable-End.
- ap
Bgscan List<String>Disable Schedules - Firewall schedules for turning off FortiAP radio background scan. Background scan will be disabled when at least one of the schedules is valid. Separate multiple schedule names with a space.
- ap
Bgscan StringDisable Start - Ap-Bgscan-Disable-Start.
- ap
Bgscan DoubleDuration - Listening time on a scanning channel (10 - 1000 msec, default = 20).
- ap
Bgscan DoubleIdle - Waiting time for channel inactivity before scanning this channel (0 - 1000 msec, default = 0).
- ap
Bgscan DoubleIntv - Period of time between scanning two channels (1 - 600 sec, default = 1).
- ap
Bgscan DoublePeriod - Period of time between background scans (60 - 3600 sec, default = 600).
- ap
Bgscan DoubleReport Intv - Period of time between background scan reports (15 - 600 sec, default = 30).
- ap
Fgscan DoubleReport Intv - Period of time between foreground scan reports (15 - 600 sec, default = 15).
- ap
Scan String - Enable/disable rogue AP detection. Valid values:
disable
,enable
. - ap
Scan List<String>Channel List2g5gs - Selected ap scan channel list for 2.4G and 5G bands.
- ap
Scan List<String>Channel List6gs - Selected ap scan channel list for 6G band.
- ap
Scan StringPassive - Enable/disable passive scanning. Enable means do not send probe request on any channels (default = disable). Valid values:
disable
,enable
. - ap
Scan StringThreshold - Minimum signal level/threshold in dBm required for the AP to report detected rogue AP (-95 to -20, default = -90).
- asleap
Attack String - Enable/disable asleap attack detection (default = disable). Valid values:
disable
,enable
. - assoc
Flood DoubleThresh - The threshold value for association frame flooding.
- assoc
Flood DoubleTime - Number of seconds after which a station is considered not connected.
- assoc
Frame StringFlood - Enable/disable association frame flooding detection (default = disable). Valid values:
disable
,enable
. - auth
Flood DoubleThresh - The threshold value for authentication frame flooding.
- auth
Flood DoubleTime - Number of seconds after which a station is considered not connected.
- auth
Frame StringFlood - Enable/disable authentication frame flooding detection (default = disable). Valid values:
disable
,enable
. - comment String
- Comment.
- deauth
Broadcast String - Enable/disable broadcasting de-authentication detection (default = disable). Valid values:
disable
,enable
. - deauth
Unknown DoubleSrc Thresh - Threshold value per second to deauth unknown src for DoS attack (0: no limit).
- eapol
Fail StringFlood - Enable/disable EAPOL-Failure flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Fail DoubleIntv - The detection interval for EAPOL-Failure flooding (1 - 3600 sec).
- eapol
Fail DoubleThresh - The threshold value for EAPOL-Failure flooding in specified interval.
- eapol
Logoff StringFlood - Enable/disable EAPOL-Logoff flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Logoff DoubleIntv - The detection interval for EAPOL-Logoff flooding (1 - 3600 sec).
- eapol
Logoff DoubleThresh - The threshold value for EAPOL-Logoff flooding in specified interval.
- eapol
Pre StringFail Flood - Enable/disable premature EAPOL-Failure flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - eapol
Pre DoubleFail Intv - The detection interval for premature EAPOL-Failure flooding (1 - 3600 sec).
- eapol
Pre DoubleFail Thresh - The threshold value for premature EAPOL-Failure flooding in specified interval.
- eapol
Pre StringSucc Flood - Enable/disable premature EAPOL-Success flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - eapol
Pre DoubleSucc Intv - The detection interval for premature EAPOL-Success flooding (1 - 3600 sec).
- eapol
Pre DoubleSucc Thresh - The threshold value for premature EAPOL-Success flooding in specified interval.
- eapol
Start StringFlood - Enable/disable EAPOL-Start flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Start DoubleIntv - The detection interval for EAPOL-Start flooding (1 - 3600 sec).
- eapol
Start DoubleThresh - The threshold value for EAPOL-Start flooding in specified interval.
- eapol
Succ StringFlood - Enable/disable EAPOL-Success flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Succ DoubleIntv - The detection interval for EAPOL-Success flooding (1 - 3600 sec).
- eapol
Succ DoubleThresh - The threshold value for EAPOL-Success flooding in specified interval.
- invalid
Mac StringOui - Enable/disable invalid MAC OUI detection. Valid values:
disable
,enable
. - long
Duration StringAttack - Enable/disable long duration attack detection based on user configured threshold (default = disable). Valid values:
disable
,enable
. - long
Duration DoubleThresh - Threshold value for long duration attack detection (1000 - 32767 usec, default = 8200).
- name String
- WIDS profile name.
- null
Ssid StringProbe Resp - Enable/disable null SSID probe response detection (default = disable). Valid values:
disable
,enable
. - object
Wirelesscontroller StringWidsprofile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sensor
Mode String - Scan nearby WiFi stations (default = disable). Valid values:
disable
,foreign
,both
. - spoofed
Deauth String - Enable/disable spoofed de-authentication attack detection (default = disable). Valid values:
disable
,enable
. - weak
Wep StringIv - Enable/disable weak WEP IV (Initialization Vector) detection (default = disable). Valid values:
disable
,enable
. - wireless
Bridge String - Enable/disable wireless bridge detection (default = disable). Valid values:
disable
,enable
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ap
Auto stringSuppress - Enable/disable on-wire rogue AP auto-suppression (default = disable). Valid values:
disable
,enable
. - ap
Bgscan string[]Disable Days - Ap-Bgscan-Disable-Day. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - ap
Bgscan stringDisable End - Ap-Bgscan-Disable-End.
- ap
Bgscan string[]Disable Schedules - Firewall schedules for turning off FortiAP radio background scan. Background scan will be disabled when at least one of the schedules is valid. Separate multiple schedule names with a space.
- ap
Bgscan stringDisable Start - Ap-Bgscan-Disable-Start.
- ap
Bgscan numberDuration - Listening time on a scanning channel (10 - 1000 msec, default = 20).
- ap
Bgscan numberIdle - Waiting time for channel inactivity before scanning this channel (0 - 1000 msec, default = 0).
- ap
Bgscan numberIntv - Period of time between scanning two channels (1 - 600 sec, default = 1).
- ap
Bgscan numberPeriod - Period of time between background scans (60 - 3600 sec, default = 600).
- ap
Bgscan numberReport Intv - Period of time between background scan reports (15 - 600 sec, default = 30).
- ap
Fgscan numberReport Intv - Period of time between foreground scan reports (15 - 600 sec, default = 15).
- ap
Scan string - Enable/disable rogue AP detection. Valid values:
disable
,enable
. - ap
Scan string[]Channel List2g5gs - Selected ap scan channel list for 2.4G and 5G bands.
- ap
Scan string[]Channel List6gs - Selected ap scan channel list for 6G band.
- ap
Scan stringPassive - Enable/disable passive scanning. Enable means do not send probe request on any channels (default = disable). Valid values:
disable
,enable
. - ap
Scan stringThreshold - Minimum signal level/threshold in dBm required for the AP to report detected rogue AP (-95 to -20, default = -90).
- asleap
Attack string - Enable/disable asleap attack detection (default = disable). Valid values:
disable
,enable
. - assoc
Flood numberThresh - The threshold value for association frame flooding.
- assoc
Flood numberTime - Number of seconds after which a station is considered not connected.
- assoc
Frame stringFlood - Enable/disable association frame flooding detection (default = disable). Valid values:
disable
,enable
. - auth
Flood numberThresh - The threshold value for authentication frame flooding.
- auth
Flood numberTime - Number of seconds after which a station is considered not connected.
- auth
Frame stringFlood - Enable/disable authentication frame flooding detection (default = disable). Valid values:
disable
,enable
. - comment string
- Comment.
- deauth
Broadcast string - Enable/disable broadcasting de-authentication detection (default = disable). Valid values:
disable
,enable
. - deauth
Unknown numberSrc Thresh - Threshold value per second to deauth unknown src for DoS attack (0: no limit).
- eapol
Fail stringFlood - Enable/disable EAPOL-Failure flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Fail numberIntv - The detection interval for EAPOL-Failure flooding (1 - 3600 sec).
- eapol
Fail numberThresh - The threshold value for EAPOL-Failure flooding in specified interval.
- eapol
Logoff stringFlood - Enable/disable EAPOL-Logoff flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Logoff numberIntv - The detection interval for EAPOL-Logoff flooding (1 - 3600 sec).
- eapol
Logoff numberThresh - The threshold value for EAPOL-Logoff flooding in specified interval.
- eapol
Pre stringFail Flood - Enable/disable premature EAPOL-Failure flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - eapol
Pre numberFail Intv - The detection interval for premature EAPOL-Failure flooding (1 - 3600 sec).
- eapol
Pre numberFail Thresh - The threshold value for premature EAPOL-Failure flooding in specified interval.
- eapol
Pre stringSucc Flood - Enable/disable premature EAPOL-Success flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - eapol
Pre numberSucc Intv - The detection interval for premature EAPOL-Success flooding (1 - 3600 sec).
- eapol
Pre numberSucc Thresh - The threshold value for premature EAPOL-Success flooding in specified interval.
- eapol
Start stringFlood - Enable/disable EAPOL-Start flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Start numberIntv - The detection interval for EAPOL-Start flooding (1 - 3600 sec).
- eapol
Start numberThresh - The threshold value for EAPOL-Start flooding in specified interval.
- eapol
Succ stringFlood - Enable/disable EAPOL-Success flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Succ numberIntv - The detection interval for EAPOL-Success flooding (1 - 3600 sec).
- eapol
Succ numberThresh - The threshold value for EAPOL-Success flooding in specified interval.
- invalid
Mac stringOui - Enable/disable invalid MAC OUI detection. Valid values:
disable
,enable
. - long
Duration stringAttack - Enable/disable long duration attack detection based on user configured threshold (default = disable). Valid values:
disable
,enable
. - long
Duration numberThresh - Threshold value for long duration attack detection (1000 - 32767 usec, default = 8200).
- name string
- WIDS profile name.
- null
Ssid stringProbe Resp - Enable/disable null SSID probe response detection (default = disable). Valid values:
disable
,enable
. - object
Wirelesscontroller stringWidsprofile Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sensor
Mode string - Scan nearby WiFi stations (default = disable). Valid values:
disable
,foreign
,both
. - spoofed
Deauth string - Enable/disable spoofed de-authentication attack detection (default = disable). Valid values:
disable
,enable
. - weak
Wep stringIv - Enable/disable weak WEP IV (Initialization Vector) detection (default = disable). Valid values:
disable
,enable
. - wireless
Bridge string - Enable/disable wireless bridge detection (default = disable). Valid values:
disable
,enable
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ap_
auto_ strsuppress - Enable/disable on-wire rogue AP auto-suppression (default = disable). Valid values:
disable
,enable
. - ap_
bgscan_ Sequence[str]disable_ days - Ap-Bgscan-Disable-Day. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - ap_
bgscan_ strdisable_ end - Ap-Bgscan-Disable-End.
- ap_
bgscan_ Sequence[str]disable_ schedules - Firewall schedules for turning off FortiAP radio background scan. Background scan will be disabled when at least one of the schedules is valid. Separate multiple schedule names with a space.
- ap_
bgscan_ strdisable_ start - Ap-Bgscan-Disable-Start.
- ap_
bgscan_ floatduration - Listening time on a scanning channel (10 - 1000 msec, default = 20).
- ap_
bgscan_ floatidle - Waiting time for channel inactivity before scanning this channel (0 - 1000 msec, default = 0).
- ap_
bgscan_ floatintv - Period of time between scanning two channels (1 - 600 sec, default = 1).
- ap_
bgscan_ floatperiod - Period of time between background scans (60 - 3600 sec, default = 600).
- ap_
bgscan_ floatreport_ intv - Period of time between background scan reports (15 - 600 sec, default = 30).
- ap_
fgscan_ floatreport_ intv - Period of time between foreground scan reports (15 - 600 sec, default = 15).
- ap_
scan str - Enable/disable rogue AP detection. Valid values:
disable
,enable
. - ap_
scan_ Sequence[str]channel_ list2g5gs - Selected ap scan channel list for 2.4G and 5G bands.
- ap_
scan_ Sequence[str]channel_ list6gs - Selected ap scan channel list for 6G band.
- ap_
scan_ strpassive - Enable/disable passive scanning. Enable means do not send probe request on any channels (default = disable). Valid values:
disable
,enable
. - ap_
scan_ strthreshold - Minimum signal level/threshold in dBm required for the AP to report detected rogue AP (-95 to -20, default = -90).
- asleap_
attack str - Enable/disable asleap attack detection (default = disable). Valid values:
disable
,enable
. - assoc_
flood_ floatthresh - The threshold value for association frame flooding.
- assoc_
flood_ floattime - Number of seconds after which a station is considered not connected.
- assoc_
frame_ strflood - Enable/disable association frame flooding detection (default = disable). Valid values:
disable
,enable
. - auth_
flood_ floatthresh - The threshold value for authentication frame flooding.
- auth_
flood_ floattime - Number of seconds after which a station is considered not connected.
- auth_
frame_ strflood - Enable/disable authentication frame flooding detection (default = disable). Valid values:
disable
,enable
. - comment str
- Comment.
- deauth_
broadcast str - Enable/disable broadcasting de-authentication detection (default = disable). Valid values:
disable
,enable
. - deauth_
unknown_ floatsrc_ thresh - Threshold value per second to deauth unknown src for DoS attack (0: no limit).
- eapol_
fail_ strflood - Enable/disable EAPOL-Failure flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol_
fail_ floatintv - The detection interval for EAPOL-Failure flooding (1 - 3600 sec).
- eapol_
fail_ floatthresh - The threshold value for EAPOL-Failure flooding in specified interval.
- eapol_
logoff_ strflood - Enable/disable EAPOL-Logoff flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol_
logoff_ floatintv - The detection interval for EAPOL-Logoff flooding (1 - 3600 sec).
- eapol_
logoff_ floatthresh - The threshold value for EAPOL-Logoff flooding in specified interval.
- eapol_
pre_ strfail_ flood - Enable/disable premature EAPOL-Failure flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - eapol_
pre_ floatfail_ intv - The detection interval for premature EAPOL-Failure flooding (1 - 3600 sec).
- eapol_
pre_ floatfail_ thresh - The threshold value for premature EAPOL-Failure flooding in specified interval.
- eapol_
pre_ strsucc_ flood - Enable/disable premature EAPOL-Success flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - eapol_
pre_ floatsucc_ intv - The detection interval for premature EAPOL-Success flooding (1 - 3600 sec).
- eapol_
pre_ floatsucc_ thresh - The threshold value for premature EAPOL-Success flooding in specified interval.
- eapol_
start_ strflood - Enable/disable EAPOL-Start flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol_
start_ floatintv - The detection interval for EAPOL-Start flooding (1 - 3600 sec).
- eapol_
start_ floatthresh - The threshold value for EAPOL-Start flooding in specified interval.
- eapol_
succ_ strflood - Enable/disable EAPOL-Success flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol_
succ_ floatintv - The detection interval for EAPOL-Success flooding (1 - 3600 sec).
- eapol_
succ_ floatthresh - The threshold value for EAPOL-Success flooding in specified interval.
- invalid_
mac_ stroui - Enable/disable invalid MAC OUI detection. Valid values:
disable
,enable
. - long_
duration_ strattack - Enable/disable long duration attack detection based on user configured threshold (default = disable). Valid values:
disable
,enable
. - long_
duration_ floatthresh - Threshold value for long duration attack detection (1000 - 32767 usec, default = 8200).
- name str
- WIDS profile name.
- null_
ssid_ strprobe_ resp - Enable/disable null SSID probe response detection (default = disable). Valid values:
disable
,enable
. - object_
wirelesscontroller_ strwidsprofile_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sensor_
mode str - Scan nearby WiFi stations (default = disable). Valid values:
disable
,foreign
,both
. - spoofed_
deauth str - Enable/disable spoofed de-authentication attack detection (default = disable). Valid values:
disable
,enable
. - weak_
wep_ striv - Enable/disable weak WEP IV (Initialization Vector) detection (default = disable). Valid values:
disable
,enable
. - wireless_
bridge str - Enable/disable wireless bridge detection (default = disable). Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ap
Auto StringSuppress - Enable/disable on-wire rogue AP auto-suppression (default = disable). Valid values:
disable
,enable
. - ap
Bgscan List<String>Disable Days - Ap-Bgscan-Disable-Day. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - ap
Bgscan StringDisable End - Ap-Bgscan-Disable-End.
- ap
Bgscan List<String>Disable Schedules - Firewall schedules for turning off FortiAP radio background scan. Background scan will be disabled when at least one of the schedules is valid. Separate multiple schedule names with a space.
- ap
Bgscan StringDisable Start - Ap-Bgscan-Disable-Start.
- ap
Bgscan NumberDuration - Listening time on a scanning channel (10 - 1000 msec, default = 20).
- ap
Bgscan NumberIdle - Waiting time for channel inactivity before scanning this channel (0 - 1000 msec, default = 0).
- ap
Bgscan NumberIntv - Period of time between scanning two channels (1 - 600 sec, default = 1).
- ap
Bgscan NumberPeriod - Period of time between background scans (60 - 3600 sec, default = 600).
- ap
Bgscan NumberReport Intv - Period of time between background scan reports (15 - 600 sec, default = 30).
- ap
Fgscan NumberReport Intv - Period of time between foreground scan reports (15 - 600 sec, default = 15).
- ap
Scan String - Enable/disable rogue AP detection. Valid values:
disable
,enable
. - ap
Scan List<String>Channel List2g5gs - Selected ap scan channel list for 2.4G and 5G bands.
- ap
Scan List<String>Channel List6gs - Selected ap scan channel list for 6G band.
- ap
Scan StringPassive - Enable/disable passive scanning. Enable means do not send probe request on any channels (default = disable). Valid values:
disable
,enable
. - ap
Scan StringThreshold - Minimum signal level/threshold in dBm required for the AP to report detected rogue AP (-95 to -20, default = -90).
- asleap
Attack String - Enable/disable asleap attack detection (default = disable). Valid values:
disable
,enable
. - assoc
Flood NumberThresh - The threshold value for association frame flooding.
- assoc
Flood NumberTime - Number of seconds after which a station is considered not connected.
- assoc
Frame StringFlood - Enable/disable association frame flooding detection (default = disable). Valid values:
disable
,enable
. - auth
Flood NumberThresh - The threshold value for authentication frame flooding.
- auth
Flood NumberTime - Number of seconds after which a station is considered not connected.
- auth
Frame StringFlood - Enable/disable authentication frame flooding detection (default = disable). Valid values:
disable
,enable
. - comment String
- Comment.
- deauth
Broadcast String - Enable/disable broadcasting de-authentication detection (default = disable). Valid values:
disable
,enable
. - deauth
Unknown NumberSrc Thresh - Threshold value per second to deauth unknown src for DoS attack (0: no limit).
- eapol
Fail StringFlood - Enable/disable EAPOL-Failure flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Fail NumberIntv - The detection interval for EAPOL-Failure flooding (1 - 3600 sec).
- eapol
Fail NumberThresh - The threshold value for EAPOL-Failure flooding in specified interval.
- eapol
Logoff StringFlood - Enable/disable EAPOL-Logoff flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Logoff NumberIntv - The detection interval for EAPOL-Logoff flooding (1 - 3600 sec).
- eapol
Logoff NumberThresh - The threshold value for EAPOL-Logoff flooding in specified interval.
- eapol
Pre StringFail Flood - Enable/disable premature EAPOL-Failure flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - eapol
Pre NumberFail Intv - The detection interval for premature EAPOL-Failure flooding (1 - 3600 sec).
- eapol
Pre NumberFail Thresh - The threshold value for premature EAPOL-Failure flooding in specified interval.
- eapol
Pre StringSucc Flood - Enable/disable premature EAPOL-Success flooding (to STA) detection (default = disable). Valid values:
disable
,enable
. - eapol
Pre NumberSucc Intv - The detection interval for premature EAPOL-Success flooding (1 - 3600 sec).
- eapol
Pre NumberSucc Thresh - The threshold value for premature EAPOL-Success flooding in specified interval.
- eapol
Start StringFlood - Enable/disable EAPOL-Start flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Start NumberIntv - The detection interval for EAPOL-Start flooding (1 - 3600 sec).
- eapol
Start NumberThresh - The threshold value for EAPOL-Start flooding in specified interval.
- eapol
Succ StringFlood - Enable/disable EAPOL-Success flooding (to AP) detection (default = disable). Valid values:
disable
,enable
. - eapol
Succ NumberIntv - The detection interval for EAPOL-Success flooding (1 - 3600 sec).
- eapol
Succ NumberThresh - The threshold value for EAPOL-Success flooding in specified interval.
- invalid
Mac StringOui - Enable/disable invalid MAC OUI detection. Valid values:
disable
,enable
. - long
Duration StringAttack - Enable/disable long duration attack detection based on user configured threshold (default = disable). Valid values:
disable
,enable
. - long
Duration NumberThresh - Threshold value for long duration attack detection (1000 - 32767 usec, default = 8200).
- name String
- WIDS profile name.
- null
Ssid StringProbe Resp - Enable/disable null SSID probe response detection (default = disable). Valid values:
disable
,enable
. - object
Wirelesscontroller StringWidsprofile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sensor
Mode String - Scan nearby WiFi stations (default = disable). Valid values:
disable
,foreign
,both
. - spoofed
Deauth String - Enable/disable spoofed de-authentication attack detection (default = disable). Valid values:
disable
,enable
. - weak
Wep StringIv - Enable/disable weak WEP IV (Initialization Vector) detection (default = disable). Valid values:
disable
,enable
. - wireless
Bridge String - Enable/disable wireless bridge detection (default = disable). Valid values:
disable
,enable
.
Import
ObjectWirelessController WidsProfile can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectWirelesscontrollerWidsprofile:ObjectWirelesscontrollerWidsprofile labelname {{name}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.