1. Packages
  2. Fortios
  3. API Docs
  4. wirelesscontroller
  5. Nacprofile
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

fortios.wirelesscontroller.Nacprofile

Explore with Pulumi AI

fortios logo
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

    Configure WiFi network access control (NAC) profiles. Applies to FortiOS Version >= 7.0.1.

    Create Nacprofile Resource

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

    Constructor syntax

    new Nacprofile(name: string, args?: NacprofileArgs, opts?: CustomResourceOptions);
    @overload
    def Nacprofile(resource_name: str,
                   args: Optional[NacprofileArgs] = None,
                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def Nacprofile(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   comment: Optional[str] = None,
                   name: Optional[str] = None,
                   onboarding_vlan: Optional[str] = None,
                   vdomparam: Optional[str] = None)
    func NewNacprofile(ctx *Context, name string, args *NacprofileArgs, opts ...ResourceOption) (*Nacprofile, error)
    public Nacprofile(string name, NacprofileArgs? args = null, CustomResourceOptions? opts = null)
    public Nacprofile(String name, NacprofileArgs args)
    public Nacprofile(String name, NacprofileArgs args, CustomResourceOptions options)
    
    type: fortios:wirelesscontroller:Nacprofile
    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 NacprofileArgs
    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 NacprofileArgs
    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 NacprofileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NacprofileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args NacprofileArgs
    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 nacprofileResource = new Fortios.Wirelesscontroller.Nacprofile("nacprofileResource", new()
    {
        Comment = "string",
        Name = "string",
        OnboardingVlan = "string",
        Vdomparam = "string",
    });
    
    example, err := wirelesscontroller.NewNacprofile(ctx, "nacprofileResource", &wirelesscontroller.NacprofileArgs{
    	Comment:        pulumi.String("string"),
    	Name:           pulumi.String("string"),
    	OnboardingVlan: pulumi.String("string"),
    	Vdomparam:      pulumi.String("string"),
    })
    
    var nacprofileResource = new Nacprofile("nacprofileResource", NacprofileArgs.builder()
        .comment("string")
        .name("string")
        .onboardingVlan("string")
        .vdomparam("string")
        .build());
    
    nacprofile_resource = fortios.wirelesscontroller.Nacprofile("nacprofileResource",
        comment="string",
        name="string",
        onboarding_vlan="string",
        vdomparam="string")
    
    const nacprofileResource = new fortios.wirelesscontroller.Nacprofile("nacprofileResource", {
        comment: "string",
        name: "string",
        onboardingVlan: "string",
        vdomparam: "string",
    });
    
    type: fortios:wirelesscontroller:Nacprofile
    properties:
        comment: string
        name: string
        onboardingVlan: string
        vdomparam: string
    

    Nacprofile Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Nacprofile resource accepts the following input properties:

    Comment string
    Comment.
    Name string
    Name.
    OnboardingVlan string
    VLAN interface name.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    Comment string
    Comment.
    Name string
    Name.
    OnboardingVlan string
    VLAN interface name.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    comment String
    Comment.
    name String
    Name.
    onboardingVlan String
    VLAN interface name.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    comment string
    Comment.
    name string
    Name.
    onboardingVlan string
    VLAN interface name.
    vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    comment str
    Comment.
    name str
    Name.
    onboarding_vlan str
    VLAN interface name.
    vdomparam str
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    comment String
    Comment.
    name String
    Name.
    onboardingVlan String
    VLAN interface name.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

    Outputs

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

    Get an existing Nacprofile 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?: NacprofileState, opts?: CustomResourceOptions): Nacprofile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            comment: Optional[str] = None,
            name: Optional[str] = None,
            onboarding_vlan: Optional[str] = None,
            vdomparam: Optional[str] = None) -> Nacprofile
    func GetNacprofile(ctx *Context, name string, id IDInput, state *NacprofileState, opts ...ResourceOption) (*Nacprofile, error)
    public static Nacprofile Get(string name, Input<string> id, NacprofileState? state, CustomResourceOptions? opts = null)
    public static Nacprofile get(String name, Output<String> id, NacprofileState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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:
    Comment string
    Comment.
    Name string
    Name.
    OnboardingVlan string
    VLAN interface name.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    Comment string
    Comment.
    Name string
    Name.
    OnboardingVlan string
    VLAN interface name.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    comment String
    Comment.
    name String
    Name.
    onboardingVlan String
    VLAN interface name.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    comment string
    Comment.
    name string
    Name.
    onboardingVlan string
    VLAN interface name.
    vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    comment str
    Comment.
    name str
    Name.
    onboarding_vlan str
    VLAN interface name.
    vdomparam str
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    comment String
    Comment.
    name String
    Name.
    onboardingVlan String
    VLAN interface name.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

    Import

    WirelessController NacProfile can be imported using any of these accepted formats:

    $ pulumi import fortios:wirelesscontroller/nacprofile:Nacprofile labelname {{name}}
    

    If you do not want to import arguments of block:

    $ export “FORTIOS_IMPORT_TABLE”=“false”

    $ pulumi import fortios:wirelesscontroller/nacprofile:Nacprofile labelname {{name}}
    

    $ unset “FORTIOS_IMPORT_TABLE”

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    fortios pulumiverse/pulumi-fortios
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the fortios Terraform Provider.
    fortios logo
    Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse