Zscaler Internet Access v1.1.1 published on Tuesday, Jun 24, 2025 by Zscaler
zia.getFirewallFilteringNetworkServiceGroups
Explore with Pulumi AI
Use the zia_firewall_filtering_network_service_groups data source to get information about a network service groups available in the Zscaler Internet Access cloud firewall. This data source can then be associated with a ZIA firewall filtering network service rule.
Example Usage
# ZIA Network Service Groups
data "zia_firewall_filtering_network_service_groups" "example"{
name = "Corporate Custom SSH TCP_10022"
}
Using getFirewallFilteringNetworkServiceGroups
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 getFirewallFilteringNetworkServiceGroups(args: GetFirewallFilteringNetworkServiceGroupsArgs, opts?: InvokeOptions): Promise<GetFirewallFilteringNetworkServiceGroupsResult>
function getFirewallFilteringNetworkServiceGroupsOutput(args: GetFirewallFilteringNetworkServiceGroupsOutputArgs, opts?: InvokeOptions): Output<GetFirewallFilteringNetworkServiceGroupsResult>
def get_firewall_filtering_network_service_groups(id: Optional[int] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFirewallFilteringNetworkServiceGroupsResult
def get_firewall_filtering_network_service_groups_output(id: Optional[pulumi.Input[int]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFirewallFilteringNetworkServiceGroupsResult]
func GetFirewallFilteringNetworkServiceGroups(ctx *Context, args *GetFirewallFilteringNetworkServiceGroupsArgs, opts ...InvokeOption) (*GetFirewallFilteringNetworkServiceGroupsResult, error)
func GetFirewallFilteringNetworkServiceGroupsOutput(ctx *Context, args *GetFirewallFilteringNetworkServiceGroupsOutputArgs, opts ...InvokeOption) GetFirewallFilteringNetworkServiceGroupsResultOutput
> Note: This function is named GetFirewallFilteringNetworkServiceGroups
in the Go SDK.
public static class GetFirewallFilteringNetworkServiceGroups
{
public static Task<GetFirewallFilteringNetworkServiceGroupsResult> InvokeAsync(GetFirewallFilteringNetworkServiceGroupsArgs args, InvokeOptions? opts = null)
public static Output<GetFirewallFilteringNetworkServiceGroupsResult> Invoke(GetFirewallFilteringNetworkServiceGroupsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFirewallFilteringNetworkServiceGroupsResult> getFirewallFilteringNetworkServiceGroups(GetFirewallFilteringNetworkServiceGroupsArgs args, InvokeOptions options)
public static Output<GetFirewallFilteringNetworkServiceGroupsResult> getFirewallFilteringNetworkServiceGroups(GetFirewallFilteringNetworkServiceGroupsArgs args, InvokeOptions options)
fn::invoke:
function: zia:index/getFirewallFilteringNetworkServiceGroups:getFirewallFilteringNetworkServiceGroups
arguments:
# arguments dictionary
The following arguments are supported:
getFirewallFilteringNetworkServiceGroups Result
The following output properties are available:
- Description string
- (String)
- Id int
- (Number)
- Name string
- (String)
- Services
List<zscaler.
Pulumi Package. Zia. Outputs. Get Firewall Filtering Network Service Groups Service> - (Number) The ID of this resource.
- Description string
- (String)
- Id int
- (Number)
- Name string
- (String)
- Services
[]Get
Firewall Filtering Network Service Groups Service - (Number) The ID of this resource.
- description String
- (String)
- id Integer
- (Number)
- name String
- (String)
- services
List<Get
Firewall Filtering Network Service Groups Service> - (Number) The ID of this resource.
- description string
- (String)
- id number
- (Number)
- name string
- (String)
- services
Get
Firewall Filtering Network Service Groups Service[] - (Number) The ID of this resource.
- description str
- (String)
- id int
- (Number)
- name str
- (String)
- services
Sequence[Get
Firewall Filtering Network Service Groups Service] - (Number) The ID of this resource.
- description String
- (String)
- id Number
- (Number)
- name String
- (String)
- services List<Property Map>
- (Number) The ID of this resource.
Supporting Types
GetFirewallFilteringNetworkServiceGroupsService
- Description string
- (String)
- Id int
- The ID of the ip source group to be exported.
- Is
Name boolL10n Tag - (Bool) - Default: false
- Name string
- The name of the ip source group to be exported.
- Description string
- (String)
- Id int
- The ID of the ip source group to be exported.
- Is
Name boolL10n Tag - (Bool) - Default: false
- Name string
- The name of the ip source group to be exported.
- description String
- (String)
- id Integer
- The ID of the ip source group to be exported.
- is
Name BooleanL10n Tag - (Bool) - Default: false
- name String
- The name of the ip source group to be exported.
- description string
- (String)
- id number
- The ID of the ip source group to be exported.
- is
Name booleanL10n Tag - (Bool) - Default: false
- name string
- The name of the ip source group to be exported.
- description str
- (String)
- id int
- The ID of the ip source group to be exported.
- is_
name_ booll10n_ tag - (Bool) - Default: false
- name str
- The name of the ip source group to be exported.
- description String
- (String)
- id Number
- The ID of the ip source group to be exported.
- is
Name BooleanL10n Tag - (Bool) - Default: false
- name String
- The name of the ip source group to be exported.
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
- MIT
- Notes
- This Pulumi package is based on the
zia
Terraform Provider.