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

fortimanager.ObjectIpsSensorEntriesExemptip

Explore with Pulumi AI

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

    Traffic from selected source or destination IP addresses is exempt from this signature.

    This resource is a sub resource for variable exempt_ip of resource fortimanager.ObjectIpsSensorEntries. Conflict and overwrite may occur if use both of them.

    Create ObjectIpsSensorEntriesExemptip Resource

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

    Constructor syntax

    new ObjectIpsSensorEntriesExemptip(name: string, args: ObjectIpsSensorEntriesExemptipArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectIpsSensorEntriesExemptip(resource_name: str,
                                       args: ObjectIpsSensorEntriesExemptipArgs,
                                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectIpsSensorEntriesExemptip(resource_name: str,
                                       opts: Optional[ResourceOptions] = None,
                                       entries: Optional[str] = None,
                                       sensor: Optional[str] = None,
                                       adom: Optional[str] = None,
                                       dst_ip: Optional[str] = None,
                                       fosid: Optional[float] = None,
                                       object_ips_sensor_entries_exemptip_id: Optional[str] = None,
                                       scopetype: Optional[str] = None,
                                       src_ip: Optional[str] = None)
    func NewObjectIpsSensorEntriesExemptip(ctx *Context, name string, args ObjectIpsSensorEntriesExemptipArgs, opts ...ResourceOption) (*ObjectIpsSensorEntriesExemptip, error)
    public ObjectIpsSensorEntriesExemptip(string name, ObjectIpsSensorEntriesExemptipArgs args, CustomResourceOptions? opts = null)
    public ObjectIpsSensorEntriesExemptip(String name, ObjectIpsSensorEntriesExemptipArgs args)
    public ObjectIpsSensorEntriesExemptip(String name, ObjectIpsSensorEntriesExemptipArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectIpsSensorEntriesExemptip
    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 ObjectIpsSensorEntriesExemptipArgs
    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 ObjectIpsSensorEntriesExemptipArgs
    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 ObjectIpsSensorEntriesExemptipArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectIpsSensorEntriesExemptipArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectIpsSensorEntriesExemptipArgs
    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 objectIpsSensorEntriesExemptipResource = new Fortimanager.ObjectIpsSensorEntriesExemptip("objectIpsSensorEntriesExemptipResource", new()
    {
        Entries = "string",
        Sensor = "string",
        Adom = "string",
        DstIp = "string",
        Fosid = 0,
        ObjectIpsSensorEntriesExemptipId = "string",
        Scopetype = "string",
        SrcIp = "string",
    });
    
    example, err := fortimanager.NewObjectIpsSensorEntriesExemptip(ctx, "objectIpsSensorEntriesExemptipResource", &fortimanager.ObjectIpsSensorEntriesExemptipArgs{
    Entries: pulumi.String("string"),
    Sensor: pulumi.String("string"),
    Adom: pulumi.String("string"),
    DstIp: pulumi.String("string"),
    Fosid: pulumi.Float64(0),
    ObjectIpsSensorEntriesExemptipId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    SrcIp: pulumi.String("string"),
    })
    
    var objectIpsSensorEntriesExemptipResource = new ObjectIpsSensorEntriesExemptip("objectIpsSensorEntriesExemptipResource", ObjectIpsSensorEntriesExemptipArgs.builder()
        .entries("string")
        .sensor("string")
        .adom("string")
        .dstIp("string")
        .fosid(0)
        .objectIpsSensorEntriesExemptipId("string")
        .scopetype("string")
        .srcIp("string")
        .build());
    
    object_ips_sensor_entries_exemptip_resource = fortimanager.ObjectIpsSensorEntriesExemptip("objectIpsSensorEntriesExemptipResource",
        entries="string",
        sensor="string",
        adom="string",
        dst_ip="string",
        fosid=0,
        object_ips_sensor_entries_exemptip_id="string",
        scopetype="string",
        src_ip="string")
    
    const objectIpsSensorEntriesExemptipResource = new fortimanager.ObjectIpsSensorEntriesExemptip("objectIpsSensorEntriesExemptipResource", {
        entries: "string",
        sensor: "string",
        adom: "string",
        dstIp: "string",
        fosid: 0,
        objectIpsSensorEntriesExemptipId: "string",
        scopetype: "string",
        srcIp: "string",
    });
    
    type: fortimanager:ObjectIpsSensorEntriesExemptip
    properties:
        adom: string
        dstIp: string
        entries: string
        fosid: 0
        objectIpsSensorEntriesExemptipId: string
        scopetype: string
        sensor: string
        srcIp: string
    

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

    Entries string
    Entries.
    Sensor string
    Sensor.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    DstIp string
    Destination IP address and netmask.
    Fosid double
    Exempt IP ID.
    ObjectIpsSensorEntriesExemptipId string
    an identifier for the resource with format {{fosid}}.
    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.
    SrcIp string
    Source IP address and netmask.
    Entries string
    Entries.
    Sensor string
    Sensor.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    DstIp string
    Destination IP address and netmask.
    Fosid float64
    Exempt IP ID.
    ObjectIpsSensorEntriesExemptipId string
    an identifier for the resource with format {{fosid}}.
    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.
    SrcIp string
    Source IP address and netmask.
    entries String
    Entries.
    sensor String
    Sensor.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dstIp String
    Destination IP address and netmask.
    fosid Double
    Exempt IP ID.
    objectIpsSensorEntriesExemptipId String
    an identifier for the resource with format {{fosid}}.
    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.
    srcIp String
    Source IP address and netmask.
    entries string
    Entries.
    sensor string
    Sensor.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dstIp string
    Destination IP address and netmask.
    fosid number
    Exempt IP ID.
    objectIpsSensorEntriesExemptipId string
    an identifier for the resource with format {{fosid}}.
    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.
    srcIp string
    Source IP address and netmask.
    entries str
    Entries.
    sensor str
    Sensor.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dst_ip str
    Destination IP address and netmask.
    fosid float
    Exempt IP ID.
    object_ips_sensor_entries_exemptip_id str
    an identifier for the resource with format {{fosid}}.
    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.
    src_ip str
    Source IP address and netmask.
    entries String
    Entries.
    sensor String
    Sensor.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dstIp String
    Destination IP address and netmask.
    fosid Number
    Exempt IP ID.
    objectIpsSensorEntriesExemptipId String
    an identifier for the resource with format {{fosid}}.
    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.
    srcIp String
    Source IP address and netmask.

    Outputs

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

    Get an existing ObjectIpsSensorEntriesExemptip 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?: ObjectIpsSensorEntriesExemptipState, opts?: CustomResourceOptions): ObjectIpsSensorEntriesExemptip
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            dst_ip: Optional[str] = None,
            entries: Optional[str] = None,
            fosid: Optional[float] = None,
            object_ips_sensor_entries_exemptip_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            sensor: Optional[str] = None,
            src_ip: Optional[str] = None) -> ObjectIpsSensorEntriesExemptip
    func GetObjectIpsSensorEntriesExemptip(ctx *Context, name string, id IDInput, state *ObjectIpsSensorEntriesExemptipState, opts ...ResourceOption) (*ObjectIpsSensorEntriesExemptip, error)
    public static ObjectIpsSensorEntriesExemptip Get(string name, Input<string> id, ObjectIpsSensorEntriesExemptipState? state, CustomResourceOptions? opts = null)
    public static ObjectIpsSensorEntriesExemptip get(String name, Output<String> id, ObjectIpsSensorEntriesExemptipState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectIpsSensorEntriesExemptip    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.
    DstIp string
    Destination IP address and netmask.
    Entries string
    Entries.
    Fosid double
    Exempt IP ID.
    ObjectIpsSensorEntriesExemptipId string
    an identifier for the resource with format {{fosid}}.
    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.
    Sensor string
    Sensor.
    SrcIp string
    Source IP address and netmask.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    DstIp string
    Destination IP address and netmask.
    Entries string
    Entries.
    Fosid float64
    Exempt IP ID.
    ObjectIpsSensorEntriesExemptipId string
    an identifier for the resource with format {{fosid}}.
    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.
    Sensor string
    Sensor.
    SrcIp string
    Source IP address and netmask.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dstIp String
    Destination IP address and netmask.
    entries String
    Entries.
    fosid Double
    Exempt IP ID.
    objectIpsSensorEntriesExemptipId String
    an identifier for the resource with format {{fosid}}.
    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.
    sensor String
    Sensor.
    srcIp String
    Source IP address and netmask.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dstIp string
    Destination IP address and netmask.
    entries string
    Entries.
    fosid number
    Exempt IP ID.
    objectIpsSensorEntriesExemptipId string
    an identifier for the resource with format {{fosid}}.
    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.
    sensor string
    Sensor.
    srcIp string
    Source IP address and netmask.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dst_ip str
    Destination IP address and netmask.
    entries str
    Entries.
    fosid float
    Exempt IP ID.
    object_ips_sensor_entries_exemptip_id str
    an identifier for the resource with format {{fosid}}.
    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.
    sensor str
    Sensor.
    src_ip str
    Source IP address and netmask.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dstIp String
    Destination IP address and netmask.
    entries String
    Entries.
    fosid Number
    Exempt IP ID.
    objectIpsSensorEntriesExemptipId String
    an identifier for the resource with format {{fosid}}.
    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.
    sensor String
    Sensor.
    srcIp String
    Source IP address and netmask.

    Import

    ObjectIps SensorEntriesExemptIp can be imported using any of these accepted formats:

    Set import_options = [“sensor=YOUR_VALUE”, “entries=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectIpsSensorEntriesExemptip:ObjectIpsSensorEntriesExemptip labelname {{fosid}}
    

    $ 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