published on Saturday, Mar 7, 2026 by fortinetdev
published on Saturday, Mar 7, 2026 by fortinetdev
ObjectIcap RemoteServer
Create ObjectIcapRemoteserver Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectIcapRemoteserver(name: string, args?: ObjectIcapRemoteserverArgs, opts?: CustomResourceOptions);@overload
def ObjectIcapRemoteserver(resource_name: str,
args: Optional[ObjectIcapRemoteserverArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectIcapRemoteserver(resource_name: str,
opts: Optional[ResourceOptions] = None,
addr_type: Optional[str] = None,
adom: Optional[str] = None,
fqdn: Optional[str] = None,
healthcheck: Optional[str] = None,
healthcheck_service: Optional[str] = None,
ip6_address: Optional[str] = None,
ip_address: Optional[str] = None,
max_connections: Optional[float] = None,
name: Optional[str] = None,
object_icap_remoteserver_id: Optional[str] = None,
port: Optional[float] = None,
scopetype: Optional[str] = None,
secure: Optional[str] = None,
ssl_certs: Optional[Sequence[str]] = None,
validate_server_certificate: Optional[str] = None)func NewObjectIcapRemoteserver(ctx *Context, name string, args *ObjectIcapRemoteserverArgs, opts ...ResourceOption) (*ObjectIcapRemoteserver, error)public ObjectIcapRemoteserver(string name, ObjectIcapRemoteserverArgs? args = null, CustomResourceOptions? opts = null)
public ObjectIcapRemoteserver(String name, ObjectIcapRemoteserverArgs args)
public ObjectIcapRemoteserver(String name, ObjectIcapRemoteserverArgs args, CustomResourceOptions options)
type: fortimanager:ObjectIcapRemoteserver
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 ObjectIcapRemoteserverArgs
- 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 ObjectIcapRemoteserverArgs
- 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 ObjectIcapRemoteserverArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectIcapRemoteserverArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectIcapRemoteserverArgs
- 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 objectIcapRemoteserverResource = new Fortimanager.Index.ObjectIcapRemoteserver("objectIcapRemoteserverResource", new()
{
AddrType = "string",
Adom = "string",
Fqdn = "string",
Healthcheck = "string",
HealthcheckService = "string",
Ip6Address = "string",
IpAddress = "string",
MaxConnections = 0,
Name = "string",
ObjectIcapRemoteserverId = "string",
Port = 0,
Scopetype = "string",
Secure = "string",
SslCerts = new[]
{
"string",
},
ValidateServerCertificate = "string",
});
example, err := fortimanager.NewObjectIcapRemoteserver(ctx, "objectIcapRemoteserverResource", &fortimanager.ObjectIcapRemoteserverArgs{
AddrType: pulumi.String("string"),
Adom: pulumi.String("string"),
Fqdn: pulumi.String("string"),
Healthcheck: pulumi.String("string"),
HealthcheckService: pulumi.String("string"),
Ip6Address: pulumi.String("string"),
IpAddress: pulumi.String("string"),
MaxConnections: pulumi.Float64(0),
Name: pulumi.String("string"),
ObjectIcapRemoteserverId: pulumi.String("string"),
Port: pulumi.Float64(0),
Scopetype: pulumi.String("string"),
Secure: pulumi.String("string"),
SslCerts: pulumi.StringArray{
pulumi.String("string"),
},
ValidateServerCertificate: pulumi.String("string"),
})
var objectIcapRemoteserverResource = new ObjectIcapRemoteserver("objectIcapRemoteserverResource", ObjectIcapRemoteserverArgs.builder()
.addrType("string")
.adom("string")
.fqdn("string")
.healthcheck("string")
.healthcheckService("string")
.ip6Address("string")
.ipAddress("string")
.maxConnections(0.0)
.name("string")
.objectIcapRemoteserverId("string")
.port(0.0)
.scopetype("string")
.secure("string")
.sslCerts("string")
.validateServerCertificate("string")
.build());
object_icap_remoteserver_resource = fortimanager.ObjectIcapRemoteserver("objectIcapRemoteserverResource",
addr_type="string",
adom="string",
fqdn="string",
healthcheck="string",
healthcheck_service="string",
ip6_address="string",
ip_address="string",
max_connections=0,
name="string",
object_icap_remoteserver_id="string",
port=0,
scopetype="string",
secure="string",
ssl_certs=["string"],
validate_server_certificate="string")
const objectIcapRemoteserverResource = new fortimanager.ObjectIcapRemoteserver("objectIcapRemoteserverResource", {
addrType: "string",
adom: "string",
fqdn: "string",
healthcheck: "string",
healthcheckService: "string",
ip6Address: "string",
ipAddress: "string",
maxConnections: 0,
name: "string",
objectIcapRemoteserverId: "string",
port: 0,
scopetype: "string",
secure: "string",
sslCerts: ["string"],
validateServerCertificate: "string",
});
type: fortimanager:ObjectIcapRemoteserver
properties:
addrType: string
adom: string
fqdn: string
healthcheck: string
healthcheckService: string
ip6Address: string
ipAddress: string
maxConnections: 0
name: string
objectIcapRemoteserverId: string
port: 0
scopetype: string
secure: string
sslCerts:
- string
validateServerCertificate: string
ObjectIcapRemoteserver 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 ObjectIcapRemoteserver resource accepts the following input properties:
- Addr
Type string - Addr-Type. Valid values:
fqdn,ip4,ip6. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Fqdn string
- Fqdn.
- Healthcheck string
- Healthcheck. Valid values:
disable,enable. - Healthcheck
Service string - Healthcheck-Service.
- Ip6Address string
- Ip6-Address.
- Ip
Address string - Ip-Address.
- Max
Connections double - Max-Connections.
- Name string
- Name.
- Object
Icap stringRemoteserver Id - an identifier for the resource with format {{name}}.
- Port double
- Port.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Secure string
- Secure. Valid values:
disable,enable. - Ssl
Certs List<string> - Ssl-Cert.
- Validate
Server stringCertificate - Validate-Server-Certificate. Valid values:
disable,enable.
- Addr
Type string - Addr-Type. Valid values:
fqdn,ip4,ip6. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Fqdn string
- Fqdn.
- Healthcheck string
- Healthcheck. Valid values:
disable,enable. - Healthcheck
Service string - Healthcheck-Service.
- Ip6Address string
- Ip6-Address.
- Ip
Address string - Ip-Address.
- Max
Connections float64 - Max-Connections.
- Name string
- Name.
- Object
Icap stringRemoteserver Id - an identifier for the resource with format {{name}}.
- Port float64
- Port.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Secure string
- Secure. Valid values:
disable,enable. - Ssl
Certs []string - Ssl-Cert.
- Validate
Server stringCertificate - Validate-Server-Certificate. Valid values:
disable,enable.
- addr
Type String - Addr-Type. Valid values:
fqdn,ip4,ip6. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - fqdn String
- Fqdn.
- healthcheck String
- Healthcheck. Valid values:
disable,enable. - healthcheck
Service String - Healthcheck-Service.
- ip6Address String
- Ip6-Address.
- ip
Address String - Ip-Address.
- max
Connections Double - Max-Connections.
- name String
- Name.
- object
Icap StringRemoteserver Id - an identifier for the resource with format {{name}}.
- port Double
- Port.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - secure String
- Secure. Valid values:
disable,enable. - ssl
Certs List<String> - Ssl-Cert.
- validate
Server StringCertificate - Validate-Server-Certificate. Valid values:
disable,enable.
- addr
Type string - Addr-Type. Valid values:
fqdn,ip4,ip6. - adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - fqdn string
- Fqdn.
- healthcheck string
- Healthcheck. Valid values:
disable,enable. - healthcheck
Service string - Healthcheck-Service.
- ip6Address string
- Ip6-Address.
- ip
Address string - Ip-Address.
- max
Connections number - Max-Connections.
- name string
- Name.
- object
Icap stringRemoteserver Id - an identifier for the resource with format {{name}}.
- port number
- Port.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - secure string
- Secure. Valid values:
disable,enable. - ssl
Certs string[] - Ssl-Cert.
- validate
Server stringCertificate - Validate-Server-Certificate. Valid values:
disable,enable.
- addr_
type str - Addr-Type. Valid values:
fqdn,ip4,ip6. - adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - fqdn str
- Fqdn.
- healthcheck str
- Healthcheck. Valid values:
disable,enable. - healthcheck_
service str - Healthcheck-Service.
- ip6_
address str - Ip6-Address.
- ip_
address str - Ip-Address.
- max_
connections float - Max-Connections.
- name str
- Name.
- object_
icap_ strremoteserver_ id - an identifier for the resource with format {{name}}.
- port float
- Port.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - secure str
- Secure. Valid values:
disable,enable. - ssl_
certs Sequence[str] - Ssl-Cert.
- validate_
server_ strcertificate - Validate-Server-Certificate. Valid values:
disable,enable.
- addr
Type String - Addr-Type. Valid values:
fqdn,ip4,ip6. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - fqdn String
- Fqdn.
- healthcheck String
- Healthcheck. Valid values:
disable,enable. - healthcheck
Service String - Healthcheck-Service.
- ip6Address String
- Ip6-Address.
- ip
Address String - Ip-Address.
- max
Connections Number - Max-Connections.
- name String
- Name.
- object
Icap StringRemoteserver Id - an identifier for the resource with format {{name}}.
- port Number
- Port.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - secure String
- Secure. Valid values:
disable,enable. - ssl
Certs List<String> - Ssl-Cert.
- validate
Server StringCertificate - Validate-Server-Certificate. Valid values:
disable,enable.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectIcapRemoteserver 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 ObjectIcapRemoteserver Resource
Get an existing ObjectIcapRemoteserver 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?: ObjectIcapRemoteserverState, opts?: CustomResourceOptions): ObjectIcapRemoteserver@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
addr_type: Optional[str] = None,
adom: Optional[str] = None,
fqdn: Optional[str] = None,
healthcheck: Optional[str] = None,
healthcheck_service: Optional[str] = None,
ip6_address: Optional[str] = None,
ip_address: Optional[str] = None,
max_connections: Optional[float] = None,
name: Optional[str] = None,
object_icap_remoteserver_id: Optional[str] = None,
port: Optional[float] = None,
scopetype: Optional[str] = None,
secure: Optional[str] = None,
ssl_certs: Optional[Sequence[str]] = None,
validate_server_certificate: Optional[str] = None) -> ObjectIcapRemoteserverfunc GetObjectIcapRemoteserver(ctx *Context, name string, id IDInput, state *ObjectIcapRemoteserverState, opts ...ResourceOption) (*ObjectIcapRemoteserver, error)public static ObjectIcapRemoteserver Get(string name, Input<string> id, ObjectIcapRemoteserverState? state, CustomResourceOptions? opts = null)public static ObjectIcapRemoteserver get(String name, Output<String> id, ObjectIcapRemoteserverState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectIcapRemoteserver 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.
- Addr
Type string - Addr-Type. Valid values:
fqdn,ip4,ip6. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Fqdn string
- Fqdn.
- Healthcheck string
- Healthcheck. Valid values:
disable,enable. - Healthcheck
Service string - Healthcheck-Service.
- Ip6Address string
- Ip6-Address.
- Ip
Address string - Ip-Address.
- Max
Connections double - Max-Connections.
- Name string
- Name.
- Object
Icap stringRemoteserver Id - an identifier for the resource with format {{name}}.
- Port double
- Port.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Secure string
- Secure. Valid values:
disable,enable. - Ssl
Certs List<string> - Ssl-Cert.
- Validate
Server stringCertificate - Validate-Server-Certificate. Valid values:
disable,enable.
- Addr
Type string - Addr-Type. Valid values:
fqdn,ip4,ip6. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Fqdn string
- Fqdn.
- Healthcheck string
- Healthcheck. Valid values:
disable,enable. - Healthcheck
Service string - Healthcheck-Service.
- Ip6Address string
- Ip6-Address.
- Ip
Address string - Ip-Address.
- Max
Connections float64 - Max-Connections.
- Name string
- Name.
- Object
Icap stringRemoteserver Id - an identifier for the resource with format {{name}}.
- Port float64
- Port.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Secure string
- Secure. Valid values:
disable,enable. - Ssl
Certs []string - Ssl-Cert.
- Validate
Server stringCertificate - Validate-Server-Certificate. Valid values:
disable,enable.
- addr
Type String - Addr-Type. Valid values:
fqdn,ip4,ip6. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - fqdn String
- Fqdn.
- healthcheck String
- Healthcheck. Valid values:
disable,enable. - healthcheck
Service String - Healthcheck-Service.
- ip6Address String
- Ip6-Address.
- ip
Address String - Ip-Address.
- max
Connections Double - Max-Connections.
- name String
- Name.
- object
Icap StringRemoteserver Id - an identifier for the resource with format {{name}}.
- port Double
- Port.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - secure String
- Secure. Valid values:
disable,enable. - ssl
Certs List<String> - Ssl-Cert.
- validate
Server StringCertificate - Validate-Server-Certificate. Valid values:
disable,enable.
- addr
Type string - Addr-Type. Valid values:
fqdn,ip4,ip6. - adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - fqdn string
- Fqdn.
- healthcheck string
- Healthcheck. Valid values:
disable,enable. - healthcheck
Service string - Healthcheck-Service.
- ip6Address string
- Ip6-Address.
- ip
Address string - Ip-Address.
- max
Connections number - Max-Connections.
- name string
- Name.
- object
Icap stringRemoteserver Id - an identifier for the resource with format {{name}}.
- port number
- Port.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - secure string
- Secure. Valid values:
disable,enable. - ssl
Certs string[] - Ssl-Cert.
- validate
Server stringCertificate - Validate-Server-Certificate. Valid values:
disable,enable.
- addr_
type str - Addr-Type. Valid values:
fqdn,ip4,ip6. - adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - fqdn str
- Fqdn.
- healthcheck str
- Healthcheck. Valid values:
disable,enable. - healthcheck_
service str - Healthcheck-Service.
- ip6_
address str - Ip6-Address.
- ip_
address str - Ip-Address.
- max_
connections float - Max-Connections.
- name str
- Name.
- object_
icap_ strremoteserver_ id - an identifier for the resource with format {{name}}.
- port float
- Port.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - secure str
- Secure. Valid values:
disable,enable. - ssl_
certs Sequence[str] - Ssl-Cert.
- validate_
server_ strcertificate - Validate-Server-Certificate. Valid values:
disable,enable.
- addr
Type String - Addr-Type. Valid values:
fqdn,ip4,ip6. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - fqdn String
- Fqdn.
- healthcheck String
- Healthcheck. Valid values:
disable,enable. - healthcheck
Service String - Healthcheck-Service.
- ip6Address String
- Ip6-Address.
- ip
Address String - Ip-Address.
- max
Connections Number - Max-Connections.
- name String
- Name.
- object
Icap StringRemoteserver Id - an identifier for the resource with format {{name}}.
- port Number
- Port.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - secure String
- Secure. Valid values:
disable,enable. - ssl
Certs List<String> - Ssl-Cert.
- validate
Server StringCertificate - Validate-Server-Certificate. Valid values:
disable,enable.
Import
ObjectIcap RemoteServer can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectIcapRemoteserver:ObjectIcapRemoteserver 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
fortimanagerTerraform Provider.
published on Saturday, Mar 7, 2026 by fortinetdev
