fortimanager.ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype
Explore with Pulumi AI
Configure network authentication type.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype("trname", {
authType: "acceptance-of-terms",
url: "tefv/url",
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype("trname",
auth_type="acceptance-of-terms",
url="tefv/url")
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.NewObjectWirelesscontrollerHotspot20Anqpnetworkauthtype(ctx, "trname", &fortimanager.ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeArgs{
AuthType: pulumi.String("acceptance-of-terms"),
Url: pulumi.String("tefv/url"),
})
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.ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype("trname", new()
{
AuthType = "acceptance-of-terms",
Url = "tefv/url",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype;
import com.pulumi.fortimanager.ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeArgs;
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 ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype("trname", ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeArgs.builder()
.authType("acceptance-of-terms")
.url("tefv/url")
.build());
}
}
resources:
trname:
type: fortimanager:ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype
properties:
authType: acceptance-of-terms
url: tefv/url
Create ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype(name: string, args?: ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeArgs, opts?: CustomResourceOptions);
@overload
def ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype(resource_name: str,
args: Optional[ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
auth_type: Optional[str] = None,
name: Optional[str] = None,
object_wirelesscontroller_hotspot20_anqpnetworkauthtype_id: Optional[str] = None,
scopetype: Optional[str] = None,
url: Optional[str] = None)
func NewObjectWirelesscontrollerHotspot20Anqpnetworkauthtype(ctx *Context, name string, args *ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeArgs, opts ...ResourceOption) (*ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype, error)
public ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype(string name, ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeArgs? args = null, CustomResourceOptions? opts = null)
public ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype(String name, ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeArgs args)
public ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype(String name, ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeArgs args, CustomResourceOptions options)
type: fortimanager:ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype
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 ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeArgs
- 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 ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeArgs
- 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 ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeArgs
- 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 objectWirelesscontrollerHotspot20AnqpnetworkauthtypeResource = new Fortimanager.ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype("objectWirelesscontrollerHotspot20AnqpnetworkauthtypeResource", new()
{
Adom = "string",
AuthType = "string",
Name = "string",
ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeId = "string",
Scopetype = "string",
Url = "string",
});
example, err := fortimanager.NewObjectWirelesscontrollerHotspot20Anqpnetworkauthtype(ctx, "objectWirelesscontrollerHotspot20AnqpnetworkauthtypeResource", &fortimanager.ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeArgs{
Adom: pulumi.String("string"),
AuthType: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Url: pulumi.String("string"),
})
var objectWirelesscontrollerHotspot20AnqpnetworkauthtypeResource = new ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype("objectWirelesscontrollerHotspot20AnqpnetworkauthtypeResource", ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeArgs.builder()
.adom("string")
.authType("string")
.name("string")
.objectWirelesscontrollerHotspot20AnqpnetworkauthtypeId("string")
.scopetype("string")
.url("string")
.build());
object_wirelesscontroller_hotspot20_anqpnetworkauthtype_resource = fortimanager.ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype("objectWirelesscontrollerHotspot20AnqpnetworkauthtypeResource",
adom="string",
auth_type="string",
name="string",
object_wirelesscontroller_hotspot20_anqpnetworkauthtype_id="string",
scopetype="string",
url="string")
const objectWirelesscontrollerHotspot20AnqpnetworkauthtypeResource = new fortimanager.ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype("objectWirelesscontrollerHotspot20AnqpnetworkauthtypeResource", {
adom: "string",
authType: "string",
name: "string",
objectWirelesscontrollerHotspot20AnqpnetworkauthtypeId: "string",
scopetype: "string",
url: "string",
});
type: fortimanager:ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype
properties:
adom: string
authType: string
name: string
objectWirelesscontrollerHotspot20AnqpnetworkauthtypeId: string
scopetype: string
url: string
ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype 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 ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype 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. - Auth
Type string - Network authentication type. Valid values:
acceptance-of-terms
,online-enrollment
,http-redirection
,dns-redirection
. - Name string
- Authentication type name.
- Object
Wirelesscontroller stringHotspot20Anqpnetworkauthtype 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
. - Url string
- Redirect URL.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Auth
Type string - Network authentication type. Valid values:
acceptance-of-terms
,online-enrollment
,http-redirection
,dns-redirection
. - Name string
- Authentication type name.
- Object
Wirelesscontroller stringHotspot20Anqpnetworkauthtype 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
. - Url string
- Redirect URL.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Type String - Network authentication type. Valid values:
acceptance-of-terms
,online-enrollment
,http-redirection
,dns-redirection
. - name String
- Authentication type name.
- object
Wirelesscontroller StringHotspot20Anqpnetworkauthtype 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
. - url String
- Redirect URL.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Type string - Network authentication type. Valid values:
acceptance-of-terms
,online-enrollment
,http-redirection
,dns-redirection
. - name string
- Authentication type name.
- object
Wirelesscontroller stringHotspot20Anqpnetworkauthtype 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
. - url string
- Redirect URL.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth_
type str - Network authentication type. Valid values:
acceptance-of-terms
,online-enrollment
,http-redirection
,dns-redirection
. - name str
- Authentication type name.
- object_
wirelesscontroller_ strhotspot20_ anqpnetworkauthtype_ 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
. - url str
- Redirect URL.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Type String - Network authentication type. Valid values:
acceptance-of-terms
,online-enrollment
,http-redirection
,dns-redirection
. - name String
- Authentication type name.
- object
Wirelesscontroller StringHotspot20Anqpnetworkauthtype 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
. - url String
- Redirect URL.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype 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 ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype Resource
Get an existing ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype 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?: ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeState, opts?: CustomResourceOptions): ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
auth_type: Optional[str] = None,
name: Optional[str] = None,
object_wirelesscontroller_hotspot20_anqpnetworkauthtype_id: Optional[str] = None,
scopetype: Optional[str] = None,
url: Optional[str] = None) -> ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype
func GetObjectWirelesscontrollerHotspot20Anqpnetworkauthtype(ctx *Context, name string, id IDInput, state *ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeState, opts ...ResourceOption) (*ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype, error)
public static ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype Get(string name, Input<string> id, ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeState? state, CustomResourceOptions? opts = null)
public static ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype get(String name, Output<String> id, ObjectWirelesscontrollerHotspot20AnqpnetworkauthtypeState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype 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. - Auth
Type string - Network authentication type. Valid values:
acceptance-of-terms
,online-enrollment
,http-redirection
,dns-redirection
. - Name string
- Authentication type name.
- Object
Wirelesscontroller stringHotspot20Anqpnetworkauthtype 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
. - Url string
- Redirect URL.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Auth
Type string - Network authentication type. Valid values:
acceptance-of-terms
,online-enrollment
,http-redirection
,dns-redirection
. - Name string
- Authentication type name.
- Object
Wirelesscontroller stringHotspot20Anqpnetworkauthtype 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
. - Url string
- Redirect URL.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Type String - Network authentication type. Valid values:
acceptance-of-terms
,online-enrollment
,http-redirection
,dns-redirection
. - name String
- Authentication type name.
- object
Wirelesscontroller StringHotspot20Anqpnetworkauthtype 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
. - url String
- Redirect URL.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Type string - Network authentication type. Valid values:
acceptance-of-terms
,online-enrollment
,http-redirection
,dns-redirection
. - name string
- Authentication type name.
- object
Wirelesscontroller stringHotspot20Anqpnetworkauthtype 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
. - url string
- Redirect URL.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth_
type str - Network authentication type. Valid values:
acceptance-of-terms
,online-enrollment
,http-redirection
,dns-redirection
. - name str
- Authentication type name.
- object_
wirelesscontroller_ strhotspot20_ anqpnetworkauthtype_ 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
. - url str
- Redirect URL.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Type String - Network authentication type. Valid values:
acceptance-of-terms
,online-enrollment
,http-redirection
,dns-redirection
. - name String
- Authentication type name.
- object
Wirelesscontroller StringHotspot20Anqpnetworkauthtype 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
. - url String
- Redirect URL.
Import
ObjectWirelessController Hotspot20AnqpNetworkAuthType can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectWirelesscontrollerHotspot20Anqpnetworkauthtype:ObjectWirelesscontrollerHotspot20Anqpnetworkauthtype 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.