Viewing docs for Cloudflare v6.20.0
published on Tuesday, Aug 25, 2026 by Pulumi
published on Tuesday, Aug 25, 2026 by Pulumi
Viewing docs for Cloudflare v6.20.0
published on Tuesday, Aug 25, 2026 by Pulumi
published on Tuesday, Aug 25, 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?: InvokeOutputOptions): 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[InvokeOutputOptions] = 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 Output<GetZeroTrustResourceLibraryApplicationsResult> Invoke(GetZeroTrustResourceLibraryApplicationsInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetZeroTrustResourceLibraryApplicationsResult> getZeroTrustResourceLibraryApplications(GetZeroTrustResourceLibraryApplicationsArgs args, InvokeOptions options)
public static Output<GetZeroTrustResourceLibraryApplicationsResult> getZeroTrustResourceLibraryApplications(GetZeroTrustResourceLibraryApplicationsArgs args, InvokeOptions options)
public static Output<GetZeroTrustResourceLibraryApplicationsResult> getZeroTrustResourceLibraryApplications(GetZeroTrustResourceLibraryApplicationsArgs args, InvokeOutputOptions 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 - limit number
- offset number
- results list(object)
- filter string
- max_
items number - order_
by string - search string
- account_
id str - 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.
- Category
Id int - Returns the category ID.
- 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>
- Hostnames matched by the application.
- Human
Id string - Returns the human readable ID.
- Id int
- Returns the application ID.
- Ip
Subnets List<string> - IP subnets matched by the application.
- Name string
- Returns the application name.
- Port
Protocols List<string> - Port and protocol pairs matched by the application.
- Support
Domains List<string> - Support domains matched by 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.
- Category
Id int - Returns the category ID.
- 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
- Hostnames matched by the application.
- Human
Id string - Returns the human readable ID.
- Id int
- Returns the application ID.
- Ip
Subnets []string - IP subnets matched by the application.
- Name string
- Returns the application name.
- Port
Protocols []string - Port and protocol pairs matched by the application.
- Support
Domains []string - Support domains matched by 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.
- category_
id number - Returns the category ID.
- 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)
- Hostnames matched by the application.
- human_
id string - Returns the human readable ID.
- id number
- Returns the application ID.
- ip_
subnets list(string) - IP subnets matched by the application.
- name string
- Returns the application name.
- port_
protocols list(string) - Port and protocol pairs matched by the application.
- support_
domains list(string) - Support domains matched by 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.
- category
Id Integer - Returns the category ID.
- 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>
- Hostnames matched by the application.
- human
Id String - Returns the human readable ID.
- id Integer
- Returns the application ID.
- ip
Subnets List<String> - IP subnets matched by the application.
- name String
- Returns the application name.
- port
Protocols List<String> - Port and protocol pairs matched by the application.
- support
Domains List<String> - Support domains matched by 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.
- category
Id number - Returns the category ID.
- 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[]
- Hostnames matched by the application.
- human
Id string - Returns the human readable ID.
- id number
- Returns the application ID.
- ip
Subnets string[] - IP subnets matched by the application.
- name string
- Returns the application name.
- port
Protocols string[] - Port and protocol pairs matched by the application.
- support
Domains string[] - Support domains matched by 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.
- category_
id int - Returns the category ID.
- 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]
- Hostnames matched by the application.
- human_
id str - Returns the human readable ID.
- id int
- Returns the application ID.
- ip_
subnets Sequence[str] - IP subnets matched by the application.
- name str
- Returns the application name.
- port_
protocols Sequence[str] - Port and protocol pairs matched by the application.
- support_
domains Sequence[str] - Support domains matched by 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.
- category
Id Number - Returns the category ID.
- 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>
- Hostnames matched by the application.
- human
Id String - Returns the human readable ID.
- id Number
- Returns the application ID.
- ip
Subnets List<String> - IP subnets matched by the application.
- name String
- Returns the application name.
- port
Protocols List<String> - Port and protocol pairs matched by the application.
- support
Domains List<String> - Support domains matched by 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.20.0
published on Tuesday, Aug 25, 2026 by Pulumi
published on Tuesday, Aug 25, 2026 by Pulumi