1. Packages
  2. Packages
  3. Cloudflare Provider
  4. API Docs
  5. getZeroTrustResourceLibraryCategories
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 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?: InvokeOptions): 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[InvokeOptions] = 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 CompletableFuture<GetZeroTrustResourceLibraryCategoriesResult> getZeroTrustResourceLibraryCategories(GetZeroTrustResourceLibraryCategoriesArgs args, InvokeOptions options)
    public static Output<GetZeroTrustResourceLibraryCategoriesResult> getZeroTrustResourceLibraryCategories(GetZeroTrustResourceLibraryCategoriesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: cloudflare:index/getZeroTrustResourceLibraryCategories:getZeroTrustResourceLibraryCategories
      arguments:
        # arguments dictionary
    data "cloudflare_get_zero_trust_resource_library_categories" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountId string
    Limit int
    Limit of number of results to return.
    MaxItems int
    Max items to fetch, default: 1000
    Offset int
    Offset of results to return.
    AccountId string
    Limit int
    Limit of number of results to return.
    MaxItems int
    Max items to fetch, default: 1000
    Offset int
    Offset of results to return.
    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.
    accountId String
    limit Integer
    Limit of number of results to return.
    maxItems Integer
    Max items to fetch, default: 1000
    offset Integer
    Offset of results to return.
    accountId string
    limit number
    Limit of number of results to return.
    maxItems 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.
    accountId String
    limit Number
    Limit of number of results to return.
    maxItems Number
    Max items to fetch, default: 1000
    offset Number
    Offset of results to return.

    getZeroTrustResourceLibraryCategories Result

    The following output properties are available:

    AccountId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Limit int
    Limit of number of results to return.
    Offset int
    Offset of results to return.
    Results List<GetZeroTrustResourceLibraryCategoriesResult>
    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.
    Limit int
    Limit of number of results to return.
    Offset int
    Offset of results to return.
    Results []GetZeroTrustResourceLibraryCategoriesResult
    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.
    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
    accountId String
    id String
    The provider-assigned unique ID for this managed resource.
    limit Integer
    Limit of number of results to return.
    offset Integer
    Offset of results to return.
    results List<GetZeroTrustResourceLibraryCategoriesResult>
    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.
    limit number
    Limit of number of results to return.
    offset number
    Offset of results to return.
    results GetZeroTrustResourceLibraryCategoriesResult[]
    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.
    limit int
    Limit of number of results to return.
    offset int
    Offset of results to return.
    results Sequence[GetZeroTrustResourceLibraryCategoriesResult]
    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.
    limit Number
    Limit of number of results to return.
    offset Number
    Offset of results to return.
    results List<Property Map>
    The items returned by the data source
    maxItems Number
    Max items to fetch, default: 1000

    Supporting Types

    GetZeroTrustResourceLibraryCategoriesResult

    CreatedAt string
    Returns the category creation time.
    Description string
    Returns the category description.
    Id string
    Returns the category ID.
    Name string
    Returns the category name.
    CreatedAt string
    Returns the category creation time.
    Description string
    Returns the category description.
    Id string
    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 string
    Returns the category ID.
    name string
    Returns the category name.
    createdAt String
    Returns the category creation time.
    description String
    Returns the category description.
    id String
    Returns the category ID.
    name String
    Returns the category name.
    createdAt string
    Returns the category creation time.
    description string
    Returns the category description.
    id string
    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 str
    Returns the category ID.
    name str
    Returns the category name.
    createdAt String
    Returns the category creation time.
    description String
    Returns the category description.
    id String
    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 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