1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectZtnaServiceconnector
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

    ObjectZtna ServiceConnector

    Create ObjectZtnaServiceconnector Resource

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

    Constructor syntax

    new ObjectZtnaServiceconnector(name: string, args?: ObjectZtnaServiceconnectorArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectZtnaServiceconnector(resource_name: str,
                                   args: Optional[ObjectZtnaServiceconnectorArgs] = None,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectZtnaServiceconnector(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   adom: Optional[str] = None,
                                   certificates: Optional[Sequence[str]] = None,
                                   connection_mode: Optional[str] = None,
                                   encryption: Optional[str] = None,
                                   forward_address: Optional[str] = None,
                                   forward_destination_cn: Optional[str] = None,
                                   forward_port: Optional[float] = None,
                                   health_check_interval: Optional[float] = None,
                                   log: Optional[str] = None,
                                   name: Optional[str] = None,
                                   object_ztna_serviceconnector_id: Optional[str] = None,
                                   relay_dev_info: Optional[str] = None,
                                   relay_user_info: Optional[str] = None,
                                   scopetype: Optional[str] = None,
                                   ssl_max_version: Optional[str] = None,
                                   ssl_min_version: Optional[str] = None,
                                   status: Optional[str] = None,
                                   trusted_cas: Optional[Sequence[str]] = None,
                                   url_map: Optional[str] = None)
    func NewObjectZtnaServiceconnector(ctx *Context, name string, args *ObjectZtnaServiceconnectorArgs, opts ...ResourceOption) (*ObjectZtnaServiceconnector, error)
    public ObjectZtnaServiceconnector(string name, ObjectZtnaServiceconnectorArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectZtnaServiceconnector(String name, ObjectZtnaServiceconnectorArgs args)
    public ObjectZtnaServiceconnector(String name, ObjectZtnaServiceconnectorArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectZtnaServiceconnector
    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 ObjectZtnaServiceconnectorArgs
    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 ObjectZtnaServiceconnectorArgs
    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 ObjectZtnaServiceconnectorArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectZtnaServiceconnectorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectZtnaServiceconnectorArgs
    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 objectZtnaServiceconnectorResource = new Fortimanager.Index.ObjectZtnaServiceconnector("objectZtnaServiceconnectorResource", new()
    {
        Adom = "string",
        Certificates = new[]
        {
            "string",
        },
        ConnectionMode = "string",
        Encryption = "string",
        ForwardAddress = "string",
        ForwardDestinationCn = "string",
        ForwardPort = 0,
        HealthCheckInterval = 0,
        Log = "string",
        Name = "string",
        ObjectZtnaServiceconnectorId = "string",
        RelayDevInfo = "string",
        RelayUserInfo = "string",
        Scopetype = "string",
        SslMaxVersion = "string",
        SslMinVersion = "string",
        Status = "string",
        TrustedCas = new[]
        {
            "string",
        },
        UrlMap = "string",
    });
    
    example, err := fortimanager.NewObjectZtnaServiceconnector(ctx, "objectZtnaServiceconnectorResource", &fortimanager.ObjectZtnaServiceconnectorArgs{
    	Adom: pulumi.String("string"),
    	Certificates: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ConnectionMode:               pulumi.String("string"),
    	Encryption:                   pulumi.String("string"),
    	ForwardAddress:               pulumi.String("string"),
    	ForwardDestinationCn:         pulumi.String("string"),
    	ForwardPort:                  pulumi.Float64(0),
    	HealthCheckInterval:          pulumi.Float64(0),
    	Log:                          pulumi.String("string"),
    	Name:                         pulumi.String("string"),
    	ObjectZtnaServiceconnectorId: pulumi.String("string"),
    	RelayDevInfo:                 pulumi.String("string"),
    	RelayUserInfo:                pulumi.String("string"),
    	Scopetype:                    pulumi.String("string"),
    	SslMaxVersion:                pulumi.String("string"),
    	SslMinVersion:                pulumi.String("string"),
    	Status:                       pulumi.String("string"),
    	TrustedCas: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	UrlMap: pulumi.String("string"),
    })
    
    var objectZtnaServiceconnectorResource = new ObjectZtnaServiceconnector("objectZtnaServiceconnectorResource", ObjectZtnaServiceconnectorArgs.builder()
        .adom("string")
        .certificates("string")
        .connectionMode("string")
        .encryption("string")
        .forwardAddress("string")
        .forwardDestinationCn("string")
        .forwardPort(0.0)
        .healthCheckInterval(0.0)
        .log("string")
        .name("string")
        .objectZtnaServiceconnectorId("string")
        .relayDevInfo("string")
        .relayUserInfo("string")
        .scopetype("string")
        .sslMaxVersion("string")
        .sslMinVersion("string")
        .status("string")
        .trustedCas("string")
        .urlMap("string")
        .build());
    
    object_ztna_serviceconnector_resource = fortimanager.ObjectZtnaServiceconnector("objectZtnaServiceconnectorResource",
        adom="string",
        certificates=["string"],
        connection_mode="string",
        encryption="string",
        forward_address="string",
        forward_destination_cn="string",
        forward_port=0,
        health_check_interval=0,
        log="string",
        name="string",
        object_ztna_serviceconnector_id="string",
        relay_dev_info="string",
        relay_user_info="string",
        scopetype="string",
        ssl_max_version="string",
        ssl_min_version="string",
        status="string",
        trusted_cas=["string"],
        url_map="string")
    
    const objectZtnaServiceconnectorResource = new fortimanager.ObjectZtnaServiceconnector("objectZtnaServiceconnectorResource", {
        adom: "string",
        certificates: ["string"],
        connectionMode: "string",
        encryption: "string",
        forwardAddress: "string",
        forwardDestinationCn: "string",
        forwardPort: 0,
        healthCheckInterval: 0,
        log: "string",
        name: "string",
        objectZtnaServiceconnectorId: "string",
        relayDevInfo: "string",
        relayUserInfo: "string",
        scopetype: "string",
        sslMaxVersion: "string",
        sslMinVersion: "string",
        status: "string",
        trustedCas: ["string"],
        urlMap: "string",
    });
    
    type: fortimanager:ObjectZtnaServiceconnector
    properties:
        adom: string
        certificates:
            - string
        connectionMode: string
        encryption: string
        forwardAddress: string
        forwardDestinationCn: string
        forwardPort: 0
        healthCheckInterval: 0
        log: string
        name: string
        objectZtnaServiceconnectorId: string
        relayDevInfo: string
        relayUserInfo: string
        scopetype: string
        sslMaxVersion: string
        sslMinVersion: string
        status: string
        trustedCas:
            - string
        urlMap: string
    

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

    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Certificates List<string>
    Certificate.
    ConnectionMode string
    Connection-Mode. Valid values: forward, reverse.
    Encryption string
    Encryption. Valid values: disable, enable.
    ForwardAddress string
    Forward-Address.
    ForwardDestinationCn string
    Forward-Destination-Cn.
    ForwardPort double
    Forward-Port.
    HealthCheckInterval double
    Health-Check-Interval.
    Log string
    Log. Valid values: disable, enable.
    Name string
    Name.
    ObjectZtnaServiceconnectorId string
    an identifier for the resource with format {{name}}.
    RelayDevInfo string
    Relay-Dev-Info. Valid values: disable, enable.
    RelayUserInfo string
    Relay-User-Info. Valid values: disable, enable.
    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.
    SslMaxVersion string
    Ssl-Max-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    SslMinVersion string
    Ssl-Min-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    Status string
    Status. Valid values: disable, enable.
    TrustedCas List<string>
    Trusted-Ca.
    UrlMap string
    Url-Map.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Certificates []string
    Certificate.
    ConnectionMode string
    Connection-Mode. Valid values: forward, reverse.
    Encryption string
    Encryption. Valid values: disable, enable.
    ForwardAddress string
    Forward-Address.
    ForwardDestinationCn string
    Forward-Destination-Cn.
    ForwardPort float64
    Forward-Port.
    HealthCheckInterval float64
    Health-Check-Interval.
    Log string
    Log. Valid values: disable, enable.
    Name string
    Name.
    ObjectZtnaServiceconnectorId string
    an identifier for the resource with format {{name}}.
    RelayDevInfo string
    Relay-Dev-Info. Valid values: disable, enable.
    RelayUserInfo string
    Relay-User-Info. Valid values: disable, enable.
    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.
    SslMaxVersion string
    Ssl-Max-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    SslMinVersion string
    Ssl-Min-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    Status string
    Status. Valid values: disable, enable.
    TrustedCas []string
    Trusted-Ca.
    UrlMap string
    Url-Map.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    certificates List<String>
    Certificate.
    connectionMode String
    Connection-Mode. Valid values: forward, reverse.
    encryption String
    Encryption. Valid values: disable, enable.
    forwardAddress String
    Forward-Address.
    forwardDestinationCn String
    Forward-Destination-Cn.
    forwardPort Double
    Forward-Port.
    healthCheckInterval Double
    Health-Check-Interval.
    log String
    Log. Valid values: disable, enable.
    name String
    Name.
    objectZtnaServiceconnectorId String
    an identifier for the resource with format {{name}}.
    relayDevInfo String
    Relay-Dev-Info. Valid values: disable, enable.
    relayUserInfo String
    Relay-User-Info. Valid values: disable, enable.
    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.
    sslMaxVersion String
    Ssl-Max-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    sslMinVersion String
    Ssl-Min-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    status String
    Status. Valid values: disable, enable.
    trustedCas List<String>
    Trusted-Ca.
    urlMap String
    Url-Map.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    certificates string[]
    Certificate.
    connectionMode string
    Connection-Mode. Valid values: forward, reverse.
    encryption string
    Encryption. Valid values: disable, enable.
    forwardAddress string
    Forward-Address.
    forwardDestinationCn string
    Forward-Destination-Cn.
    forwardPort number
    Forward-Port.
    healthCheckInterval number
    Health-Check-Interval.
    log string
    Log. Valid values: disable, enable.
    name string
    Name.
    objectZtnaServiceconnectorId string
    an identifier for the resource with format {{name}}.
    relayDevInfo string
    Relay-Dev-Info. Valid values: disable, enable.
    relayUserInfo string
    Relay-User-Info. Valid values: disable, enable.
    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.
    sslMaxVersion string
    Ssl-Max-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    sslMinVersion string
    Ssl-Min-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    status string
    Status. Valid values: disable, enable.
    trustedCas string[]
    Trusted-Ca.
    urlMap string
    Url-Map.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    certificates Sequence[str]
    Certificate.
    connection_mode str
    Connection-Mode. Valid values: forward, reverse.
    encryption str
    Encryption. Valid values: disable, enable.
    forward_address str
    Forward-Address.
    forward_destination_cn str
    Forward-Destination-Cn.
    forward_port float
    Forward-Port.
    health_check_interval float
    Health-Check-Interval.
    log str
    Log. Valid values: disable, enable.
    name str
    Name.
    object_ztna_serviceconnector_id str
    an identifier for the resource with format {{name}}.
    relay_dev_info str
    Relay-Dev-Info. Valid values: disable, enable.
    relay_user_info str
    Relay-User-Info. Valid values: disable, enable.
    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.
    ssl_max_version str
    Ssl-Max-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    ssl_min_version str
    Ssl-Min-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    status str
    Status. Valid values: disable, enable.
    trusted_cas Sequence[str]
    Trusted-Ca.
    url_map str
    Url-Map.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    certificates List<String>
    Certificate.
    connectionMode String
    Connection-Mode. Valid values: forward, reverse.
    encryption String
    Encryption. Valid values: disable, enable.
    forwardAddress String
    Forward-Address.
    forwardDestinationCn String
    Forward-Destination-Cn.
    forwardPort Number
    Forward-Port.
    healthCheckInterval Number
    Health-Check-Interval.
    log String
    Log. Valid values: disable, enable.
    name String
    Name.
    objectZtnaServiceconnectorId String
    an identifier for the resource with format {{name}}.
    relayDevInfo String
    Relay-Dev-Info. Valid values: disable, enable.
    relayUserInfo String
    Relay-User-Info. Valid values: disable, enable.
    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.
    sslMaxVersion String
    Ssl-Max-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    sslMinVersion String
    Ssl-Min-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    status String
    Status. Valid values: disable, enable.
    trustedCas List<String>
    Trusted-Ca.
    urlMap String
    Url-Map.

    Outputs

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

    Get an existing ObjectZtnaServiceconnector 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?: ObjectZtnaServiceconnectorState, opts?: CustomResourceOptions): ObjectZtnaServiceconnector
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            certificates: Optional[Sequence[str]] = None,
            connection_mode: Optional[str] = None,
            encryption: Optional[str] = None,
            forward_address: Optional[str] = None,
            forward_destination_cn: Optional[str] = None,
            forward_port: Optional[float] = None,
            health_check_interval: Optional[float] = None,
            log: Optional[str] = None,
            name: Optional[str] = None,
            object_ztna_serviceconnector_id: Optional[str] = None,
            relay_dev_info: Optional[str] = None,
            relay_user_info: Optional[str] = None,
            scopetype: Optional[str] = None,
            ssl_max_version: Optional[str] = None,
            ssl_min_version: Optional[str] = None,
            status: Optional[str] = None,
            trusted_cas: Optional[Sequence[str]] = None,
            url_map: Optional[str] = None) -> ObjectZtnaServiceconnector
    func GetObjectZtnaServiceconnector(ctx *Context, name string, id IDInput, state *ObjectZtnaServiceconnectorState, opts ...ResourceOption) (*ObjectZtnaServiceconnector, error)
    public static ObjectZtnaServiceconnector Get(string name, Input<string> id, ObjectZtnaServiceconnectorState? state, CustomResourceOptions? opts = null)
    public static ObjectZtnaServiceconnector get(String name, Output<String> id, ObjectZtnaServiceconnectorState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectZtnaServiceconnector    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:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Certificates List<string>
    Certificate.
    ConnectionMode string
    Connection-Mode. Valid values: forward, reverse.
    Encryption string
    Encryption. Valid values: disable, enable.
    ForwardAddress string
    Forward-Address.
    ForwardDestinationCn string
    Forward-Destination-Cn.
    ForwardPort double
    Forward-Port.
    HealthCheckInterval double
    Health-Check-Interval.
    Log string
    Log. Valid values: disable, enable.
    Name string
    Name.
    ObjectZtnaServiceconnectorId string
    an identifier for the resource with format {{name}}.
    RelayDevInfo string
    Relay-Dev-Info. Valid values: disable, enable.
    RelayUserInfo string
    Relay-User-Info. Valid values: disable, enable.
    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.
    SslMaxVersion string
    Ssl-Max-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    SslMinVersion string
    Ssl-Min-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    Status string
    Status. Valid values: disable, enable.
    TrustedCas List<string>
    Trusted-Ca.
    UrlMap string
    Url-Map.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Certificates []string
    Certificate.
    ConnectionMode string
    Connection-Mode. Valid values: forward, reverse.
    Encryption string
    Encryption. Valid values: disable, enable.
    ForwardAddress string
    Forward-Address.
    ForwardDestinationCn string
    Forward-Destination-Cn.
    ForwardPort float64
    Forward-Port.
    HealthCheckInterval float64
    Health-Check-Interval.
    Log string
    Log. Valid values: disable, enable.
    Name string
    Name.
    ObjectZtnaServiceconnectorId string
    an identifier for the resource with format {{name}}.
    RelayDevInfo string
    Relay-Dev-Info. Valid values: disable, enable.
    RelayUserInfo string
    Relay-User-Info. Valid values: disable, enable.
    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.
    SslMaxVersion string
    Ssl-Max-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    SslMinVersion string
    Ssl-Min-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    Status string
    Status. Valid values: disable, enable.
    TrustedCas []string
    Trusted-Ca.
    UrlMap string
    Url-Map.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    certificates List<String>
    Certificate.
    connectionMode String
    Connection-Mode. Valid values: forward, reverse.
    encryption String
    Encryption. Valid values: disable, enable.
    forwardAddress String
    Forward-Address.
    forwardDestinationCn String
    Forward-Destination-Cn.
    forwardPort Double
    Forward-Port.
    healthCheckInterval Double
    Health-Check-Interval.
    log String
    Log. Valid values: disable, enable.
    name String
    Name.
    objectZtnaServiceconnectorId String
    an identifier for the resource with format {{name}}.
    relayDevInfo String
    Relay-Dev-Info. Valid values: disable, enable.
    relayUserInfo String
    Relay-User-Info. Valid values: disable, enable.
    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.
    sslMaxVersion String
    Ssl-Max-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    sslMinVersion String
    Ssl-Min-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    status String
    Status. Valid values: disable, enable.
    trustedCas List<String>
    Trusted-Ca.
    urlMap String
    Url-Map.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    certificates string[]
    Certificate.
    connectionMode string
    Connection-Mode. Valid values: forward, reverse.
    encryption string
    Encryption. Valid values: disable, enable.
    forwardAddress string
    Forward-Address.
    forwardDestinationCn string
    Forward-Destination-Cn.
    forwardPort number
    Forward-Port.
    healthCheckInterval number
    Health-Check-Interval.
    log string
    Log. Valid values: disable, enable.
    name string
    Name.
    objectZtnaServiceconnectorId string
    an identifier for the resource with format {{name}}.
    relayDevInfo string
    Relay-Dev-Info. Valid values: disable, enable.
    relayUserInfo string
    Relay-User-Info. Valid values: disable, enable.
    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.
    sslMaxVersion string
    Ssl-Max-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    sslMinVersion string
    Ssl-Min-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    status string
    Status. Valid values: disable, enable.
    trustedCas string[]
    Trusted-Ca.
    urlMap string
    Url-Map.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    certificates Sequence[str]
    Certificate.
    connection_mode str
    Connection-Mode. Valid values: forward, reverse.
    encryption str
    Encryption. Valid values: disable, enable.
    forward_address str
    Forward-Address.
    forward_destination_cn str
    Forward-Destination-Cn.
    forward_port float
    Forward-Port.
    health_check_interval float
    Health-Check-Interval.
    log str
    Log. Valid values: disable, enable.
    name str
    Name.
    object_ztna_serviceconnector_id str
    an identifier for the resource with format {{name}}.
    relay_dev_info str
    Relay-Dev-Info. Valid values: disable, enable.
    relay_user_info str
    Relay-User-Info. Valid values: disable, enable.
    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.
    ssl_max_version str
    Ssl-Max-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    ssl_min_version str
    Ssl-Min-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    status str
    Status. Valid values: disable, enable.
    trusted_cas Sequence[str]
    Trusted-Ca.
    url_map str
    Url-Map.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    certificates List<String>
    Certificate.
    connectionMode String
    Connection-Mode. Valid values: forward, reverse.
    encryption String
    Encryption. Valid values: disable, enable.
    forwardAddress String
    Forward-Address.
    forwardDestinationCn String
    Forward-Destination-Cn.
    forwardPort Number
    Forward-Port.
    healthCheckInterval Number
    Health-Check-Interval.
    log String
    Log. Valid values: disable, enable.
    name String
    Name.
    objectZtnaServiceconnectorId String
    an identifier for the resource with format {{name}}.
    relayDevInfo String
    Relay-Dev-Info. Valid values: disable, enable.
    relayUserInfo String
    Relay-User-Info. Valid values: disable, enable.
    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.
    sslMaxVersion String
    Ssl-Max-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    sslMinVersion String
    Ssl-Min-Version. Valid values: ssl-3.0, tls-1.0, tls-1.1, tls-1.2, tls-1.3.
    status String
    Status. Valid values: disable, enable.
    trustedCas List<String>
    Trusted-Ca.
    urlMap String
    Url-Map.

    Import

    ObjectZtna ServiceConnector can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectZtnaServiceconnector:ObjectZtnaServiceconnector 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.