1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectWirelesscontrollerUtmprofile
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.ObjectWirelesscontrollerUtmprofile

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    Configure UTM (Unified Threat Management) profile.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fortimanager from "@pulumi/fortimanager";
    
    const trname = new fortimanager.ObjectWirelesscontrollerUtmprofile("trname", {
        antivirusProfile: "default",
        applicationList: "default",
        comment: "This is a Terraform example",
        ipsSensor: "all_default",
        scanBotnetConnections: "block",
        utmLog: "enable",
        webfilterProfile: "default",
    });
    
    import pulumi
    import pulumi_fortimanager as fortimanager
    
    trname = fortimanager.ObjectWirelesscontrollerUtmprofile("trname",
        antivirus_profile="default",
        application_list="default",
        comment="This is a Terraform example",
        ips_sensor="all_default",
        scan_botnet_connections="block",
        utm_log="enable",
        webfilter_profile="default")
    
    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.NewObjectWirelesscontrollerUtmprofile(ctx, "trname", &fortimanager.ObjectWirelesscontrollerUtmprofileArgs{
    			AntivirusProfile:      pulumi.String("default"),
    			ApplicationList:       pulumi.String("default"),
    			Comment:               pulumi.String("This is a Terraform example"),
    			IpsSensor:             pulumi.String("all_default"),
    			ScanBotnetConnections: pulumi.String("block"),
    			UtmLog:                pulumi.String("enable"),
    			WebfilterProfile:      pulumi.String("default"),
    		})
    		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.ObjectWirelesscontrollerUtmprofile("trname", new()
        {
            AntivirusProfile = "default",
            ApplicationList = "default",
            Comment = "This is a Terraform example",
            IpsSensor = "all_default",
            ScanBotnetConnections = "block",
            UtmLog = "enable",
            WebfilterProfile = "default",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fortimanager.ObjectWirelesscontrollerUtmprofile;
    import com.pulumi.fortimanager.ObjectWirelesscontrollerUtmprofileArgs;
    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 ObjectWirelesscontrollerUtmprofile("trname", ObjectWirelesscontrollerUtmprofileArgs.builder()
                .antivirusProfile("default")
                .applicationList("default")
                .comment("This is a Terraform example")
                .ipsSensor("all_default")
                .scanBotnetConnections("block")
                .utmLog("enable")
                .webfilterProfile("default")
                .build());
    
        }
    }
    
    resources:
      trname:
        type: fortimanager:ObjectWirelesscontrollerUtmprofile
        properties:
          antivirusProfile: default
          applicationList: default
          comment: This is a Terraform example
          ipsSensor: all_default
          scanBotnetConnections: block
          utmLog: enable
          webfilterProfile: default
    

    Create ObjectWirelesscontrollerUtmprofile Resource

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

    Constructor syntax

    new ObjectWirelesscontrollerUtmprofile(name: string, args?: ObjectWirelesscontrollerUtmprofileArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectWirelesscontrollerUtmprofile(resource_name: str,
                                           args: Optional[ObjectWirelesscontrollerUtmprofileArgs] = None,
                                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectWirelesscontrollerUtmprofile(resource_name: str,
                                           opts: Optional[ResourceOptions] = None,
                                           adom: Optional[str] = None,
                                           antivirus_profile: Optional[str] = None,
                                           application_list: Optional[str] = None,
                                           comment: Optional[str] = None,
                                           ips_sensor: Optional[str] = None,
                                           name: Optional[str] = None,
                                           object_wirelesscontroller_utmprofile_id: Optional[str] = None,
                                           scan_botnet_connections: Optional[str] = None,
                                           scopetype: Optional[str] = None,
                                           utm_log: Optional[str] = None,
                                           webfilter_profile: Optional[str] = None)
    func NewObjectWirelesscontrollerUtmprofile(ctx *Context, name string, args *ObjectWirelesscontrollerUtmprofileArgs, opts ...ResourceOption) (*ObjectWirelesscontrollerUtmprofile, error)
    public ObjectWirelesscontrollerUtmprofile(string name, ObjectWirelesscontrollerUtmprofileArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectWirelesscontrollerUtmprofile(String name, ObjectWirelesscontrollerUtmprofileArgs args)
    public ObjectWirelesscontrollerUtmprofile(String name, ObjectWirelesscontrollerUtmprofileArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectWirelesscontrollerUtmprofile
    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 ObjectWirelesscontrollerUtmprofileArgs
    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 ObjectWirelesscontrollerUtmprofileArgs
    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 ObjectWirelesscontrollerUtmprofileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectWirelesscontrollerUtmprofileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectWirelesscontrollerUtmprofileArgs
    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 objectWirelesscontrollerUtmprofileResource = new Fortimanager.ObjectWirelesscontrollerUtmprofile("objectWirelesscontrollerUtmprofileResource", new()
    {
        Adom = "string",
        AntivirusProfile = "string",
        ApplicationList = "string",
        Comment = "string",
        IpsSensor = "string",
        Name = "string",
        ObjectWirelesscontrollerUtmprofileId = "string",
        ScanBotnetConnections = "string",
        Scopetype = "string",
        UtmLog = "string",
        WebfilterProfile = "string",
    });
    
    example, err := fortimanager.NewObjectWirelesscontrollerUtmprofile(ctx, "objectWirelesscontrollerUtmprofileResource", &fortimanager.ObjectWirelesscontrollerUtmprofileArgs{
    Adom: pulumi.String("string"),
    AntivirusProfile: pulumi.String("string"),
    ApplicationList: pulumi.String("string"),
    Comment: pulumi.String("string"),
    IpsSensor: pulumi.String("string"),
    Name: pulumi.String("string"),
    ObjectWirelesscontrollerUtmprofileId: pulumi.String("string"),
    ScanBotnetConnections: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    UtmLog: pulumi.String("string"),
    WebfilterProfile: pulumi.String("string"),
    })
    
    var objectWirelesscontrollerUtmprofileResource = new ObjectWirelesscontrollerUtmprofile("objectWirelesscontrollerUtmprofileResource", ObjectWirelesscontrollerUtmprofileArgs.builder()
        .adom("string")
        .antivirusProfile("string")
        .applicationList("string")
        .comment("string")
        .ipsSensor("string")
        .name("string")
        .objectWirelesscontrollerUtmprofileId("string")
        .scanBotnetConnections("string")
        .scopetype("string")
        .utmLog("string")
        .webfilterProfile("string")
        .build());
    
    object_wirelesscontroller_utmprofile_resource = fortimanager.ObjectWirelesscontrollerUtmprofile("objectWirelesscontrollerUtmprofileResource",
        adom="string",
        antivirus_profile="string",
        application_list="string",
        comment="string",
        ips_sensor="string",
        name="string",
        object_wirelesscontroller_utmprofile_id="string",
        scan_botnet_connections="string",
        scopetype="string",
        utm_log="string",
        webfilter_profile="string")
    
    const objectWirelesscontrollerUtmprofileResource = new fortimanager.ObjectWirelesscontrollerUtmprofile("objectWirelesscontrollerUtmprofileResource", {
        adom: "string",
        antivirusProfile: "string",
        applicationList: "string",
        comment: "string",
        ipsSensor: "string",
        name: "string",
        objectWirelesscontrollerUtmprofileId: "string",
        scanBotnetConnections: "string",
        scopetype: "string",
        utmLog: "string",
        webfilterProfile: "string",
    });
    
    type: fortimanager:ObjectWirelesscontrollerUtmprofile
    properties:
        adom: string
        antivirusProfile: string
        applicationList: string
        comment: string
        ipsSensor: string
        name: string
        objectWirelesscontrollerUtmprofileId: string
        scanBotnetConnections: string
        scopetype: string
        utmLog: string
        webfilterProfile: string
    

    ObjectWirelesscontrollerUtmprofile 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 ObjectWirelesscontrollerUtmprofile 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.
    AntivirusProfile string
    AntiVirus profile name.
    ApplicationList string
    Application control list name.
    Comment string
    Comment.
    IpsSensor string
    IPS sensor name.
    Name string
    UTM profile name.
    ObjectWirelesscontrollerUtmprofileId string
    an identifier for the resource with format {{name}}.
    ScanBotnetConnections string
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    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.
    UtmLog string
    Enable/disable UTM logging. Valid values: disable, enable.
    WebfilterProfile string
    WebFilter profile name.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AntivirusProfile string
    AntiVirus profile name.
    ApplicationList string
    Application control list name.
    Comment string
    Comment.
    IpsSensor string
    IPS sensor name.
    Name string
    UTM profile name.
    ObjectWirelesscontrollerUtmprofileId string
    an identifier for the resource with format {{name}}.
    ScanBotnetConnections string
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    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.
    UtmLog string
    Enable/disable UTM logging. Valid values: disable, enable.
    WebfilterProfile string
    WebFilter profile name.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    antivirusProfile String
    AntiVirus profile name.
    applicationList String
    Application control list name.
    comment String
    Comment.
    ipsSensor String
    IPS sensor name.
    name String
    UTM profile name.
    objectWirelesscontrollerUtmprofileId String
    an identifier for the resource with format {{name}}.
    scanBotnetConnections String
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    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.
    utmLog String
    Enable/disable UTM logging. Valid values: disable, enable.
    webfilterProfile String
    WebFilter profile name.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    antivirusProfile string
    AntiVirus profile name.
    applicationList string
    Application control list name.
    comment string
    Comment.
    ipsSensor string
    IPS sensor name.
    name string
    UTM profile name.
    objectWirelesscontrollerUtmprofileId string
    an identifier for the resource with format {{name}}.
    scanBotnetConnections string
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    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.
    utmLog string
    Enable/disable UTM logging. Valid values: disable, enable.
    webfilterProfile string
    WebFilter profile name.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    antivirus_profile str
    AntiVirus profile name.
    application_list str
    Application control list name.
    comment str
    Comment.
    ips_sensor str
    IPS sensor name.
    name str
    UTM profile name.
    object_wirelesscontroller_utmprofile_id str
    an identifier for the resource with format {{name}}.
    scan_botnet_connections str
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    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.
    utm_log str
    Enable/disable UTM logging. Valid values: disable, enable.
    webfilter_profile str
    WebFilter profile name.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    antivirusProfile String
    AntiVirus profile name.
    applicationList String
    Application control list name.
    comment String
    Comment.
    ipsSensor String
    IPS sensor name.
    name String
    UTM profile name.
    objectWirelesscontrollerUtmprofileId String
    an identifier for the resource with format {{name}}.
    scanBotnetConnections String
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    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.
    utmLog String
    Enable/disable UTM logging. Valid values: disable, enable.
    webfilterProfile String
    WebFilter profile name.

    Outputs

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

    Get an existing ObjectWirelesscontrollerUtmprofile 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?: ObjectWirelesscontrollerUtmprofileState, opts?: CustomResourceOptions): ObjectWirelesscontrollerUtmprofile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            antivirus_profile: Optional[str] = None,
            application_list: Optional[str] = None,
            comment: Optional[str] = None,
            ips_sensor: Optional[str] = None,
            name: Optional[str] = None,
            object_wirelesscontroller_utmprofile_id: Optional[str] = None,
            scan_botnet_connections: Optional[str] = None,
            scopetype: Optional[str] = None,
            utm_log: Optional[str] = None,
            webfilter_profile: Optional[str] = None) -> ObjectWirelesscontrollerUtmprofile
    func GetObjectWirelesscontrollerUtmprofile(ctx *Context, name string, id IDInput, state *ObjectWirelesscontrollerUtmprofileState, opts ...ResourceOption) (*ObjectWirelesscontrollerUtmprofile, error)
    public static ObjectWirelesscontrollerUtmprofile Get(string name, Input<string> id, ObjectWirelesscontrollerUtmprofileState? state, CustomResourceOptions? opts = null)
    public static ObjectWirelesscontrollerUtmprofile get(String name, Output<String> id, ObjectWirelesscontrollerUtmprofileState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectWirelesscontrollerUtmprofile    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.
    AntivirusProfile string
    AntiVirus profile name.
    ApplicationList string
    Application control list name.
    Comment string
    Comment.
    IpsSensor string
    IPS sensor name.
    Name string
    UTM profile name.
    ObjectWirelesscontrollerUtmprofileId string
    an identifier for the resource with format {{name}}.
    ScanBotnetConnections string
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    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.
    UtmLog string
    Enable/disable UTM logging. Valid values: disable, enable.
    WebfilterProfile string
    WebFilter profile name.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AntivirusProfile string
    AntiVirus profile name.
    ApplicationList string
    Application control list name.
    Comment string
    Comment.
    IpsSensor string
    IPS sensor name.
    Name string
    UTM profile name.
    ObjectWirelesscontrollerUtmprofileId string
    an identifier for the resource with format {{name}}.
    ScanBotnetConnections string
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    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.
    UtmLog string
    Enable/disable UTM logging. Valid values: disable, enable.
    WebfilterProfile string
    WebFilter profile name.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    antivirusProfile String
    AntiVirus profile name.
    applicationList String
    Application control list name.
    comment String
    Comment.
    ipsSensor String
    IPS sensor name.
    name String
    UTM profile name.
    objectWirelesscontrollerUtmprofileId String
    an identifier for the resource with format {{name}}.
    scanBotnetConnections String
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    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.
    utmLog String
    Enable/disable UTM logging. Valid values: disable, enable.
    webfilterProfile String
    WebFilter profile name.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    antivirusProfile string
    AntiVirus profile name.
    applicationList string
    Application control list name.
    comment string
    Comment.
    ipsSensor string
    IPS sensor name.
    name string
    UTM profile name.
    objectWirelesscontrollerUtmprofileId string
    an identifier for the resource with format {{name}}.
    scanBotnetConnections string
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    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.
    utmLog string
    Enable/disable UTM logging. Valid values: disable, enable.
    webfilterProfile string
    WebFilter profile name.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    antivirus_profile str
    AntiVirus profile name.
    application_list str
    Application control list name.
    comment str
    Comment.
    ips_sensor str
    IPS sensor name.
    name str
    UTM profile name.
    object_wirelesscontroller_utmprofile_id str
    an identifier for the resource with format {{name}}.
    scan_botnet_connections str
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    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.
    utm_log str
    Enable/disable UTM logging. Valid values: disable, enable.
    webfilter_profile str
    WebFilter profile name.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    antivirusProfile String
    AntiVirus profile name.
    applicationList String
    Application control list name.
    comment String
    Comment.
    ipsSensor String
    IPS sensor name.
    name String
    UTM profile name.
    objectWirelesscontrollerUtmprofileId String
    an identifier for the resource with format {{name}}.
    scanBotnetConnections String
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    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.
    utmLog String
    Enable/disable UTM logging. Valid values: disable, enable.
    webfilterProfile String
    WebFilter profile name.

    Import

    ObjectWirelessController UtmProfile can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectWirelesscontrollerUtmprofile:ObjectWirelesscontrollerUtmprofile 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.13.0 published on Thursday, Mar 13, 2025 by fortinetdev