Cloudflare v6.1.2 published on Monday, Apr 28, 2025 by Pulumi
cloudflare.getZeroTrustDeviceDefaultProfileLocalDomainFallback
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleZeroTrustDeviceDefaultProfileLocalDomainFallback = cloudflare.getZeroTrustDeviceDefaultProfileLocalDomainFallback({
accountId: "699d98642c564d2e855e9661899b7252",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_zero_trust_device_default_profile_local_domain_fallback = cloudflare.get_zero_trust_device_default_profile_local_domain_fallback(account_id="699d98642c564d2e855e9661899b7252")
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.LookupZeroTrustDeviceDefaultProfileLocalDomainFallback(ctx, &cloudflare.LookupZeroTrustDeviceDefaultProfileLocalDomainFallbackArgs{
AccountId: "699d98642c564d2e855e9661899b7252",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;
return await Deployment.RunAsync(() =>
{
var exampleZeroTrustDeviceDefaultProfileLocalDomainFallback = Cloudflare.GetZeroTrustDeviceDefaultProfileLocalDomainFallback.Invoke(new()
{
AccountId = "699d98642c564d2e855e9661899b7252",
});
});
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.GetZeroTrustDeviceDefaultProfileLocalDomainFallbackArgs;
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 exampleZeroTrustDeviceDefaultProfileLocalDomainFallback = CloudflareFunctions.getZeroTrustDeviceDefaultProfileLocalDomainFallback(GetZeroTrustDeviceDefaultProfileLocalDomainFallbackArgs.builder()
.accountId("699d98642c564d2e855e9661899b7252")
.build());
}
}
variables:
exampleZeroTrustDeviceDefaultProfileLocalDomainFallback:
fn::invoke:
function: cloudflare:getZeroTrustDeviceDefaultProfileLocalDomainFallback
arguments:
accountId: 699d98642c564d2e855e9661899b7252
Using getZeroTrustDeviceDefaultProfileLocalDomainFallback
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 getZeroTrustDeviceDefaultProfileLocalDomainFallback(args: GetZeroTrustDeviceDefaultProfileLocalDomainFallbackArgs, opts?: InvokeOptions): Promise<GetZeroTrustDeviceDefaultProfileLocalDomainFallbackResult>
function getZeroTrustDeviceDefaultProfileLocalDomainFallbackOutput(args: GetZeroTrustDeviceDefaultProfileLocalDomainFallbackOutputArgs, opts?: InvokeOptions): Output<GetZeroTrustDeviceDefaultProfileLocalDomainFallbackResult>
def get_zero_trust_device_default_profile_local_domain_fallback(account_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetZeroTrustDeviceDefaultProfileLocalDomainFallbackResult
def get_zero_trust_device_default_profile_local_domain_fallback_output(account_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetZeroTrustDeviceDefaultProfileLocalDomainFallbackResult]
func LookupZeroTrustDeviceDefaultProfileLocalDomainFallback(ctx *Context, args *LookupZeroTrustDeviceDefaultProfileLocalDomainFallbackArgs, opts ...InvokeOption) (*LookupZeroTrustDeviceDefaultProfileLocalDomainFallbackResult, error)
func LookupZeroTrustDeviceDefaultProfileLocalDomainFallbackOutput(ctx *Context, args *LookupZeroTrustDeviceDefaultProfileLocalDomainFallbackOutputArgs, opts ...InvokeOption) LookupZeroTrustDeviceDefaultProfileLocalDomainFallbackResultOutput
> Note: This function is named LookupZeroTrustDeviceDefaultProfileLocalDomainFallback
in the Go SDK.
public static class GetZeroTrustDeviceDefaultProfileLocalDomainFallback
{
public static Task<GetZeroTrustDeviceDefaultProfileLocalDomainFallbackResult> InvokeAsync(GetZeroTrustDeviceDefaultProfileLocalDomainFallbackArgs args, InvokeOptions? opts = null)
public static Output<GetZeroTrustDeviceDefaultProfileLocalDomainFallbackResult> Invoke(GetZeroTrustDeviceDefaultProfileLocalDomainFallbackInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetZeroTrustDeviceDefaultProfileLocalDomainFallbackResult> getZeroTrustDeviceDefaultProfileLocalDomainFallback(GetZeroTrustDeviceDefaultProfileLocalDomainFallbackArgs args, InvokeOptions options)
public static Output<GetZeroTrustDeviceDefaultProfileLocalDomainFallbackResult> getZeroTrustDeviceDefaultProfileLocalDomainFallback(GetZeroTrustDeviceDefaultProfileLocalDomainFallbackArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getZeroTrustDeviceDefaultProfileLocalDomainFallback:getZeroTrustDeviceDefaultProfileLocalDomainFallback
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Id string
- Account
Id string
- account
Id String
- account
Id string
- account_
id str
- account
Id String
getZeroTrustDeviceDefaultProfileLocalDomainFallback Result
The following output properties are available:
- Account
Id string - Description string
- A description of the fallback domain, displayed in the client UI.
- Dns
Servers List<string> - A list of IP addresses to handle domain resolution.
- Id string
- The provider-assigned unique ID for this managed resource.
- Suffix string
- The domain suffix to match when resolving locally.
- Account
Id string - Description string
- A description of the fallback domain, displayed in the client UI.
- Dns
Servers []string - A list of IP addresses to handle domain resolution.
- Id string
- The provider-assigned unique ID for this managed resource.
- Suffix string
- The domain suffix to match when resolving locally.
- account
Id String - description String
- A description of the fallback domain, displayed in the client UI.
- dns
Servers List<String> - A list of IP addresses to handle domain resolution.
- id String
- The provider-assigned unique ID for this managed resource.
- suffix String
- The domain suffix to match when resolving locally.
- account
Id string - description string
- A description of the fallback domain, displayed in the client UI.
- dns
Servers string[] - A list of IP addresses to handle domain resolution.
- id string
- The provider-assigned unique ID for this managed resource.
- suffix string
- The domain suffix to match when resolving locally.
- account_
id str - description str
- A description of the fallback domain, displayed in the client UI.
- dns_
servers Sequence[str] - A list of IP addresses to handle domain resolution.
- id str
- The provider-assigned unique ID for this managed resource.
- suffix str
- The domain suffix to match when resolving locally.
- account
Id String - description String
- A description of the fallback domain, displayed in the client UI.
- dns
Servers List<String> - A list of IP addresses to handle domain resolution.
- id String
- The provider-assigned unique ID for this managed resource.
- suffix String
- The domain suffix to match when resolving locally.
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflare
Terraform Provider.