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
Using getZeroTrustResourceLibraryCategories
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 getZeroTrustResourceLibraryCategories(args: GetZeroTrustResourceLibraryCategoriesArgs, opts?: InvokeOptions): Promise<GetZeroTrustResourceLibraryCategoriesResult>
function getZeroTrustResourceLibraryCategoriesOutput(args: GetZeroTrustResourceLibraryCategoriesOutputArgs, opts?: InvokeOutputOptions): Output<GetZeroTrustResourceLibraryCategoriesResult>def get_zero_trust_resource_library_categories(account_id: Optional[str] = None,
limit: Optional[int] = None,
max_items: Optional[int] = None,
offset: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetZeroTrustResourceLibraryCategoriesResult
def get_zero_trust_resource_library_categories_output(account_id: pulumi.Input[Optional[str]] = None,
limit: pulumi.Input[Optional[int]] = None,
max_items: pulumi.Input[Optional[int]] = None,
offset: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetZeroTrustResourceLibraryCategoriesResult]func LookupZeroTrustResourceLibraryCategories(ctx *Context, args *LookupZeroTrustResourceLibraryCategoriesArgs, opts ...InvokeOption) (*LookupZeroTrustResourceLibraryCategoriesResult, error)
func LookupZeroTrustResourceLibraryCategoriesOutput(ctx *Context, args *LookupZeroTrustResourceLibraryCategoriesOutputArgs, opts ...InvokeOption) LookupZeroTrustResourceLibraryCategoriesResultOutput> Note: This function is named LookupZeroTrustResourceLibraryCategories in the Go SDK.
public static class GetZeroTrustResourceLibraryCategories
{
public static Task<GetZeroTrustResourceLibraryCategoriesResult> InvokeAsync(GetZeroTrustResourceLibraryCategoriesArgs args, InvokeOptions? opts = null)
public static Output<GetZeroTrustResourceLibraryCategoriesResult> Invoke(GetZeroTrustResourceLibraryCategoriesInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetZeroTrustResourceLibraryCategoriesResult> Invoke(GetZeroTrustResourceLibraryCategoriesInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetZeroTrustResourceLibraryCategoriesResult> getZeroTrustResourceLibraryCategories(GetZeroTrustResourceLibraryCategoriesArgs args, InvokeOptions options)
public static Output<GetZeroTrustResourceLibraryCategoriesResult> getZeroTrustResourceLibraryCategories(GetZeroTrustResourceLibraryCategoriesArgs args, InvokeOptions options)
public static Output<GetZeroTrustResourceLibraryCategoriesResult> getZeroTrustResourceLibraryCategories(GetZeroTrustResourceLibraryCategoriesArgs args, InvokeOutputOptions options)
fn::invoke:
function: cloudflare:index/getZeroTrustResourceLibraryCategories:getZeroTrustResourceLibraryCategories
arguments:
# arguments dictionarydata "cloudflare_get_zero_trust_resource_library_categories" "name" {
# arguments
}The following arguments are supported:
- account_
id string - limit number
- Limit of number of results to return.
- max_
items number - Max items to fetch, default: 1000
- offset number
- Offset of results to return.
- account_
id str - limit int
- Limit of number of results to return.
- max_
items int - Max items to fetch, default: 1000
- offset int
- Offset of results to return.
getZeroTrustResourceLibraryCategories Result
The following output properties are available:
- account_
id string - limit number
- Limit of number of results to return.
- offset number
- Offset of results to return.
- results list(object)
- The items returned by the data source
- max_
items number - Max items to fetch, default: 1000
- account_
id str - limit int
- Limit of number of results to return.
- offset int
- Offset of results to return.
- results
Sequence[Get
Zero Trust Resource Library Categories Result] - The items returned by the data source
- max_
items int - Max items to fetch, default: 1000
Supporting Types
GetZeroTrustResourceLibraryCategoriesResult
- Created
At string - Returns the category creation time.
- Description string
- Returns the category description.
- Id int
- Returns the category ID.
- Name string
- Returns the category name.
- Created
At string - Returns the category creation time.
- Description string
- Returns the category description.
- Id int
- Returns the category ID.
- Name string
- Returns the category name.
- created_
at string - Returns the category creation time.
- description string
- Returns the category description.
- id number
- Returns the category ID.
- name string
- Returns the category name.
- created
At String - Returns the category creation time.
- description String
- Returns the category description.
- id Integer
- Returns the category ID.
- name String
- Returns the category name.
- created
At string - Returns the category creation time.
- description string
- Returns the category description.
- id number
- Returns the category ID.
- name string
- Returns the category name.
- created_
at str - Returns the category creation time.
- description str
- Returns the category description.
- id int
- Returns the category ID.
- name str
- Returns the category name.
- created
At String - Returns the category creation time.
- description String
- Returns the category description.
- id Number
- Returns the category ID.
- name String
- Returns the category name.
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