Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
Use this data source to look up file type categories, optionally filtered by ID, name, or enum type.
Using getFileTypeCategories
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 getFileTypeCategories(args: GetFileTypeCategoriesArgs, opts?: InvokeOptions): Promise<GetFileTypeCategoriesResult>
function getFileTypeCategoriesOutput(args: GetFileTypeCategoriesOutputArgs, opts?: InvokeOptions): Output<GetFileTypeCategoriesResult>def get_file_type_categories(enums: Optional[str] = None,
exclude_custom_file_types: Optional[bool] = None,
name: Optional[str] = None,
resource_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetFileTypeCategoriesResult
def get_file_type_categories_output(enums: Optional[pulumi.Input[str]] = None,
exclude_custom_file_types: Optional[pulumi.Input[bool]] = None,
name: Optional[pulumi.Input[str]] = None,
resource_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFileTypeCategoriesResult]func GetFileTypeCategories(ctx *Context, args *GetFileTypeCategoriesArgs, opts ...InvokeOption) (*GetFileTypeCategoriesResult, error)
func GetFileTypeCategoriesOutput(ctx *Context, args *GetFileTypeCategoriesOutputArgs, opts ...InvokeOption) GetFileTypeCategoriesResultOutput> Note: This function is named GetFileTypeCategories in the Go SDK.
public static class GetFileTypeCategories
{
public static Task<GetFileTypeCategoriesResult> InvokeAsync(GetFileTypeCategoriesArgs args, InvokeOptions? opts = null)
public static Output<GetFileTypeCategoriesResult> Invoke(GetFileTypeCategoriesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFileTypeCategoriesResult> getFileTypeCategories(GetFileTypeCategoriesArgs args, InvokeOptions options)
public static Output<GetFileTypeCategoriesResult> getFileTypeCategories(GetFileTypeCategoriesArgs args, InvokeOptions options)
fn::invoke:
function: zia:getFileTypeCategories
arguments:
# arguments dictionaryThe following arguments are supported:
- Enums string
- The enum type to filter file type categories.
- Exclude
Custom boolFile Types - If true, exclude custom file types from the results.
- Name string
- The name of the file type category to look up.
- Resource
Id int - The ID of the file type category to look up.
- Enums string
- The enum type to filter file type categories.
- Exclude
Custom boolFile Types - If true, exclude custom file types from the results.
- Name string
- The name of the file type category to look up.
- Resource
Id int - The ID of the file type category to look up.
- enums String
- The enum type to filter file type categories.
- exclude
Custom BooleanFile Types - If true, exclude custom file types from the results.
- name String
- The name of the file type category to look up.
- resource
Id Integer - The ID of the file type category to look up.
- enums string
- The enum type to filter file type categories.
- exclude
Custom booleanFile Types - If true, exclude custom file types from the results.
- name string
- The name of the file type category to look up.
- resource
Id number - The ID of the file type category to look up.
- enums str
- The enum type to filter file type categories.
- exclude_
custom_ boolfile_ types - If true, exclude custom file types from the results.
- name str
- The name of the file type category to look up.
- resource_
id int - The ID of the file type category to look up.
- enums String
- The enum type to filter file type categories.
- exclude
Custom BooleanFile Types - If true, exclude custom file types from the results.
- name String
- The name of the file type category to look up.
- resource
Id Number - The ID of the file type category to look up.
getFileTypeCategories Result
The following output properties are available:
- Categories
List<zscaler.
Pulumi Package. Zia. Outputs. File Type Category Item> - The list of file type categories returned.
- Name string
- The name of the matched file type category.
- Parent string
- The parent category of the matched file type category.
- Resource
Id int - The ID of the matched file type category.
- Categories
[]File
Type Category Item - The list of file type categories returned.
- Name string
- The name of the matched file type category.
- Parent string
- The parent category of the matched file type category.
- Resource
Id int - The ID of the matched file type category.
- categories
List<File
Type Category Item> - The list of file type categories returned.
- name String
- The name of the matched file type category.
- parent String
- The parent category of the matched file type category.
- resource
Id Integer - The ID of the matched file type category.
- categories
File
Type Category Item[] - The list of file type categories returned.
- name string
- The name of the matched file type category.
- parent string
- The parent category of the matched file type category.
- resource
Id number - The ID of the matched file type category.
- categories
Sequence[File
Type Category Item] - The list of file type categories returned.
- name str
- The name of the matched file type category.
- parent str
- The parent category of the matched file type category.
- resource_
id int - The ID of the matched file type category.
- categories List<Property Map>
- The list of file type categories returned.
- name String
- The name of the matched file type category.
- parent String
- The parent category of the matched file type category.
- resource
Id Number - The ID of the matched file type category.
Supporting Types
FileTypeCategoryItem
- Name string
- Parent string
- Resource
Id int
- Name string
- Parent string
- Resource
Id int
- name String
- parent String
- resource
Id Integer
- name string
- parent string
- resource
Id number
- name str
- parent str
- resource_
id int
- name String
- parent String
- resource
Id Number
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
