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

fortimanager.ObjectUserSecurityexemptlist

Explore with Pulumi AI

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

    Configure security exemption list.

    The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

    • rule: fortimanager.ObjectUserSecurityexemptlistRule

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fortimanager from "@pulumi/fortimanager";
    
    const trname = new fortimanager.ObjectUserSecurityexemptlist("trname", {description: "terraform-description"});
    
    import pulumi
    import pulumi_fortimanager as fortimanager
    
    trname = fortimanager.ObjectUserSecurityexemptlist("trname", description="terraform-description")
    
    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.NewObjectUserSecurityexemptlist(ctx, "trname", &fortimanager.ObjectUserSecurityexemptlistArgs{
    			Description: pulumi.String("terraform-description"),
    		})
    		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.ObjectUserSecurityexemptlist("trname", new()
        {
            Description = "terraform-description",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fortimanager.ObjectUserSecurityexemptlist;
    import com.pulumi.fortimanager.ObjectUserSecurityexemptlistArgs;
    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 ObjectUserSecurityexemptlist("trname", ObjectUserSecurityexemptlistArgs.builder()
                .description("terraform-description")
                .build());
    
        }
    }
    
    resources:
      trname:
        type: fortimanager:ObjectUserSecurityexemptlist
        properties:
          description: terraform-description
    

    Create ObjectUserSecurityexemptlist Resource

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

    Constructor syntax

    new ObjectUserSecurityexemptlist(name: string, args?: ObjectUserSecurityexemptlistArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectUserSecurityexemptlist(resource_name: str,
                                     args: Optional[ObjectUserSecurityexemptlistArgs] = None,
                                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectUserSecurityexemptlist(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     adom: Optional[str] = None,
                                     description: Optional[str] = None,
                                     dynamic_sort_subtable: Optional[str] = None,
                                     name: Optional[str] = None,
                                     object_user_securityexemptlist_id: Optional[str] = None,
                                     rules: Optional[Sequence[ObjectUserSecurityexemptlistRuleArgs]] = None,
                                     scopetype: Optional[str] = None)
    func NewObjectUserSecurityexemptlist(ctx *Context, name string, args *ObjectUserSecurityexemptlistArgs, opts ...ResourceOption) (*ObjectUserSecurityexemptlist, error)
    public ObjectUserSecurityexemptlist(string name, ObjectUserSecurityexemptlistArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectUserSecurityexemptlist(String name, ObjectUserSecurityexemptlistArgs args)
    public ObjectUserSecurityexemptlist(String name, ObjectUserSecurityexemptlistArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectUserSecurityexemptlist
    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 ObjectUserSecurityexemptlistArgs
    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 ObjectUserSecurityexemptlistArgs
    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 ObjectUserSecurityexemptlistArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectUserSecurityexemptlistArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectUserSecurityexemptlistArgs
    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 objectUserSecurityexemptlistResource = new Fortimanager.ObjectUserSecurityexemptlist("objectUserSecurityexemptlistResource", new()
    {
        Adom = "string",
        Description = "string",
        DynamicSortSubtable = "string",
        Name = "string",
        ObjectUserSecurityexemptlistId = "string",
        Rules = new[]
        {
            new Fortimanager.Inputs.ObjectUserSecurityexemptlistRuleArgs
            {
                Devices = "string",
                Dstaddr = "string",
                Id = 0,
                Service = "string",
                Srcaddr = "string",
            },
        },
        Scopetype = "string",
    });
    
    example, err := fortimanager.NewObjectUserSecurityexemptlist(ctx, "objectUserSecurityexemptlistResource", &fortimanager.ObjectUserSecurityexemptlistArgs{
    Adom: pulumi.String("string"),
    Description: pulumi.String("string"),
    DynamicSortSubtable: pulumi.String("string"),
    Name: pulumi.String("string"),
    ObjectUserSecurityexemptlistId: pulumi.String("string"),
    Rules: .ObjectUserSecurityexemptlistRuleTypeArray{
    &.ObjectUserSecurityexemptlistRuleTypeArgs{
    Devices: pulumi.String("string"),
    Dstaddr: pulumi.String("string"),
    Id: pulumi.Float64(0),
    Service: pulumi.String("string"),
    Srcaddr: pulumi.String("string"),
    },
    },
    Scopetype: pulumi.String("string"),
    })
    
    var objectUserSecurityexemptlistResource = new ObjectUserSecurityexemptlist("objectUserSecurityexemptlistResource", ObjectUserSecurityexemptlistArgs.builder()
        .adom("string")
        .description("string")
        .dynamicSortSubtable("string")
        .name("string")
        .objectUserSecurityexemptlistId("string")
        .rules(ObjectUserSecurityexemptlistRuleArgs.builder()
            .devices("string")
            .dstaddr("string")
            .id(0)
            .service("string")
            .srcaddr("string")
            .build())
        .scopetype("string")
        .build());
    
    object_user_securityexemptlist_resource = fortimanager.ObjectUserSecurityexemptlist("objectUserSecurityexemptlistResource",
        adom="string",
        description="string",
        dynamic_sort_subtable="string",
        name="string",
        object_user_securityexemptlist_id="string",
        rules=[{
            "devices": "string",
            "dstaddr": "string",
            "id": 0,
            "service": "string",
            "srcaddr": "string",
        }],
        scopetype="string")
    
    const objectUserSecurityexemptlistResource = new fortimanager.ObjectUserSecurityexemptlist("objectUserSecurityexemptlistResource", {
        adom: "string",
        description: "string",
        dynamicSortSubtable: "string",
        name: "string",
        objectUserSecurityexemptlistId: "string",
        rules: [{
            devices: "string",
            dstaddr: "string",
            id: 0,
            service: "string",
            srcaddr: "string",
        }],
        scopetype: "string",
    });
    
    type: fortimanager:ObjectUserSecurityexemptlist
    properties:
        adom: string
        description: string
        dynamicSortSubtable: string
        name: string
        objectUserSecurityexemptlistId: string
        rules:
            - devices: string
              dstaddr: string
              id: 0
              service: string
              srcaddr: string
        scopetype: string
    

    ObjectUserSecurityexemptlist 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 ObjectUserSecurityexemptlist 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.
    Description string
    Description.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Name string
    Name of the exempt list.
    ObjectUserSecurityexemptlistId string
    an identifier for the resource with format {{name}}.
    Rules List<ObjectUserSecurityexemptlistRule>
    Rule. The structure of rule block is documented below.
    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.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Description string
    Description.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Name string
    Name of the exempt list.
    ObjectUserSecurityexemptlistId string
    an identifier for the resource with format {{name}}.
    Rules []ObjectUserSecurityexemptlistRuleTypeArgs
    Rule. The structure of rule block is documented below.
    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.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    description String
    Description.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name String
    Name of the exempt list.
    objectUserSecurityexemptlistId String
    an identifier for the resource with format {{name}}.
    rules List<ObjectUserSecurityexemptlistRule>
    Rule. The structure of rule block is documented below.
    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.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    description string
    Description.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name string
    Name of the exempt list.
    objectUserSecurityexemptlistId string
    an identifier for the resource with format {{name}}.
    rules ObjectUserSecurityexemptlistRule[]
    Rule. The structure of rule block is documented below.
    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.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    description str
    Description.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name str
    Name of the exempt list.
    object_user_securityexemptlist_id str
    an identifier for the resource with format {{name}}.
    rules Sequence[ObjectUserSecurityexemptlistRuleArgs]
    Rule. The structure of rule block is documented below.
    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.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    description String
    Description.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name String
    Name of the exempt list.
    objectUserSecurityexemptlistId String
    an identifier for the resource with format {{name}}.
    rules List<Property Map>
    Rule. The structure of rule block is documented below.
    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.

    Outputs

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

    Get an existing ObjectUserSecurityexemptlist 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?: ObjectUserSecurityexemptlistState, opts?: CustomResourceOptions): ObjectUserSecurityexemptlist
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            description: Optional[str] = None,
            dynamic_sort_subtable: Optional[str] = None,
            name: Optional[str] = None,
            object_user_securityexemptlist_id: Optional[str] = None,
            rules: Optional[Sequence[ObjectUserSecurityexemptlistRuleArgs]] = None,
            scopetype: Optional[str] = None) -> ObjectUserSecurityexemptlist
    func GetObjectUserSecurityexemptlist(ctx *Context, name string, id IDInput, state *ObjectUserSecurityexemptlistState, opts ...ResourceOption) (*ObjectUserSecurityexemptlist, error)
    public static ObjectUserSecurityexemptlist Get(string name, Input<string> id, ObjectUserSecurityexemptlistState? state, CustomResourceOptions? opts = null)
    public static ObjectUserSecurityexemptlist get(String name, Output<String> id, ObjectUserSecurityexemptlistState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectUserSecurityexemptlist    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.
    Description string
    Description.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Name string
    Name of the exempt list.
    ObjectUserSecurityexemptlistId string
    an identifier for the resource with format {{name}}.
    Rules List<ObjectUserSecurityexemptlistRule>
    Rule. The structure of rule block is documented below.
    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.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Description string
    Description.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Name string
    Name of the exempt list.
    ObjectUserSecurityexemptlistId string
    an identifier for the resource with format {{name}}.
    Rules []ObjectUserSecurityexemptlistRuleTypeArgs
    Rule. The structure of rule block is documented below.
    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.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    description String
    Description.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name String
    Name of the exempt list.
    objectUserSecurityexemptlistId String
    an identifier for the resource with format {{name}}.
    rules List<ObjectUserSecurityexemptlistRule>
    Rule. The structure of rule block is documented below.
    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.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    description string
    Description.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name string
    Name of the exempt list.
    objectUserSecurityexemptlistId string
    an identifier for the resource with format {{name}}.
    rules ObjectUserSecurityexemptlistRule[]
    Rule. The structure of rule block is documented below.
    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.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    description str
    Description.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name str
    Name of the exempt list.
    object_user_securityexemptlist_id str
    an identifier for the resource with format {{name}}.
    rules Sequence[ObjectUserSecurityexemptlistRuleArgs]
    Rule. The structure of rule block is documented below.
    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.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    description String
    Description.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name String
    Name of the exempt list.
    objectUserSecurityexemptlistId String
    an identifier for the resource with format {{name}}.
    rules List<Property Map>
    Rule. The structure of rule block is documented below.
    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.

    Supporting Types

    ObjectUserSecurityexemptlistRule, ObjectUserSecurityexemptlistRuleArgs

    Devices string
    Devices or device groups.
    Dstaddr string
    Destination addresses or address groups.
    Id double
    ID.
    Service string
    Destination services.
    Srcaddr string
    Source addresses or address groups.
    Devices string
    Devices or device groups.
    Dstaddr string
    Destination addresses or address groups.
    Id float64
    ID.
    Service string
    Destination services.
    Srcaddr string
    Source addresses or address groups.
    devices String
    Devices or device groups.
    dstaddr String
    Destination addresses or address groups.
    id Double
    ID.
    service String
    Destination services.
    srcaddr String
    Source addresses or address groups.
    devices string
    Devices or device groups.
    dstaddr string
    Destination addresses or address groups.
    id number
    ID.
    service string
    Destination services.
    srcaddr string
    Source addresses or address groups.
    devices str
    Devices or device groups.
    dstaddr str
    Destination addresses or address groups.
    id float
    ID.
    service str
    Destination services.
    srcaddr str
    Source addresses or address groups.
    devices String
    Devices or device groups.
    dstaddr String
    Destination addresses or address groups.
    id Number
    ID.
    service String
    Destination services.
    srcaddr String
    Source addresses or address groups.

    Import

    ObjectUser SecurityExemptList can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectUserSecurityexemptlist:ObjectUserSecurityexemptlist 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