1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectEndpointcontrolFctems
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.ObjectEndpointcontrolFctems

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    Configure FortiClient Enterprise Management Server (EMS) entries.

    Create ObjectEndpointcontrolFctems Resource

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

    Constructor syntax

    new ObjectEndpointcontrolFctems(name: string, args?: ObjectEndpointcontrolFctemsArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectEndpointcontrolFctems(resource_name: str,
                                    args: Optional[ObjectEndpointcontrolFctemsArgs] = None,
                                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectEndpointcontrolFctems(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    admin_passwords: Optional[Sequence[str]] = None,
                                    admin_username: Optional[str] = None,
                                    adom: Optional[str] = None,
                                    ca_cn_info: Optional[str] = None,
                                    call_timeout: Optional[float] = None,
                                    capabilities: Optional[Sequence[str]] = None,
                                    certificate: Optional[str] = None,
                                    certificate_fingerprint: Optional[str] = None,
                                    cloud_authentication_access_key: Optional[str] = None,
                                    cloud_server_type: Optional[str] = None,
                                    dirty_reason: Optional[str] = None,
                                    ems_id: Optional[float] = None,
                                    fortinetone_cloud_authentication: Optional[str] = None,
                                    https_port: Optional[float] = None,
                                    interface: Optional[str] = None,
                                    interface_select_method: Optional[str] = None,
                                    name: Optional[str] = None,
                                    object_endpointcontrol_fctems_id: Optional[str] = None,
                                    out_of_sync_threshold: Optional[float] = None,
                                    preserve_ssl_session: Optional[str] = None,
                                    pull_avatars: Optional[str] = None,
                                    pull_malware_hash: Optional[str] = None,
                                    pull_sysinfo: Optional[str] = None,
                                    pull_tags: Optional[str] = None,
                                    pull_vulnerabilities: Optional[str] = None,
                                    scopetype: Optional[str] = None,
                                    send_tags_to_all_vdoms: Optional[str] = None,
                                    serial_number: Optional[str] = None,
                                    server: Optional[str] = None,
                                    source_ip: Optional[str] = None,
                                    status: Optional[str] = None,
                                    status_check_interval: Optional[float] = None,
                                    tenant_id: Optional[str] = None,
                                    trust_ca_cn: Optional[str] = None,
                                    verified_cn: Optional[str] = None,
                                    verifying_ca: Optional[str] = None,
                                    websocket_override: Optional[str] = None)
    func NewObjectEndpointcontrolFctems(ctx *Context, name string, args *ObjectEndpointcontrolFctemsArgs, opts ...ResourceOption) (*ObjectEndpointcontrolFctems, error)
    public ObjectEndpointcontrolFctems(string name, ObjectEndpointcontrolFctemsArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectEndpointcontrolFctems(String name, ObjectEndpointcontrolFctemsArgs args)
    public ObjectEndpointcontrolFctems(String name, ObjectEndpointcontrolFctemsArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectEndpointcontrolFctems
    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 ObjectEndpointcontrolFctemsArgs
    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 ObjectEndpointcontrolFctemsArgs
    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 ObjectEndpointcontrolFctemsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectEndpointcontrolFctemsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectEndpointcontrolFctemsArgs
    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 objectEndpointcontrolFctemsResource = new Fortimanager.ObjectEndpointcontrolFctems("objectEndpointcontrolFctemsResource", new()
    {
        AdminPasswords = new[]
        {
            "string",
        },
        AdminUsername = "string",
        Adom = "string",
        CaCnInfo = "string",
        CallTimeout = 0,
        Capabilities = new[]
        {
            "string",
        },
        Certificate = "string",
        CertificateFingerprint = "string",
        CloudAuthenticationAccessKey = "string",
        CloudServerType = "string",
        DirtyReason = "string",
        EmsId = 0,
        FortinetoneCloudAuthentication = "string",
        HttpsPort = 0,
        Interface = "string",
        InterfaceSelectMethod = "string",
        Name = "string",
        ObjectEndpointcontrolFctemsId = "string",
        OutOfSyncThreshold = 0,
        PreserveSslSession = "string",
        PullAvatars = "string",
        PullMalwareHash = "string",
        PullSysinfo = "string",
        PullTags = "string",
        PullVulnerabilities = "string",
        Scopetype = "string",
        SendTagsToAllVdoms = "string",
        SerialNumber = "string",
        Server = "string",
        SourceIp = "string",
        Status = "string",
        StatusCheckInterval = 0,
        TenantId = "string",
        TrustCaCn = "string",
        VerifiedCn = "string",
        VerifyingCa = "string",
        WebsocketOverride = "string",
    });
    
    example, err := fortimanager.NewObjectEndpointcontrolFctems(ctx, "objectEndpointcontrolFctemsResource", &fortimanager.ObjectEndpointcontrolFctemsArgs{
    AdminPasswords: pulumi.StringArray{
    pulumi.String("string"),
    },
    AdminUsername: pulumi.String("string"),
    Adom: pulumi.String("string"),
    CaCnInfo: pulumi.String("string"),
    CallTimeout: pulumi.Float64(0),
    Capabilities: pulumi.StringArray{
    pulumi.String("string"),
    },
    Certificate: pulumi.String("string"),
    CertificateFingerprint: pulumi.String("string"),
    CloudAuthenticationAccessKey: pulumi.String("string"),
    CloudServerType: pulumi.String("string"),
    DirtyReason: pulumi.String("string"),
    EmsId: pulumi.Float64(0),
    FortinetoneCloudAuthentication: pulumi.String("string"),
    HttpsPort: pulumi.Float64(0),
    Interface: pulumi.String("string"),
    InterfaceSelectMethod: pulumi.String("string"),
    Name: pulumi.String("string"),
    ObjectEndpointcontrolFctemsId: pulumi.String("string"),
    OutOfSyncThreshold: pulumi.Float64(0),
    PreserveSslSession: pulumi.String("string"),
    PullAvatars: pulumi.String("string"),
    PullMalwareHash: pulumi.String("string"),
    PullSysinfo: pulumi.String("string"),
    PullTags: pulumi.String("string"),
    PullVulnerabilities: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    SendTagsToAllVdoms: pulumi.String("string"),
    SerialNumber: pulumi.String("string"),
    Server: pulumi.String("string"),
    SourceIp: pulumi.String("string"),
    Status: pulumi.String("string"),
    StatusCheckInterval: pulumi.Float64(0),
    TenantId: pulumi.String("string"),
    TrustCaCn: pulumi.String("string"),
    VerifiedCn: pulumi.String("string"),
    VerifyingCa: pulumi.String("string"),
    WebsocketOverride: pulumi.String("string"),
    })
    
    var objectEndpointcontrolFctemsResource = new ObjectEndpointcontrolFctems("objectEndpointcontrolFctemsResource", ObjectEndpointcontrolFctemsArgs.builder()
        .adminPasswords("string")
        .adminUsername("string")
        .adom("string")
        .caCnInfo("string")
        .callTimeout(0)
        .capabilities("string")
        .certificate("string")
        .certificateFingerprint("string")
        .cloudAuthenticationAccessKey("string")
        .cloudServerType("string")
        .dirtyReason("string")
        .emsId(0)
        .fortinetoneCloudAuthentication("string")
        .httpsPort(0)
        .interface_("string")
        .interfaceSelectMethod("string")
        .name("string")
        .objectEndpointcontrolFctemsId("string")
        .outOfSyncThreshold(0)
        .preserveSslSession("string")
        .pullAvatars("string")
        .pullMalwareHash("string")
        .pullSysinfo("string")
        .pullTags("string")
        .pullVulnerabilities("string")
        .scopetype("string")
        .sendTagsToAllVdoms("string")
        .serialNumber("string")
        .server("string")
        .sourceIp("string")
        .status("string")
        .statusCheckInterval(0)
        .tenantId("string")
        .trustCaCn("string")
        .verifiedCn("string")
        .verifyingCa("string")
        .websocketOverride("string")
        .build());
    
    object_endpointcontrol_fctems_resource = fortimanager.ObjectEndpointcontrolFctems("objectEndpointcontrolFctemsResource",
        admin_passwords=["string"],
        admin_username="string",
        adom="string",
        ca_cn_info="string",
        call_timeout=0,
        capabilities=["string"],
        certificate="string",
        certificate_fingerprint="string",
        cloud_authentication_access_key="string",
        cloud_server_type="string",
        dirty_reason="string",
        ems_id=0,
        fortinetone_cloud_authentication="string",
        https_port=0,
        interface="string",
        interface_select_method="string",
        name="string",
        object_endpointcontrol_fctems_id="string",
        out_of_sync_threshold=0,
        preserve_ssl_session="string",
        pull_avatars="string",
        pull_malware_hash="string",
        pull_sysinfo="string",
        pull_tags="string",
        pull_vulnerabilities="string",
        scopetype="string",
        send_tags_to_all_vdoms="string",
        serial_number="string",
        server="string",
        source_ip="string",
        status="string",
        status_check_interval=0,
        tenant_id="string",
        trust_ca_cn="string",
        verified_cn="string",
        verifying_ca="string",
        websocket_override="string")
    
    const objectEndpointcontrolFctemsResource = new fortimanager.ObjectEndpointcontrolFctems("objectEndpointcontrolFctemsResource", {
        adminPasswords: ["string"],
        adminUsername: "string",
        adom: "string",
        caCnInfo: "string",
        callTimeout: 0,
        capabilities: ["string"],
        certificate: "string",
        certificateFingerprint: "string",
        cloudAuthenticationAccessKey: "string",
        cloudServerType: "string",
        dirtyReason: "string",
        emsId: 0,
        fortinetoneCloudAuthentication: "string",
        httpsPort: 0,
        "interface": "string",
        interfaceSelectMethod: "string",
        name: "string",
        objectEndpointcontrolFctemsId: "string",
        outOfSyncThreshold: 0,
        preserveSslSession: "string",
        pullAvatars: "string",
        pullMalwareHash: "string",
        pullSysinfo: "string",
        pullTags: "string",
        pullVulnerabilities: "string",
        scopetype: "string",
        sendTagsToAllVdoms: "string",
        serialNumber: "string",
        server: "string",
        sourceIp: "string",
        status: "string",
        statusCheckInterval: 0,
        tenantId: "string",
        trustCaCn: "string",
        verifiedCn: "string",
        verifyingCa: "string",
        websocketOverride: "string",
    });
    
    type: fortimanager:ObjectEndpointcontrolFctems
    properties:
        adminPasswords:
            - string
        adminUsername: string
        adom: string
        caCnInfo: string
        callTimeout: 0
        capabilities:
            - string
        certificate: string
        certificateFingerprint: string
        cloudAuthenticationAccessKey: string
        cloudServerType: string
        dirtyReason: string
        emsId: 0
        fortinetoneCloudAuthentication: string
        httpsPort: 0
        interface: string
        interfaceSelectMethod: string
        name: string
        objectEndpointcontrolFctemsId: string
        outOfSyncThreshold: 0
        preserveSslSession: string
        pullAvatars: string
        pullMalwareHash: string
        pullSysinfo: string
        pullTags: string
        pullVulnerabilities: string
        scopetype: string
        sendTagsToAllVdoms: string
        serialNumber: string
        server: string
        sourceIp: string
        status: string
        statusCheckInterval: 0
        tenantId: string
        trustCaCn: string
        verifiedCn: string
        verifyingCa: string
        websocketOverride: string
    

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

    AdminPasswords List<string>
    FortiClient EMS admin password.
    AdminUsername string
    FortiClient EMS admin username.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CaCnInfo string
    Ca-Cn-Info.
    CallTimeout double
    FortiClient EMS call timeout in seconds (1 - 180 seconds, default = 30).
    Capabilities List<string>
    List of EMS capabilities. Valid values: fabric-auth, silent-approval, websocket, websocket-malware, push-ca-certs.
    Certificate string
    FortiClient EMS certificate.
    CertificateFingerprint string
    EMS certificate fingerprint.
    CloudAuthenticationAccessKey string
    FortiClient EMS Cloud multitenancy access key
    CloudServerType string
    Cloud server type. Valid values: production, alpha, beta.
    DirtyReason string
    Dirty Reason for FortiClient EMS. Valid values: none, mismatched-ems-sn.
    EmsId double
    EMS ID in order (1 - 5)
    FortinetoneCloudAuthentication string
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: disable, enable.
    HttpsPort double
    FortiClient EMS HTTPS access port number. (1 - 65535, default: 443).
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    Name string
    FortiClient Enterprise Management Server (EMS) name.
    ObjectEndpointcontrolFctemsId string
    an identifier for the resource with format {{ems_id}}.
    OutOfSyncThreshold double
    Outdated resource threshold in seconds (10 - 3600, default = 180).
    PreserveSslSession string
    Enable/disable preservation of EMS SSL session connection. WARNING: Most users should not touch this setting! Valid values: disable, enable.
    PullAvatars string
    Enable/disable pulling avatars from EMS. Valid values: disable, enable.
    PullMalwareHash string
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: disable, enable.
    PullSysinfo string
    Enable/disable pulling SysInfo from EMS. Valid values: disable, enable.
    PullTags string
    Enable/disable pulling FortiClient user tags from EMS. Valid values: disable, enable.
    PullVulnerabilities string
    Enable/disable pulling vulnerabilities from EMS. 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.
    SendTagsToAllVdoms string
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: disable, enable.
    SerialNumber string
    FortiClient EMS Serial Number.
    Server string
    FortiClient EMS FQDN or IPv4 address.
    SourceIp string
    REST API call source IP.
    Status string
    Enable or disable this EMS configuration. Valid values: disable, enable.
    StatusCheckInterval double
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    TenantId string
    EMS Tenant ID.
    TrustCaCn string
    Trust-Ca-Cn. Valid values: disable, enable.
    VerifiedCn string
    EMS certificate CN.
    VerifyingCa string
    Lowest CA cert on Fortigate in verified EMS cert chain.
    WebsocketOverride string
    Enable/disable override behavior for how this FortiGate unit connects to EMS using a WebSocket connection. Valid values: disable, enable.
    AdminPasswords []string
    FortiClient EMS admin password.
    AdminUsername string
    FortiClient EMS admin username.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CaCnInfo string
    Ca-Cn-Info.
    CallTimeout float64
    FortiClient EMS call timeout in seconds (1 - 180 seconds, default = 30).
    Capabilities []string
    List of EMS capabilities. Valid values: fabric-auth, silent-approval, websocket, websocket-malware, push-ca-certs.
    Certificate string
    FortiClient EMS certificate.
    CertificateFingerprint string
    EMS certificate fingerprint.
    CloudAuthenticationAccessKey string
    FortiClient EMS Cloud multitenancy access key
    CloudServerType string
    Cloud server type. Valid values: production, alpha, beta.
    DirtyReason string
    Dirty Reason for FortiClient EMS. Valid values: none, mismatched-ems-sn.
    EmsId float64
    EMS ID in order (1 - 5)
    FortinetoneCloudAuthentication string
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: disable, enable.
    HttpsPort float64
    FortiClient EMS HTTPS access port number. (1 - 65535, default: 443).
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    Name string
    FortiClient Enterprise Management Server (EMS) name.
    ObjectEndpointcontrolFctemsId string
    an identifier for the resource with format {{ems_id}}.
    OutOfSyncThreshold float64
    Outdated resource threshold in seconds (10 - 3600, default = 180).
    PreserveSslSession string
    Enable/disable preservation of EMS SSL session connection. WARNING: Most users should not touch this setting! Valid values: disable, enable.
    PullAvatars string
    Enable/disable pulling avatars from EMS. Valid values: disable, enable.
    PullMalwareHash string
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: disable, enable.
    PullSysinfo string
    Enable/disable pulling SysInfo from EMS. Valid values: disable, enable.
    PullTags string
    Enable/disable pulling FortiClient user tags from EMS. Valid values: disable, enable.
    PullVulnerabilities string
    Enable/disable pulling vulnerabilities from EMS. 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.
    SendTagsToAllVdoms string
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: disable, enable.
    SerialNumber string
    FortiClient EMS Serial Number.
    Server string
    FortiClient EMS FQDN or IPv4 address.
    SourceIp string
    REST API call source IP.
    Status string
    Enable or disable this EMS configuration. Valid values: disable, enable.
    StatusCheckInterval float64
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    TenantId string
    EMS Tenant ID.
    TrustCaCn string
    Trust-Ca-Cn. Valid values: disable, enable.
    VerifiedCn string
    EMS certificate CN.
    VerifyingCa string
    Lowest CA cert on Fortigate in verified EMS cert chain.
    WebsocketOverride string
    Enable/disable override behavior for how this FortiGate unit connects to EMS using a WebSocket connection. Valid values: disable, enable.
    adminPasswords List<String>
    FortiClient EMS admin password.
    adminUsername String
    FortiClient EMS admin username.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    caCnInfo String
    Ca-Cn-Info.
    callTimeout Double
    FortiClient EMS call timeout in seconds (1 - 180 seconds, default = 30).
    capabilities List<String>
    List of EMS capabilities. Valid values: fabric-auth, silent-approval, websocket, websocket-malware, push-ca-certs.
    certificate String
    FortiClient EMS certificate.
    certificateFingerprint String
    EMS certificate fingerprint.
    cloudAuthenticationAccessKey String
    FortiClient EMS Cloud multitenancy access key
    cloudServerType String
    Cloud server type. Valid values: production, alpha, beta.
    dirtyReason String
    Dirty Reason for FortiClient EMS. Valid values: none, mismatched-ems-sn.
    emsId Double
    EMS ID in order (1 - 5)
    fortinetoneCloudAuthentication String
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: disable, enable.
    httpsPort Double
    FortiClient EMS HTTPS access port number. (1 - 65535, default: 443).
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    interface_ String
    Specify outgoing interface to reach server.
    name String
    FortiClient Enterprise Management Server (EMS) name.
    objectEndpointcontrolFctemsId String
    an identifier for the resource with format {{ems_id}}.
    outOfSyncThreshold Double
    Outdated resource threshold in seconds (10 - 3600, default = 180).
    preserveSslSession String
    Enable/disable preservation of EMS SSL session connection. WARNING: Most users should not touch this setting! Valid values: disable, enable.
    pullAvatars String
    Enable/disable pulling avatars from EMS. Valid values: disable, enable.
    pullMalwareHash String
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: disable, enable.
    pullSysinfo String
    Enable/disable pulling SysInfo from EMS. Valid values: disable, enable.
    pullTags String
    Enable/disable pulling FortiClient user tags from EMS. Valid values: disable, enable.
    pullVulnerabilities String
    Enable/disable pulling vulnerabilities from EMS. 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.
    sendTagsToAllVdoms String
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: disable, enable.
    serialNumber String
    FortiClient EMS Serial Number.
    server String
    FortiClient EMS FQDN or IPv4 address.
    sourceIp String
    REST API call source IP.
    status String
    Enable or disable this EMS configuration. Valid values: disable, enable.
    statusCheckInterval Double
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    tenantId String
    EMS Tenant ID.
    trustCaCn String
    Trust-Ca-Cn. Valid values: disable, enable.
    verifiedCn String
    EMS certificate CN.
    verifyingCa String
    Lowest CA cert on Fortigate in verified EMS cert chain.
    websocketOverride String
    Enable/disable override behavior for how this FortiGate unit connects to EMS using a WebSocket connection. Valid values: disable, enable.
    adminPasswords string[]
    FortiClient EMS admin password.
    adminUsername string
    FortiClient EMS admin username.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    caCnInfo string
    Ca-Cn-Info.
    callTimeout number
    FortiClient EMS call timeout in seconds (1 - 180 seconds, default = 30).
    capabilities string[]
    List of EMS capabilities. Valid values: fabric-auth, silent-approval, websocket, websocket-malware, push-ca-certs.
    certificate string
    FortiClient EMS certificate.
    certificateFingerprint string
    EMS certificate fingerprint.
    cloudAuthenticationAccessKey string
    FortiClient EMS Cloud multitenancy access key
    cloudServerType string
    Cloud server type. Valid values: production, alpha, beta.
    dirtyReason string
    Dirty Reason for FortiClient EMS. Valid values: none, mismatched-ems-sn.
    emsId number
    EMS ID in order (1 - 5)
    fortinetoneCloudAuthentication string
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: disable, enable.
    httpsPort number
    FortiClient EMS HTTPS access port number. (1 - 65535, default: 443).
    interface string
    Specify outgoing interface to reach server.
    interfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    name string
    FortiClient Enterprise Management Server (EMS) name.
    objectEndpointcontrolFctemsId string
    an identifier for the resource with format {{ems_id}}.
    outOfSyncThreshold number
    Outdated resource threshold in seconds (10 - 3600, default = 180).
    preserveSslSession string
    Enable/disable preservation of EMS SSL session connection. WARNING: Most users should not touch this setting! Valid values: disable, enable.
    pullAvatars string
    Enable/disable pulling avatars from EMS. Valid values: disable, enable.
    pullMalwareHash string
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: disable, enable.
    pullSysinfo string
    Enable/disable pulling SysInfo from EMS. Valid values: disable, enable.
    pullTags string
    Enable/disable pulling FortiClient user tags from EMS. Valid values: disable, enable.
    pullVulnerabilities string
    Enable/disable pulling vulnerabilities from EMS. 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.
    sendTagsToAllVdoms string
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: disable, enable.
    serialNumber string
    FortiClient EMS Serial Number.
    server string
    FortiClient EMS FQDN or IPv4 address.
    sourceIp string
    REST API call source IP.
    status string
    Enable or disable this EMS configuration. Valid values: disable, enable.
    statusCheckInterval number
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    tenantId string
    EMS Tenant ID.
    trustCaCn string
    Trust-Ca-Cn. Valid values: disable, enable.
    verifiedCn string
    EMS certificate CN.
    verifyingCa string
    Lowest CA cert on Fortigate in verified EMS cert chain.
    websocketOverride string
    Enable/disable override behavior for how this FortiGate unit connects to EMS using a WebSocket connection. Valid values: disable, enable.
    admin_passwords Sequence[str]
    FortiClient EMS admin password.
    admin_username str
    FortiClient EMS admin username.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ca_cn_info str
    Ca-Cn-Info.
    call_timeout float
    FortiClient EMS call timeout in seconds (1 - 180 seconds, default = 30).
    capabilities Sequence[str]
    List of EMS capabilities. Valid values: fabric-auth, silent-approval, websocket, websocket-malware, push-ca-certs.
    certificate str
    FortiClient EMS certificate.
    certificate_fingerprint str
    EMS certificate fingerprint.
    cloud_authentication_access_key str
    FortiClient EMS Cloud multitenancy access key
    cloud_server_type str
    Cloud server type. Valid values: production, alpha, beta.
    dirty_reason str
    Dirty Reason for FortiClient EMS. Valid values: none, mismatched-ems-sn.
    ems_id float
    EMS ID in order (1 - 5)
    fortinetone_cloud_authentication str
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: disable, enable.
    https_port float
    FortiClient EMS HTTPS access port number. (1 - 65535, default: 443).
    interface str
    Specify outgoing interface to reach server.
    interface_select_method str
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    name str
    FortiClient Enterprise Management Server (EMS) name.
    object_endpointcontrol_fctems_id str
    an identifier for the resource with format {{ems_id}}.
    out_of_sync_threshold float
    Outdated resource threshold in seconds (10 - 3600, default = 180).
    preserve_ssl_session str
    Enable/disable preservation of EMS SSL session connection. WARNING: Most users should not touch this setting! Valid values: disable, enable.
    pull_avatars str
    Enable/disable pulling avatars from EMS. Valid values: disable, enable.
    pull_malware_hash str
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: disable, enable.
    pull_sysinfo str
    Enable/disable pulling SysInfo from EMS. Valid values: disable, enable.
    pull_tags str
    Enable/disable pulling FortiClient user tags from EMS. Valid values: disable, enable.
    pull_vulnerabilities str
    Enable/disable pulling vulnerabilities from EMS. 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.
    send_tags_to_all_vdoms str
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: disable, enable.
    serial_number str
    FortiClient EMS Serial Number.
    server str
    FortiClient EMS FQDN or IPv4 address.
    source_ip str
    REST API call source IP.
    status str
    Enable or disable this EMS configuration. Valid values: disable, enable.
    status_check_interval float
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    tenant_id str
    EMS Tenant ID.
    trust_ca_cn str
    Trust-Ca-Cn. Valid values: disable, enable.
    verified_cn str
    EMS certificate CN.
    verifying_ca str
    Lowest CA cert on Fortigate in verified EMS cert chain.
    websocket_override str
    Enable/disable override behavior for how this FortiGate unit connects to EMS using a WebSocket connection. Valid values: disable, enable.
    adminPasswords List<String>
    FortiClient EMS admin password.
    adminUsername String
    FortiClient EMS admin username.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    caCnInfo String
    Ca-Cn-Info.
    callTimeout Number
    FortiClient EMS call timeout in seconds (1 - 180 seconds, default = 30).
    capabilities List<String>
    List of EMS capabilities. Valid values: fabric-auth, silent-approval, websocket, websocket-malware, push-ca-certs.
    certificate String
    FortiClient EMS certificate.
    certificateFingerprint String
    EMS certificate fingerprint.
    cloudAuthenticationAccessKey String
    FortiClient EMS Cloud multitenancy access key
    cloudServerType String
    Cloud server type. Valid values: production, alpha, beta.
    dirtyReason String
    Dirty Reason for FortiClient EMS. Valid values: none, mismatched-ems-sn.
    emsId Number
    EMS ID in order (1 - 5)
    fortinetoneCloudAuthentication String
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: disable, enable.
    httpsPort Number
    FortiClient EMS HTTPS access port number. (1 - 65535, default: 443).
    interface String
    Specify outgoing interface to reach server.
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    name String
    FortiClient Enterprise Management Server (EMS) name.
    objectEndpointcontrolFctemsId String
    an identifier for the resource with format {{ems_id}}.
    outOfSyncThreshold Number
    Outdated resource threshold in seconds (10 - 3600, default = 180).
    preserveSslSession String
    Enable/disable preservation of EMS SSL session connection. WARNING: Most users should not touch this setting! Valid values: disable, enable.
    pullAvatars String
    Enable/disable pulling avatars from EMS. Valid values: disable, enable.
    pullMalwareHash String
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: disable, enable.
    pullSysinfo String
    Enable/disable pulling SysInfo from EMS. Valid values: disable, enable.
    pullTags String
    Enable/disable pulling FortiClient user tags from EMS. Valid values: disable, enable.
    pullVulnerabilities String
    Enable/disable pulling vulnerabilities from EMS. 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.
    sendTagsToAllVdoms String
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: disable, enable.
    serialNumber String
    FortiClient EMS Serial Number.
    server String
    FortiClient EMS FQDN or IPv4 address.
    sourceIp String
    REST API call source IP.
    status String
    Enable or disable this EMS configuration. Valid values: disable, enable.
    statusCheckInterval Number
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    tenantId String
    EMS Tenant ID.
    trustCaCn String
    Trust-Ca-Cn. Valid values: disable, enable.
    verifiedCn String
    EMS certificate CN.
    verifyingCa String
    Lowest CA cert on Fortigate in verified EMS cert chain.
    websocketOverride String
    Enable/disable override behavior for how this FortiGate unit connects to EMS using a WebSocket connection. Valid values: disable, enable.

    Outputs

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

    Get an existing ObjectEndpointcontrolFctems 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?: ObjectEndpointcontrolFctemsState, opts?: CustomResourceOptions): ObjectEndpointcontrolFctems
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            admin_passwords: Optional[Sequence[str]] = None,
            admin_username: Optional[str] = None,
            adom: Optional[str] = None,
            ca_cn_info: Optional[str] = None,
            call_timeout: Optional[float] = None,
            capabilities: Optional[Sequence[str]] = None,
            certificate: Optional[str] = None,
            certificate_fingerprint: Optional[str] = None,
            cloud_authentication_access_key: Optional[str] = None,
            cloud_server_type: Optional[str] = None,
            dirty_reason: Optional[str] = None,
            ems_id: Optional[float] = None,
            fortinetone_cloud_authentication: Optional[str] = None,
            https_port: Optional[float] = None,
            interface: Optional[str] = None,
            interface_select_method: Optional[str] = None,
            name: Optional[str] = None,
            object_endpointcontrol_fctems_id: Optional[str] = None,
            out_of_sync_threshold: Optional[float] = None,
            preserve_ssl_session: Optional[str] = None,
            pull_avatars: Optional[str] = None,
            pull_malware_hash: Optional[str] = None,
            pull_sysinfo: Optional[str] = None,
            pull_tags: Optional[str] = None,
            pull_vulnerabilities: Optional[str] = None,
            scopetype: Optional[str] = None,
            send_tags_to_all_vdoms: Optional[str] = None,
            serial_number: Optional[str] = None,
            server: Optional[str] = None,
            source_ip: Optional[str] = None,
            status: Optional[str] = None,
            status_check_interval: Optional[float] = None,
            tenant_id: Optional[str] = None,
            trust_ca_cn: Optional[str] = None,
            verified_cn: Optional[str] = None,
            verifying_ca: Optional[str] = None,
            websocket_override: Optional[str] = None) -> ObjectEndpointcontrolFctems
    func GetObjectEndpointcontrolFctems(ctx *Context, name string, id IDInput, state *ObjectEndpointcontrolFctemsState, opts ...ResourceOption) (*ObjectEndpointcontrolFctems, error)
    public static ObjectEndpointcontrolFctems Get(string name, Input<string> id, ObjectEndpointcontrolFctemsState? state, CustomResourceOptions? opts = null)
    public static ObjectEndpointcontrolFctems get(String name, Output<String> id, ObjectEndpointcontrolFctemsState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectEndpointcontrolFctems    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:
    AdminPasswords List<string>
    FortiClient EMS admin password.
    AdminUsername string
    FortiClient EMS admin username.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CaCnInfo string
    Ca-Cn-Info.
    CallTimeout double
    FortiClient EMS call timeout in seconds (1 - 180 seconds, default = 30).
    Capabilities List<string>
    List of EMS capabilities. Valid values: fabric-auth, silent-approval, websocket, websocket-malware, push-ca-certs.
    Certificate string
    FortiClient EMS certificate.
    CertificateFingerprint string
    EMS certificate fingerprint.
    CloudAuthenticationAccessKey string
    FortiClient EMS Cloud multitenancy access key
    CloudServerType string
    Cloud server type. Valid values: production, alpha, beta.
    DirtyReason string
    Dirty Reason for FortiClient EMS. Valid values: none, mismatched-ems-sn.
    EmsId double
    EMS ID in order (1 - 5)
    FortinetoneCloudAuthentication string
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: disable, enable.
    HttpsPort double
    FortiClient EMS HTTPS access port number. (1 - 65535, default: 443).
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    Name string
    FortiClient Enterprise Management Server (EMS) name.
    ObjectEndpointcontrolFctemsId string
    an identifier for the resource with format {{ems_id}}.
    OutOfSyncThreshold double
    Outdated resource threshold in seconds (10 - 3600, default = 180).
    PreserveSslSession string
    Enable/disable preservation of EMS SSL session connection. WARNING: Most users should not touch this setting! Valid values: disable, enable.
    PullAvatars string
    Enable/disable pulling avatars from EMS. Valid values: disable, enable.
    PullMalwareHash string
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: disable, enable.
    PullSysinfo string
    Enable/disable pulling SysInfo from EMS. Valid values: disable, enable.
    PullTags string
    Enable/disable pulling FortiClient user tags from EMS. Valid values: disable, enable.
    PullVulnerabilities string
    Enable/disable pulling vulnerabilities from EMS. 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.
    SendTagsToAllVdoms string
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: disable, enable.
    SerialNumber string
    FortiClient EMS Serial Number.
    Server string
    FortiClient EMS FQDN or IPv4 address.
    SourceIp string
    REST API call source IP.
    Status string
    Enable or disable this EMS configuration. Valid values: disable, enable.
    StatusCheckInterval double
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    TenantId string
    EMS Tenant ID.
    TrustCaCn string
    Trust-Ca-Cn. Valid values: disable, enable.
    VerifiedCn string
    EMS certificate CN.
    VerifyingCa string
    Lowest CA cert on Fortigate in verified EMS cert chain.
    WebsocketOverride string
    Enable/disable override behavior for how this FortiGate unit connects to EMS using a WebSocket connection. Valid values: disable, enable.
    AdminPasswords []string
    FortiClient EMS admin password.
    AdminUsername string
    FortiClient EMS admin username.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CaCnInfo string
    Ca-Cn-Info.
    CallTimeout float64
    FortiClient EMS call timeout in seconds (1 - 180 seconds, default = 30).
    Capabilities []string
    List of EMS capabilities. Valid values: fabric-auth, silent-approval, websocket, websocket-malware, push-ca-certs.
    Certificate string
    FortiClient EMS certificate.
    CertificateFingerprint string
    EMS certificate fingerprint.
    CloudAuthenticationAccessKey string
    FortiClient EMS Cloud multitenancy access key
    CloudServerType string
    Cloud server type. Valid values: production, alpha, beta.
    DirtyReason string
    Dirty Reason for FortiClient EMS. Valid values: none, mismatched-ems-sn.
    EmsId float64
    EMS ID in order (1 - 5)
    FortinetoneCloudAuthentication string
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: disable, enable.
    HttpsPort float64
    FortiClient EMS HTTPS access port number. (1 - 65535, default: 443).
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    Name string
    FortiClient Enterprise Management Server (EMS) name.
    ObjectEndpointcontrolFctemsId string
    an identifier for the resource with format {{ems_id}}.
    OutOfSyncThreshold float64
    Outdated resource threshold in seconds (10 - 3600, default = 180).
    PreserveSslSession string
    Enable/disable preservation of EMS SSL session connection. WARNING: Most users should not touch this setting! Valid values: disable, enable.
    PullAvatars string
    Enable/disable pulling avatars from EMS. Valid values: disable, enable.
    PullMalwareHash string
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: disable, enable.
    PullSysinfo string
    Enable/disable pulling SysInfo from EMS. Valid values: disable, enable.
    PullTags string
    Enable/disable pulling FortiClient user tags from EMS. Valid values: disable, enable.
    PullVulnerabilities string
    Enable/disable pulling vulnerabilities from EMS. 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.
    SendTagsToAllVdoms string
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: disable, enable.
    SerialNumber string
    FortiClient EMS Serial Number.
    Server string
    FortiClient EMS FQDN or IPv4 address.
    SourceIp string
    REST API call source IP.
    Status string
    Enable or disable this EMS configuration. Valid values: disable, enable.
    StatusCheckInterval float64
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    TenantId string
    EMS Tenant ID.
    TrustCaCn string
    Trust-Ca-Cn. Valid values: disable, enable.
    VerifiedCn string
    EMS certificate CN.
    VerifyingCa string
    Lowest CA cert on Fortigate in verified EMS cert chain.
    WebsocketOverride string
    Enable/disable override behavior for how this FortiGate unit connects to EMS using a WebSocket connection. Valid values: disable, enable.
    adminPasswords List<String>
    FortiClient EMS admin password.
    adminUsername String
    FortiClient EMS admin username.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    caCnInfo String
    Ca-Cn-Info.
    callTimeout Double
    FortiClient EMS call timeout in seconds (1 - 180 seconds, default = 30).
    capabilities List<String>
    List of EMS capabilities. Valid values: fabric-auth, silent-approval, websocket, websocket-malware, push-ca-certs.
    certificate String
    FortiClient EMS certificate.
    certificateFingerprint String
    EMS certificate fingerprint.
    cloudAuthenticationAccessKey String
    FortiClient EMS Cloud multitenancy access key
    cloudServerType String
    Cloud server type. Valid values: production, alpha, beta.
    dirtyReason String
    Dirty Reason for FortiClient EMS. Valid values: none, mismatched-ems-sn.
    emsId Double
    EMS ID in order (1 - 5)
    fortinetoneCloudAuthentication String
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: disable, enable.
    httpsPort Double
    FortiClient EMS HTTPS access port number. (1 - 65535, default: 443).
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    interface_ String
    Specify outgoing interface to reach server.
    name String
    FortiClient Enterprise Management Server (EMS) name.
    objectEndpointcontrolFctemsId String
    an identifier for the resource with format {{ems_id}}.
    outOfSyncThreshold Double
    Outdated resource threshold in seconds (10 - 3600, default = 180).
    preserveSslSession String
    Enable/disable preservation of EMS SSL session connection. WARNING: Most users should not touch this setting! Valid values: disable, enable.
    pullAvatars String
    Enable/disable pulling avatars from EMS. Valid values: disable, enable.
    pullMalwareHash String
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: disable, enable.
    pullSysinfo String
    Enable/disable pulling SysInfo from EMS. Valid values: disable, enable.
    pullTags String
    Enable/disable pulling FortiClient user tags from EMS. Valid values: disable, enable.
    pullVulnerabilities String
    Enable/disable pulling vulnerabilities from EMS. 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.
    sendTagsToAllVdoms String
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: disable, enable.
    serialNumber String
    FortiClient EMS Serial Number.
    server String
    FortiClient EMS FQDN or IPv4 address.
    sourceIp String
    REST API call source IP.
    status String
    Enable or disable this EMS configuration. Valid values: disable, enable.
    statusCheckInterval Double
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    tenantId String
    EMS Tenant ID.
    trustCaCn String
    Trust-Ca-Cn. Valid values: disable, enable.
    verifiedCn String
    EMS certificate CN.
    verifyingCa String
    Lowest CA cert on Fortigate in verified EMS cert chain.
    websocketOverride String
    Enable/disable override behavior for how this FortiGate unit connects to EMS using a WebSocket connection. Valid values: disable, enable.
    adminPasswords string[]
    FortiClient EMS admin password.
    adminUsername string
    FortiClient EMS admin username.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    caCnInfo string
    Ca-Cn-Info.
    callTimeout number
    FortiClient EMS call timeout in seconds (1 - 180 seconds, default = 30).
    capabilities string[]
    List of EMS capabilities. Valid values: fabric-auth, silent-approval, websocket, websocket-malware, push-ca-certs.
    certificate string
    FortiClient EMS certificate.
    certificateFingerprint string
    EMS certificate fingerprint.
    cloudAuthenticationAccessKey string
    FortiClient EMS Cloud multitenancy access key
    cloudServerType string
    Cloud server type. Valid values: production, alpha, beta.
    dirtyReason string
    Dirty Reason for FortiClient EMS. Valid values: none, mismatched-ems-sn.
    emsId number
    EMS ID in order (1 - 5)
    fortinetoneCloudAuthentication string
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: disable, enable.
    httpsPort number
    FortiClient EMS HTTPS access port number. (1 - 65535, default: 443).
    interface string
    Specify outgoing interface to reach server.
    interfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    name string
    FortiClient Enterprise Management Server (EMS) name.
    objectEndpointcontrolFctemsId string
    an identifier for the resource with format {{ems_id}}.
    outOfSyncThreshold number
    Outdated resource threshold in seconds (10 - 3600, default = 180).
    preserveSslSession string
    Enable/disable preservation of EMS SSL session connection. WARNING: Most users should not touch this setting! Valid values: disable, enable.
    pullAvatars string
    Enable/disable pulling avatars from EMS. Valid values: disable, enable.
    pullMalwareHash string
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: disable, enable.
    pullSysinfo string
    Enable/disable pulling SysInfo from EMS. Valid values: disable, enable.
    pullTags string
    Enable/disable pulling FortiClient user tags from EMS. Valid values: disable, enable.
    pullVulnerabilities string
    Enable/disable pulling vulnerabilities from EMS. 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.
    sendTagsToAllVdoms string
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: disable, enable.
    serialNumber string
    FortiClient EMS Serial Number.
    server string
    FortiClient EMS FQDN or IPv4 address.
    sourceIp string
    REST API call source IP.
    status string
    Enable or disable this EMS configuration. Valid values: disable, enable.
    statusCheckInterval number
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    tenantId string
    EMS Tenant ID.
    trustCaCn string
    Trust-Ca-Cn. Valid values: disable, enable.
    verifiedCn string
    EMS certificate CN.
    verifyingCa string
    Lowest CA cert on Fortigate in verified EMS cert chain.
    websocketOverride string
    Enable/disable override behavior for how this FortiGate unit connects to EMS using a WebSocket connection. Valid values: disable, enable.
    admin_passwords Sequence[str]
    FortiClient EMS admin password.
    admin_username str
    FortiClient EMS admin username.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ca_cn_info str
    Ca-Cn-Info.
    call_timeout float
    FortiClient EMS call timeout in seconds (1 - 180 seconds, default = 30).
    capabilities Sequence[str]
    List of EMS capabilities. Valid values: fabric-auth, silent-approval, websocket, websocket-malware, push-ca-certs.
    certificate str
    FortiClient EMS certificate.
    certificate_fingerprint str
    EMS certificate fingerprint.
    cloud_authentication_access_key str
    FortiClient EMS Cloud multitenancy access key
    cloud_server_type str
    Cloud server type. Valid values: production, alpha, beta.
    dirty_reason str
    Dirty Reason for FortiClient EMS. Valid values: none, mismatched-ems-sn.
    ems_id float
    EMS ID in order (1 - 5)
    fortinetone_cloud_authentication str
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: disable, enable.
    https_port float
    FortiClient EMS HTTPS access port number. (1 - 65535, default: 443).
    interface str
    Specify outgoing interface to reach server.
    interface_select_method str
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    name str
    FortiClient Enterprise Management Server (EMS) name.
    object_endpointcontrol_fctems_id str
    an identifier for the resource with format {{ems_id}}.
    out_of_sync_threshold float
    Outdated resource threshold in seconds (10 - 3600, default = 180).
    preserve_ssl_session str
    Enable/disable preservation of EMS SSL session connection. WARNING: Most users should not touch this setting! Valid values: disable, enable.
    pull_avatars str
    Enable/disable pulling avatars from EMS. Valid values: disable, enable.
    pull_malware_hash str
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: disable, enable.
    pull_sysinfo str
    Enable/disable pulling SysInfo from EMS. Valid values: disable, enable.
    pull_tags str
    Enable/disable pulling FortiClient user tags from EMS. Valid values: disable, enable.
    pull_vulnerabilities str
    Enable/disable pulling vulnerabilities from EMS. 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.
    send_tags_to_all_vdoms str
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: disable, enable.
    serial_number str
    FortiClient EMS Serial Number.
    server str
    FortiClient EMS FQDN or IPv4 address.
    source_ip str
    REST API call source IP.
    status str
    Enable or disable this EMS configuration. Valid values: disable, enable.
    status_check_interval float
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    tenant_id str
    EMS Tenant ID.
    trust_ca_cn str
    Trust-Ca-Cn. Valid values: disable, enable.
    verified_cn str
    EMS certificate CN.
    verifying_ca str
    Lowest CA cert on Fortigate in verified EMS cert chain.
    websocket_override str
    Enable/disable override behavior for how this FortiGate unit connects to EMS using a WebSocket connection. Valid values: disable, enable.
    adminPasswords List<String>
    FortiClient EMS admin password.
    adminUsername String
    FortiClient EMS admin username.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    caCnInfo String
    Ca-Cn-Info.
    callTimeout Number
    FortiClient EMS call timeout in seconds (1 - 180 seconds, default = 30).
    capabilities List<String>
    List of EMS capabilities. Valid values: fabric-auth, silent-approval, websocket, websocket-malware, push-ca-certs.
    certificate String
    FortiClient EMS certificate.
    certificateFingerprint String
    EMS certificate fingerprint.
    cloudAuthenticationAccessKey String
    FortiClient EMS Cloud multitenancy access key
    cloudServerType String
    Cloud server type. Valid values: production, alpha, beta.
    dirtyReason String
    Dirty Reason for FortiClient EMS. Valid values: none, mismatched-ems-sn.
    emsId Number
    EMS ID in order (1 - 5)
    fortinetoneCloudAuthentication String
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: disable, enable.
    httpsPort Number
    FortiClient EMS HTTPS access port number. (1 - 65535, default: 443).
    interface String
    Specify outgoing interface to reach server.
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    name String
    FortiClient Enterprise Management Server (EMS) name.
    objectEndpointcontrolFctemsId String
    an identifier for the resource with format {{ems_id}}.
    outOfSyncThreshold Number
    Outdated resource threshold in seconds (10 - 3600, default = 180).
    preserveSslSession String
    Enable/disable preservation of EMS SSL session connection. WARNING: Most users should not touch this setting! Valid values: disable, enable.
    pullAvatars String
    Enable/disable pulling avatars from EMS. Valid values: disable, enable.
    pullMalwareHash String
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: disable, enable.
    pullSysinfo String
    Enable/disable pulling SysInfo from EMS. Valid values: disable, enable.
    pullTags String
    Enable/disable pulling FortiClient user tags from EMS. Valid values: disable, enable.
    pullVulnerabilities String
    Enable/disable pulling vulnerabilities from EMS. 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.
    sendTagsToAllVdoms String
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: disable, enable.
    serialNumber String
    FortiClient EMS Serial Number.
    server String
    FortiClient EMS FQDN or IPv4 address.
    sourceIp String
    REST API call source IP.
    status String
    Enable or disable this EMS configuration. Valid values: disable, enable.
    statusCheckInterval Number
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    tenantId String
    EMS Tenant ID.
    trustCaCn String
    Trust-Ca-Cn. Valid values: disable, enable.
    verifiedCn String
    EMS certificate CN.
    verifyingCa String
    Lowest CA cert on Fortigate in verified EMS cert chain.
    websocketOverride String
    Enable/disable override behavior for how this FortiGate unit connects to EMS using a WebSocket connection. Valid values: disable, enable.

    Import

    ObjectEndpointControl Fctems can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectEndpointcontrolFctems:ObjectEndpointcontrolFctems labelname {{ems_id}}
    

    $ 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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev