1. Packages
  2. Cloudflare Provider
  3. API Docs
  4. getZeroTrustDeviceCustomProfiles
Cloudflare v6.1.0 published on Friday, Apr 18, 2025 by Pulumi

cloudflare.getZeroTrustDeviceCustomProfiles

Explore with Pulumi AI

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";

const exampleZeroTrustDeviceCustomProfiles = cloudflare.getZeroTrustDeviceCustomProfiles({
    accountId: "699d98642c564d2e855e9661899b7252",
});
Copy
import pulumi
import pulumi_cloudflare as cloudflare

example_zero_trust_device_custom_profiles = cloudflare.get_zero_trust_device_custom_profiles(account_id="699d98642c564d2e855e9661899b7252")
Copy
package main

import (
	"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := cloudflare.LookupZeroTrustDeviceCustomProfiles(ctx, &cloudflare.LookupZeroTrustDeviceCustomProfilesArgs{
			AccountId: "699d98642c564d2e855e9661899b7252",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;

return await Deployment.RunAsync(() => 
{
    var exampleZeroTrustDeviceCustomProfiles = Cloudflare.GetZeroTrustDeviceCustomProfiles.Invoke(new()
    {
        AccountId = "699d98642c564d2e855e9661899b7252",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.CloudflareFunctions;
import com.pulumi.cloudflare.inputs.GetZeroTrustDeviceCustomProfilesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var exampleZeroTrustDeviceCustomProfiles = CloudflareFunctions.getZeroTrustDeviceCustomProfiles(GetZeroTrustDeviceCustomProfilesArgs.builder()
            .accountId("699d98642c564d2e855e9661899b7252")
            .build());

    }
}
Copy
variables:
  exampleZeroTrustDeviceCustomProfiles:
    fn::invoke:
      function: cloudflare:getZeroTrustDeviceCustomProfiles
      arguments:
        accountId: 699d98642c564d2e855e9661899b7252
Copy

Using getZeroTrustDeviceCustomProfiles

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getZeroTrustDeviceCustomProfiles(args: GetZeroTrustDeviceCustomProfilesArgs, opts?: InvokeOptions): Promise<GetZeroTrustDeviceCustomProfilesResult>
function getZeroTrustDeviceCustomProfilesOutput(args: GetZeroTrustDeviceCustomProfilesOutputArgs, opts?: InvokeOptions): Output<GetZeroTrustDeviceCustomProfilesResult>
Copy
def get_zero_trust_device_custom_profiles(account_id: Optional[str] = None,
                                          max_items: Optional[int] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetZeroTrustDeviceCustomProfilesResult
def get_zero_trust_device_custom_profiles_output(account_id: Optional[pulumi.Input[str]] = None,
                                          max_items: Optional[pulumi.Input[int]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetZeroTrustDeviceCustomProfilesResult]
Copy
func LookupZeroTrustDeviceCustomProfiles(ctx *Context, args *LookupZeroTrustDeviceCustomProfilesArgs, opts ...InvokeOption) (*LookupZeroTrustDeviceCustomProfilesResult, error)
func LookupZeroTrustDeviceCustomProfilesOutput(ctx *Context, args *LookupZeroTrustDeviceCustomProfilesOutputArgs, opts ...InvokeOption) LookupZeroTrustDeviceCustomProfilesResultOutput
Copy

> Note: This function is named LookupZeroTrustDeviceCustomProfiles in the Go SDK.

public static class GetZeroTrustDeviceCustomProfiles 
{
    public static Task<GetZeroTrustDeviceCustomProfilesResult> InvokeAsync(GetZeroTrustDeviceCustomProfilesArgs args, InvokeOptions? opts = null)
    public static Output<GetZeroTrustDeviceCustomProfilesResult> Invoke(GetZeroTrustDeviceCustomProfilesInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetZeroTrustDeviceCustomProfilesResult> getZeroTrustDeviceCustomProfiles(GetZeroTrustDeviceCustomProfilesArgs args, InvokeOptions options)
public static Output<GetZeroTrustDeviceCustomProfilesResult> getZeroTrustDeviceCustomProfiles(GetZeroTrustDeviceCustomProfilesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: cloudflare:index/getZeroTrustDeviceCustomProfiles:getZeroTrustDeviceCustomProfiles
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountId This property is required. string
MaxItems int
Max items to fetch, default: 1000
AccountId This property is required. string
MaxItems int
Max items to fetch, default: 1000
accountId This property is required. String
maxItems Integer
Max items to fetch, default: 1000
accountId This property is required. string
maxItems number
Max items to fetch, default: 1000
account_id This property is required. str
max_items int
Max items to fetch, default: 1000
accountId This property is required. String
maxItems Number
Max items to fetch, default: 1000

getZeroTrustDeviceCustomProfiles Result

The following output properties are available:

AccountId string
Id string
The provider-assigned unique ID for this managed resource.
Results List<GetZeroTrustDeviceCustomProfilesResult>
The items returned by the data source
MaxItems int
Max items to fetch, default: 1000
AccountId string
Id string
The provider-assigned unique ID for this managed resource.
Results []GetZeroTrustDeviceCustomProfilesResult
The items returned by the data source
MaxItems int
Max items to fetch, default: 1000
accountId String
id String
The provider-assigned unique ID for this managed resource.
results List<GetZeroTrustDeviceCustomProfilesResult>
The items returned by the data source
maxItems Integer
Max items to fetch, default: 1000
accountId string
id string
The provider-assigned unique ID for this managed resource.
results GetZeroTrustDeviceCustomProfilesResult[]
The items returned by the data source
maxItems number
Max items to fetch, default: 1000
account_id str
id str
The provider-assigned unique ID for this managed resource.
results Sequence[GetZeroTrustDeviceCustomProfilesResult]
The items returned by the data source
max_items int
Max items to fetch, default: 1000
accountId String
id String
The provider-assigned unique ID for this managed resource.
results List<Property Map>
The items returned by the data source
maxItems Number
Max items to fetch, default: 1000

Supporting Types

GetZeroTrustDeviceCustomProfilesResult

AllowModeSwitch This property is required. bool
Whether to allow the user to switch WARP between modes.
AllowUpdates This property is required. bool
Whether to receive update notifications when a new version of the client is available.
AllowedToLeave This property is required. bool
Whether to allow devices to leave the organization.
AutoConnect This property is required. double
The amount of time in seconds to reconnect after having been disabled.
CaptivePortal This property is required. double
Turn on the captive portal after the specified amount of time.
Default This property is required. bool
Whether the policy is the default policy for an account.
Description This property is required. string
A description of the policy.
DisableAutoFallback This property is required. bool
If the dns_server field of a fallback domain is not present, the client will fall back to a best guess of the default/system DNS resolvers unless this policy option is set to true.
Enabled This property is required. bool
Whether the policy will be applied to matching devices.
ExcludeOfficeIps This property is required. bool
Whether to add Microsoft IPs to Split Tunnel exclusions.
Excludes This property is required. List<GetZeroTrustDeviceCustomProfilesResultExclude>
List of routes excluded in the WARP client's tunnel.
FallbackDomains This property is required. List<GetZeroTrustDeviceCustomProfilesResultFallbackDomain>
GatewayUniqueId This property is required. string
Includes This property is required. List<GetZeroTrustDeviceCustomProfilesResultInclude>
List of routes included in the WARP client's tunnel.
LanAllowMinutes This property is required. double
The amount of time in minutes a user is allowed access to their LAN. A value of 0 will allow LAN access until the next WARP reconnection, such as a reboot or a laptop waking from sleep. Note that this field is omitted from the response if null or unset.
LanAllowSubnetSize This property is required. double
The size of the subnet for the local access network. Note that this field is omitted from the response if null or unset.
Match This property is required. string
The wirefilter expression to match devices.
Name This property is required. string
The name of the device settings profile.
PolicyId This property is required. string
Precedence This property is required. double
The precedence of the policy. Lower values indicate higher precedence. Policies will be evaluated in ascending order of this field.
RegisterInterfaceIpWithDns This property is required. bool
Determines if the operating system will register WARP's local interface IP with your on-premises DNS server.
ServiceModeV2 This property is required. GetZeroTrustDeviceCustomProfilesResultServiceModeV2
SupportUrl This property is required. string
The URL to launch when the Send Feedback button is clicked.
SwitchLocked This property is required. bool
Whether to allow the user to turn off the WARP switch and disconnect the client.
TargetTests This property is required. List<GetZeroTrustDeviceCustomProfilesResultTargetTest>
TunnelProtocol This property is required. string
Determines which tunnel protocol to use.
AllowModeSwitch This property is required. bool
Whether to allow the user to switch WARP between modes.
AllowUpdates This property is required. bool
Whether to receive update notifications when a new version of the client is available.
AllowedToLeave This property is required. bool
Whether to allow devices to leave the organization.
AutoConnect This property is required. float64
The amount of time in seconds to reconnect after having been disabled.
CaptivePortal This property is required. float64
Turn on the captive portal after the specified amount of time.
Default This property is required. bool
Whether the policy is the default policy for an account.
Description This property is required. string
A description of the policy.
DisableAutoFallback This property is required. bool
If the dns_server field of a fallback domain is not present, the client will fall back to a best guess of the default/system DNS resolvers unless this policy option is set to true.
Enabled This property is required. bool
Whether the policy will be applied to matching devices.
ExcludeOfficeIps This property is required. bool
Whether to add Microsoft IPs to Split Tunnel exclusions.
Excludes This property is required. []GetZeroTrustDeviceCustomProfilesResultExclude
List of routes excluded in the WARP client's tunnel.
FallbackDomains This property is required. []GetZeroTrustDeviceCustomProfilesResultFallbackDomain
GatewayUniqueId This property is required. string
Includes This property is required. []GetZeroTrustDeviceCustomProfilesResultInclude
List of routes included in the WARP client's tunnel.
LanAllowMinutes This property is required. float64
The amount of time in minutes a user is allowed access to their LAN. A value of 0 will allow LAN access until the next WARP reconnection, such as a reboot or a laptop waking from sleep. Note that this field is omitted from the response if null or unset.
LanAllowSubnetSize This property is required. float64
The size of the subnet for the local access network. Note that this field is omitted from the response if null or unset.
Match This property is required. string
The wirefilter expression to match devices.
Name This property is required. string
The name of the device settings profile.
PolicyId This property is required. string
Precedence This property is required. float64
The precedence of the policy. Lower values indicate higher precedence. Policies will be evaluated in ascending order of this field.
RegisterInterfaceIpWithDns This property is required. bool
Determines if the operating system will register WARP's local interface IP with your on-premises DNS server.
ServiceModeV2 This property is required. GetZeroTrustDeviceCustomProfilesResultServiceModeV2
SupportUrl This property is required. string
The URL to launch when the Send Feedback button is clicked.
SwitchLocked This property is required. bool
Whether to allow the user to turn off the WARP switch and disconnect the client.
TargetTests This property is required. []GetZeroTrustDeviceCustomProfilesResultTargetTest
TunnelProtocol This property is required. string
Determines which tunnel protocol to use.
allowModeSwitch This property is required. Boolean
Whether to allow the user to switch WARP between modes.
allowUpdates This property is required. Boolean
Whether to receive update notifications when a new version of the client is available.
allowedToLeave This property is required. Boolean
Whether to allow devices to leave the organization.
autoConnect This property is required. Double
The amount of time in seconds to reconnect after having been disabled.
captivePortal This property is required. Double
Turn on the captive portal after the specified amount of time.
default_ This property is required. Boolean
Whether the policy is the default policy for an account.
description This property is required. String
A description of the policy.
disableAutoFallback This property is required. Boolean
If the dns_server field of a fallback domain is not present, the client will fall back to a best guess of the default/system DNS resolvers unless this policy option is set to true.
enabled This property is required. Boolean
Whether the policy will be applied to matching devices.
excludeOfficeIps This property is required. Boolean
Whether to add Microsoft IPs to Split Tunnel exclusions.
excludes This property is required. List<GetZeroTrustDeviceCustomProfilesResultExclude>
List of routes excluded in the WARP client's tunnel.
fallbackDomains This property is required. List<GetZeroTrustDeviceCustomProfilesResultFallbackDomain>
gatewayUniqueId This property is required. String
includes This property is required. List<GetZeroTrustDeviceCustomProfilesResultInclude>
List of routes included in the WARP client's tunnel.
lanAllowMinutes This property is required. Double
The amount of time in minutes a user is allowed access to their LAN. A value of 0 will allow LAN access until the next WARP reconnection, such as a reboot or a laptop waking from sleep. Note that this field is omitted from the response if null or unset.
lanAllowSubnetSize This property is required. Double
The size of the subnet for the local access network. Note that this field is omitted from the response if null or unset.
match This property is required. String
The wirefilter expression to match devices.
name This property is required. String
The name of the device settings profile.
policyId This property is required. String
precedence This property is required. Double
The precedence of the policy. Lower values indicate higher precedence. Policies will be evaluated in ascending order of this field.
registerInterfaceIpWithDns This property is required. Boolean
Determines if the operating system will register WARP's local interface IP with your on-premises DNS server.
serviceModeV2 This property is required. GetZeroTrustDeviceCustomProfilesResultServiceModeV2
supportUrl This property is required. String
The URL to launch when the Send Feedback button is clicked.
switchLocked This property is required. Boolean
Whether to allow the user to turn off the WARP switch and disconnect the client.
targetTests This property is required. List<GetZeroTrustDeviceCustomProfilesResultTargetTest>
tunnelProtocol This property is required. String
Determines which tunnel protocol to use.
allowModeSwitch This property is required. boolean
Whether to allow the user to switch WARP between modes.
allowUpdates This property is required. boolean
Whether to receive update notifications when a new version of the client is available.
allowedToLeave This property is required. boolean
Whether to allow devices to leave the organization.
autoConnect This property is required. number
The amount of time in seconds to reconnect after having been disabled.
captivePortal This property is required. number
Turn on the captive portal after the specified amount of time.
default This property is required. boolean
Whether the policy is the default policy for an account.
description This property is required. string
A description of the policy.
disableAutoFallback This property is required. boolean
If the dns_server field of a fallback domain is not present, the client will fall back to a best guess of the default/system DNS resolvers unless this policy option is set to true.
enabled This property is required. boolean
Whether the policy will be applied to matching devices.
excludeOfficeIps This property is required. boolean
Whether to add Microsoft IPs to Split Tunnel exclusions.
excludes This property is required. GetZeroTrustDeviceCustomProfilesResultExclude[]
List of routes excluded in the WARP client's tunnel.
fallbackDomains This property is required. GetZeroTrustDeviceCustomProfilesResultFallbackDomain[]
gatewayUniqueId This property is required. string
includes This property is required. GetZeroTrustDeviceCustomProfilesResultInclude[]
List of routes included in the WARP client's tunnel.
lanAllowMinutes This property is required. number
The amount of time in minutes a user is allowed access to their LAN. A value of 0 will allow LAN access until the next WARP reconnection, such as a reboot or a laptop waking from sleep. Note that this field is omitted from the response if null or unset.
lanAllowSubnetSize This property is required. number
The size of the subnet for the local access network. Note that this field is omitted from the response if null or unset.
match This property is required. string
The wirefilter expression to match devices.
name This property is required. string
The name of the device settings profile.
policyId This property is required. string
precedence This property is required. number
The precedence of the policy. Lower values indicate higher precedence. Policies will be evaluated in ascending order of this field.
registerInterfaceIpWithDns This property is required. boolean
Determines if the operating system will register WARP's local interface IP with your on-premises DNS server.
serviceModeV2 This property is required. GetZeroTrustDeviceCustomProfilesResultServiceModeV2
supportUrl This property is required. string
The URL to launch when the Send Feedback button is clicked.
switchLocked This property is required. boolean
Whether to allow the user to turn off the WARP switch and disconnect the client.
targetTests This property is required. GetZeroTrustDeviceCustomProfilesResultTargetTest[]
tunnelProtocol This property is required. string
Determines which tunnel protocol to use.
allow_mode_switch This property is required. bool
Whether to allow the user to switch WARP between modes.
allow_updates This property is required. bool
Whether to receive update notifications when a new version of the client is available.
allowed_to_leave This property is required. bool
Whether to allow devices to leave the organization.
auto_connect This property is required. float
The amount of time in seconds to reconnect after having been disabled.
captive_portal This property is required. float
Turn on the captive portal after the specified amount of time.
default This property is required. bool
Whether the policy is the default policy for an account.
description This property is required. str
A description of the policy.
disable_auto_fallback This property is required. bool
If the dns_server field of a fallback domain is not present, the client will fall back to a best guess of the default/system DNS resolvers unless this policy option is set to true.
enabled This property is required. bool
Whether the policy will be applied to matching devices.
exclude_office_ips This property is required. bool
Whether to add Microsoft IPs to Split Tunnel exclusions.
excludes This property is required. Sequence[GetZeroTrustDeviceCustomProfilesResultExclude]
List of routes excluded in the WARP client's tunnel.
fallback_domains This property is required. Sequence[GetZeroTrustDeviceCustomProfilesResultFallbackDomain]
gateway_unique_id This property is required. str
includes This property is required. Sequence[GetZeroTrustDeviceCustomProfilesResultInclude]
List of routes included in the WARP client's tunnel.
lan_allow_minutes This property is required. float
The amount of time in minutes a user is allowed access to their LAN. A value of 0 will allow LAN access until the next WARP reconnection, such as a reboot or a laptop waking from sleep. Note that this field is omitted from the response if null or unset.
lan_allow_subnet_size This property is required. float
The size of the subnet for the local access network. Note that this field is omitted from the response if null or unset.
match This property is required. str
The wirefilter expression to match devices.
name This property is required. str
The name of the device settings profile.
policy_id This property is required. str
precedence This property is required. float
The precedence of the policy. Lower values indicate higher precedence. Policies will be evaluated in ascending order of this field.
register_interface_ip_with_dns This property is required. bool
Determines if the operating system will register WARP's local interface IP with your on-premises DNS server.
service_mode_v2 This property is required. GetZeroTrustDeviceCustomProfilesResultServiceModeV2
support_url This property is required. str
The URL to launch when the Send Feedback button is clicked.
switch_locked This property is required. bool
Whether to allow the user to turn off the WARP switch and disconnect the client.
target_tests This property is required. Sequence[GetZeroTrustDeviceCustomProfilesResultTargetTest]
tunnel_protocol This property is required. str
Determines which tunnel protocol to use.
allowModeSwitch This property is required. Boolean
Whether to allow the user to switch WARP between modes.
allowUpdates This property is required. Boolean
Whether to receive update notifications when a new version of the client is available.
allowedToLeave This property is required. Boolean
Whether to allow devices to leave the organization.
autoConnect This property is required. Number
The amount of time in seconds to reconnect after having been disabled.
captivePortal This property is required. Number
Turn on the captive portal after the specified amount of time.
default This property is required. Boolean
Whether the policy is the default policy for an account.
description This property is required. String
A description of the policy.
disableAutoFallback This property is required. Boolean
If the dns_server field of a fallback domain is not present, the client will fall back to a best guess of the default/system DNS resolvers unless this policy option is set to true.
enabled This property is required. Boolean
Whether the policy will be applied to matching devices.
excludeOfficeIps This property is required. Boolean
Whether to add Microsoft IPs to Split Tunnel exclusions.
excludes This property is required. List<Property Map>
List of routes excluded in the WARP client's tunnel.
fallbackDomains This property is required. List<Property Map>
gatewayUniqueId This property is required. String
includes This property is required. List<Property Map>
List of routes included in the WARP client's tunnel.
lanAllowMinutes This property is required. Number
The amount of time in minutes a user is allowed access to their LAN. A value of 0 will allow LAN access until the next WARP reconnection, such as a reboot or a laptop waking from sleep. Note that this field is omitted from the response if null or unset.
lanAllowSubnetSize This property is required. Number
The size of the subnet for the local access network. Note that this field is omitted from the response if null or unset.
match This property is required. String
The wirefilter expression to match devices.
name This property is required. String
The name of the device settings profile.
policyId This property is required. String
precedence This property is required. Number
The precedence of the policy. Lower values indicate higher precedence. Policies will be evaluated in ascending order of this field.
registerInterfaceIpWithDns This property is required. Boolean
Determines if the operating system will register WARP's local interface IP with your on-premises DNS server.
serviceModeV2 This property is required. Property Map
supportUrl This property is required. String
The URL to launch when the Send Feedback button is clicked.
switchLocked This property is required. Boolean
Whether to allow the user to turn off the WARP switch and disconnect the client.
targetTests This property is required. List<Property Map>
tunnelProtocol This property is required. String
Determines which tunnel protocol to use.

GetZeroTrustDeviceCustomProfilesResultExclude

Address This property is required. string
The address in CIDR format to exclude from the tunnel. If address is present, host must not be present.
Description This property is required. string
A description of the Split Tunnel item, displayed in the client UI.
Host This property is required. string
The domain name to exclude from the tunnel. If host is present, address must not be present.
Address This property is required. string
The address in CIDR format to exclude from the tunnel. If address is present, host must not be present.
Description This property is required. string
A description of the Split Tunnel item, displayed in the client UI.
Host This property is required. string
The domain name to exclude from the tunnel. If host is present, address must not be present.
address This property is required. String
The address in CIDR format to exclude from the tunnel. If address is present, host must not be present.
description This property is required. String
A description of the Split Tunnel item, displayed in the client UI.
host This property is required. String
The domain name to exclude from the tunnel. If host is present, address must not be present.
address This property is required. string
The address in CIDR format to exclude from the tunnel. If address is present, host must not be present.
description This property is required. string
A description of the Split Tunnel item, displayed in the client UI.
host This property is required. string
The domain name to exclude from the tunnel. If host is present, address must not be present.
address This property is required. str
The address in CIDR format to exclude from the tunnel. If address is present, host must not be present.
description This property is required. str
A description of the Split Tunnel item, displayed in the client UI.
host This property is required. str
The domain name to exclude from the tunnel. If host is present, address must not be present.
address This property is required. String
The address in CIDR format to exclude from the tunnel. If address is present, host must not be present.
description This property is required. String
A description of the Split Tunnel item, displayed in the client UI.
host This property is required. String
The domain name to exclude from the tunnel. If host is present, address must not be present.

GetZeroTrustDeviceCustomProfilesResultFallbackDomain

Description This property is required. string
A description of the fallback domain, displayed in the client UI.
DnsServers This property is required. List<string>
A list of IP addresses to handle domain resolution.
Suffix This property is required. string
The domain suffix to match when resolving locally.
Description This property is required. string
A description of the fallback domain, displayed in the client UI.
DnsServers This property is required. []string
A list of IP addresses to handle domain resolution.
Suffix This property is required. string
The domain suffix to match when resolving locally.
description This property is required. String
A description of the fallback domain, displayed in the client UI.
dnsServers This property is required. List<String>
A list of IP addresses to handle domain resolution.
suffix This property is required. String
The domain suffix to match when resolving locally.
description This property is required. string
A description of the fallback domain, displayed in the client UI.
dnsServers This property is required. string[]
A list of IP addresses to handle domain resolution.
suffix This property is required. string
The domain suffix to match when resolving locally.
description This property is required. str
A description of the fallback domain, displayed in the client UI.
dns_servers This property is required. Sequence[str]
A list of IP addresses to handle domain resolution.
suffix This property is required. str
The domain suffix to match when resolving locally.
description This property is required. String
A description of the fallback domain, displayed in the client UI.
dnsServers This property is required. List<String>
A list of IP addresses to handle domain resolution.
suffix This property is required. String
The domain suffix to match when resolving locally.

GetZeroTrustDeviceCustomProfilesResultInclude

Address This property is required. string
The address in CIDR format to include in the tunnel. If address is present, host must not be present.
Description This property is required. string
A description of the Split Tunnel item, displayed in the client UI.
Host This property is required. string
The domain name to include in the tunnel. If host is present, address must not be present.
Address This property is required. string
The address in CIDR format to include in the tunnel. If address is present, host must not be present.
Description This property is required. string
A description of the Split Tunnel item, displayed in the client UI.
Host This property is required. string
The domain name to include in the tunnel. If host is present, address must not be present.
address This property is required. String
The address in CIDR format to include in the tunnel. If address is present, host must not be present.
description This property is required. String
A description of the Split Tunnel item, displayed in the client UI.
host This property is required. String
The domain name to include in the tunnel. If host is present, address must not be present.
address This property is required. string
The address in CIDR format to include in the tunnel. If address is present, host must not be present.
description This property is required. string
A description of the Split Tunnel item, displayed in the client UI.
host This property is required. string
The domain name to include in the tunnel. If host is present, address must not be present.
address This property is required. str
The address in CIDR format to include in the tunnel. If address is present, host must not be present.
description This property is required. str
A description of the Split Tunnel item, displayed in the client UI.
host This property is required. str
The domain name to include in the tunnel. If host is present, address must not be present.
address This property is required. String
The address in CIDR format to include in the tunnel. If address is present, host must not be present.
description This property is required. String
A description of the Split Tunnel item, displayed in the client UI.
host This property is required. String
The domain name to include in the tunnel. If host is present, address must not be present.

GetZeroTrustDeviceCustomProfilesResultServiceModeV2

Mode This property is required. string
The mode to run the WARP client under.
Port This property is required. double
The port number when used with proxy mode.
Mode This property is required. string
The mode to run the WARP client under.
Port This property is required. float64
The port number when used with proxy mode.
mode This property is required. String
The mode to run the WARP client under.
port This property is required. Double
The port number when used with proxy mode.
mode This property is required. string
The mode to run the WARP client under.
port This property is required. number
The port number when used with proxy mode.
mode This property is required. str
The mode to run the WARP client under.
port This property is required. float
The port number when used with proxy mode.
mode This property is required. String
The mode to run the WARP client under.
port This property is required. Number
The port number when used with proxy mode.

GetZeroTrustDeviceCustomProfilesResultTargetTest

Id This property is required. string
The id of the DEX test targeting this policy
Name This property is required. string
The name of the DEX test targeting this policy
Id This property is required. string
The id of the DEX test targeting this policy
Name This property is required. string
The name of the DEX test targeting this policy
id This property is required. String
The id of the DEX test targeting this policy
name This property is required. String
The name of the DEX test targeting this policy
id This property is required. string
The id of the DEX test targeting this policy
name This property is required. string
The name of the DEX test targeting this policy
id This property is required. str
The id of the DEX test targeting this policy
name This property is required. str
The name of the DEX test targeting this policy
id This property is required. String
The id of the DEX test targeting this policy
name This property is required. String
The name of the DEX test targeting this policy

Package Details

Repository
Cloudflare pulumi/pulumi-cloudflare
License
Apache-2.0
Notes
This Pulumi package is based on the cloudflare Terraform Provider.