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

zia.getFirewallFilteringAppServices

Explore with Pulumi AI

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

    The zia_firewall_filtering_application_services data source to get information about a network application services available in the Zscaler Internet Access cloud firewall. This data source can then be associated with a ZIA firewall filtering network application services rule.

    Example Usage

    # ZIA Network Application Service
    data "zia_firewall_filtering_application_services" "example" {
      name = "SKYPEFORBUSINESS"
    }
    
    data "zia_firewall_filtering_application_services" "example" {
      name = "FILE_SHAREPT_ONEDRIVE"
    }
    
    data "zia_firewall_filtering_application_services" "example" {
      name = "EXCHANGEONLINE"
    }
    
    data "zia_firewall_filtering_application_services" "example" {
      name = "M365COMMON"
    }
    
    data "zia_firewall_filtering_application_services" "example" {
      name = "ZOOMMEETING"
    }
    
    data "zia_firewall_filtering_application_services" "example" {
      name = "WEBEXMEETING"
    }
    
    data "zia_firewall_filtering_application_services" "example" {
      name = "WEBEXCALLING"
    }
    
    data "zia_firewall_filtering_application_services" "example" {
      name = "RINGCENTRALMEETING"
    }
    
    data "zia_firewall_filtering_application_services" "example" {
      name = "GOTOMEETING"
    }
    
    data "zia_firewall_filtering_application_services" "example" {
      name = "GOTOMEETING_INROOM"
    }
    
    data "zia_firewall_filtering_application_services" "example" {
      name = "LOGMEINMEETING"
    }
    
    data "zia_firewall_filtering_application_services" "example" {
      name = "LOGMEINRESCUE"
    }
    
    data "zia_firewall_filtering_application_services" "example" {
      name = "AWS"
    }
    
    data "zia_firewall_filtering_application_services" "example" {
      name = "GCP"
    }
    
    data "zia_firewall_filtering_application_services" "example" {
      name = "ZSCALER_CLOUD_ENDPOINTS"
    }
    
    data "zia_firewall_filtering_application_services" "example" {
      name = "TALK_DESK"
    }
    

    Using getFirewallFilteringAppServices

    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 getFirewallFilteringAppServices(args: GetFirewallFilteringAppServicesArgs, opts?: InvokeOptions): Promise<GetFirewallFilteringAppServicesResult>
    function getFirewallFilteringAppServicesOutput(args: GetFirewallFilteringAppServicesOutputArgs, opts?: InvokeOptions): Output<GetFirewallFilteringAppServicesResult>
    def get_firewall_filtering_app_services(name: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetFirewallFilteringAppServicesResult
    def get_firewall_filtering_app_services_output(name: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetFirewallFilteringAppServicesResult]
    func GetFirewallFilteringAppServices(ctx *Context, args *GetFirewallFilteringAppServicesArgs, opts ...InvokeOption) (*GetFirewallFilteringAppServicesResult, error)
    func GetFirewallFilteringAppServicesOutput(ctx *Context, args *GetFirewallFilteringAppServicesOutputArgs, opts ...InvokeOption) GetFirewallFilteringAppServicesResultOutput

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

    public static class GetFirewallFilteringAppServices 
    {
        public static Task<GetFirewallFilteringAppServicesResult> InvokeAsync(GetFirewallFilteringAppServicesArgs args, InvokeOptions? opts = null)
        public static Output<GetFirewallFilteringAppServicesResult> Invoke(GetFirewallFilteringAppServicesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFirewallFilteringAppServicesResult> getFirewallFilteringAppServices(GetFirewallFilteringAppServicesArgs args, InvokeOptions options)
    public static Output<GetFirewallFilteringAppServicesResult> getFirewallFilteringAppServices(GetFirewallFilteringAppServicesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: zia:index/getFirewallFilteringAppServices:getFirewallFilteringAppServices
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Name of the application layer service that you want to control. It can include any character and spaces.
    Name string
    Name of the application layer service that you want to control. It can include any character and spaces.
    name String
    Name of the application layer service that you want to control. It can include any character and spaces.
    name string
    Name of the application layer service that you want to control. It can include any character and spaces.
    name str
    Name of the application layer service that you want to control. It can include any character and spaces.
    name String
    Name of the application layer service that you want to control. It can include any character and spaces.

    getFirewallFilteringAppServices Result

    The following output properties are available:

    Id int
    Name string
    NameL10nTag bool
    Id int
    Name string
    NameL10nTag bool
    id Integer
    name String
    nameL10nTag Boolean
    id number
    name string
    nameL10nTag boolean
    id int
    name str
    name_l10n_tag bool
    id Number
    name String
    nameL10nTag Boolean

    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