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
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 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 - 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<Get
Zero Trust Resource Library Categories Result> - The items returned by the data source
- Max
Items int - Max items to fetch, default: 1000
- Account
Id 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
[]Get
Zero Trust Resource Library Categories Result - The items returned by the data source
- Max
Items 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
- account
Id 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<Get
Zero Trust Resource Library Categories Result> - The items returned by the data source
- max
Items Integer - 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
Get
Zero Trust Resource Library Categories Result[] - The items returned by the data source
- max
Items 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[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 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.
- 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.
- 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.
- 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.
- 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.
- 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.
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