fortimanager.ObjectIcapProfileRespmodforwardrules
Explore with Pulumi AI
ICAP response mode forward rules.
This resource is a sub resource for variable
respmod_forward_rules
of resourcefortimanager.ObjectIcapProfile
. Conflict and overwrite may occur if use both of them. The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
header_group
:fortimanager.ObjectIcapProfileRespmodforwardrulesHeadergroup
Create ObjectIcapProfileRespmodforwardrules Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectIcapProfileRespmodforwardrules(name: string, args: ObjectIcapProfileRespmodforwardrulesArgs, opts?: CustomResourceOptions);
@overload
def ObjectIcapProfileRespmodforwardrules(resource_name: str,
args: ObjectIcapProfileRespmodforwardrulesArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectIcapProfileRespmodforwardrules(resource_name: str,
opts: Optional[ResourceOptions] = None,
profile: Optional[str] = None,
action: Optional[str] = None,
adom: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
header_groups: Optional[Sequence[ObjectIcapProfileRespmodforwardrulesHeaderGroupArgs]] = None,
host: Optional[str] = None,
http_resp_status_codes: Optional[Sequence[float]] = None,
name: Optional[str] = None,
object_icap_profile_respmodforwardrules_id: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectIcapProfileRespmodforwardrules(ctx *Context, name string, args ObjectIcapProfileRespmodforwardrulesArgs, opts ...ResourceOption) (*ObjectIcapProfileRespmodforwardrules, error)
public ObjectIcapProfileRespmodforwardrules(string name, ObjectIcapProfileRespmodforwardrulesArgs args, CustomResourceOptions? opts = null)
public ObjectIcapProfileRespmodforwardrules(String name, ObjectIcapProfileRespmodforwardrulesArgs args)
public ObjectIcapProfileRespmodforwardrules(String name, ObjectIcapProfileRespmodforwardrulesArgs args, CustomResourceOptions options)
type: fortimanager:ObjectIcapProfileRespmodforwardrules
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 ObjectIcapProfileRespmodforwardrulesArgs
- 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 ObjectIcapProfileRespmodforwardrulesArgs
- 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 ObjectIcapProfileRespmodforwardrulesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectIcapProfileRespmodforwardrulesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectIcapProfileRespmodforwardrulesArgs
- 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 objectIcapProfileRespmodforwardrulesResource = new Fortimanager.ObjectIcapProfileRespmodforwardrules("objectIcapProfileRespmodforwardrulesResource", new()
{
Profile = "string",
Action = "string",
Adom = "string",
DynamicSortSubtable = "string",
HeaderGroups = new[]
{
new Fortimanager.Inputs.ObjectIcapProfileRespmodforwardrulesHeaderGroupArgs
{
CaseSensitivity = "string",
Header = "string",
HeaderName = "string",
Id = 0,
},
},
Host = "string",
HttpRespStatusCodes = new[]
{
0,
},
Name = "string",
ObjectIcapProfileRespmodforwardrulesId = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectIcapProfileRespmodforwardrules(ctx, "objectIcapProfileRespmodforwardrulesResource", &fortimanager.ObjectIcapProfileRespmodforwardrulesArgs{
Profile: pulumi.String("string"),
Action: pulumi.String("string"),
Adom: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
HeaderGroups: .ObjectIcapProfileRespmodforwardrulesHeaderGroupTypeArray{
&.ObjectIcapProfileRespmodforwardrulesHeaderGroupTypeArgs{
CaseSensitivity: pulumi.String("string"),
Header: pulumi.String("string"),
HeaderName: pulumi.String("string"),
Id: pulumi.Float64(0),
},
},
Host: pulumi.String("string"),
HttpRespStatusCodes: pulumi.Float64Array{
pulumi.Float64(0),
},
Name: pulumi.String("string"),
ObjectIcapProfileRespmodforwardrulesId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectIcapProfileRespmodforwardrulesResource = new ObjectIcapProfileRespmodforwardrules("objectIcapProfileRespmodforwardrulesResource", ObjectIcapProfileRespmodforwardrulesArgs.builder()
.profile("string")
.action("string")
.adom("string")
.dynamicSortSubtable("string")
.headerGroups(ObjectIcapProfileRespmodforwardrulesHeaderGroupArgs.builder()
.caseSensitivity("string")
.header("string")
.headerName("string")
.id(0)
.build())
.host("string")
.httpRespStatusCodes(0)
.name("string")
.objectIcapProfileRespmodforwardrulesId("string")
.scopetype("string")
.build());
object_icap_profile_respmodforwardrules_resource = fortimanager.ObjectIcapProfileRespmodforwardrules("objectIcapProfileRespmodforwardrulesResource",
profile="string",
action="string",
adom="string",
dynamic_sort_subtable="string",
header_groups=[{
"case_sensitivity": "string",
"header": "string",
"header_name": "string",
"id": 0,
}],
host="string",
http_resp_status_codes=[0],
name="string",
object_icap_profile_respmodforwardrules_id="string",
scopetype="string")
const objectIcapProfileRespmodforwardrulesResource = new fortimanager.ObjectIcapProfileRespmodforwardrules("objectIcapProfileRespmodforwardrulesResource", {
profile: "string",
action: "string",
adom: "string",
dynamicSortSubtable: "string",
headerGroups: [{
caseSensitivity: "string",
header: "string",
headerName: "string",
id: 0,
}],
host: "string",
httpRespStatusCodes: [0],
name: "string",
objectIcapProfileRespmodforwardrulesId: "string",
scopetype: "string",
});
type: fortimanager:ObjectIcapProfileRespmodforwardrules
properties:
action: string
adom: string
dynamicSortSubtable: string
headerGroups:
- caseSensitivity: string
header: string
headerName: string
id: 0
host: string
httpRespStatusCodes:
- 0
name: string
objectIcapProfileRespmodforwardrulesId: string
profile: string
scopetype: string
ObjectIcapProfileRespmodforwardrules 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 ObjectIcapProfileRespmodforwardrules resource accepts the following input properties:
- Profile string
- Profile.
- Action string
- Action to be taken for ICAP server. Valid values:
bypass
,forward
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- Header
Groups List<ObjectIcap Profile Respmodforwardrules Header Group> - Header-Group. The structure of
header_group
block is documented below. - Host string
- Address object for the host.
- Http
Resp List<double>Status Codes - HTTP response status code.
- Name string
- Address name.
- Object
Icap stringProfile Respmodforwardrules 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
.
- Profile string
- Profile.
- Action string
- Action to be taken for ICAP server. Valid values:
bypass
,forward
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- Header
Groups []ObjectIcap Profile Respmodforwardrules Header Group Type Args - Header-Group. The structure of
header_group
block is documented below. - Host string
- Address object for the host.
- Http
Resp []float64Status Codes - HTTP response status code.
- Name string
- Address name.
- Object
Icap stringProfile Respmodforwardrules 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
.
- profile String
- Profile.
- action String
- Action to be taken for ICAP server. Valid values:
bypass
,forward
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- header
Groups List<ObjectIcap Profile Respmodforwardrules Header Group> - Header-Group. The structure of
header_group
block is documented below. - host String
- Address object for the host.
- http
Resp List<Double>Status Codes - HTTP response status code.
- name String
- Address name.
- object
Icap StringProfile Respmodforwardrules 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
.
- profile string
- Profile.
- action string
- Action to be taken for ICAP server. Valid values:
bypass
,forward
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- header
Groups ObjectIcap Profile Respmodforwardrules Header Group[] - Header-Group. The structure of
header_group
block is documented below. - host string
- Address object for the host.
- http
Resp number[]Status Codes - HTTP response status code.
- name string
- Address name.
- object
Icap stringProfile Respmodforwardrules 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
.
- profile str
- Profile.
- action str
- Action to be taken for ICAP server. Valid values:
bypass
,forward
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- header_
groups Sequence[ObjectIcap Profile Respmodforwardrules Header Group Args] - Header-Group. The structure of
header_group
block is documented below. - host str
- Address object for the host.
- http_
resp_ Sequence[float]status_ codes - HTTP response status code.
- name str
- Address name.
- object_
icap_ strprofile_ respmodforwardrules_ 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
.
- profile String
- Profile.
- action String
- Action to be taken for ICAP server. Valid values:
bypass
,forward
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- header
Groups List<Property Map> - Header-Group. The structure of
header_group
block is documented below. - host String
- Address object for the host.
- http
Resp List<Number>Status Codes - HTTP response status code.
- name String
- Address name.
- object
Icap StringProfile Respmodforwardrules 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
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectIcapProfileRespmodforwardrules 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 ObjectIcapProfileRespmodforwardrules Resource
Get an existing ObjectIcapProfileRespmodforwardrules 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?: ObjectIcapProfileRespmodforwardrulesState, opts?: CustomResourceOptions): ObjectIcapProfileRespmodforwardrules
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
action: Optional[str] = None,
adom: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
header_groups: Optional[Sequence[ObjectIcapProfileRespmodforwardrulesHeaderGroupArgs]] = None,
host: Optional[str] = None,
http_resp_status_codes: Optional[Sequence[float]] = None,
name: Optional[str] = None,
object_icap_profile_respmodforwardrules_id: Optional[str] = None,
profile: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectIcapProfileRespmodforwardrules
func GetObjectIcapProfileRespmodforwardrules(ctx *Context, name string, id IDInput, state *ObjectIcapProfileRespmodforwardrulesState, opts ...ResourceOption) (*ObjectIcapProfileRespmodforwardrules, error)
public static ObjectIcapProfileRespmodforwardrules Get(string name, Input<string> id, ObjectIcapProfileRespmodforwardrulesState? state, CustomResourceOptions? opts = null)
public static ObjectIcapProfileRespmodforwardrules get(String name, Output<String> id, ObjectIcapProfileRespmodforwardrulesState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectIcapProfileRespmodforwardrules 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 to be taken for ICAP server. Valid values:
bypass
,forward
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- Header
Groups List<ObjectIcap Profile Respmodforwardrules Header Group> - Header-Group. The structure of
header_group
block is documented below. - Host string
- Address object for the host.
- Http
Resp List<double>Status Codes - HTTP response status code.
- Name string
- Address name.
- Object
Icap stringProfile Respmodforwardrules Id - an identifier for the resource with format {{name}}.
- Profile string
- Profile.
- 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
.
- Action string
- Action to be taken for ICAP server. Valid values:
bypass
,forward
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- Header
Groups []ObjectIcap Profile Respmodforwardrules Header Group Type Args - Header-Group. The structure of
header_group
block is documented below. - Host string
- Address object for the host.
- Http
Resp []float64Status Codes - HTTP response status code.
- Name string
- Address name.
- Object
Icap stringProfile Respmodforwardrules Id - an identifier for the resource with format {{name}}.
- Profile string
- Profile.
- 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
.
- action String
- Action to be taken for ICAP server. Valid values:
bypass
,forward
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- header
Groups List<ObjectIcap Profile Respmodforwardrules Header Group> - Header-Group. The structure of
header_group
block is documented below. - host String
- Address object for the host.
- http
Resp List<Double>Status Codes - HTTP response status code.
- name String
- Address name.
- object
Icap StringProfile Respmodforwardrules Id - an identifier for the resource with format {{name}}.
- profile String
- Profile.
- 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
.
- action string
- Action to be taken for ICAP server. Valid values:
bypass
,forward
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- header
Groups ObjectIcap Profile Respmodforwardrules Header Group[] - Header-Group. The structure of
header_group
block is documented below. - host string
- Address object for the host.
- http
Resp number[]Status Codes - HTTP response status code.
- name string
- Address name.
- object
Icap stringProfile Respmodforwardrules Id - an identifier for the resource with format {{name}}.
- profile string
- Profile.
- 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
.
- action str
- Action to be taken for ICAP server. Valid values:
bypass
,forward
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- header_
groups Sequence[ObjectIcap Profile Respmodforwardrules Header Group Args] - Header-Group. The structure of
header_group
block is documented below. - host str
- Address object for the host.
- http_
resp_ Sequence[float]status_ codes - HTTP response status code.
- name str
- Address name.
- object_
icap_ strprofile_ respmodforwardrules_ id - an identifier for the resource with format {{name}}.
- profile str
- Profile.
- 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
.
- action String
- Action to be taken for ICAP server. Valid values:
bypass
,forward
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- header
Groups List<Property Map> - Header-Group. The structure of
header_group
block is documented below. - host String
- Address object for the host.
- http
Resp List<Number>Status Codes - HTTP response status code.
- name String
- Address name.
- object
Icap StringProfile Respmodforwardrules Id - an identifier for the resource with format {{name}}.
- profile String
- Profile.
- 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
.
Supporting Types
ObjectIcapProfileRespmodforwardrulesHeaderGroup, ObjectIcapProfileRespmodforwardrulesHeaderGroupArgs
- Case
Sensitivity string - Enable/disable case sensitivity when matching header. Valid values:
disable
,enable
. - Header string
- HTTP header regular expression.
- Header
Name string - HTTP header.
- Id double
- ID.
- Case
Sensitivity string - Enable/disable case sensitivity when matching header. Valid values:
disable
,enable
. - Header string
- HTTP header regular expression.
- Header
Name string - HTTP header.
- Id float64
- ID.
- case
Sensitivity String - Enable/disable case sensitivity when matching header. Valid values:
disable
,enable
. - header String
- HTTP header regular expression.
- header
Name String - HTTP header.
- id Double
- ID.
- case
Sensitivity string - Enable/disable case sensitivity when matching header. Valid values:
disable
,enable
. - header string
- HTTP header regular expression.
- header
Name string - HTTP header.
- id number
- ID.
- case_
sensitivity str - Enable/disable case sensitivity when matching header. Valid values:
disable
,enable
. - header str
- HTTP header regular expression.
- header_
name str - HTTP header.
- id float
- ID.
- case
Sensitivity String - Enable/disable case sensitivity when matching header. Valid values:
disable
,enable
. - header String
- HTTP header regular expression.
- header
Name String - HTTP header.
- id Number
- ID.
Import
ObjectIcap ProfileRespmodForwardRules can be imported using any of these accepted formats:
Set import_options = [“profile=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectIcapProfileRespmodforwardrules:ObjectIcapProfileRespmodforwardrules 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.