1. Packages
  2. Fortios
  3. API Docs
  4. endpointcontrol
  5. Fctems
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

fortios.endpointcontrol.Fctems

Explore with Pulumi AI

fortios logo
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

    Configure FortiClient Enterprise Management Server (EMS) entries. Applies to FortiOS Version >= 6.2.4.

    Create Fctems Resource

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

    Constructor syntax

    new Fctems(name: string, args?: FctemsArgs, opts?: CustomResourceOptions);
    @overload
    def Fctems(resource_name: str,
               args: Optional[FctemsArgs] = None,
               opts: Optional[ResourceOptions] = None)
    
    @overload
    def Fctems(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               admin_password: Optional[str] = None,
               admin_username: Optional[str] = None,
               call_timeout: Optional[int] = None,
               capabilities: Optional[str] = None,
               certificate: Optional[str] = None,
               cloud_authentication_access_key: Optional[str] = None,
               cloud_server_type: Optional[str] = None,
               dirty_reason: Optional[str] = None,
               ems_id: Optional[int] = None,
               fortinetone_cloud_authentication: Optional[str] = None,
               https_port: Optional[int] = None,
               interface: Optional[str] = None,
               interface_select_method: Optional[str] = None,
               name: Optional[str] = None,
               out_of_sync_threshold: Optional[int] = 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,
               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[int] = None,
               tenant_id: Optional[str] = None,
               trust_ca_cn: Optional[str] = None,
               vdomparam: Optional[str] = None,
               verifying_ca: Optional[str] = None,
               websocket_override: Optional[str] = None)
    func NewFctems(ctx *Context, name string, args *FctemsArgs, opts ...ResourceOption) (*Fctems, error)
    public Fctems(string name, FctemsArgs? args = null, CustomResourceOptions? opts = null)
    public Fctems(String name, FctemsArgs args)
    public Fctems(String name, FctemsArgs args, CustomResourceOptions options)
    
    type: fortios:endpointcontrol:Fctems
    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 FctemsArgs
    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 FctemsArgs
    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 FctemsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args FctemsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args FctemsArgs
    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 fctemsResource = new Fortios.Endpointcontrol.Fctems("fctemsResource", new()
    {
        AdminPassword = "string",
        AdminUsername = "string",
        CallTimeout = 0,
        Capabilities = "string",
        Certificate = "string",
        CloudAuthenticationAccessKey = "string",
        CloudServerType = "string",
        DirtyReason = "string",
        EmsId = 0,
        FortinetoneCloudAuthentication = "string",
        HttpsPort = 0,
        Interface = "string",
        InterfaceSelectMethod = "string",
        Name = "string",
        OutOfSyncThreshold = 0,
        PreserveSslSession = "string",
        PullAvatars = "string",
        PullMalwareHash = "string",
        PullSysinfo = "string",
        PullTags = "string",
        PullVulnerabilities = "string",
        SendTagsToAllVdoms = "string",
        SerialNumber = "string",
        Server = "string",
        SourceIp = "string",
        Status = "string",
        StatusCheckInterval = 0,
        TenantId = "string",
        TrustCaCn = "string",
        Vdomparam = "string",
        VerifyingCa = "string",
        WebsocketOverride = "string",
    });
    
    example, err := endpointcontrol.NewFctems(ctx, "fctemsResource", &endpointcontrol.FctemsArgs{
    	AdminPassword:                  pulumi.String("string"),
    	AdminUsername:                  pulumi.String("string"),
    	CallTimeout:                    pulumi.Int(0),
    	Capabilities:                   pulumi.String("string"),
    	Certificate:                    pulumi.String("string"),
    	CloudAuthenticationAccessKey:   pulumi.String("string"),
    	CloudServerType:                pulumi.String("string"),
    	DirtyReason:                    pulumi.String("string"),
    	EmsId:                          pulumi.Int(0),
    	FortinetoneCloudAuthentication: pulumi.String("string"),
    	HttpsPort:                      pulumi.Int(0),
    	Interface:                      pulumi.String("string"),
    	InterfaceSelectMethod:          pulumi.String("string"),
    	Name:                           pulumi.String("string"),
    	OutOfSyncThreshold:             pulumi.Int(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"),
    	SendTagsToAllVdoms:             pulumi.String("string"),
    	SerialNumber:                   pulumi.String("string"),
    	Server:                         pulumi.String("string"),
    	SourceIp:                       pulumi.String("string"),
    	Status:                         pulumi.String("string"),
    	StatusCheckInterval:            pulumi.Int(0),
    	TenantId:                       pulumi.String("string"),
    	TrustCaCn:                      pulumi.String("string"),
    	Vdomparam:                      pulumi.String("string"),
    	VerifyingCa:                    pulumi.String("string"),
    	WebsocketOverride:              pulumi.String("string"),
    })
    
    var fctemsResource = new Fctems("fctemsResource", FctemsArgs.builder()
        .adminPassword("string")
        .adminUsername("string")
        .callTimeout(0)
        .capabilities("string")
        .certificate("string")
        .cloudAuthenticationAccessKey("string")
        .cloudServerType("string")
        .dirtyReason("string")
        .emsId(0)
        .fortinetoneCloudAuthentication("string")
        .httpsPort(0)
        .interface_("string")
        .interfaceSelectMethod("string")
        .name("string")
        .outOfSyncThreshold(0)
        .preserveSslSession("string")
        .pullAvatars("string")
        .pullMalwareHash("string")
        .pullSysinfo("string")
        .pullTags("string")
        .pullVulnerabilities("string")
        .sendTagsToAllVdoms("string")
        .serialNumber("string")
        .server("string")
        .sourceIp("string")
        .status("string")
        .statusCheckInterval(0)
        .tenantId("string")
        .trustCaCn("string")
        .vdomparam("string")
        .verifyingCa("string")
        .websocketOverride("string")
        .build());
    
    fctems_resource = fortios.endpointcontrol.Fctems("fctemsResource",
        admin_password="string",
        admin_username="string",
        call_timeout=0,
        capabilities="string",
        certificate="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",
        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",
        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",
        vdomparam="string",
        verifying_ca="string",
        websocket_override="string")
    
    const fctemsResource = new fortios.endpointcontrol.Fctems("fctemsResource", {
        adminPassword: "string",
        adminUsername: "string",
        callTimeout: 0,
        capabilities: "string",
        certificate: "string",
        cloudAuthenticationAccessKey: "string",
        cloudServerType: "string",
        dirtyReason: "string",
        emsId: 0,
        fortinetoneCloudAuthentication: "string",
        httpsPort: 0,
        "interface": "string",
        interfaceSelectMethod: "string",
        name: "string",
        outOfSyncThreshold: 0,
        preserveSslSession: "string",
        pullAvatars: "string",
        pullMalwareHash: "string",
        pullSysinfo: "string",
        pullTags: "string",
        pullVulnerabilities: "string",
        sendTagsToAllVdoms: "string",
        serialNumber: "string",
        server: "string",
        sourceIp: "string",
        status: "string",
        statusCheckInterval: 0,
        tenantId: "string",
        trustCaCn: "string",
        vdomparam: "string",
        verifyingCa: "string",
        websocketOverride: "string",
    });
    
    type: fortios:endpointcontrol:Fctems
    properties:
        adminPassword: string
        adminUsername: string
        callTimeout: 0
        capabilities: string
        certificate: string
        cloudAuthenticationAccessKey: string
        cloudServerType: string
        dirtyReason: string
        emsId: 0
        fortinetoneCloudAuthentication: string
        httpsPort: 0
        interface: string
        interfaceSelectMethod: string
        name: string
        outOfSyncThreshold: 0
        preserveSslSession: string
        pullAvatars: string
        pullMalwareHash: string
        pullSysinfo: string
        pullTags: string
        pullVulnerabilities: string
        sendTagsToAllVdoms: string
        serialNumber: string
        server: string
        sourceIp: string
        status: string
        statusCheckInterval: 0
        tenantId: string
        trustCaCn: string
        vdomparam: string
        verifyingCa: string
        websocketOverride: string
    

    Fctems Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Fctems resource accepts the following input properties:

    AdminPassword string
    FortiClient EMS admin password.
    AdminUsername string
    FortiClient EMS admin username.
    CallTimeout int
    FortiClient EMS call timeout. On FortiOS versions 6.2.4-6.2.6: 500 - 30000 milliseconds, default = 5000. On FortiOS versions 6.4.0: 500 - 50000 milliseconds, default = 5000. On FortiOS versions >= 6.4.2: 1 - 180 seconds, default = 30. On FortiOS versions 6.4.1: 500 - 180000 milliseconds, default = 30000.
    Capabilities string
    List of EMS capabilities.
    Certificate string
    FortiClient EMS certificate.
    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 int
    EMS ID in order. On FortiOS versions 7.0.8-7.0.15, 7.2.1-7.2.3: 1 - 5. On FortiOS versions >= 7.2.4: 1 - 7.
    FortinetoneCloudAuthentication string
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: enable, disable.
    HttpsPort int
    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.
    OutOfSyncThreshold int
    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: enable, disable.
    PullAvatars string
    Enable/disable pulling avatars from EMS. Valid values: enable, disable.
    PullMalwareHash string
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: enable, disable.
    PullSysinfo string
    Enable/disable pulling SysInfo from EMS. Valid values: enable, disable.
    PullTags string
    Enable/disable pulling FortiClient user tags from EMS. Valid values: enable, disable.
    PullVulnerabilities string
    Enable/disable pulling vulnerabilities from EMS. Valid values: enable, disable.
    SendTagsToAllVdoms string
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: enable, disable.
    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: enable, disable.
    StatusCheckInterval int
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    TenantId string
    EMS Tenant ID.
    TrustCaCn string
    Enable/disable trust of the EMS certificate issuer(CA) and common name(CN) for certificate auto-renewal. Valid values: enable, disable.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    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.
    AdminPassword string
    FortiClient EMS admin password.
    AdminUsername string
    FortiClient EMS admin username.
    CallTimeout int
    FortiClient EMS call timeout. On FortiOS versions 6.2.4-6.2.6: 500 - 30000 milliseconds, default = 5000. On FortiOS versions 6.4.0: 500 - 50000 milliseconds, default = 5000. On FortiOS versions >= 6.4.2: 1 - 180 seconds, default = 30. On FortiOS versions 6.4.1: 500 - 180000 milliseconds, default = 30000.
    Capabilities string
    List of EMS capabilities.
    Certificate string
    FortiClient EMS certificate.
    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 int
    EMS ID in order. On FortiOS versions 7.0.8-7.0.15, 7.2.1-7.2.3: 1 - 5. On FortiOS versions >= 7.2.4: 1 - 7.
    FortinetoneCloudAuthentication string
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: enable, disable.
    HttpsPort int
    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.
    OutOfSyncThreshold int
    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: enable, disable.
    PullAvatars string
    Enable/disable pulling avatars from EMS. Valid values: enable, disable.
    PullMalwareHash string
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: enable, disable.
    PullSysinfo string
    Enable/disable pulling SysInfo from EMS. Valid values: enable, disable.
    PullTags string
    Enable/disable pulling FortiClient user tags from EMS. Valid values: enable, disable.
    PullVulnerabilities string
    Enable/disable pulling vulnerabilities from EMS. Valid values: enable, disable.
    SendTagsToAllVdoms string
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: enable, disable.
    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: enable, disable.
    StatusCheckInterval int
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    TenantId string
    EMS Tenant ID.
    TrustCaCn string
    Enable/disable trust of the EMS certificate issuer(CA) and common name(CN) for certificate auto-renewal. Valid values: enable, disable.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    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.
    adminPassword String
    FortiClient EMS admin password.
    adminUsername String
    FortiClient EMS admin username.
    callTimeout Integer
    FortiClient EMS call timeout. On FortiOS versions 6.2.4-6.2.6: 500 - 30000 milliseconds, default = 5000. On FortiOS versions 6.4.0: 500 - 50000 milliseconds, default = 5000. On FortiOS versions >= 6.4.2: 1 - 180 seconds, default = 30. On FortiOS versions 6.4.1: 500 - 180000 milliseconds, default = 30000.
    capabilities String
    List of EMS capabilities.
    certificate String
    FortiClient EMS certificate.
    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 Integer
    EMS ID in order. On FortiOS versions 7.0.8-7.0.15, 7.2.1-7.2.3: 1 - 5. On FortiOS versions >= 7.2.4: 1 - 7.
    fortinetoneCloudAuthentication String
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: enable, disable.
    httpsPort Integer
    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.
    outOfSyncThreshold Integer
    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: enable, disable.
    pullAvatars String
    Enable/disable pulling avatars from EMS. Valid values: enable, disable.
    pullMalwareHash String
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: enable, disable.
    pullSysinfo String
    Enable/disable pulling SysInfo from EMS. Valid values: enable, disable.
    pullTags String
    Enable/disable pulling FortiClient user tags from EMS. Valid values: enable, disable.
    pullVulnerabilities String
    Enable/disable pulling vulnerabilities from EMS. Valid values: enable, disable.
    sendTagsToAllVdoms String
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: enable, disable.
    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: enable, disable.
    statusCheckInterval Integer
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    tenantId String
    EMS Tenant ID.
    trustCaCn String
    Enable/disable trust of the EMS certificate issuer(CA) and common name(CN) for certificate auto-renewal. Valid values: enable, disable.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    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.
    adminPassword string
    FortiClient EMS admin password.
    adminUsername string
    FortiClient EMS admin username.
    callTimeout number
    FortiClient EMS call timeout. On FortiOS versions 6.2.4-6.2.6: 500 - 30000 milliseconds, default = 5000. On FortiOS versions 6.4.0: 500 - 50000 milliseconds, default = 5000. On FortiOS versions >= 6.4.2: 1 - 180 seconds, default = 30. On FortiOS versions 6.4.1: 500 - 180000 milliseconds, default = 30000.
    capabilities string
    List of EMS capabilities.
    certificate string
    FortiClient EMS certificate.
    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. On FortiOS versions 7.0.8-7.0.15, 7.2.1-7.2.3: 1 - 5. On FortiOS versions >= 7.2.4: 1 - 7.
    fortinetoneCloudAuthentication string
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: enable, disable.
    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.
    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: enable, disable.
    pullAvatars string
    Enable/disable pulling avatars from EMS. Valid values: enable, disable.
    pullMalwareHash string
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: enable, disable.
    pullSysinfo string
    Enable/disable pulling SysInfo from EMS. Valid values: enable, disable.
    pullTags string
    Enable/disable pulling FortiClient user tags from EMS. Valid values: enable, disable.
    pullVulnerabilities string
    Enable/disable pulling vulnerabilities from EMS. Valid values: enable, disable.
    sendTagsToAllVdoms string
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: enable, disable.
    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: enable, disable.
    statusCheckInterval number
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    tenantId string
    EMS Tenant ID.
    trustCaCn string
    Enable/disable trust of the EMS certificate issuer(CA) and common name(CN) for certificate auto-renewal. Valid values: enable, disable.
    vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    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_password str
    FortiClient EMS admin password.
    admin_username str
    FortiClient EMS admin username.
    call_timeout int
    FortiClient EMS call timeout. On FortiOS versions 6.2.4-6.2.6: 500 - 30000 milliseconds, default = 5000. On FortiOS versions 6.4.0: 500 - 50000 milliseconds, default = 5000. On FortiOS versions >= 6.4.2: 1 - 180 seconds, default = 30. On FortiOS versions 6.4.1: 500 - 180000 milliseconds, default = 30000.
    capabilities str
    List of EMS capabilities.
    certificate str
    FortiClient EMS certificate.
    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 int
    EMS ID in order. On FortiOS versions 7.0.8-7.0.15, 7.2.1-7.2.3: 1 - 5. On FortiOS versions >= 7.2.4: 1 - 7.
    fortinetone_cloud_authentication str
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: enable, disable.
    https_port int
    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.
    out_of_sync_threshold int
    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: enable, disable.
    pull_avatars str
    Enable/disable pulling avatars from EMS. Valid values: enable, disable.
    pull_malware_hash str
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: enable, disable.
    pull_sysinfo str
    Enable/disable pulling SysInfo from EMS. Valid values: enable, disable.
    pull_tags str
    Enable/disable pulling FortiClient user tags from EMS. Valid values: enable, disable.
    pull_vulnerabilities str
    Enable/disable pulling vulnerabilities from EMS. Valid values: enable, disable.
    send_tags_to_all_vdoms str
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: enable, disable.
    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: enable, disable.
    status_check_interval int
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    tenant_id str
    EMS Tenant ID.
    trust_ca_cn str
    Enable/disable trust of the EMS certificate issuer(CA) and common name(CN) for certificate auto-renewal. Valid values: enable, disable.
    vdomparam str
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    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.
    adminPassword String
    FortiClient EMS admin password.
    adminUsername String
    FortiClient EMS admin username.
    callTimeout Number
    FortiClient EMS call timeout. On FortiOS versions 6.2.4-6.2.6: 500 - 30000 milliseconds, default = 5000. On FortiOS versions 6.4.0: 500 - 50000 milliseconds, default = 5000. On FortiOS versions >= 6.4.2: 1 - 180 seconds, default = 30. On FortiOS versions 6.4.1: 500 - 180000 milliseconds, default = 30000.
    capabilities String
    List of EMS capabilities.
    certificate String
    FortiClient EMS certificate.
    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. On FortiOS versions 7.0.8-7.0.15, 7.2.1-7.2.3: 1 - 5. On FortiOS versions >= 7.2.4: 1 - 7.
    fortinetoneCloudAuthentication String
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: enable, disable.
    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.
    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: enable, disable.
    pullAvatars String
    Enable/disable pulling avatars from EMS. Valid values: enable, disable.
    pullMalwareHash String
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: enable, disable.
    pullSysinfo String
    Enable/disable pulling SysInfo from EMS. Valid values: enable, disable.
    pullTags String
    Enable/disable pulling FortiClient user tags from EMS. Valid values: enable, disable.
    pullVulnerabilities String
    Enable/disable pulling vulnerabilities from EMS. Valid values: enable, disable.
    sendTagsToAllVdoms String
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: enable, disable.
    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: enable, disable.
    statusCheckInterval Number
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    tenantId String
    EMS Tenant ID.
    trustCaCn String
    Enable/disable trust of the EMS certificate issuer(CA) and common name(CN) for certificate auto-renewal. Valid values: enable, disable.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    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 Fctems 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 Fctems Resource

    Get an existing Fctems 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?: FctemsState, opts?: CustomResourceOptions): Fctems
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            admin_password: Optional[str] = None,
            admin_username: Optional[str] = None,
            call_timeout: Optional[int] = None,
            capabilities: Optional[str] = None,
            certificate: Optional[str] = None,
            cloud_authentication_access_key: Optional[str] = None,
            cloud_server_type: Optional[str] = None,
            dirty_reason: Optional[str] = None,
            ems_id: Optional[int] = None,
            fortinetone_cloud_authentication: Optional[str] = None,
            https_port: Optional[int] = None,
            interface: Optional[str] = None,
            interface_select_method: Optional[str] = None,
            name: Optional[str] = None,
            out_of_sync_threshold: Optional[int] = 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,
            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[int] = None,
            tenant_id: Optional[str] = None,
            trust_ca_cn: Optional[str] = None,
            vdomparam: Optional[str] = None,
            verifying_ca: Optional[str] = None,
            websocket_override: Optional[str] = None) -> Fctems
    func GetFctems(ctx *Context, name string, id IDInput, state *FctemsState, opts ...ResourceOption) (*Fctems, error)
    public static Fctems Get(string name, Input<string> id, FctemsState? state, CustomResourceOptions? opts = null)
    public static Fctems get(String name, Output<String> id, FctemsState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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:
    AdminPassword string
    FortiClient EMS admin password.
    AdminUsername string
    FortiClient EMS admin username.
    CallTimeout int
    FortiClient EMS call timeout. On FortiOS versions 6.2.4-6.2.6: 500 - 30000 milliseconds, default = 5000. On FortiOS versions 6.4.0: 500 - 50000 milliseconds, default = 5000. On FortiOS versions >= 6.4.2: 1 - 180 seconds, default = 30. On FortiOS versions 6.4.1: 500 - 180000 milliseconds, default = 30000.
    Capabilities string
    List of EMS capabilities.
    Certificate string
    FortiClient EMS certificate.
    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 int
    EMS ID in order. On FortiOS versions 7.0.8-7.0.15, 7.2.1-7.2.3: 1 - 5. On FortiOS versions >= 7.2.4: 1 - 7.
    FortinetoneCloudAuthentication string
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: enable, disable.
    HttpsPort int
    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.
    OutOfSyncThreshold int
    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: enable, disable.
    PullAvatars string
    Enable/disable pulling avatars from EMS. Valid values: enable, disable.
    PullMalwareHash string
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: enable, disable.
    PullSysinfo string
    Enable/disable pulling SysInfo from EMS. Valid values: enable, disable.
    PullTags string
    Enable/disable pulling FortiClient user tags from EMS. Valid values: enable, disable.
    PullVulnerabilities string
    Enable/disable pulling vulnerabilities from EMS. Valid values: enable, disable.
    SendTagsToAllVdoms string
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: enable, disable.
    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: enable, disable.
    StatusCheckInterval int
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    TenantId string
    EMS Tenant ID.
    TrustCaCn string
    Enable/disable trust of the EMS certificate issuer(CA) and common name(CN) for certificate auto-renewal. Valid values: enable, disable.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    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.
    AdminPassword string
    FortiClient EMS admin password.
    AdminUsername string
    FortiClient EMS admin username.
    CallTimeout int
    FortiClient EMS call timeout. On FortiOS versions 6.2.4-6.2.6: 500 - 30000 milliseconds, default = 5000. On FortiOS versions 6.4.0: 500 - 50000 milliseconds, default = 5000. On FortiOS versions >= 6.4.2: 1 - 180 seconds, default = 30. On FortiOS versions 6.4.1: 500 - 180000 milliseconds, default = 30000.
    Capabilities string
    List of EMS capabilities.
    Certificate string
    FortiClient EMS certificate.
    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 int
    EMS ID in order. On FortiOS versions 7.0.8-7.0.15, 7.2.1-7.2.3: 1 - 5. On FortiOS versions >= 7.2.4: 1 - 7.
    FortinetoneCloudAuthentication string
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: enable, disable.
    HttpsPort int
    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.
    OutOfSyncThreshold int
    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: enable, disable.
    PullAvatars string
    Enable/disable pulling avatars from EMS. Valid values: enable, disable.
    PullMalwareHash string
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: enable, disable.
    PullSysinfo string
    Enable/disable pulling SysInfo from EMS. Valid values: enable, disable.
    PullTags string
    Enable/disable pulling FortiClient user tags from EMS. Valid values: enable, disable.
    PullVulnerabilities string
    Enable/disable pulling vulnerabilities from EMS. Valid values: enable, disable.
    SendTagsToAllVdoms string
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: enable, disable.
    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: enable, disable.
    StatusCheckInterval int
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    TenantId string
    EMS Tenant ID.
    TrustCaCn string
    Enable/disable trust of the EMS certificate issuer(CA) and common name(CN) for certificate auto-renewal. Valid values: enable, disable.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    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.
    adminPassword String
    FortiClient EMS admin password.
    adminUsername String
    FortiClient EMS admin username.
    callTimeout Integer
    FortiClient EMS call timeout. On FortiOS versions 6.2.4-6.2.6: 500 - 30000 milliseconds, default = 5000. On FortiOS versions 6.4.0: 500 - 50000 milliseconds, default = 5000. On FortiOS versions >= 6.4.2: 1 - 180 seconds, default = 30. On FortiOS versions 6.4.1: 500 - 180000 milliseconds, default = 30000.
    capabilities String
    List of EMS capabilities.
    certificate String
    FortiClient EMS certificate.
    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 Integer
    EMS ID in order. On FortiOS versions 7.0.8-7.0.15, 7.2.1-7.2.3: 1 - 5. On FortiOS versions >= 7.2.4: 1 - 7.
    fortinetoneCloudAuthentication String
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: enable, disable.
    httpsPort Integer
    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.
    outOfSyncThreshold Integer
    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: enable, disable.
    pullAvatars String
    Enable/disable pulling avatars from EMS. Valid values: enable, disable.
    pullMalwareHash String
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: enable, disable.
    pullSysinfo String
    Enable/disable pulling SysInfo from EMS. Valid values: enable, disable.
    pullTags String
    Enable/disable pulling FortiClient user tags from EMS. Valid values: enable, disable.
    pullVulnerabilities String
    Enable/disable pulling vulnerabilities from EMS. Valid values: enable, disable.
    sendTagsToAllVdoms String
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: enable, disable.
    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: enable, disable.
    statusCheckInterval Integer
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    tenantId String
    EMS Tenant ID.
    trustCaCn String
    Enable/disable trust of the EMS certificate issuer(CA) and common name(CN) for certificate auto-renewal. Valid values: enable, disable.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    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.
    adminPassword string
    FortiClient EMS admin password.
    adminUsername string
    FortiClient EMS admin username.
    callTimeout number
    FortiClient EMS call timeout. On FortiOS versions 6.2.4-6.2.6: 500 - 30000 milliseconds, default = 5000. On FortiOS versions 6.4.0: 500 - 50000 milliseconds, default = 5000. On FortiOS versions >= 6.4.2: 1 - 180 seconds, default = 30. On FortiOS versions 6.4.1: 500 - 180000 milliseconds, default = 30000.
    capabilities string
    List of EMS capabilities.
    certificate string
    FortiClient EMS certificate.
    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. On FortiOS versions 7.0.8-7.0.15, 7.2.1-7.2.3: 1 - 5. On FortiOS versions >= 7.2.4: 1 - 7.
    fortinetoneCloudAuthentication string
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: enable, disable.
    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.
    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: enable, disable.
    pullAvatars string
    Enable/disable pulling avatars from EMS. Valid values: enable, disable.
    pullMalwareHash string
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: enable, disable.
    pullSysinfo string
    Enable/disable pulling SysInfo from EMS. Valid values: enable, disable.
    pullTags string
    Enable/disable pulling FortiClient user tags from EMS. Valid values: enable, disable.
    pullVulnerabilities string
    Enable/disable pulling vulnerabilities from EMS. Valid values: enable, disable.
    sendTagsToAllVdoms string
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: enable, disable.
    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: enable, disable.
    statusCheckInterval number
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    tenantId string
    EMS Tenant ID.
    trustCaCn string
    Enable/disable trust of the EMS certificate issuer(CA) and common name(CN) for certificate auto-renewal. Valid values: enable, disable.
    vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    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_password str
    FortiClient EMS admin password.
    admin_username str
    FortiClient EMS admin username.
    call_timeout int
    FortiClient EMS call timeout. On FortiOS versions 6.2.4-6.2.6: 500 - 30000 milliseconds, default = 5000. On FortiOS versions 6.4.0: 500 - 50000 milliseconds, default = 5000. On FortiOS versions >= 6.4.2: 1 - 180 seconds, default = 30. On FortiOS versions 6.4.1: 500 - 180000 milliseconds, default = 30000.
    capabilities str
    List of EMS capabilities.
    certificate str
    FortiClient EMS certificate.
    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 int
    EMS ID in order. On FortiOS versions 7.0.8-7.0.15, 7.2.1-7.2.3: 1 - 5. On FortiOS versions >= 7.2.4: 1 - 7.
    fortinetone_cloud_authentication str
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: enable, disable.
    https_port int
    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.
    out_of_sync_threshold int
    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: enable, disable.
    pull_avatars str
    Enable/disable pulling avatars from EMS. Valid values: enable, disable.
    pull_malware_hash str
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: enable, disable.
    pull_sysinfo str
    Enable/disable pulling SysInfo from EMS. Valid values: enable, disable.
    pull_tags str
    Enable/disable pulling FortiClient user tags from EMS. Valid values: enable, disable.
    pull_vulnerabilities str
    Enable/disable pulling vulnerabilities from EMS. Valid values: enable, disable.
    send_tags_to_all_vdoms str
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: enable, disable.
    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: enable, disable.
    status_check_interval int
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    tenant_id str
    EMS Tenant ID.
    trust_ca_cn str
    Enable/disable trust of the EMS certificate issuer(CA) and common name(CN) for certificate auto-renewal. Valid values: enable, disable.
    vdomparam str
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    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.
    adminPassword String
    FortiClient EMS admin password.
    adminUsername String
    FortiClient EMS admin username.
    callTimeout Number
    FortiClient EMS call timeout. On FortiOS versions 6.2.4-6.2.6: 500 - 30000 milliseconds, default = 5000. On FortiOS versions 6.4.0: 500 - 50000 milliseconds, default = 5000. On FortiOS versions >= 6.4.2: 1 - 180 seconds, default = 30. On FortiOS versions 6.4.1: 500 - 180000 milliseconds, default = 30000.
    capabilities String
    List of EMS capabilities.
    certificate String
    FortiClient EMS certificate.
    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. On FortiOS versions 7.0.8-7.0.15, 7.2.1-7.2.3: 1 - 5. On FortiOS versions >= 7.2.4: 1 - 7.
    fortinetoneCloudAuthentication String
    Enable/disable authentication of FortiClient EMS Cloud through FortiCloud account. Valid values: enable, disable.
    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.
    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: enable, disable.
    pullAvatars String
    Enable/disable pulling avatars from EMS. Valid values: enable, disable.
    pullMalwareHash String
    Enable/disable pulling FortiClient malware hash from EMS. Valid values: enable, disable.
    pullSysinfo String
    Enable/disable pulling SysInfo from EMS. Valid values: enable, disable.
    pullTags String
    Enable/disable pulling FortiClient user tags from EMS. Valid values: enable, disable.
    pullVulnerabilities String
    Enable/disable pulling vulnerabilities from EMS. Valid values: enable, disable.
    sendTagsToAllVdoms String
    Relax restrictions on tags to send all EMS tags to all VDOMs Valid values: enable, disable.
    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: enable, disable.
    statusCheckInterval Number
    FortiClient EMS call timeout in seconds (1 - 120 seconds, default = 5).
    tenantId String
    EMS Tenant ID.
    trustCaCn String
    Enable/disable trust of the EMS certificate issuer(CA) and common name(CN) for certificate auto-renewal. Valid values: enable, disable.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    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

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

    $ pulumi import fortios:endpointcontrol/fctems:Fctems labelname {{name}}
    

    If you do not want to import arguments of block:

    $ export “FORTIOS_IMPORT_TABLE”=“false”

    $ pulumi import fortios:endpointcontrol/fctems:Fctems labelname {{name}}
    

    $ unset “FORTIOS_IMPORT_TABLE”

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    fortios pulumiverse/pulumi-fortios
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the fortios Terraform Provider.
    fortios logo
    Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse