1. Packages
  2. Zscaler Internet Access (ZIA)
  3. API Docs
  4. getFirewallFilteringSourceIPGroups
Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler

zia.getFirewallFilteringSourceIPGroups

Explore with Pulumi AI

zia logo
Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler

    Use the zia_firewall_filtering_ip_source_groups data source to get information about ip source groups available in the Zscaler Internet Access cloud firewall. This data source can then be associated with a ZIA firewall filtering rule.

    Example Usage

    # ZIA IP Source Groups
    data "zia_firewall_filtering_ip_source_groups" "example" {
        name = "example"
    }
    

    Using getFirewallFilteringSourceIPGroups

    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 getFirewallFilteringSourceIPGroups(args: GetFirewallFilteringSourceIPGroupsArgs, opts?: InvokeOptions): Promise<GetFirewallFilteringSourceIPGroupsResult>
    function getFirewallFilteringSourceIPGroupsOutput(args: GetFirewallFilteringSourceIPGroupsOutputArgs, opts?: InvokeOptions): Output<GetFirewallFilteringSourceIPGroupsResult>
    def get_firewall_filtering_source_ip_groups(id: Optional[int] = None,
                                                name: Optional[str] = None,
                                                opts: Optional[InvokeOptions] = None) -> GetFirewallFilteringSourceIPGroupsResult
    def get_firewall_filtering_source_ip_groups_output(id: Optional[pulumi.Input[int]] = None,
                                                name: Optional[pulumi.Input[str]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[GetFirewallFilteringSourceIPGroupsResult]
    func GetFirewallFilteringSourceIPGroups(ctx *Context, args *GetFirewallFilteringSourceIPGroupsArgs, opts ...InvokeOption) (*GetFirewallFilteringSourceIPGroupsResult, error)
    func GetFirewallFilteringSourceIPGroupsOutput(ctx *Context, args *GetFirewallFilteringSourceIPGroupsOutputArgs, opts ...InvokeOption) GetFirewallFilteringSourceIPGroupsResultOutput

    > Note: This function is named GetFirewallFilteringSourceIPGroups in the Go SDK.

    public static class GetFirewallFilteringSourceIPGroups 
    {
        public static Task<GetFirewallFilteringSourceIPGroupsResult> InvokeAsync(GetFirewallFilteringSourceIPGroupsArgs args, InvokeOptions? opts = null)
        public static Output<GetFirewallFilteringSourceIPGroupsResult> Invoke(GetFirewallFilteringSourceIPGroupsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFirewallFilteringSourceIPGroupsResult> getFirewallFilteringSourceIPGroups(GetFirewallFilteringSourceIPGroupsArgs args, InvokeOptions options)
    public static Output<GetFirewallFilteringSourceIPGroupsResult> getFirewallFilteringSourceIPGroups(GetFirewallFilteringSourceIPGroupsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: zia:index/getFirewallFilteringSourceIPGroups:getFirewallFilteringSourceIPGroups
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id int
    The ID of the ip source group resource.
    Name string
    The name of the ip source group to be exported.
    Id int
    The ID of the ip source group resource.
    Name string
    The name of the ip source group to be exported.
    id Integer
    The ID of the ip source group resource.
    name String
    The name of the ip source group to be exported.
    id number
    The ID of the ip source group resource.
    name string
    The name of the ip source group to be exported.
    id int
    The ID of the ip source group resource.
    name str
    The name of the ip source group to be exported.
    id Number
    The ID of the ip source group resource.
    name String
    The name of the ip source group to be exported.

    getFirewallFilteringSourceIPGroups Result

    The following output properties are available:

    Description string
    (String)
    Id int
    The ID of this resource.
    IpAddresses List<string>
    (List of String)
    Name string
    Description string
    (String)
    Id int
    The ID of this resource.
    IpAddresses []string
    (List of String)
    Name string
    description String
    (String)
    id Integer
    The ID of this resource.
    ipAddresses List<String>
    (List of String)
    name String
    description string
    (String)
    id number
    The ID of this resource.
    ipAddresses string[]
    (List of String)
    name string
    description str
    (String)
    id int
    The ID of this resource.
    ip_addresses Sequence[str]
    (List of String)
    name str
    description String
    (String)
    id Number
    The ID of this resource.
    ipAddresses List<String>
    (List of String)
    name String

    Package Details

    Repository
    zia zscaler/pulumi-zia
    License
    MIT
    Notes
    This Pulumi package is based on the zia Terraform Provider.
    zia logo
    Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler