1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectIcapRemoteserver
Viewing docs for fortimanager 1.16.0
published on Saturday, Mar 7, 2026 by fortinetdev
Viewing docs for fortimanager 1.16.0
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:

    AddrType string
    Addr-Type. Valid values: fqdn, ip4, ip6.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Fqdn string
    Fqdn.
    Healthcheck string
    Healthcheck. Valid values: disable, enable.
    HealthcheckService string
    Healthcheck-Service.
    Ip6Address string
    Ip6-Address.
    IpAddress string
    Ip-Address.
    MaxConnections double
    Max-Connections.
    Name string
    Name.
    ObjectIcapRemoteserverId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Secure string
    Secure. Valid values: disable, enable.
    SslCerts List<string>
    Ssl-Cert.
    ValidateServerCertificate string
    Validate-Server-Certificate. Valid values: disable, enable.
    AddrType string
    Addr-Type. Valid values: fqdn, ip4, ip6.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Fqdn string
    Fqdn.
    Healthcheck string
    Healthcheck. Valid values: disable, enable.
    HealthcheckService string
    Healthcheck-Service.
    Ip6Address string
    Ip6-Address.
    IpAddress string
    Ip-Address.
    MaxConnections float64
    Max-Connections.
    Name string
    Name.
    ObjectIcapRemoteserverId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Secure string
    Secure. Valid values: disable, enable.
    SslCerts []string
    Ssl-Cert.
    ValidateServerCertificate string
    Validate-Server-Certificate. Valid values: disable, enable.
    addrType String
    Addr-Type. Valid values: fqdn, ip4, ip6.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fqdn String
    Fqdn.
    healthcheck String
    Healthcheck. Valid values: disable, enable.
    healthcheckService String
    Healthcheck-Service.
    ip6Address String
    Ip6-Address.
    ipAddress String
    Ip-Address.
    maxConnections Double
    Max-Connections.
    name String
    Name.
    objectIcapRemoteserverId String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    secure String
    Secure. Valid values: disable, enable.
    sslCerts List<String>
    Ssl-Cert.
    validateServerCertificate String
    Validate-Server-Certificate. Valid values: disable, enable.
    addrType string
    Addr-Type. Valid values: fqdn, ip4, ip6.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fqdn string
    Fqdn.
    healthcheck string
    Healthcheck. Valid values: disable, enable.
    healthcheckService string
    Healthcheck-Service.
    ip6Address string
    Ip6-Address.
    ipAddress string
    Ip-Address.
    maxConnections number
    Max-Connections.
    name string
    Name.
    objectIcapRemoteserverId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    secure string
    Secure. Valid values: disable, enable.
    sslCerts string[]
    Ssl-Cert.
    validateServerCertificate string
    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 scopetype is adom, 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_remoteserver_id str
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    secure str
    Secure. Valid values: disable, enable.
    ssl_certs Sequence[str]
    Ssl-Cert.
    validate_server_certificate str
    Validate-Server-Certificate. Valid values: disable, enable.
    addrType String
    Addr-Type. Valid values: fqdn, ip4, ip6.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fqdn String
    Fqdn.
    healthcheck String
    Healthcheck. Valid values: disable, enable.
    healthcheckService String
    Healthcheck-Service.
    ip6Address String
    Ip6-Address.
    ipAddress String
    Ip-Address.
    maxConnections Number
    Max-Connections.
    name String
    Name.
    objectIcapRemoteserverId String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    secure String
    Secure. Valid values: disable, enable.
    sslCerts List<String>
    Ssl-Cert.
    validateServerCertificate String
    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) -> ObjectIcapRemoteserver
    func 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.
    The following state arguments are supported:
    AddrType string
    Addr-Type. Valid values: fqdn, ip4, ip6.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Fqdn string
    Fqdn.
    Healthcheck string
    Healthcheck. Valid values: disable, enable.
    HealthcheckService string
    Healthcheck-Service.
    Ip6Address string
    Ip6-Address.
    IpAddress string
    Ip-Address.
    MaxConnections double
    Max-Connections.
    Name string
    Name.
    ObjectIcapRemoteserverId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Secure string
    Secure. Valid values: disable, enable.
    SslCerts List<string>
    Ssl-Cert.
    ValidateServerCertificate string
    Validate-Server-Certificate. Valid values: disable, enable.
    AddrType string
    Addr-Type. Valid values: fqdn, ip4, ip6.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Fqdn string
    Fqdn.
    Healthcheck string
    Healthcheck. Valid values: disable, enable.
    HealthcheckService string
    Healthcheck-Service.
    Ip6Address string
    Ip6-Address.
    IpAddress string
    Ip-Address.
    MaxConnections float64
    Max-Connections.
    Name string
    Name.
    ObjectIcapRemoteserverId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Secure string
    Secure. Valid values: disable, enable.
    SslCerts []string
    Ssl-Cert.
    ValidateServerCertificate string
    Validate-Server-Certificate. Valid values: disable, enable.
    addrType String
    Addr-Type. Valid values: fqdn, ip4, ip6.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fqdn String
    Fqdn.
    healthcheck String
    Healthcheck. Valid values: disable, enable.
    healthcheckService String
    Healthcheck-Service.
    ip6Address String
    Ip6-Address.
    ipAddress String
    Ip-Address.
    maxConnections Double
    Max-Connections.
    name String
    Name.
    objectIcapRemoteserverId String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    secure String
    Secure. Valid values: disable, enable.
    sslCerts List<String>
    Ssl-Cert.
    validateServerCertificate String
    Validate-Server-Certificate. Valid values: disable, enable.
    addrType string
    Addr-Type. Valid values: fqdn, ip4, ip6.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fqdn string
    Fqdn.
    healthcheck string
    Healthcheck. Valid values: disable, enable.
    healthcheckService string
    Healthcheck-Service.
    ip6Address string
    Ip6-Address.
    ipAddress string
    Ip-Address.
    maxConnections number
    Max-Connections.
    name string
    Name.
    objectIcapRemoteserverId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    secure string
    Secure. Valid values: disable, enable.
    sslCerts string[]
    Ssl-Cert.
    validateServerCertificate string
    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 scopetype is adom, 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_remoteserver_id str
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    secure str
    Secure. Valid values: disable, enable.
    ssl_certs Sequence[str]
    Ssl-Cert.
    validate_server_certificate str
    Validate-Server-Certificate. Valid values: disable, enable.
    addrType String
    Addr-Type. Valid values: fqdn, ip4, ip6.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fqdn String
    Fqdn.
    healthcheck String
    Healthcheck. Valid values: disable, enable.
    healthcheckService String
    Healthcheck-Service.
    ip6Address String
    Ip6-Address.
    ipAddress String
    Ip-Address.
    maxConnections Number
    Max-Connections.
    name String
    Name.
    objectIcapRemoteserverId String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    secure String
    Secure. Valid values: disable, enable.
    sslCerts List<String>
    Ssl-Cert.
    validateServerCertificate String
    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 fortimanager Terraform Provider.
    Viewing docs for fortimanager 1.16.0
    published on Saturday, Mar 7, 2026 by fortinetdev
      Try Pulumi Cloud free. Your team will thank you.