1. Packages
  2. Packages
  3. Cloudflare Provider
  4. API Docs
  5. getZeroTrustDeviceDeploymentGroupsList
Viewing docs for Cloudflare v6.18.0
published on Thursday, Jul 16, 2026 by Pulumi
cloudflare logo
Viewing docs for Cloudflare v6.18.0
published on Thursday, Jul 16, 2026 by Pulumi

    Using getZeroTrustDeviceDeploymentGroupsList

    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 getZeroTrustDeviceDeploymentGroupsList(args: GetZeroTrustDeviceDeploymentGroupsListArgs, opts?: InvokeOptions): Promise<GetZeroTrustDeviceDeploymentGroupsListResult>
    function getZeroTrustDeviceDeploymentGroupsListOutput(args: GetZeroTrustDeviceDeploymentGroupsListOutputArgs, opts?: InvokeOptions): Output<GetZeroTrustDeviceDeploymentGroupsListResult>
    def get_zero_trust_device_deployment_groups_list(account_id: Optional[str] = None,
                                                     max_items: Optional[int] = None,
                                                     opts: Optional[InvokeOptions] = None) -> GetZeroTrustDeviceDeploymentGroupsListResult
    def get_zero_trust_device_deployment_groups_list_output(account_id: pulumi.Input[Optional[str]] = None,
                                                     max_items: pulumi.Input[Optional[int]] = None,
                                                     opts: Optional[InvokeOptions] = None) -> Output[GetZeroTrustDeviceDeploymentGroupsListResult]
    func LookupZeroTrustDeviceDeploymentGroupsList(ctx *Context, args *LookupZeroTrustDeviceDeploymentGroupsListArgs, opts ...InvokeOption) (*LookupZeroTrustDeviceDeploymentGroupsListResult, error)
    func LookupZeroTrustDeviceDeploymentGroupsListOutput(ctx *Context, args *LookupZeroTrustDeviceDeploymentGroupsListOutputArgs, opts ...InvokeOption) LookupZeroTrustDeviceDeploymentGroupsListResultOutput

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

    public static class GetZeroTrustDeviceDeploymentGroupsList 
    {
        public static Task<GetZeroTrustDeviceDeploymentGroupsListResult> InvokeAsync(GetZeroTrustDeviceDeploymentGroupsListArgs args, InvokeOptions? opts = null)
        public static Output<GetZeroTrustDeviceDeploymentGroupsListResult> Invoke(GetZeroTrustDeviceDeploymentGroupsListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetZeroTrustDeviceDeploymentGroupsListResult> getZeroTrustDeviceDeploymentGroupsList(GetZeroTrustDeviceDeploymentGroupsListArgs args, InvokeOptions options)
    public static Output<GetZeroTrustDeviceDeploymentGroupsListResult> getZeroTrustDeviceDeploymentGroupsList(GetZeroTrustDeviceDeploymentGroupsListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: cloudflare:index/getZeroTrustDeviceDeploymentGroupsList:getZeroTrustDeviceDeploymentGroupsList
      arguments:
        # arguments dictionary
    data "cloudflare_get_zero_trust_device_deployment_groups_list" "name" {
        # arguments
    }

    The following arguments are supported:

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

    getZeroTrustDeviceDeploymentGroupsList Result

    The following output properties are available:

    AccountId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Results List<GetZeroTrustDeviceDeploymentGroupsListResult>
    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 []GetZeroTrustDeviceDeploymentGroupsListResult
    The items returned by the data source
    MaxItems int
    Max items to fetch, default: 1000
    account_id string
    id string
    The provider-assigned unique ID for this managed resource.
    results list(object)
    The items returned by the data source
    max_items number
    Max items to fetch, default: 1000
    accountId String
    id String
    The provider-assigned unique ID for this managed resource.
    results List<GetZeroTrustDeviceDeploymentGroupsListResult>
    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 GetZeroTrustDeviceDeploymentGroupsListResult[]
    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[GetZeroTrustDeviceDeploymentGroupsListResult]
    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

    GetZeroTrustDeviceDeploymentGroupsListResult

    CreatedAt string
    The RFC3339Nano timestamp when the deployment group was created.
    Id string
    The ID of the deployment group.
    Name string
    A user-friendly name for the deployment group.
    PolicyIds List<string>
    Contains a list of policy IDs assigned to this deployment group.
    UpdatedAt string
    The RFC3339Nano timestamp when the deployment group was last updated.
    VersionConfigs List<GetZeroTrustDeviceDeploymentGroupsListResultVersionConfig>
    Contains version configurations for different target environments.
    CreatedAt string
    The RFC3339Nano timestamp when the deployment group was created.
    Id string
    The ID of the deployment group.
    Name string
    A user-friendly name for the deployment group.
    PolicyIds []string
    Contains a list of policy IDs assigned to this deployment group.
    UpdatedAt string
    The RFC3339Nano timestamp when the deployment group was last updated.
    VersionConfigs []GetZeroTrustDeviceDeploymentGroupsListResultVersionConfig
    Contains version configurations for different target environments.
    created_at string
    The RFC3339Nano timestamp when the deployment group was created.
    id string
    The ID of the deployment group.
    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.
    createdAt String
    The RFC3339Nano timestamp when the deployment group was created.
    id String
    The ID of the deployment group.
    name String
    A user-friendly name for the deployment group.
    policyIds List<String>
    Contains a list of policy IDs assigned to this deployment group.
    updatedAt String
    The RFC3339Nano timestamp when the deployment group was last updated.
    versionConfigs List<GetZeroTrustDeviceDeploymentGroupsListResultVersionConfig>
    Contains version configurations for different target environments.
    createdAt string
    The RFC3339Nano timestamp when the deployment group was created.
    id string
    The ID of the deployment group.
    name string
    A user-friendly name for the deployment group.
    policyIds string[]
    Contains a list of policy IDs assigned to this deployment group.
    updatedAt string
    The RFC3339Nano timestamp when the deployment group was last updated.
    versionConfigs GetZeroTrustDeviceDeploymentGroupsListResultVersionConfig[]
    Contains version configurations for different target environments.
    created_at str
    The RFC3339Nano timestamp when the deployment group was created.
    id str
    The ID of the deployment group.
    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[GetZeroTrustDeviceDeploymentGroupsListResultVersionConfig]
    Contains version configurations for different target environments.
    createdAt String
    The RFC3339Nano timestamp when the deployment group was created.
    id String
    The ID of the deployment group.
    name String
    A user-friendly name for the deployment group.
    policyIds List<String>
    Contains a list of policy IDs assigned to this deployment group.
    updatedAt String
    The RFC3339Nano timestamp when the deployment group was last updated.
    versionConfigs List<Property Map>
    Contains version configurations for different target environments.

    GetZeroTrustDeviceDeploymentGroupsListResultVersionConfig

    TargetEnvironment string
    The target environment for the client version (e.g., windows, macos).
    Version string
    The specific client version to deploy.
    TargetEnvironment 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.
    targetEnvironment String
    The target environment for the client version (e.g., windows, macos).
    version String
    The specific client version to deploy.
    targetEnvironment 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.
    targetEnvironment 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 cloudflare Terraform Provider.
    cloudflare logo
    Viewing docs for Cloudflare v6.18.0
    published on Thursday, Jul 16, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial