Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler
zia.getFirewallFilteringAppGroups
Explore with Pulumi AI
Deprecated: zia.index/getfirewallfilteringappgroups.getFirewallFilteringAppGroups has been deprecated in favor of zia.index/getfirewallfilteringappgroup.getFirewallFilteringAppGroup
Use the zia_firewall_filtering_application_services_group data source to get information about a network application group available in the Zscaler Internet Access cloud firewall. This data source can then be associated with a ZIA firewall filtering network application rule.
Example Usage
# ZIA Network Application Groups
data "zia_firewall_filtering_application_services_group" "example" {
name = "example"
}
Using getFirewallFilteringAppGroups
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 getFirewallFilteringAppGroups(args: GetFirewallFilteringAppGroupsArgs, opts?: InvokeOptions): Promise<GetFirewallFilteringAppGroupsResult>
function getFirewallFilteringAppGroupsOutput(args: GetFirewallFilteringAppGroupsOutputArgs, opts?: InvokeOptions): Output<GetFirewallFilteringAppGroupsResult>
def get_firewall_filtering_app_groups(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFirewallFilteringAppGroupsResult
def get_firewall_filtering_app_groups_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFirewallFilteringAppGroupsResult]
func GetFirewallFilteringAppGroups(ctx *Context, args *GetFirewallFilteringAppGroupsArgs, opts ...InvokeOption) (*GetFirewallFilteringAppGroupsResult, error)
func GetFirewallFilteringAppGroupsOutput(ctx *Context, args *GetFirewallFilteringAppGroupsOutputArgs, opts ...InvokeOption) GetFirewallFilteringAppGroupsResultOutput
> Note: This function is named GetFirewallFilteringAppGroups
in the Go SDK.
public static class GetFirewallFilteringAppGroups
{
public static Task<GetFirewallFilteringAppGroupsResult> InvokeAsync(GetFirewallFilteringAppGroupsArgs args, InvokeOptions? opts = null)
public static Output<GetFirewallFilteringAppGroupsResult> Invoke(GetFirewallFilteringAppGroupsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFirewallFilteringAppGroupsResult> getFirewallFilteringAppGroups(GetFirewallFilteringAppGroupsArgs args, InvokeOptions options)
public static Output<GetFirewallFilteringAppGroupsResult> getFirewallFilteringAppGroups(GetFirewallFilteringAppGroupsArgs args, InvokeOptions options)
fn::invoke:
function: zia:index/getFirewallFilteringAppGroups:getFirewallFilteringAppGroups
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of the ip source group to be exported.
- Name string
- The name of the ip source group to be exported.
- name String
- The name of the ip source group to be exported.
- name string
- The name of the ip source group to be exported.
- name str
- The name of the ip source group to be exported.
- name String
- The name of the ip source group to be exported.
getFirewallFilteringAppGroups Result
The following output properties are available:
- Id int
- The ID of this resource.
- Name string
- Name
L10n boolTag
- Id int
- The ID of this resource.
- Name string
- Name
L10n boolTag
- id Integer
- The ID of this resource.
- name String
- name
L10n BooleanTag
- id number
- The ID of this resource.
- name string
- name
L10n booleanTag
- id int
- The ID of this resource.
- name str
- name_
l10n_ booltag
- id Number
- The ID of this resource.
- name String
- name
L10n BooleanTag
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
- MIT
- Notes
- This Pulumi package is based on the
zia
Terraform Provider.