ZeroTrustDeviceManagedNetworksArgs

data class ZeroTrustDeviceManagedNetworksArgs(val accountId: Output<String>? = null, val config: Output<ZeroTrustDeviceManagedNetworksConfigArgs>? = null, val name: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ZeroTrustDeviceManagedNetworksArgs>

Example Usage

resources:
exampleZeroTrustDeviceManagedNetworks:
type: cloudflare:ZeroTrustDeviceManagedNetworks
name: example_zero_trust_device_managed_networks
properties:
accountId: 699d98642c564d2e855e9661899b7252
config:
tls_sockaddr: foo.bar:1234
sha256: b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c
name: managed-network-1
type: tls

Import

$ pulumi import cloudflare:index/zeroTrustDeviceManagedNetworks:ZeroTrustDeviceManagedNetworks example '<account_id>/<network_id>'

Constructors

Link copied to clipboard
constructor(accountId: Output<String>? = null, config: Output<ZeroTrustDeviceManagedNetworksConfigArgs>? = null, name: Output<String>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val accountId: Output<String>? = null
Link copied to clipboard

The configuration object containing information for the WARP client to detect the managed network.

Link copied to clipboard
val name: Output<String>? = null

The name of the device managed network. This name must be unique.

Link copied to clipboard
val type: Output<String>? = null

The type of device managed network. Available values: "tls".

Functions

Link copied to clipboard
open override fun toJava(): ZeroTrustDeviceManagedNetworksArgs