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

fortimanager.ObjectVirtualpatchProfile

Explore with Pulumi AI

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

    Configure virtual-patch profile.

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

    • exemption: fortimanager.ObjectVirtualpatchProfileExemption

    Create ObjectVirtualpatchProfile Resource

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

    Constructor syntax

    new ObjectVirtualpatchProfile(name: string, args?: ObjectVirtualpatchProfileArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectVirtualpatchProfile(resource_name: str,
                                  args: Optional[ObjectVirtualpatchProfileArgs] = None,
                                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectVirtualpatchProfile(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  action: Optional[str] = None,
                                  adom: Optional[str] = None,
                                  comment: Optional[str] = None,
                                  dynamic_sort_subtable: Optional[str] = None,
                                  exemptions: Optional[Sequence[ObjectVirtualpatchProfileExemptionArgs]] = None,
                                  log: Optional[str] = None,
                                  name: Optional[str] = None,
                                  object_virtualpatch_profile_id: Optional[str] = None,
                                  scopetype: Optional[str] = None,
                                  severities: Optional[Sequence[str]] = None)
    func NewObjectVirtualpatchProfile(ctx *Context, name string, args *ObjectVirtualpatchProfileArgs, opts ...ResourceOption) (*ObjectVirtualpatchProfile, error)
    public ObjectVirtualpatchProfile(string name, ObjectVirtualpatchProfileArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectVirtualpatchProfile(String name, ObjectVirtualpatchProfileArgs args)
    public ObjectVirtualpatchProfile(String name, ObjectVirtualpatchProfileArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectVirtualpatchProfile
    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 ObjectVirtualpatchProfileArgs
    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 ObjectVirtualpatchProfileArgs
    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 ObjectVirtualpatchProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectVirtualpatchProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectVirtualpatchProfileArgs
    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 objectVirtualpatchProfileResource = new Fortimanager.ObjectVirtualpatchProfile("objectVirtualpatchProfileResource", new()
    {
        Action = "string",
        Adom = "string",
        Comment = "string",
        DynamicSortSubtable = "string",
        Exemptions = new[]
        {
            new Fortimanager.Inputs.ObjectVirtualpatchProfileExemptionArgs
            {
                Devices = new[]
                {
                    "string",
                },
                Id = 0,
                Rules = new[]
                {
                    0,
                },
                Status = "string",
            },
        },
        Log = "string",
        Name = "string",
        ObjectVirtualpatchProfileId = "string",
        Scopetype = "string",
        Severities = new[]
        {
            "string",
        },
    });
    
    example, err := fortimanager.NewObjectVirtualpatchProfile(ctx, "objectVirtualpatchProfileResource", &fortimanager.ObjectVirtualpatchProfileArgs{
    Action: pulumi.String("string"),
    Adom: pulumi.String("string"),
    Comment: pulumi.String("string"),
    DynamicSortSubtable: pulumi.String("string"),
    Exemptions: .ObjectVirtualpatchProfileExemptionTypeArray{
    &.ObjectVirtualpatchProfileExemptionTypeArgs{
    Devices: pulumi.StringArray{
    pulumi.String("string"),
    },
    Id: pulumi.Float64(0),
    Rules: pulumi.Float64Array{
    pulumi.Float64(0),
    },
    Status: pulumi.String("string"),
    },
    },
    Log: pulumi.String("string"),
    Name: pulumi.String("string"),
    ObjectVirtualpatchProfileId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    Severities: pulumi.StringArray{
    pulumi.String("string"),
    },
    })
    
    var objectVirtualpatchProfileResource = new ObjectVirtualpatchProfile("objectVirtualpatchProfileResource", ObjectVirtualpatchProfileArgs.builder()
        .action("string")
        .adom("string")
        .comment("string")
        .dynamicSortSubtable("string")
        .exemptions(ObjectVirtualpatchProfileExemptionArgs.builder()
            .devices("string")
            .id(0)
            .rules(0)
            .status("string")
            .build())
        .log("string")
        .name("string")
        .objectVirtualpatchProfileId("string")
        .scopetype("string")
        .severities("string")
        .build());
    
    object_virtualpatch_profile_resource = fortimanager.ObjectVirtualpatchProfile("objectVirtualpatchProfileResource",
        action="string",
        adom="string",
        comment="string",
        dynamic_sort_subtable="string",
        exemptions=[{
            "devices": ["string"],
            "id": 0,
            "rules": [0],
            "status": "string",
        }],
        log="string",
        name="string",
        object_virtualpatch_profile_id="string",
        scopetype="string",
        severities=["string"])
    
    const objectVirtualpatchProfileResource = new fortimanager.ObjectVirtualpatchProfile("objectVirtualpatchProfileResource", {
        action: "string",
        adom: "string",
        comment: "string",
        dynamicSortSubtable: "string",
        exemptions: [{
            devices: ["string"],
            id: 0,
            rules: [0],
            status: "string",
        }],
        log: "string",
        name: "string",
        objectVirtualpatchProfileId: "string",
        scopetype: "string",
        severities: ["string"],
    });
    
    type: fortimanager:ObjectVirtualpatchProfile
    properties:
        action: string
        adom: string
        comment: string
        dynamicSortSubtable: string
        exemptions:
            - devices:
                - string
              id: 0
              rules:
                - 0
              status: string
        log: string
        name: string
        objectVirtualpatchProfileId: string
        scopetype: string
        severities:
            - string
    

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

    Action string
    Action (pass/block). Valid values: pass, block.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Comment string
    Comment.
    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.
    Exemptions List<ObjectVirtualpatchProfileExemption>
    Exemption. The structure of exemption block is documented below.
    Log string
    Enable/disable logging of detection. Valid values: disable, enable.
    Name string
    Profile name.
    ObjectVirtualpatchProfileId string
    an identifier for the resource with format {{name}}.
    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.
    Severities List<string>
    Relative severity of the signature (low, medium, high, critical). Valid values: low, medium, high, critical.
    Action string
    Action (pass/block). Valid values: pass, block.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Comment string
    Comment.
    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.
    Exemptions []ObjectVirtualpatchProfileExemptionTypeArgs
    Exemption. The structure of exemption block is documented below.
    Log string
    Enable/disable logging of detection. Valid values: disable, enable.
    Name string
    Profile name.
    ObjectVirtualpatchProfileId string
    an identifier for the resource with format {{name}}.
    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.
    Severities []string
    Relative severity of the signature (low, medium, high, critical). Valid values: low, medium, high, critical.
    action String
    Action (pass/block). Valid values: pass, block.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment String
    Comment.
    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.
    exemptions List<ObjectVirtualpatchProfileExemption>
    Exemption. The structure of exemption block is documented below.
    log String
    Enable/disable logging of detection. Valid values: disable, enable.
    name String
    Profile name.
    objectVirtualpatchProfileId String
    an identifier for the resource with format {{name}}.
    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.
    severities List<String>
    Relative severity of the signature (low, medium, high, critical). Valid values: low, medium, high, critical.
    action string
    Action (pass/block). Valid values: pass, block.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment string
    Comment.
    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.
    exemptions ObjectVirtualpatchProfileExemption[]
    Exemption. The structure of exemption block is documented below.
    log string
    Enable/disable logging of detection. Valid values: disable, enable.
    name string
    Profile name.
    objectVirtualpatchProfileId string
    an identifier for the resource with format {{name}}.
    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.
    severities string[]
    Relative severity of the signature (low, medium, high, critical). Valid values: low, medium, high, critical.
    action str
    Action (pass/block). Valid values: pass, block.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment str
    Comment.
    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.
    exemptions Sequence[ObjectVirtualpatchProfileExemptionArgs]
    Exemption. The structure of exemption block is documented below.
    log str
    Enable/disable logging of detection. Valid values: disable, enable.
    name str
    Profile name.
    object_virtualpatch_profile_id str
    an identifier for the resource with format {{name}}.
    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.
    severities Sequence[str]
    Relative severity of the signature (low, medium, high, critical). Valid values: low, medium, high, critical.
    action String
    Action (pass/block). Valid values: pass, block.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment String
    Comment.
    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.
    exemptions List<Property Map>
    Exemption. The structure of exemption block is documented below.
    log String
    Enable/disable logging of detection. Valid values: disable, enable.
    name String
    Profile name.
    objectVirtualpatchProfileId String
    an identifier for the resource with format {{name}}.
    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.
    severities List<String>
    Relative severity of the signature (low, medium, high, critical). Valid values: low, medium, high, critical.

    Outputs

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

    Get an existing ObjectVirtualpatchProfile 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?: ObjectVirtualpatchProfileState, opts?: CustomResourceOptions): ObjectVirtualpatchProfile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            action: Optional[str] = None,
            adom: Optional[str] = None,
            comment: Optional[str] = None,
            dynamic_sort_subtable: Optional[str] = None,
            exemptions: Optional[Sequence[ObjectVirtualpatchProfileExemptionArgs]] = None,
            log: Optional[str] = None,
            name: Optional[str] = None,
            object_virtualpatch_profile_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            severities: Optional[Sequence[str]] = None) -> ObjectVirtualpatchProfile
    func GetObjectVirtualpatchProfile(ctx *Context, name string, id IDInput, state *ObjectVirtualpatchProfileState, opts ...ResourceOption) (*ObjectVirtualpatchProfile, error)
    public static ObjectVirtualpatchProfile Get(string name, Input<string> id, ObjectVirtualpatchProfileState? state, CustomResourceOptions? opts = null)
    public static ObjectVirtualpatchProfile get(String name, Output<String> id, ObjectVirtualpatchProfileState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectVirtualpatchProfile    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:
    Action string
    Action (pass/block). Valid values: pass, block.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Comment string
    Comment.
    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.
    Exemptions List<ObjectVirtualpatchProfileExemption>
    Exemption. The structure of exemption block is documented below.
    Log string
    Enable/disable logging of detection. Valid values: disable, enable.
    Name string
    Profile name.
    ObjectVirtualpatchProfileId string
    an identifier for the resource with format {{name}}.
    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.
    Severities List<string>
    Relative severity of the signature (low, medium, high, critical). Valid values: low, medium, high, critical.
    Action string
    Action (pass/block). Valid values: pass, block.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Comment string
    Comment.
    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.
    Exemptions []ObjectVirtualpatchProfileExemptionTypeArgs
    Exemption. The structure of exemption block is documented below.
    Log string
    Enable/disable logging of detection. Valid values: disable, enable.
    Name string
    Profile name.
    ObjectVirtualpatchProfileId string
    an identifier for the resource with format {{name}}.
    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.
    Severities []string
    Relative severity of the signature (low, medium, high, critical). Valid values: low, medium, high, critical.
    action String
    Action (pass/block). Valid values: pass, block.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment String
    Comment.
    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.
    exemptions List<ObjectVirtualpatchProfileExemption>
    Exemption. The structure of exemption block is documented below.
    log String
    Enable/disable logging of detection. Valid values: disable, enable.
    name String
    Profile name.
    objectVirtualpatchProfileId String
    an identifier for the resource with format {{name}}.
    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.
    severities List<String>
    Relative severity of the signature (low, medium, high, critical). Valid values: low, medium, high, critical.
    action string
    Action (pass/block). Valid values: pass, block.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment string
    Comment.
    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.
    exemptions ObjectVirtualpatchProfileExemption[]
    Exemption. The structure of exemption block is documented below.
    log string
    Enable/disable logging of detection. Valid values: disable, enable.
    name string
    Profile name.
    objectVirtualpatchProfileId string
    an identifier for the resource with format {{name}}.
    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.
    severities string[]
    Relative severity of the signature (low, medium, high, critical). Valid values: low, medium, high, critical.
    action str
    Action (pass/block). Valid values: pass, block.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment str
    Comment.
    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.
    exemptions Sequence[ObjectVirtualpatchProfileExemptionArgs]
    Exemption. The structure of exemption block is documented below.
    log str
    Enable/disable logging of detection. Valid values: disable, enable.
    name str
    Profile name.
    object_virtualpatch_profile_id str
    an identifier for the resource with format {{name}}.
    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.
    severities Sequence[str]
    Relative severity of the signature (low, medium, high, critical). Valid values: low, medium, high, critical.
    action String
    Action (pass/block). Valid values: pass, block.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment String
    Comment.
    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.
    exemptions List<Property Map>
    Exemption. The structure of exemption block is documented below.
    log String
    Enable/disable logging of detection. Valid values: disable, enable.
    name String
    Profile name.
    objectVirtualpatchProfileId String
    an identifier for the resource with format {{name}}.
    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.
    severities List<String>
    Relative severity of the signature (low, medium, high, critical). Valid values: low, medium, high, critical.

    Supporting Types

    ObjectVirtualpatchProfileExemption, ObjectVirtualpatchProfileExemptionArgs

    Devices List<string>
    Device MAC addresses.
    Id double
    IDs.
    Rules List<double>
    Patch signature rule IDs.
    Status string
    Enable/disable exemption. Valid values: disable, enable.
    Devices []string
    Device MAC addresses.
    Id float64
    IDs.
    Rules []float64
    Patch signature rule IDs.
    Status string
    Enable/disable exemption. Valid values: disable, enable.
    devices List<String>
    Device MAC addresses.
    id Double
    IDs.
    rules List<Double>
    Patch signature rule IDs.
    status String
    Enable/disable exemption. Valid values: disable, enable.
    devices string[]
    Device MAC addresses.
    id number
    IDs.
    rules number[]
    Patch signature rule IDs.
    status string
    Enable/disable exemption. Valid values: disable, enable.
    devices Sequence[str]
    Device MAC addresses.
    id float
    IDs.
    rules Sequence[float]
    Patch signature rule IDs.
    status str
    Enable/disable exemption. Valid values: disable, enable.
    devices List<String>
    Device MAC addresses.
    id Number
    IDs.
    rules List<Number>
    Patch signature rule IDs.
    status String
    Enable/disable exemption. Valid values: disable, enable.

    Import

    ObjectVirtualPatch Profile can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectVirtualpatchProfile:ObjectVirtualpatchProfile 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