Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler
zia.getFirewallFilteringAppGroup
Explore with Pulumi AI
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 getFirewallFilteringAppGroup
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 getFirewallFilteringAppGroup(args: GetFirewallFilteringAppGroupArgs, opts?: InvokeOptions): Promise<GetFirewallFilteringAppGroupResult>
function getFirewallFilteringAppGroupOutput(args: GetFirewallFilteringAppGroupOutputArgs, opts?: InvokeOptions): Output<GetFirewallFilteringAppGroupResult>
def get_firewall_filtering_app_group(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFirewallFilteringAppGroupResult
def get_firewall_filtering_app_group_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFirewallFilteringAppGroupResult]
func GetFirewallFilteringAppGroup(ctx *Context, args *GetFirewallFilteringAppGroupArgs, opts ...InvokeOption) (*GetFirewallFilteringAppGroupResult, error)
func GetFirewallFilteringAppGroupOutput(ctx *Context, args *GetFirewallFilteringAppGroupOutputArgs, opts ...InvokeOption) GetFirewallFilteringAppGroupResultOutput
> Note: This function is named GetFirewallFilteringAppGroup
in the Go SDK.
public static class GetFirewallFilteringAppGroup
{
public static Task<GetFirewallFilteringAppGroupResult> InvokeAsync(GetFirewallFilteringAppGroupArgs args, InvokeOptions? opts = null)
public static Output<GetFirewallFilteringAppGroupResult> Invoke(GetFirewallFilteringAppGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFirewallFilteringAppGroupResult> getFirewallFilteringAppGroup(GetFirewallFilteringAppGroupArgs args, InvokeOptions options)
public static Output<GetFirewallFilteringAppGroupResult> getFirewallFilteringAppGroup(GetFirewallFilteringAppGroupArgs args, InvokeOptions options)
fn::invoke:
function: zia:index/getFirewallFilteringAppGroup:getFirewallFilteringAppGroup
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.
getFirewallFilteringAppGroup 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.