1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectExtensioncontrollerExtendervap
fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev
fortimanager logo
fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev

    FortiExtender wifi vap configuration.

    Create ObjectExtensioncontrollerExtendervap Resource

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

    Constructor syntax

    new ObjectExtensioncontrollerExtendervap(name: string, args?: ObjectExtensioncontrollerExtendervapArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectExtensioncontrollerExtendervap(resource_name: str,
                                             args: Optional[ObjectExtensioncontrollerExtendervapArgs] = None,
                                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectExtensioncontrollerExtendervap(resource_name: str,
                                             opts: Optional[ResourceOptions] = None,
                                             adom: Optional[str] = None,
                                             allowaccesses: Optional[Sequence[str]] = None,
                                             auth_server_address: Optional[str] = None,
                                             auth_server_port: Optional[float] = None,
                                             auth_server_secret: Optional[str] = None,
                                             broadcast_ssid: Optional[str] = None,
                                             bss_color_partial: Optional[str] = None,
                                             dtim: Optional[float] = None,
                                             end_ip: Optional[str] = None,
                                             ip_addresses: Optional[Sequence[str]] = None,
                                             max_clients: Optional[float] = None,
                                             mu_mimo: Optional[str] = None,
                                             name: Optional[str] = None,
                                             object_extensioncontroller_extendervap_id: Optional[str] = None,
                                             passphrases: Optional[Sequence[str]] = None,
                                             pmf: Optional[str] = None,
                                             rts_threshold: Optional[float] = None,
                                             sae_passwords: Optional[Sequence[str]] = None,
                                             scopetype: Optional[str] = None,
                                             security: Optional[str] = None,
                                             ssid: Optional[str] = None,
                                             start_ip: Optional[str] = None,
                                             target_wake_time: Optional[str] = None,
                                             type: Optional[str] = None)
    func NewObjectExtensioncontrollerExtendervap(ctx *Context, name string, args *ObjectExtensioncontrollerExtendervapArgs, opts ...ResourceOption) (*ObjectExtensioncontrollerExtendervap, error)
    public ObjectExtensioncontrollerExtendervap(string name, ObjectExtensioncontrollerExtendervapArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectExtensioncontrollerExtendervap(String name, ObjectExtensioncontrollerExtendervapArgs args)
    public ObjectExtensioncontrollerExtendervap(String name, ObjectExtensioncontrollerExtendervapArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectExtensioncontrollerExtendervap
    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 ObjectExtensioncontrollerExtendervapArgs
    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 ObjectExtensioncontrollerExtendervapArgs
    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 ObjectExtensioncontrollerExtendervapArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectExtensioncontrollerExtendervapArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectExtensioncontrollerExtendervapArgs
    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 objectExtensioncontrollerExtendervapResource = new Fortimanager.ObjectExtensioncontrollerExtendervap("objectExtensioncontrollerExtendervapResource", new()
    {
        Adom = "string",
        Allowaccesses = new[]
        {
            "string",
        },
        AuthServerAddress = "string",
        AuthServerPort = 0,
        AuthServerSecret = "string",
        BroadcastSsid = "string",
        BssColorPartial = "string",
        Dtim = 0,
        EndIp = "string",
        IpAddresses = new[]
        {
            "string",
        },
        MaxClients = 0,
        MuMimo = "string",
        Name = "string",
        ObjectExtensioncontrollerExtendervapId = "string",
        Passphrases = new[]
        {
            "string",
        },
        Pmf = "string",
        RtsThreshold = 0,
        SaePasswords = new[]
        {
            "string",
        },
        Scopetype = "string",
        Security = "string",
        Ssid = "string",
        StartIp = "string",
        TargetWakeTime = "string",
        Type = "string",
    });
    
    example, err := fortimanager.NewObjectExtensioncontrollerExtendervap(ctx, "objectExtensioncontrollerExtendervapResource", &fortimanager.ObjectExtensioncontrollerExtendervapArgs{
    	Adom: pulumi.String("string"),
    	Allowaccesses: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	AuthServerAddress: pulumi.String("string"),
    	AuthServerPort:    pulumi.Float64(0),
    	AuthServerSecret:  pulumi.String("string"),
    	BroadcastSsid:     pulumi.String("string"),
    	BssColorPartial:   pulumi.String("string"),
    	Dtim:              pulumi.Float64(0),
    	EndIp:             pulumi.String("string"),
    	IpAddresses: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	MaxClients:                             pulumi.Float64(0),
    	MuMimo:                                 pulumi.String("string"),
    	Name:                                   pulumi.String("string"),
    	ObjectExtensioncontrollerExtendervapId: pulumi.String("string"),
    	Passphrases: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Pmf:          pulumi.String("string"),
    	RtsThreshold: pulumi.Float64(0),
    	SaePasswords: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Scopetype:      pulumi.String("string"),
    	Security:       pulumi.String("string"),
    	Ssid:           pulumi.String("string"),
    	StartIp:        pulumi.String("string"),
    	TargetWakeTime: pulumi.String("string"),
    	Type:           pulumi.String("string"),
    })
    
    var objectExtensioncontrollerExtendervapResource = new ObjectExtensioncontrollerExtendervap("objectExtensioncontrollerExtendervapResource", ObjectExtensioncontrollerExtendervapArgs.builder()
        .adom("string")
        .allowaccesses("string")
        .authServerAddress("string")
        .authServerPort(0.0)
        .authServerSecret("string")
        .broadcastSsid("string")
        .bssColorPartial("string")
        .dtim(0.0)
        .endIp("string")
        .ipAddresses("string")
        .maxClients(0.0)
        .muMimo("string")
        .name("string")
        .objectExtensioncontrollerExtendervapId("string")
        .passphrases("string")
        .pmf("string")
        .rtsThreshold(0.0)
        .saePasswords("string")
        .scopetype("string")
        .security("string")
        .ssid("string")
        .startIp("string")
        .targetWakeTime("string")
        .type("string")
        .build());
    
    object_extensioncontroller_extendervap_resource = fortimanager.ObjectExtensioncontrollerExtendervap("objectExtensioncontrollerExtendervapResource",
        adom="string",
        allowaccesses=["string"],
        auth_server_address="string",
        auth_server_port=0,
        auth_server_secret="string",
        broadcast_ssid="string",
        bss_color_partial="string",
        dtim=0,
        end_ip="string",
        ip_addresses=["string"],
        max_clients=0,
        mu_mimo="string",
        name="string",
        object_extensioncontroller_extendervap_id="string",
        passphrases=["string"],
        pmf="string",
        rts_threshold=0,
        sae_passwords=["string"],
        scopetype="string",
        security="string",
        ssid="string",
        start_ip="string",
        target_wake_time="string",
        type="string")
    
    const objectExtensioncontrollerExtendervapResource = new fortimanager.ObjectExtensioncontrollerExtendervap("objectExtensioncontrollerExtendervapResource", {
        adom: "string",
        allowaccesses: ["string"],
        authServerAddress: "string",
        authServerPort: 0,
        authServerSecret: "string",
        broadcastSsid: "string",
        bssColorPartial: "string",
        dtim: 0,
        endIp: "string",
        ipAddresses: ["string"],
        maxClients: 0,
        muMimo: "string",
        name: "string",
        objectExtensioncontrollerExtendervapId: "string",
        passphrases: ["string"],
        pmf: "string",
        rtsThreshold: 0,
        saePasswords: ["string"],
        scopetype: "string",
        security: "string",
        ssid: "string",
        startIp: "string",
        targetWakeTime: "string",
        type: "string",
    });
    
    type: fortimanager:ObjectExtensioncontrollerExtendervap
    properties:
        adom: string
        allowaccesses:
            - string
        authServerAddress: string
        authServerPort: 0
        authServerSecret: string
        broadcastSsid: string
        bssColorPartial: string
        dtim: 0
        endIp: string
        ipAddresses:
            - string
        maxClients: 0
        muMimo: string
        name: string
        objectExtensioncontrollerExtendervapId: string
        passphrases:
            - string
        pmf: string
        rtsThreshold: 0
        saePasswords:
            - string
        scopetype: string
        security: string
        ssid: string
        startIp: string
        targetWakeTime: string
        type: string
    

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

    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Allowaccesses List<string>
    Control management access to the managed extender. Separate entries with a space. Valid values: http, ssh, telnet, snmp, https, ping.
    AuthServerAddress string
    Wi-Fi Authentication Server Address (IPv4 format).
    AuthServerPort double
    Wi-Fi Authentication Server Port.
    AuthServerSecret string
    Wi-Fi Authentication Server Secret.
    BroadcastSsid string
    Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
    BssColorPartial string
    Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
    Dtim double
    Wi-Fi DTIM (1 - 255) default = 1.
    EndIp string
    End ip address.
    IpAddresses List<string>
    Extender ip address.
    MaxClients double
    Wi-Fi max clients (0 - 512), default = 0 (no limit)
    MuMimo string
    Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
    Name string
    Wi-Fi VAP name.
    ObjectExtensioncontrollerExtendervapId string
    an identifier for the resource with format {{name}}.
    Passphrases List<string>
    Wi-Fi passphrase.
    Pmf string
    Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
    RtsThreshold double
    Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
    SaePasswords List<string>
    Wi-Fi SAE Password.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Security string
    Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
    Ssid string
    Wi-Fi SSID.
    StartIp string
    Start ip address.
    TargetWakeTime string
    Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
    Type string
    Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Allowaccesses []string
    Control management access to the managed extender. Separate entries with a space. Valid values: http, ssh, telnet, snmp, https, ping.
    AuthServerAddress string
    Wi-Fi Authentication Server Address (IPv4 format).
    AuthServerPort float64
    Wi-Fi Authentication Server Port.
    AuthServerSecret string
    Wi-Fi Authentication Server Secret.
    BroadcastSsid string
    Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
    BssColorPartial string
    Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
    Dtim float64
    Wi-Fi DTIM (1 - 255) default = 1.
    EndIp string
    End ip address.
    IpAddresses []string
    Extender ip address.
    MaxClients float64
    Wi-Fi max clients (0 - 512), default = 0 (no limit)
    MuMimo string
    Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
    Name string
    Wi-Fi VAP name.
    ObjectExtensioncontrollerExtendervapId string
    an identifier for the resource with format {{name}}.
    Passphrases []string
    Wi-Fi passphrase.
    Pmf string
    Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
    RtsThreshold float64
    Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
    SaePasswords []string
    Wi-Fi SAE Password.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Security string
    Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
    Ssid string
    Wi-Fi SSID.
    StartIp string
    Start ip address.
    TargetWakeTime string
    Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
    Type string
    Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowaccesses List<String>
    Control management access to the managed extender. Separate entries with a space. Valid values: http, ssh, telnet, snmp, https, ping.
    authServerAddress String
    Wi-Fi Authentication Server Address (IPv4 format).
    authServerPort Double
    Wi-Fi Authentication Server Port.
    authServerSecret String
    Wi-Fi Authentication Server Secret.
    broadcastSsid String
    Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
    bssColorPartial String
    Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
    dtim Double
    Wi-Fi DTIM (1 - 255) default = 1.
    endIp String
    End ip address.
    ipAddresses List<String>
    Extender ip address.
    maxClients Double
    Wi-Fi max clients (0 - 512), default = 0 (no limit)
    muMimo String
    Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
    name String
    Wi-Fi VAP name.
    objectExtensioncontrollerExtendervapId String
    an identifier for the resource with format {{name}}.
    passphrases List<String>
    Wi-Fi passphrase.
    pmf String
    Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
    rtsThreshold Double
    Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
    saePasswords List<String>
    Wi-Fi SAE Password.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    security String
    Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
    ssid String
    Wi-Fi SSID.
    startIp String
    Start ip address.
    targetWakeTime String
    Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
    type String
    Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowaccesses string[]
    Control management access to the managed extender. Separate entries with a space. Valid values: http, ssh, telnet, snmp, https, ping.
    authServerAddress string
    Wi-Fi Authentication Server Address (IPv4 format).
    authServerPort number
    Wi-Fi Authentication Server Port.
    authServerSecret string
    Wi-Fi Authentication Server Secret.
    broadcastSsid string
    Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
    bssColorPartial string
    Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
    dtim number
    Wi-Fi DTIM (1 - 255) default = 1.
    endIp string
    End ip address.
    ipAddresses string[]
    Extender ip address.
    maxClients number
    Wi-Fi max clients (0 - 512), default = 0 (no limit)
    muMimo string
    Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
    name string
    Wi-Fi VAP name.
    objectExtensioncontrollerExtendervapId string
    an identifier for the resource with format {{name}}.
    passphrases string[]
    Wi-Fi passphrase.
    pmf string
    Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
    rtsThreshold number
    Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
    saePasswords string[]
    Wi-Fi SAE Password.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    security string
    Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
    ssid string
    Wi-Fi SSID.
    startIp string
    Start ip address.
    targetWakeTime string
    Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
    type string
    Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowaccesses Sequence[str]
    Control management access to the managed extender. Separate entries with a space. Valid values: http, ssh, telnet, snmp, https, ping.
    auth_server_address str
    Wi-Fi Authentication Server Address (IPv4 format).
    auth_server_port float
    Wi-Fi Authentication Server Port.
    auth_server_secret str
    Wi-Fi Authentication Server Secret.
    broadcast_ssid str
    Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
    bss_color_partial str
    Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
    dtim float
    Wi-Fi DTIM (1 - 255) default = 1.
    end_ip str
    End ip address.
    ip_addresses Sequence[str]
    Extender ip address.
    max_clients float
    Wi-Fi max clients (0 - 512), default = 0 (no limit)
    mu_mimo str
    Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
    name str
    Wi-Fi VAP name.
    object_extensioncontroller_extendervap_id str
    an identifier for the resource with format {{name}}.
    passphrases Sequence[str]
    Wi-Fi passphrase.
    pmf str
    Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
    rts_threshold float
    Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
    sae_passwords Sequence[str]
    Wi-Fi SAE Password.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    security str
    Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
    ssid str
    Wi-Fi SSID.
    start_ip str
    Start ip address.
    target_wake_time str
    Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
    type str
    Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowaccesses List<String>
    Control management access to the managed extender. Separate entries with a space. Valid values: http, ssh, telnet, snmp, https, ping.
    authServerAddress String
    Wi-Fi Authentication Server Address (IPv4 format).
    authServerPort Number
    Wi-Fi Authentication Server Port.
    authServerSecret String
    Wi-Fi Authentication Server Secret.
    broadcastSsid String
    Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
    bssColorPartial String
    Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
    dtim Number
    Wi-Fi DTIM (1 - 255) default = 1.
    endIp String
    End ip address.
    ipAddresses List<String>
    Extender ip address.
    maxClients Number
    Wi-Fi max clients (0 - 512), default = 0 (no limit)
    muMimo String
    Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
    name String
    Wi-Fi VAP name.
    objectExtensioncontrollerExtendervapId String
    an identifier for the resource with format {{name}}.
    passphrases List<String>
    Wi-Fi passphrase.
    pmf String
    Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
    rtsThreshold Number
    Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
    saePasswords List<String>
    Wi-Fi SAE Password.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    security String
    Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
    ssid String
    Wi-Fi SSID.
    startIp String
    Start ip address.
    targetWakeTime String
    Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
    type String
    Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.

    Outputs

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

    Get an existing ObjectExtensioncontrollerExtendervap 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?: ObjectExtensioncontrollerExtendervapState, opts?: CustomResourceOptions): ObjectExtensioncontrollerExtendervap
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            allowaccesses: Optional[Sequence[str]] = None,
            auth_server_address: Optional[str] = None,
            auth_server_port: Optional[float] = None,
            auth_server_secret: Optional[str] = None,
            broadcast_ssid: Optional[str] = None,
            bss_color_partial: Optional[str] = None,
            dtim: Optional[float] = None,
            end_ip: Optional[str] = None,
            ip_addresses: Optional[Sequence[str]] = None,
            max_clients: Optional[float] = None,
            mu_mimo: Optional[str] = None,
            name: Optional[str] = None,
            object_extensioncontroller_extendervap_id: Optional[str] = None,
            passphrases: Optional[Sequence[str]] = None,
            pmf: Optional[str] = None,
            rts_threshold: Optional[float] = None,
            sae_passwords: Optional[Sequence[str]] = None,
            scopetype: Optional[str] = None,
            security: Optional[str] = None,
            ssid: Optional[str] = None,
            start_ip: Optional[str] = None,
            target_wake_time: Optional[str] = None,
            type: Optional[str] = None) -> ObjectExtensioncontrollerExtendervap
    func GetObjectExtensioncontrollerExtendervap(ctx *Context, name string, id IDInput, state *ObjectExtensioncontrollerExtendervapState, opts ...ResourceOption) (*ObjectExtensioncontrollerExtendervap, error)
    public static ObjectExtensioncontrollerExtendervap Get(string name, Input<string> id, ObjectExtensioncontrollerExtendervapState? state, CustomResourceOptions? opts = null)
    public static ObjectExtensioncontrollerExtendervap get(String name, Output<String> id, ObjectExtensioncontrollerExtendervapState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectExtensioncontrollerExtendervap    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Allowaccesses List<string>
    Control management access to the managed extender. Separate entries with a space. Valid values: http, ssh, telnet, snmp, https, ping.
    AuthServerAddress string
    Wi-Fi Authentication Server Address (IPv4 format).
    AuthServerPort double
    Wi-Fi Authentication Server Port.
    AuthServerSecret string
    Wi-Fi Authentication Server Secret.
    BroadcastSsid string
    Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
    BssColorPartial string
    Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
    Dtim double
    Wi-Fi DTIM (1 - 255) default = 1.
    EndIp string
    End ip address.
    IpAddresses List<string>
    Extender ip address.
    MaxClients double
    Wi-Fi max clients (0 - 512), default = 0 (no limit)
    MuMimo string
    Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
    Name string
    Wi-Fi VAP name.
    ObjectExtensioncontrollerExtendervapId string
    an identifier for the resource with format {{name}}.
    Passphrases List<string>
    Wi-Fi passphrase.
    Pmf string
    Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
    RtsThreshold double
    Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
    SaePasswords List<string>
    Wi-Fi SAE Password.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Security string
    Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
    Ssid string
    Wi-Fi SSID.
    StartIp string
    Start ip address.
    TargetWakeTime string
    Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
    Type string
    Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Allowaccesses []string
    Control management access to the managed extender. Separate entries with a space. Valid values: http, ssh, telnet, snmp, https, ping.
    AuthServerAddress string
    Wi-Fi Authentication Server Address (IPv4 format).
    AuthServerPort float64
    Wi-Fi Authentication Server Port.
    AuthServerSecret string
    Wi-Fi Authentication Server Secret.
    BroadcastSsid string
    Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
    BssColorPartial string
    Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
    Dtim float64
    Wi-Fi DTIM (1 - 255) default = 1.
    EndIp string
    End ip address.
    IpAddresses []string
    Extender ip address.
    MaxClients float64
    Wi-Fi max clients (0 - 512), default = 0 (no limit)
    MuMimo string
    Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
    Name string
    Wi-Fi VAP name.
    ObjectExtensioncontrollerExtendervapId string
    an identifier for the resource with format {{name}}.
    Passphrases []string
    Wi-Fi passphrase.
    Pmf string
    Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
    RtsThreshold float64
    Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
    SaePasswords []string
    Wi-Fi SAE Password.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Security string
    Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
    Ssid string
    Wi-Fi SSID.
    StartIp string
    Start ip address.
    TargetWakeTime string
    Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
    Type string
    Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowaccesses List<String>
    Control management access to the managed extender. Separate entries with a space. Valid values: http, ssh, telnet, snmp, https, ping.
    authServerAddress String
    Wi-Fi Authentication Server Address (IPv4 format).
    authServerPort Double
    Wi-Fi Authentication Server Port.
    authServerSecret String
    Wi-Fi Authentication Server Secret.
    broadcastSsid String
    Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
    bssColorPartial String
    Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
    dtim Double
    Wi-Fi DTIM (1 - 255) default = 1.
    endIp String
    End ip address.
    ipAddresses List<String>
    Extender ip address.
    maxClients Double
    Wi-Fi max clients (0 - 512), default = 0 (no limit)
    muMimo String
    Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
    name String
    Wi-Fi VAP name.
    objectExtensioncontrollerExtendervapId String
    an identifier for the resource with format {{name}}.
    passphrases List<String>
    Wi-Fi passphrase.
    pmf String
    Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
    rtsThreshold Double
    Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
    saePasswords List<String>
    Wi-Fi SAE Password.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    security String
    Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
    ssid String
    Wi-Fi SSID.
    startIp String
    Start ip address.
    targetWakeTime String
    Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
    type String
    Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowaccesses string[]
    Control management access to the managed extender. Separate entries with a space. Valid values: http, ssh, telnet, snmp, https, ping.
    authServerAddress string
    Wi-Fi Authentication Server Address (IPv4 format).
    authServerPort number
    Wi-Fi Authentication Server Port.
    authServerSecret string
    Wi-Fi Authentication Server Secret.
    broadcastSsid string
    Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
    bssColorPartial string
    Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
    dtim number
    Wi-Fi DTIM (1 - 255) default = 1.
    endIp string
    End ip address.
    ipAddresses string[]
    Extender ip address.
    maxClients number
    Wi-Fi max clients (0 - 512), default = 0 (no limit)
    muMimo string
    Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
    name string
    Wi-Fi VAP name.
    objectExtensioncontrollerExtendervapId string
    an identifier for the resource with format {{name}}.
    passphrases string[]
    Wi-Fi passphrase.
    pmf string
    Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
    rtsThreshold number
    Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
    saePasswords string[]
    Wi-Fi SAE Password.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    security string
    Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
    ssid string
    Wi-Fi SSID.
    startIp string
    Start ip address.
    targetWakeTime string
    Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
    type string
    Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowaccesses Sequence[str]
    Control management access to the managed extender. Separate entries with a space. Valid values: http, ssh, telnet, snmp, https, ping.
    auth_server_address str
    Wi-Fi Authentication Server Address (IPv4 format).
    auth_server_port float
    Wi-Fi Authentication Server Port.
    auth_server_secret str
    Wi-Fi Authentication Server Secret.
    broadcast_ssid str
    Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
    bss_color_partial str
    Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
    dtim float
    Wi-Fi DTIM (1 - 255) default = 1.
    end_ip str
    End ip address.
    ip_addresses Sequence[str]
    Extender ip address.
    max_clients float
    Wi-Fi max clients (0 - 512), default = 0 (no limit)
    mu_mimo str
    Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
    name str
    Wi-Fi VAP name.
    object_extensioncontroller_extendervap_id str
    an identifier for the resource with format {{name}}.
    passphrases Sequence[str]
    Wi-Fi passphrase.
    pmf str
    Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
    rts_threshold float
    Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
    sae_passwords Sequence[str]
    Wi-Fi SAE Password.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    security str
    Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
    ssid str
    Wi-Fi SSID.
    start_ip str
    Start ip address.
    target_wake_time str
    Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
    type str
    Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    allowaccesses List<String>
    Control management access to the managed extender. Separate entries with a space. Valid values: http, ssh, telnet, snmp, https, ping.
    authServerAddress String
    Wi-Fi Authentication Server Address (IPv4 format).
    authServerPort Number
    Wi-Fi Authentication Server Port.
    authServerSecret String
    Wi-Fi Authentication Server Secret.
    broadcastSsid String
    Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
    bssColorPartial String
    Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
    dtim Number
    Wi-Fi DTIM (1 - 255) default = 1.
    endIp String
    End ip address.
    ipAddresses List<String>
    Extender ip address.
    maxClients Number
    Wi-Fi max clients (0 - 512), default = 0 (no limit)
    muMimo String
    Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
    name String
    Wi-Fi VAP name.
    objectExtensioncontrollerExtendervapId String
    an identifier for the resource with format {{name}}.
    passphrases List<String>
    Wi-Fi passphrase.
    pmf String
    Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
    rtsThreshold Number
    Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
    saePasswords List<String>
    Wi-Fi SAE Password.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    security String
    Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
    ssid String
    Wi-Fi SSID.
    startIp String
    Start ip address.
    targetWakeTime String
    Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
    type String
    Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.

    Import

    ObjectExtensionController ExtenderVap can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectExtensioncontrollerExtendervap:ObjectExtensioncontrollerExtendervap 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.
    fortimanager logo
    fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev
      Meet Neo: Your AI Platform Teammate