ZeroTrustDeviceCustomProfileLocalDomainFallback

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>'

Properties

Link copied to clipboard
val accountId: Output<String>
Link copied to clipboard
val description: Output<String>

A description of the fallback domain, displayed in the client UI.

Link copied to clipboard
val dnsServers: Output<List<String>>

A list of IP addresses to handle domain resolution.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val policyId: Output<String>

Device ID.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val suffix: Output<String>

The domain suffix to match when resolving locally.

Link copied to clipboard
val urn: Output<String>