fortimanager.ObjectVirtualpatchProfile
Explore with Pulumi AI
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
isadom
, otherwise the value of adom in the provider will be inherited. - Comment string
- Comment.
- Dynamic
Sort stringSubtable - 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<Object
Virtualpatch Profile Exemption> - Exemption. The structure of
exemption
block is documented below. - Log string
- Enable/disable logging of detection. Valid values:
disable
,enable
. - Name string
- Profile name.
- Object
Virtualpatch stringProfile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - Comment string
- Comment.
- Dynamic
Sort stringSubtable - 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
[]Object
Virtualpatch Profile Exemption Type Args - Exemption. The structure of
exemption
block is documented below. - Log string
- Enable/disable logging of detection. Valid values:
disable
,enable
. - Name string
- Profile name.
- Object
Virtualpatch stringProfile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - comment String
- Comment.
- dynamic
Sort StringSubtable - 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<Object
Virtualpatch Profile Exemption> - Exemption. The structure of
exemption
block is documented below. - log String
- Enable/disable logging of detection. Valid values:
disable
,enable
. - name String
- Profile name.
- object
Virtualpatch StringProfile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - comment string
- Comment.
- dynamic
Sort stringSubtable - 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
Object
Virtualpatch Profile Exemption[] - Exemption. The structure of
exemption
block is documented below. - log string
- Enable/disable logging of detection. Valid values:
disable
,enable
. - name string
- Profile name.
- object
Virtualpatch stringProfile Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - comment str
- Comment.
- dynamic_
sort_ strsubtable - 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[Object
Virtualpatch Profile Exemption Args] - 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_ strprofile_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - comment String
- Comment.
- dynamic
Sort StringSubtable - 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.
- object
Virtualpatch StringProfile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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.
- Action string
- Action (pass/block). Valid values:
pass
,block
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Comment string
- Comment.
- Dynamic
Sort stringSubtable - 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<Object
Virtualpatch Profile Exemption> - Exemption. The structure of
exemption
block is documented below. - Log string
- Enable/disable logging of detection. Valid values:
disable
,enable
. - Name string
- Profile name.
- Object
Virtualpatch stringProfile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - Comment string
- Comment.
- Dynamic
Sort stringSubtable - 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
[]Object
Virtualpatch Profile Exemption Type Args - Exemption. The structure of
exemption
block is documented below. - Log string
- Enable/disable logging of detection. Valid values:
disable
,enable
. - Name string
- Profile name.
- Object
Virtualpatch stringProfile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - comment String
- Comment.
- dynamic
Sort StringSubtable - 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<Object
Virtualpatch Profile Exemption> - Exemption. The structure of
exemption
block is documented below. - log String
- Enable/disable logging of detection. Valid values:
disable
,enable
. - name String
- Profile name.
- object
Virtualpatch StringProfile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - comment string
- Comment.
- dynamic
Sort stringSubtable - 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
Object
Virtualpatch Profile Exemption[] - Exemption. The structure of
exemption
block is documented below. - log string
- Enable/disable logging of detection. Valid values:
disable
,enable
. - name string
- Profile name.
- object
Virtualpatch stringProfile Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - comment str
- Comment.
- dynamic_
sort_ strsubtable - 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[Object
Virtualpatch Profile Exemption Args] - 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_ strprofile_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - comment String
- Comment.
- dynamic
Sort StringSubtable - 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.
- object
Virtualpatch StringProfile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - severities List<String>
- Relative severity of the signature (low, medium, high, critical). Valid values:
low
,medium
,high
,critical
.
Supporting Types
ObjectVirtualpatchProfileExemption, ObjectVirtualpatchProfileExemptionArgs
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.