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 exampleZeroTrustResourceLibraryApplications = cloudflare.getZeroTrustResourceLibraryApplications({
accountId: "023e105f4ecef8ad9ca31a8372d0c353",
filter: "filter",
orderBy: "order_by",
search: "xx",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_zero_trust_resource_library_applications = cloudflare.get_zero_trust_resource_library_applications(account_id="023e105f4ecef8ad9ca31a8372d0c353",
filter="filter",
order_by="order_by",
search="xx")
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.GetZeroTrustResourceLibraryApplications(ctx, &cloudflare.LookupZeroTrustResourceLibraryApplicationsArgs{
AccountId: "023e105f4ecef8ad9ca31a8372d0c353",
Filter: pulumi.StringRef("filter"),
OrderBy: pulumi.StringRef("order_by"),
Search: pulumi.StringRef("xx"),
}, 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 exampleZeroTrustResourceLibraryApplications = Cloudflare.GetZeroTrustResourceLibraryApplications.Invoke(new()
{
AccountId = "023e105f4ecef8ad9ca31a8372d0c353",
Filter = "filter",
OrderBy = "order_by",
Search = "xx",
});
});
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.GetZeroTrustResourceLibraryApplicationsArgs;
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 exampleZeroTrustResourceLibraryApplications = CloudflareFunctions.getZeroTrustResourceLibraryApplications(GetZeroTrustResourceLibraryApplicationsArgs.builder()
.accountId("023e105f4ecef8ad9ca31a8372d0c353")
.filter("filter")
.orderBy("order_by")
.search("xx")
.build());
}
}
variables:
exampleZeroTrustResourceLibraryApplications:
fn::invoke:
function: cloudflare:getZeroTrustResourceLibraryApplications
arguments:
accountId: 023e105f4ecef8ad9ca31a8372d0c353
filter: filter
orderBy: order_by
search: xx
pulumi {
required_providers {
cloudflare = {
source = "pulumi/cloudflare"
}
}
}
data "cloudflare_getzerotrustresourcelibraryapplications" "exampleZeroTrustResourceLibraryApplications" {
account_id = "023e105f4ecef8ad9ca31a8372d0c353"
filter = "filter"
order_by = "order_by"
search = "xx"
}
Using getZeroTrustResourceLibraryApplications
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 getZeroTrustResourceLibraryApplications(args: GetZeroTrustResourceLibraryApplicationsArgs, opts?: InvokeOptions): Promise<GetZeroTrustResourceLibraryApplicationsResult>
function getZeroTrustResourceLibraryApplicationsOutput(args: GetZeroTrustResourceLibraryApplicationsOutputArgs, opts?: InvokeOptions): Output<GetZeroTrustResourceLibraryApplicationsResult>def get_zero_trust_resource_library_applications(account_id: Optional[str] = None,
filter: Optional[str] = None,
limit: Optional[int] = None,
max_items: Optional[int] = None,
offset: Optional[int] = None,
order_by: Optional[str] = None,
search: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetZeroTrustResourceLibraryApplicationsResult
def get_zero_trust_resource_library_applications_output(account_id: pulumi.Input[Optional[str]] = None,
filter: pulumi.Input[Optional[str]] = None,
limit: pulumi.Input[Optional[int]] = None,
max_items: pulumi.Input[Optional[int]] = None,
offset: pulumi.Input[Optional[int]] = None,
order_by: pulumi.Input[Optional[str]] = None,
search: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetZeroTrustResourceLibraryApplicationsResult]func LookupZeroTrustResourceLibraryApplications(ctx *Context, args *LookupZeroTrustResourceLibraryApplicationsArgs, opts ...InvokeOption) (*LookupZeroTrustResourceLibraryApplicationsResult, error)
func LookupZeroTrustResourceLibraryApplicationsOutput(ctx *Context, args *LookupZeroTrustResourceLibraryApplicationsOutputArgs, opts ...InvokeOption) LookupZeroTrustResourceLibraryApplicationsResultOutput> Note: This function is named LookupZeroTrustResourceLibraryApplications in the Go SDK.
public static class GetZeroTrustResourceLibraryApplications
{
public static Task<GetZeroTrustResourceLibraryApplicationsResult> InvokeAsync(GetZeroTrustResourceLibraryApplicationsArgs args, InvokeOptions? opts = null)
public static Output<GetZeroTrustResourceLibraryApplicationsResult> Invoke(GetZeroTrustResourceLibraryApplicationsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetZeroTrustResourceLibraryApplicationsResult> getZeroTrustResourceLibraryApplications(GetZeroTrustResourceLibraryApplicationsArgs args, InvokeOptions options)
public static Output<GetZeroTrustResourceLibraryApplicationsResult> getZeroTrustResourceLibraryApplications(GetZeroTrustResourceLibraryApplicationsArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getZeroTrustResourceLibraryApplications:getZeroTrustResourceLibraryApplications
arguments:
# arguments dictionarydata "cloudflare_get_zero_trust_resource_library_applications" "name" {
# arguments
}The following arguments are supported:
getZeroTrustResourceLibraryApplications Result
The following output properties are available:
- account_
id string - id string
- The provider-assigned unique ID for this managed resource.
- limit number
- offset number
- results list(object)
- filter string
- max_
items number - order_
by string - search string
- account_
id str - id str
- The provider-assigned unique ID for this managed resource.
- limit int
- offset int
- results
Sequence[Get
Zero Trust Resource Library Applications Result] - filter str
- max_
items int - order_
by str - search str
Supporting Types
GetZeroTrustResourceLibraryApplicationsResult
- Application
Confidence doubleScore - Confidence score for the application. Returns -1 when no score is available.
- Application
Score stringComposition - Returns the score composition breakdown for the application.
- Application
Source string - Returns the application source.
- Application
Type string - Returns the application type.
- Application
Type stringDescription - Returns the application type description.
- Created
At string - Returns the application creation time.
- Gen
Ai doubleScore - GenAI score for the application. Returns -1 when no score is available.
- Hostnames List<string>
- Returns the list of hostnames for the application.
- Human
Id string - Returns the human readable ID.
- Id string
- Returns the application ID.
- Intel
Id int - Returns the Intel API ID for the application.
- Ip
Subnets List<string> - Returns the list of IP subnets for the application.
- Name string
- Returns the application name.
- Port
Protocols List<string> - Returns the list of port protocols for the application.
- Support
Domains List<string> - Returns the list of support domains for the application.
- Supporteds List<string>
- Cloudflare products that support this application.
- Updated
At string - Returns the application update time.
- Version string
- Returns the application version.
- Application
Confidence float64Score - Confidence score for the application. Returns -1 when no score is available.
- Application
Score stringComposition - Returns the score composition breakdown for the application.
- Application
Source string - Returns the application source.
- Application
Type string - Returns the application type.
- Application
Type stringDescription - Returns the application type description.
- Created
At string - Returns the application creation time.
- Gen
Ai float64Score - GenAI score for the application. Returns -1 when no score is available.
- Hostnames []string
- Returns the list of hostnames for the application.
- Human
Id string - Returns the human readable ID.
- Id string
- Returns the application ID.
- Intel
Id int - Returns the Intel API ID for the application.
- Ip
Subnets []string - Returns the list of IP subnets for the application.
- Name string
- Returns the application name.
- Port
Protocols []string - Returns the list of port protocols for the application.
- Support
Domains []string - Returns the list of support domains for the application.
- Supporteds []string
- Cloudflare products that support this application.
- Updated
At string - Returns the application update time.
- Version string
- Returns the application version.
- application_
confidence_ numberscore - Confidence score for the application. Returns -1 when no score is available.
- application_
score_ stringcomposition - Returns the score composition breakdown for the application.
- application_
source string - Returns the application source.
- application_
type string - Returns the application type.
- application_
type_ stringdescription - Returns the application type description.
- created_
at string - Returns the application creation time.
- gen_
ai_ numberscore - GenAI score for the application. Returns -1 when no score is available.
- hostnames list(string)
- Returns the list of hostnames for the application.
- human_
id string - Returns the human readable ID.
- id string
- Returns the application ID.
- intel_
id number - Returns the Intel API ID for the application.
- ip_
subnets list(string) - Returns the list of IP subnets for the application.
- name string
- Returns the application name.
- port_
protocols list(string) - Returns the list of port protocols for the application.
- support_
domains list(string) - Returns the list of support domains for the application.
- supporteds list(string)
- Cloudflare products that support this application.
- updated_
at string - Returns the application update time.
- version string
- Returns the application version.
- application
Confidence DoubleScore - Confidence score for the application. Returns -1 when no score is available.
- application
Score StringComposition - Returns the score composition breakdown for the application.
- application
Source String - Returns the application source.
- application
Type String - Returns the application type.
- application
Type StringDescription - Returns the application type description.
- created
At String - Returns the application creation time.
- gen
Ai DoubleScore - GenAI score for the application. Returns -1 when no score is available.
- hostnames List<String>
- Returns the list of hostnames for the application.
- human
Id String - Returns the human readable ID.
- id String
- Returns the application ID.
- intel
Id Integer - Returns the Intel API ID for the application.
- ip
Subnets List<String> - Returns the list of IP subnets for the application.
- name String
- Returns the application name.
- port
Protocols List<String> - Returns the list of port protocols for the application.
- support
Domains List<String> - Returns the list of support domains for the application.
- supporteds List<String>
- Cloudflare products that support this application.
- updated
At String - Returns the application update time.
- version String
- Returns the application version.
- application
Confidence numberScore - Confidence score for the application. Returns -1 when no score is available.
- application
Score stringComposition - Returns the score composition breakdown for the application.
- application
Source string - Returns the application source.
- application
Type string - Returns the application type.
- application
Type stringDescription - Returns the application type description.
- created
At string - Returns the application creation time.
- gen
Ai numberScore - GenAI score for the application. Returns -1 when no score is available.
- hostnames string[]
- Returns the list of hostnames for the application.
- human
Id string - Returns the human readable ID.
- id string
- Returns the application ID.
- intel
Id number - Returns the Intel API ID for the application.
- ip
Subnets string[] - Returns the list of IP subnets for the application.
- name string
- Returns the application name.
- port
Protocols string[] - Returns the list of port protocols for the application.
- support
Domains string[] - Returns the list of support domains for the application.
- supporteds string[]
- Cloudflare products that support this application.
- updated
At string - Returns the application update time.
- version string
- Returns the application version.
- application_
confidence_ floatscore - Confidence score for the application. Returns -1 when no score is available.
- application_
score_ strcomposition - Returns the score composition breakdown for the application.
- application_
source str - Returns the application source.
- application_
type str - Returns the application type.
- application_
type_ strdescription - Returns the application type description.
- created_
at str - Returns the application creation time.
- gen_
ai_ floatscore - GenAI score for the application. Returns -1 when no score is available.
- hostnames Sequence[str]
- Returns the list of hostnames for the application.
- human_
id str - Returns the human readable ID.
- id str
- Returns the application ID.
- intel_
id int - Returns the Intel API ID for the application.
- ip_
subnets Sequence[str] - Returns the list of IP subnets for the application.
- name str
- Returns the application name.
- port_
protocols Sequence[str] - Returns the list of port protocols for the application.
- support_
domains Sequence[str] - Returns the list of support domains for the application.
- supporteds Sequence[str]
- Cloudflare products that support this application.
- updated_
at str - Returns the application update time.
- version str
- Returns the application version.
- application
Confidence NumberScore - Confidence score for the application. Returns -1 when no score is available.
- application
Score StringComposition - Returns the score composition breakdown for the application.
- application
Source String - Returns the application source.
- application
Type String - Returns the application type.
- application
Type StringDescription - Returns the application type description.
- created
At String - Returns the application creation time.
- gen
Ai NumberScore - GenAI score for the application. Returns -1 when no score is available.
- hostnames List<String>
- Returns the list of hostnames for the application.
- human
Id String - Returns the human readable ID.
- id String
- Returns the application ID.
- intel
Id Number - Returns the Intel API ID for the application.
- ip
Subnets List<String> - Returns the list of IP subnets for the application.
- name String
- Returns the application name.
- port
Protocols List<String> - Returns the list of port protocols for the application.
- support
Domains List<String> - Returns the list of support domains for the application.
- supporteds List<String>
- Cloudflare products that support this application.
- updated
At String - Returns the application update time.
- version String
- Returns the application version.
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