ZeroTrustDeviceCustomProfileLocalDomainFallbackArgs

data class ZeroTrustDeviceCustomProfileLocalDomainFallbackArgs(val accountId: Output<String>? = null, val domains: Output<List<ZeroTrustDeviceCustomProfileLocalDomainFallbackDomainArgs>>? = null, val policyId: Output<String>? = null) : ConvertibleToJava<ZeroTrustDeviceCustomProfileLocalDomainFallbackArgs>

Example Usage

resources:
exampleZeroTrustDeviceCustomProfileLocalDomainFallback:
type: cloudflare:ZeroTrustDeviceCustomProfileLocalDomainFallback
name: example_zero_trust_device_custom_profile_local_domain_fallback
properties:
accountId: 699d98642c564d2e855e9661899b7252
policyId: f174e90a-fafe-4643-bbbc-4a0ed4fc8415
domains:
- suffix: example.com
description: Domain bypass for local development
dns_server:
- 1.1.1.1

Import

$ pulumi import cloudflare:index/zeroTrustDeviceCustomProfileLocalDomainFallback:ZeroTrustDeviceCustomProfileLocalDomainFallback example '<account_id>/<policy_id>'

Constructors

constructor(accountId: Output<String>? = null, domains: Output<List<ZeroTrustDeviceCustomProfileLocalDomainFallbackDomainArgs>>? = null, policyId: Output<String>? = null)

Properties

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

Functions

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