Viewing docs for Cloudflare v6.18.0
published on Thursday, Jul 16, 2026 by Pulumi
published on Thursday, Jul 16, 2026 by Pulumi
Viewing docs for Cloudflare v6.18.0
published on Thursday, Jul 16, 2026 by Pulumi
published on Thursday, Jul 16, 2026 by Pulumi
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleZeroTrustDeviceDeploymentGroups = cloudflare.getZeroTrustDeviceDeploymentGroups({
accountId: "account_id",
groupId: "group_id",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_zero_trust_device_deployment_groups = cloudflare.get_zero_trust_device_deployment_groups(account_id="account_id",
group_id="group_id")
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.GetZeroTrustDeviceDeploymentGroups(ctx, &cloudflare.LookupZeroTrustDeviceDeploymentGroupsArgs{
AccountId: "account_id",
GroupId: "group_id",
}, 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 exampleZeroTrustDeviceDeploymentGroups = Cloudflare.GetZeroTrustDeviceDeploymentGroups.Invoke(new()
{
AccountId = "account_id",
GroupId = "group_id",
});
});
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.GetZeroTrustDeviceDeploymentGroupsArgs;
import java.util.ArrayList;
import java.util.Arrays;
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 exampleZeroTrustDeviceDeploymentGroups = CloudflareFunctions.getZeroTrustDeviceDeploymentGroups(GetZeroTrustDeviceDeploymentGroupsArgs.builder()
.accountId("account_id")
.groupId("group_id")
.build());
}
}
variables:
exampleZeroTrustDeviceDeploymentGroups:
fn::invoke:
function: cloudflare:getZeroTrustDeviceDeploymentGroups
arguments:
accountId: account_id
groupId: group_id
pulumi {
required_providers {
cloudflare = {
source = "pulumi/cloudflare"
}
}
}
data "cloudflare_getzerotrustdevicedeploymentgroups" "exampleZeroTrustDeviceDeploymentGroups" {
account_id = "account_id"
group_id = "group_id"
}
Using getZeroTrustDeviceDeploymentGroups
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 getZeroTrustDeviceDeploymentGroups(args: GetZeroTrustDeviceDeploymentGroupsArgs, opts?: InvokeOptions): Promise<GetZeroTrustDeviceDeploymentGroupsResult>
function getZeroTrustDeviceDeploymentGroupsOutput(args: GetZeroTrustDeviceDeploymentGroupsOutputArgs, opts?: InvokeOptions): Output<GetZeroTrustDeviceDeploymentGroupsResult>def get_zero_trust_device_deployment_groups(account_id: Optional[str] = None,
group_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetZeroTrustDeviceDeploymentGroupsResult
def get_zero_trust_device_deployment_groups_output(account_id: pulumi.Input[Optional[str]] = None,
group_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetZeroTrustDeviceDeploymentGroupsResult]func LookupZeroTrustDeviceDeploymentGroups(ctx *Context, args *LookupZeroTrustDeviceDeploymentGroupsArgs, opts ...InvokeOption) (*LookupZeroTrustDeviceDeploymentGroupsResult, error)
func LookupZeroTrustDeviceDeploymentGroupsOutput(ctx *Context, args *LookupZeroTrustDeviceDeploymentGroupsOutputArgs, opts ...InvokeOption) LookupZeroTrustDeviceDeploymentGroupsResultOutput> Note: This function is named LookupZeroTrustDeviceDeploymentGroups in the Go SDK.
public static class GetZeroTrustDeviceDeploymentGroups
{
public static Task<GetZeroTrustDeviceDeploymentGroupsResult> InvokeAsync(GetZeroTrustDeviceDeploymentGroupsArgs args, InvokeOptions? opts = null)
public static Output<GetZeroTrustDeviceDeploymentGroupsResult> Invoke(GetZeroTrustDeviceDeploymentGroupsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetZeroTrustDeviceDeploymentGroupsResult> getZeroTrustDeviceDeploymentGroups(GetZeroTrustDeviceDeploymentGroupsArgs args, InvokeOptions options)
public static Output<GetZeroTrustDeviceDeploymentGroupsResult> getZeroTrustDeviceDeploymentGroups(GetZeroTrustDeviceDeploymentGroupsArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getZeroTrustDeviceDeploymentGroups:getZeroTrustDeviceDeploymentGroups
arguments:
# arguments dictionarydata "cloudflare_get_zero_trust_device_deployment_groups" "name" {
# arguments
}The following arguments are supported:
- account_
id string - group_
id string
- account_
id str - group_
id str
getZeroTrustDeviceDeploymentGroups Result
The following output properties are available:
- Account
Id string - Created
At string - The RFC3339Nano timestamp when the deployment group was created.
- Group
Id string - Id string
- The ID of this resource.
- Name string
- A user-friendly name for the deployment group.
- Policy
Ids List<string> - Contains a list of policy IDs assigned to this deployment group.
- Updated
At string - The RFC3339Nano timestamp when the deployment group was last updated.
- Version
Configs List<GetZero Trust Device Deployment Groups Version Config> - Contains version configurations for different target environments.
- Account
Id string - Created
At string - The RFC3339Nano timestamp when the deployment group was created.
- Group
Id string - Id string
- The ID of this resource.
- Name string
- A user-friendly name for the deployment group.
- Policy
Ids []string - Contains a list of policy IDs assigned to this deployment group.
- Updated
At string - The RFC3339Nano timestamp when the deployment group was last updated.
- Version
Configs []GetZero Trust Device Deployment Groups Version Config - Contains version configurations for different target environments.
- account_
id string - created_
at string - The RFC3339Nano timestamp when the deployment group was created.
- group_
id string - id string
- The ID of this resource.
- name string
- A user-friendly name for the deployment group.
- policy_
ids list(string) - Contains a list of policy IDs assigned to this deployment group.
- updated_
at string - The RFC3339Nano timestamp when the deployment group was last updated.
- version_
configs list(object) - Contains version configurations for different target environments.
- account
Id String - created
At String - The RFC3339Nano timestamp when the deployment group was created.
- group
Id String - id String
- The ID of this resource.
- name String
- A user-friendly name for the deployment group.
- policy
Ids List<String> - Contains a list of policy IDs assigned to this deployment group.
- updated
At String - The RFC3339Nano timestamp when the deployment group was last updated.
- version
Configs List<GetZero Trust Device Deployment Groups Version Config> - Contains version configurations for different target environments.
- account
Id string - created
At string - The RFC3339Nano timestamp when the deployment group was created.
- group
Id string - id string
- The ID of this resource.
- name string
- A user-friendly name for the deployment group.
- policy
Ids string[] - Contains a list of policy IDs assigned to this deployment group.
- updated
At string - The RFC3339Nano timestamp when the deployment group was last updated.
- version
Configs GetZero Trust Device Deployment Groups Version Config[] - Contains version configurations for different target environments.
- account_
id str - created_
at str - The RFC3339Nano timestamp when the deployment group was created.
- group_
id str - id str
- The ID of this resource.
- name str
- A user-friendly name for the deployment group.
- policy_
ids Sequence[str] - Contains a list of policy IDs assigned to this deployment group.
- updated_
at str - The RFC3339Nano timestamp when the deployment group was last updated.
- version_
configs Sequence[GetZero Trust Device Deployment Groups Version Config] - Contains version configurations for different target environments.
- account
Id String - created
At String - The RFC3339Nano timestamp when the deployment group was created.
- group
Id String - id String
- The ID of this resource.
- name String
- A user-friendly name for the deployment group.
- policy
Ids List<String> - Contains a list of policy IDs assigned to this deployment group.
- updated
At String - The RFC3339Nano timestamp when the deployment group was last updated.
- version
Configs List<Property Map> - Contains version configurations for different target environments.
Supporting Types
GetZeroTrustDeviceDeploymentGroupsVersionConfig
- Target
Environment string - The target environment for the client version (e.g., windows, macos).
- Version string
- The specific client version to deploy.
- Target
Environment string - The target environment for the client version (e.g., windows, macos).
- Version string
- The specific client version to deploy.
- target_
environment string - The target environment for the client version (e.g., windows, macos).
- version string
- The specific client version to deploy.
- target
Environment String - The target environment for the client version (e.g., windows, macos).
- version String
- The specific client version to deploy.
- target
Environment string - The target environment for the client version (e.g., windows, macos).
- version string
- The specific client version to deploy.
- target_
environment str - The target environment for the client version (e.g., windows, macos).
- version str
- The specific client version to deploy.
- target
Environment String - The target environment for the client version (e.g., windows, macos).
- version String
- The specific client version to deploy.
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Viewing docs for Cloudflare v6.18.0
published on Thursday, Jul 16, 2026 by Pulumi
published on Thursday, Jul 16, 2026 by Pulumi