1. Packages
  2. Zscaler Internet Access (ZIA)
  3. API Docs
  4. getTrafficCaptureRules
Zscaler Internet Access v1.2.0 published on Friday, Feb 20, 2026 by Zscaler
zia logo
Zscaler Internet Access v1.2.0 published on Friday, Feb 20, 2026 by Zscaler

    Use the zia_traffic_capture_rules data source to get information about a traffic capture rules available in the Zscaler Internet Access cloud firewall.

    Example Usage

    Retrieve By Name

    data "zia_traffic_capture_rules" "example" {
        name = "Capture_Rule01"
    }
    

    Retrieve By ID

    data "zia_traffic_capture_rules" "example" {
        id = 1254674585
    }
    

    Using getTrafficCaptureRules

    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 getTrafficCaptureRules(args: GetTrafficCaptureRulesArgs, opts?: InvokeOptions): Promise<GetTrafficCaptureRulesResult>
    function getTrafficCaptureRulesOutput(args: GetTrafficCaptureRulesOutputArgs, opts?: InvokeOptions): Output<GetTrafficCaptureRulesResult>
    def get_traffic_capture_rules(id: Optional[int] = None,
                                  name: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetTrafficCaptureRulesResult
    def get_traffic_capture_rules_output(id: Optional[pulumi.Input[int]] = None,
                                  name: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetTrafficCaptureRulesResult]
    func LookupTrafficCaptureRules(ctx *Context, args *LookupTrafficCaptureRulesArgs, opts ...InvokeOption) (*LookupTrafficCaptureRulesResult, error)
    func LookupTrafficCaptureRulesOutput(ctx *Context, args *LookupTrafficCaptureRulesOutputArgs, opts ...InvokeOption) LookupTrafficCaptureRulesResultOutput

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

    public static class GetTrafficCaptureRules 
    {
        public static Task<GetTrafficCaptureRulesResult> InvokeAsync(GetTrafficCaptureRulesArgs args, InvokeOptions? opts = null)
        public static Output<GetTrafficCaptureRulesResult> Invoke(GetTrafficCaptureRulesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTrafficCaptureRulesResult> getTrafficCaptureRules(GetTrafficCaptureRulesArgs args, InvokeOptions options)
    public static Output<GetTrafficCaptureRulesResult> getTrafficCaptureRules(GetTrafficCaptureRulesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: zia:index/getTrafficCaptureRules:getTrafficCaptureRules
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    id Integer
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group
    id number
    (Number) A unique identifier assigned to the workload group
    name string
    (String) The name of the workload group
    id int
    (Number) A unique identifier assigned to the workload group
    name str
    (String) The name of the workload group
    id Number
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group

    getTrafficCaptureRules Result

    The following output properties are available:

    AccessControl string
    (String) The admin's access privilege to this rule based on the assigned role
    Action string
    (String) The action the rule takes when packets match. Values: CAPTURE, SKIP
    AppServiceGroups List<zscaler.PulumiPackage.Zia.Outputs.GetTrafficCaptureRulesAppServiceGroup>
    DefaultRule bool
    (Boolean) Indicates if this is a default rule
    Departments List<zscaler.PulumiPackage.Zia.Outputs.GetTrafficCaptureRulesDepartment>
    (List) Departments for which the rule applies. You can apply to any number of departments.
    Description string
    (String) Additional information about the rule. Cannot exceed 10,240 characters.
    DestAddresses List<string>
    ** - (List of String) - IP addresses and fully qualified domain names (FQDNs), if the domain has multiple destination IP addresses or if its IP addresses may change. For IP addresses, you can enter individual IP addresses, subnets, or address ranges. If adding multiple items, hit Enter after each entry.
    DestCountries List<string>
    ** - (List of String) Identify destinations based on the location of a server. Provide a 2 letter ISO3166 Alpha2 Country code. i.e "US", "CA"
    DestIpCategories List<string>
    DestIpGroups List<zscaler.PulumiPackage.Zia.Outputs.GetTrafficCaptureRulesDestIpGroup>
    ** - (Optional) Any number of destination IP address groups that you want to control with this rule.
    DeviceGroups List<zscaler.PulumiPackage.Zia.Outputs.GetTrafficCaptureRulesDeviceGroup>
    DeviceTrustLevels List<string>
    Devices List<zscaler.PulumiPackage.Zia.Outputs.GetTrafficCaptureRulesDevice>
    ExcludeSrcCountries bool
    (Boolean) Indicates whether the countries specified in the sourceCountries field are included or excluded from the rule. A true value denotes that the specified source countries are excluded from the rule. A false value denotes that the rule is applied to the source countries if there is a match.
    Groups List<zscaler.PulumiPackage.Zia.Outputs.GetTrafficCaptureRulesGroup>
    (List) Groups for which the rule applies. You can manually select up to 8 groups.
    Id int
    (Number) A unique identifier assigned to the workload group
    Labels List<zscaler.PulumiPackage.Zia.Outputs.GetTrafficCaptureRulesLabel>
    LastModifiedBies List<zscaler.PulumiPackage.Zia.Outputs.GetTrafficCaptureRulesLastModifiedBy>
    (List) User who last modified the rule
    LastModifiedTime int
    (Integer) Timestamp when the rule was last modified
    LocationGroups List<zscaler.PulumiPackage.Zia.Outputs.GetTrafficCaptureRulesLocationGroup>
    (List) Location groups for which the rule applies. You can manually select up to 32 location groups.
    Locations List<zscaler.PulumiPackage.Zia.Outputs.GetTrafficCaptureRulesLocation>
    (List) Locations for which the rule applies. You can manually select up to 8 locations.
    Name string
    (String) The name of the workload group
    NwApplicationGroups List<zscaler.PulumiPackage.Zia.Outputs.GetTrafficCaptureRulesNwApplicationGroup>
    (List) Network application groups for which the rule applies.
    NwApplications List<string>
    (List of String) Network service applications. The service provides predefined applications.
    NwServiceGroups List<zscaler.PulumiPackage.Zia.Outputs.GetTrafficCaptureRulesNwServiceGroup>
    (List) Network service groups for which the rule applies.
    NwServices List<zscaler.PulumiPackage.Zia.Outputs.GetTrafficCaptureRulesNwService>
    (List) Network services for which the rule applies. The Zscaler firewall has predefined services and you can configure up to 1,024 additional custom services.
    Order int
    (Integer) Rule order number. Policy rules are evaluated in ascending numerical order.
    Predefined bool
    (Boolean) Indicates if this is a predefined rule
    Rank int
    (Integer) Admin rank of the Traffic Capture policy rule. Default value is 7.
    SourceCountries List<string>
    ** - (List of String) Identify destinations based on the location of a server. Provide a 2 letter ISO3166 Alpha2 Country code. i.e "US", "CA"
    SrcIpGroups List<zscaler.PulumiPackage.Zia.Outputs.GetTrafficCaptureRulesSrcIpGroup>
    (Optional) Any number of source IP address groups that you want to control with this rule.
    SrcIps List<string>
    (Optional) You can enter individual IP addresses, subnets, or address ranges.
    State string
    (String) Rule state. An enabled rule is actively enforced. Values: ENABLED, DISABLED
    TimeWindows List<zscaler.PulumiPackage.Zia.Outputs.GetTrafficCaptureRulesTimeWindow>
    (List) Time intervals in which the rule applies. You can manually select up to 2 time intervals.
    TxnSampling string
    (String) The percentage of connections sampled for capturing each time the rule is triggered. Supported Values: NONE, ONE_PERCENT, TWO_PERCENT, FIVE_PERCENT, TEN_PERCENT, TWENTY_FIVE_PERCENT, HUNDRED_PERCENT
    TxnSizeLimit string
    (String) The maximum size of traffic to capture per connection. Supported Values: NONE, UNLIMITED, THIRTY_TWO_KB, TWO_FIFTY_SIX_KB, TWO_MB, FOUR_MB, THIRTY_TWO_MB, SIXTY_FOUR_MB
    Users List<zscaler.PulumiPackage.Zia.Outputs.GetTrafficCaptureRulesUser>
    (List) Users for which the rule applies. You can manually select up to 4 general and/or special users.
    WorkloadGroups List<zscaler.PulumiPackage.Zia.Outputs.GetTrafficCaptureRulesWorkloadGroup>
    (List) The list of preconfigured workload groups to which the policy must be applied
    AccessControl string
    (String) The admin's access privilege to this rule based on the assigned role
    Action string
    (String) The action the rule takes when packets match. Values: CAPTURE, SKIP
    AppServiceGroups []GetTrafficCaptureRulesAppServiceGroup
    DefaultRule bool
    (Boolean) Indicates if this is a default rule
    Departments []GetTrafficCaptureRulesDepartment
    (List) Departments for which the rule applies. You can apply to any number of departments.
    Description string
    (String) Additional information about the rule. Cannot exceed 10,240 characters.
    DestAddresses []string
    ** - (List of String) - IP addresses and fully qualified domain names (FQDNs), if the domain has multiple destination IP addresses or if its IP addresses may change. For IP addresses, you can enter individual IP addresses, subnets, or address ranges. If adding multiple items, hit Enter after each entry.
    DestCountries []string
    ** - (List of String) Identify destinations based on the location of a server. Provide a 2 letter ISO3166 Alpha2 Country code. i.e "US", "CA"
    DestIpCategories []string
    DestIpGroups []GetTrafficCaptureRulesDestIpGroup
    ** - (Optional) Any number of destination IP address groups that you want to control with this rule.
    DeviceGroups []GetTrafficCaptureRulesDeviceGroup
    DeviceTrustLevels []string
    Devices []GetTrafficCaptureRulesDevice
    ExcludeSrcCountries bool
    (Boolean) Indicates whether the countries specified in the sourceCountries field are included or excluded from the rule. A true value denotes that the specified source countries are excluded from the rule. A false value denotes that the rule is applied to the source countries if there is a match.
    Groups []GetTrafficCaptureRulesGroup
    (List) Groups for which the rule applies. You can manually select up to 8 groups.
    Id int
    (Number) A unique identifier assigned to the workload group
    Labels []GetTrafficCaptureRulesLabel
    LastModifiedBies []GetTrafficCaptureRulesLastModifiedBy
    (List) User who last modified the rule
    LastModifiedTime int
    (Integer) Timestamp when the rule was last modified
    LocationGroups []GetTrafficCaptureRulesLocationGroup
    (List) Location groups for which the rule applies. You can manually select up to 32 location groups.
    Locations []GetTrafficCaptureRulesLocation
    (List) Locations for which the rule applies. You can manually select up to 8 locations.
    Name string
    (String) The name of the workload group
    NwApplicationGroups []GetTrafficCaptureRulesNwApplicationGroup
    (List) Network application groups for which the rule applies.
    NwApplications []string
    (List of String) Network service applications. The service provides predefined applications.
    NwServiceGroups []GetTrafficCaptureRulesNwServiceGroup
    (List) Network service groups for which the rule applies.
    NwServices []GetTrafficCaptureRulesNwService
    (List) Network services for which the rule applies. The Zscaler firewall has predefined services and you can configure up to 1,024 additional custom services.
    Order int
    (Integer) Rule order number. Policy rules are evaluated in ascending numerical order.
    Predefined bool
    (Boolean) Indicates if this is a predefined rule
    Rank int
    (Integer) Admin rank of the Traffic Capture policy rule. Default value is 7.
    SourceCountries []string
    ** - (List of String) Identify destinations based on the location of a server. Provide a 2 letter ISO3166 Alpha2 Country code. i.e "US", "CA"
    SrcIpGroups []GetTrafficCaptureRulesSrcIpGroup
    (Optional) Any number of source IP address groups that you want to control with this rule.
    SrcIps []string
    (Optional) You can enter individual IP addresses, subnets, or address ranges.
    State string
    (String) Rule state. An enabled rule is actively enforced. Values: ENABLED, DISABLED
    TimeWindows []GetTrafficCaptureRulesTimeWindow
    (List) Time intervals in which the rule applies. You can manually select up to 2 time intervals.
    TxnSampling string
    (String) The percentage of connections sampled for capturing each time the rule is triggered. Supported Values: NONE, ONE_PERCENT, TWO_PERCENT, FIVE_PERCENT, TEN_PERCENT, TWENTY_FIVE_PERCENT, HUNDRED_PERCENT
    TxnSizeLimit string
    (String) The maximum size of traffic to capture per connection. Supported Values: NONE, UNLIMITED, THIRTY_TWO_KB, TWO_FIFTY_SIX_KB, TWO_MB, FOUR_MB, THIRTY_TWO_MB, SIXTY_FOUR_MB
    Users []GetTrafficCaptureRulesUser
    (List) Users for which the rule applies. You can manually select up to 4 general and/or special users.
    WorkloadGroups []GetTrafficCaptureRulesWorkloadGroup
    (List) The list of preconfigured workload groups to which the policy must be applied
    accessControl String
    (String) The admin's access privilege to this rule based on the assigned role
    action String
    (String) The action the rule takes when packets match. Values: CAPTURE, SKIP
    appServiceGroups List<GetTrafficCaptureRulesAppServiceGroup>
    defaultRule Boolean
    (Boolean) Indicates if this is a default rule
    departments List<GetTrafficCaptureRulesDepartment>
    (List) Departments for which the rule applies. You can apply to any number of departments.
    description String
    (String) Additional information about the rule. Cannot exceed 10,240 characters.
    destAddresses List<String>
    ** - (List of String) - IP addresses and fully qualified domain names (FQDNs), if the domain has multiple destination IP addresses or if its IP addresses may change. For IP addresses, you can enter individual IP addresses, subnets, or address ranges. If adding multiple items, hit Enter after each entry.
    destCountries List<String>
    ** - (List of String) Identify destinations based on the location of a server. Provide a 2 letter ISO3166 Alpha2 Country code. i.e "US", "CA"
    destIpCategories List<String>
    destIpGroups List<GetTrafficCaptureRulesDestIpGroup>
    ** - (Optional) Any number of destination IP address groups that you want to control with this rule.
    deviceGroups List<GetTrafficCaptureRulesDeviceGroup>
    deviceTrustLevels List<String>
    devices List<GetTrafficCaptureRulesDevice>
    excludeSrcCountries Boolean
    (Boolean) Indicates whether the countries specified in the sourceCountries field are included or excluded from the rule. A true value denotes that the specified source countries are excluded from the rule. A false value denotes that the rule is applied to the source countries if there is a match.
    groups List<GetTrafficCaptureRulesGroup>
    (List) Groups for which the rule applies. You can manually select up to 8 groups.
    id Integer
    (Number) A unique identifier assigned to the workload group
    labels List<GetTrafficCaptureRulesLabel>
    lastModifiedBies List<GetTrafficCaptureRulesLastModifiedBy>
    (List) User who last modified the rule
    lastModifiedTime Integer
    (Integer) Timestamp when the rule was last modified
    locationGroups List<GetTrafficCaptureRulesLocationGroup>
    (List) Location groups for which the rule applies. You can manually select up to 32 location groups.
    locations List<GetTrafficCaptureRulesLocation>
    (List) Locations for which the rule applies. You can manually select up to 8 locations.
    name String
    (String) The name of the workload group
    nwApplicationGroups List<GetTrafficCaptureRulesNwApplicationGroup>
    (List) Network application groups for which the rule applies.
    nwApplications List<String>
    (List of String) Network service applications. The service provides predefined applications.
    nwServiceGroups List<GetTrafficCaptureRulesNwServiceGroup>
    (List) Network service groups for which the rule applies.
    nwServices List<GetTrafficCaptureRulesNwService>
    (List) Network services for which the rule applies. The Zscaler firewall has predefined services and you can configure up to 1,024 additional custom services.
    order Integer
    (Integer) Rule order number. Policy rules are evaluated in ascending numerical order.
    predefined Boolean
    (Boolean) Indicates if this is a predefined rule
    rank Integer
    (Integer) Admin rank of the Traffic Capture policy rule. Default value is 7.
    sourceCountries List<String>
    ** - (List of String) Identify destinations based on the location of a server. Provide a 2 letter ISO3166 Alpha2 Country code. i.e "US", "CA"
    srcIpGroups List<GetTrafficCaptureRulesSrcIpGroup>
    (Optional) Any number of source IP address groups that you want to control with this rule.
    srcIps List<String>
    (Optional) You can enter individual IP addresses, subnets, or address ranges.
    state String
    (String) Rule state. An enabled rule is actively enforced. Values: ENABLED, DISABLED
    timeWindows List<GetTrafficCaptureRulesTimeWindow>
    (List) Time intervals in which the rule applies. You can manually select up to 2 time intervals.
    txnSampling String
    (String) The percentage of connections sampled for capturing each time the rule is triggered. Supported Values: NONE, ONE_PERCENT, TWO_PERCENT, FIVE_PERCENT, TEN_PERCENT, TWENTY_FIVE_PERCENT, HUNDRED_PERCENT
    txnSizeLimit String
    (String) The maximum size of traffic to capture per connection. Supported Values: NONE, UNLIMITED, THIRTY_TWO_KB, TWO_FIFTY_SIX_KB, TWO_MB, FOUR_MB, THIRTY_TWO_MB, SIXTY_FOUR_MB
    users List<GetTrafficCaptureRulesUser>
    (List) Users for which the rule applies. You can manually select up to 4 general and/or special users.
    workloadGroups List<GetTrafficCaptureRulesWorkloadGroup>
    (List) The list of preconfigured workload groups to which the policy must be applied
    accessControl string
    (String) The admin's access privilege to this rule based on the assigned role
    action string
    (String) The action the rule takes when packets match. Values: CAPTURE, SKIP
    appServiceGroups GetTrafficCaptureRulesAppServiceGroup[]
    defaultRule boolean
    (Boolean) Indicates if this is a default rule
    departments GetTrafficCaptureRulesDepartment[]
    (List) Departments for which the rule applies. You can apply to any number of departments.
    description string
    (String) Additional information about the rule. Cannot exceed 10,240 characters.
    destAddresses string[]
    ** - (List of String) - IP addresses and fully qualified domain names (FQDNs), if the domain has multiple destination IP addresses or if its IP addresses may change. For IP addresses, you can enter individual IP addresses, subnets, or address ranges. If adding multiple items, hit Enter after each entry.
    destCountries string[]
    ** - (List of String) Identify destinations based on the location of a server. Provide a 2 letter ISO3166 Alpha2 Country code. i.e "US", "CA"
    destIpCategories string[]
    destIpGroups GetTrafficCaptureRulesDestIpGroup[]
    ** - (Optional) Any number of destination IP address groups that you want to control with this rule.
    deviceGroups GetTrafficCaptureRulesDeviceGroup[]
    deviceTrustLevels string[]
    devices GetTrafficCaptureRulesDevice[]
    excludeSrcCountries boolean
    (Boolean) Indicates whether the countries specified in the sourceCountries field are included or excluded from the rule. A true value denotes that the specified source countries are excluded from the rule. A false value denotes that the rule is applied to the source countries if there is a match.
    groups GetTrafficCaptureRulesGroup[]
    (List) Groups for which the rule applies. You can manually select up to 8 groups.
    id number
    (Number) A unique identifier assigned to the workload group
    labels GetTrafficCaptureRulesLabel[]
    lastModifiedBies GetTrafficCaptureRulesLastModifiedBy[]
    (List) User who last modified the rule
    lastModifiedTime number
    (Integer) Timestamp when the rule was last modified
    locationGroups GetTrafficCaptureRulesLocationGroup[]
    (List) Location groups for which the rule applies. You can manually select up to 32 location groups.
    locations GetTrafficCaptureRulesLocation[]
    (List) Locations for which the rule applies. You can manually select up to 8 locations.
    name string
    (String) The name of the workload group
    nwApplicationGroups GetTrafficCaptureRulesNwApplicationGroup[]
    (List) Network application groups for which the rule applies.
    nwApplications string[]
    (List of String) Network service applications. The service provides predefined applications.
    nwServiceGroups GetTrafficCaptureRulesNwServiceGroup[]
    (List) Network service groups for which the rule applies.
    nwServices GetTrafficCaptureRulesNwService[]
    (List) Network services for which the rule applies. The Zscaler firewall has predefined services and you can configure up to 1,024 additional custom services.
    order number
    (Integer) Rule order number. Policy rules are evaluated in ascending numerical order.
    predefined boolean
    (Boolean) Indicates if this is a predefined rule
    rank number
    (Integer) Admin rank of the Traffic Capture policy rule. Default value is 7.
    sourceCountries string[]
    ** - (List of String) Identify destinations based on the location of a server. Provide a 2 letter ISO3166 Alpha2 Country code. i.e "US", "CA"
    srcIpGroups GetTrafficCaptureRulesSrcIpGroup[]
    (Optional) Any number of source IP address groups that you want to control with this rule.
    srcIps string[]
    (Optional) You can enter individual IP addresses, subnets, or address ranges.
    state string
    (String) Rule state. An enabled rule is actively enforced. Values: ENABLED, DISABLED
    timeWindows GetTrafficCaptureRulesTimeWindow[]
    (List) Time intervals in which the rule applies. You can manually select up to 2 time intervals.
    txnSampling string
    (String) The percentage of connections sampled for capturing each time the rule is triggered. Supported Values: NONE, ONE_PERCENT, TWO_PERCENT, FIVE_PERCENT, TEN_PERCENT, TWENTY_FIVE_PERCENT, HUNDRED_PERCENT
    txnSizeLimit string
    (String) The maximum size of traffic to capture per connection. Supported Values: NONE, UNLIMITED, THIRTY_TWO_KB, TWO_FIFTY_SIX_KB, TWO_MB, FOUR_MB, THIRTY_TWO_MB, SIXTY_FOUR_MB
    users GetTrafficCaptureRulesUser[]
    (List) Users for which the rule applies. You can manually select up to 4 general and/or special users.
    workloadGroups GetTrafficCaptureRulesWorkloadGroup[]
    (List) The list of preconfigured workload groups to which the policy must be applied
    access_control str
    (String) The admin's access privilege to this rule based on the assigned role
    action str
    (String) The action the rule takes when packets match. Values: CAPTURE, SKIP
    app_service_groups Sequence[GetTrafficCaptureRulesAppServiceGroup]
    default_rule bool
    (Boolean) Indicates if this is a default rule
    departments Sequence[GetTrafficCaptureRulesDepartment]
    (List) Departments for which the rule applies. You can apply to any number of departments.
    description str
    (String) Additional information about the rule. Cannot exceed 10,240 characters.
    dest_addresses Sequence[str]
    ** - (List of String) - IP addresses and fully qualified domain names (FQDNs), if the domain has multiple destination IP addresses or if its IP addresses may change. For IP addresses, you can enter individual IP addresses, subnets, or address ranges. If adding multiple items, hit Enter after each entry.
    dest_countries Sequence[str]
    ** - (List of String) Identify destinations based on the location of a server. Provide a 2 letter ISO3166 Alpha2 Country code. i.e "US", "CA"
    dest_ip_categories Sequence[str]
    dest_ip_groups Sequence[GetTrafficCaptureRulesDestIpGroup]
    ** - (Optional) Any number of destination IP address groups that you want to control with this rule.
    device_groups Sequence[GetTrafficCaptureRulesDeviceGroup]
    device_trust_levels Sequence[str]
    devices Sequence[GetTrafficCaptureRulesDevice]
    exclude_src_countries bool
    (Boolean) Indicates whether the countries specified in the sourceCountries field are included or excluded from the rule. A true value denotes that the specified source countries are excluded from the rule. A false value denotes that the rule is applied to the source countries if there is a match.
    groups Sequence[GetTrafficCaptureRulesGroup]
    (List) Groups for which the rule applies. You can manually select up to 8 groups.
    id int
    (Number) A unique identifier assigned to the workload group
    labels Sequence[GetTrafficCaptureRulesLabel]
    last_modified_bies Sequence[GetTrafficCaptureRulesLastModifiedBy]
    (List) User who last modified the rule
    last_modified_time int
    (Integer) Timestamp when the rule was last modified
    location_groups Sequence[GetTrafficCaptureRulesLocationGroup]
    (List) Location groups for which the rule applies. You can manually select up to 32 location groups.
    locations Sequence[GetTrafficCaptureRulesLocation]
    (List) Locations for which the rule applies. You can manually select up to 8 locations.
    name str
    (String) The name of the workload group
    nw_application_groups Sequence[GetTrafficCaptureRulesNwApplicationGroup]
    (List) Network application groups for which the rule applies.
    nw_applications Sequence[str]
    (List of String) Network service applications. The service provides predefined applications.
    nw_service_groups Sequence[GetTrafficCaptureRulesNwServiceGroup]
    (List) Network service groups for which the rule applies.
    nw_services Sequence[GetTrafficCaptureRulesNwService]
    (List) Network services for which the rule applies. The Zscaler firewall has predefined services and you can configure up to 1,024 additional custom services.
    order int
    (Integer) Rule order number. Policy rules are evaluated in ascending numerical order.
    predefined bool
    (Boolean) Indicates if this is a predefined rule
    rank int
    (Integer) Admin rank of the Traffic Capture policy rule. Default value is 7.
    source_countries Sequence[str]
    ** - (List of String) Identify destinations based on the location of a server. Provide a 2 letter ISO3166 Alpha2 Country code. i.e "US", "CA"
    src_ip_groups Sequence[GetTrafficCaptureRulesSrcIpGroup]
    (Optional) Any number of source IP address groups that you want to control with this rule.
    src_ips Sequence[str]
    (Optional) You can enter individual IP addresses, subnets, or address ranges.
    state str
    (String) Rule state. An enabled rule is actively enforced. Values: ENABLED, DISABLED
    time_windows Sequence[GetTrafficCaptureRulesTimeWindow]
    (List) Time intervals in which the rule applies. You can manually select up to 2 time intervals.
    txn_sampling str
    (String) The percentage of connections sampled for capturing each time the rule is triggered. Supported Values: NONE, ONE_PERCENT, TWO_PERCENT, FIVE_PERCENT, TEN_PERCENT, TWENTY_FIVE_PERCENT, HUNDRED_PERCENT
    txn_size_limit str
    (String) The maximum size of traffic to capture per connection. Supported Values: NONE, UNLIMITED, THIRTY_TWO_KB, TWO_FIFTY_SIX_KB, TWO_MB, FOUR_MB, THIRTY_TWO_MB, SIXTY_FOUR_MB
    users Sequence[GetTrafficCaptureRulesUser]
    (List) Users for which the rule applies. You can manually select up to 4 general and/or special users.
    workload_groups Sequence[GetTrafficCaptureRulesWorkloadGroup]
    (List) The list of preconfigured workload groups to which the policy must be applied
    accessControl String
    (String) The admin's access privilege to this rule based on the assigned role
    action String
    (String) The action the rule takes when packets match. Values: CAPTURE, SKIP
    appServiceGroups List<Property Map>
    defaultRule Boolean
    (Boolean) Indicates if this is a default rule
    departments List<Property Map>
    (List) Departments for which the rule applies. You can apply to any number of departments.
    description String
    (String) Additional information about the rule. Cannot exceed 10,240 characters.
    destAddresses List<String>
    ** - (List of String) - IP addresses and fully qualified domain names (FQDNs), if the domain has multiple destination IP addresses or if its IP addresses may change. For IP addresses, you can enter individual IP addresses, subnets, or address ranges. If adding multiple items, hit Enter after each entry.
    destCountries List<String>
    ** - (List of String) Identify destinations based on the location of a server. Provide a 2 letter ISO3166 Alpha2 Country code. i.e "US", "CA"
    destIpCategories List<String>
    destIpGroups List<Property Map>
    ** - (Optional) Any number of destination IP address groups that you want to control with this rule.
    deviceGroups List<Property Map>
    deviceTrustLevels List<String>
    devices List<Property Map>
    excludeSrcCountries Boolean
    (Boolean) Indicates whether the countries specified in the sourceCountries field are included or excluded from the rule. A true value denotes that the specified source countries are excluded from the rule. A false value denotes that the rule is applied to the source countries if there is a match.
    groups List<Property Map>
    (List) Groups for which the rule applies. You can manually select up to 8 groups.
    id Number
    (Number) A unique identifier assigned to the workload group
    labels List<Property Map>
    lastModifiedBies List<Property Map>
    (List) User who last modified the rule
    lastModifiedTime Number
    (Integer) Timestamp when the rule was last modified
    locationGroups List<Property Map>
    (List) Location groups for which the rule applies. You can manually select up to 32 location groups.
    locations List<Property Map>
    (List) Locations for which the rule applies. You can manually select up to 8 locations.
    name String
    (String) The name of the workload group
    nwApplicationGroups List<Property Map>
    (List) Network application groups for which the rule applies.
    nwApplications List<String>
    (List of String) Network service applications. The service provides predefined applications.
    nwServiceGroups List<Property Map>
    (List) Network service groups for which the rule applies.
    nwServices List<Property Map>
    (List) Network services for which the rule applies. The Zscaler firewall has predefined services and you can configure up to 1,024 additional custom services.
    order Number
    (Integer) Rule order number. Policy rules are evaluated in ascending numerical order.
    predefined Boolean
    (Boolean) Indicates if this is a predefined rule
    rank Number
    (Integer) Admin rank of the Traffic Capture policy rule. Default value is 7.
    sourceCountries List<String>
    ** - (List of String) Identify destinations based on the location of a server. Provide a 2 letter ISO3166 Alpha2 Country code. i.e "US", "CA"
    srcIpGroups List<Property Map>
    (Optional) Any number of source IP address groups that you want to control with this rule.
    srcIps List<String>
    (Optional) You can enter individual IP addresses, subnets, or address ranges.
    state String
    (String) Rule state. An enabled rule is actively enforced. Values: ENABLED, DISABLED
    timeWindows List<Property Map>
    (List) Time intervals in which the rule applies. You can manually select up to 2 time intervals.
    txnSampling String
    (String) The percentage of connections sampled for capturing each time the rule is triggered. Supported Values: NONE, ONE_PERCENT, TWO_PERCENT, FIVE_PERCENT, TEN_PERCENT, TWENTY_FIVE_PERCENT, HUNDRED_PERCENT
    txnSizeLimit String
    (String) The maximum size of traffic to capture per connection. Supported Values: NONE, UNLIMITED, THIRTY_TWO_KB, TWO_FIFTY_SIX_KB, TWO_MB, FOUR_MB, THIRTY_TWO_MB, SIXTY_FOUR_MB
    users List<Property Map>
    (List) Users for which the rule applies. You can manually select up to 4 general and/or special users.
    workloadGroups List<Property Map>
    (List) The list of preconfigured workload groups to which the policy must be applied

    Supporting Types

    GetTrafficCaptureRulesAppServiceGroup

    Extensions Dictionary<string, string>
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    Extensions map[string]string
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    extensions Map<String,String>
    (Map of String)
    id Integer
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group
    extensions {[key: string]: string}
    (Map of String)
    id number
    (Number) A unique identifier assigned to the workload group
    name string
    (String) The name of the workload group
    extensions Mapping[str, str]
    (Map of String)
    id int
    (Number) A unique identifier assigned to the workload group
    name str
    (String) The name of the workload group
    extensions Map<String>
    (Map of String)
    id Number
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group

    GetTrafficCaptureRulesDepartment

    Extensions Dictionary<string, string>
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    Extensions map[string]string
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    extensions Map<String,String>
    (Map of String)
    id Integer
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group
    extensions {[key: string]: string}
    (Map of String)
    id number
    (Number) A unique identifier assigned to the workload group
    name string
    (String) The name of the workload group
    extensions Mapping[str, str]
    (Map of String)
    id int
    (Number) A unique identifier assigned to the workload group
    name str
    (String) The name of the workload group
    extensions Map<String>
    (Map of String)
    id Number
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group

    GetTrafficCaptureRulesDestIpGroup

    Extensions Dictionary<string, string>
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    Extensions map[string]string
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    extensions Map<String,String>
    (Map of String)
    id Integer
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group
    extensions {[key: string]: string}
    (Map of String)
    id number
    (Number) A unique identifier assigned to the workload group
    name string
    (String) The name of the workload group
    extensions Mapping[str, str]
    (Map of String)
    id int
    (Number) A unique identifier assigned to the workload group
    name str
    (String) The name of the workload group
    extensions Map<String>
    (Map of String)
    id Number
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group

    GetTrafficCaptureRulesDevice

    Extensions Dictionary<string, string>
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    Extensions map[string]string
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    extensions Map<String,String>
    (Map of String)
    id Integer
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group
    extensions {[key: string]: string}
    (Map of String)
    id number
    (Number) A unique identifier assigned to the workload group
    name string
    (String) The name of the workload group
    extensions Mapping[str, str]
    (Map of String)
    id int
    (Number) A unique identifier assigned to the workload group
    name str
    (String) The name of the workload group
    extensions Map<String>
    (Map of String)
    id Number
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group

    GetTrafficCaptureRulesDeviceGroup

    Extensions Dictionary<string, string>
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    Extensions map[string]string
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    extensions Map<String,String>
    (Map of String)
    id Integer
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group
    extensions {[key: string]: string}
    (Map of String)
    id number
    (Number) A unique identifier assigned to the workload group
    name string
    (String) The name of the workload group
    extensions Mapping[str, str]
    (Map of String)
    id int
    (Number) A unique identifier assigned to the workload group
    name str
    (String) The name of the workload group
    extensions Map<String>
    (Map of String)
    id Number
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group

    GetTrafficCaptureRulesGroup

    Extensions Dictionary<string, string>
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    Extensions map[string]string
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    extensions Map<String,String>
    (Map of String)
    id Integer
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group
    extensions {[key: string]: string}
    (Map of String)
    id number
    (Number) A unique identifier assigned to the workload group
    name string
    (String) The name of the workload group
    extensions Mapping[str, str]
    (Map of String)
    id int
    (Number) A unique identifier assigned to the workload group
    name str
    (String) The name of the workload group
    extensions Map<String>
    (Map of String)
    id Number
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group

    GetTrafficCaptureRulesLabel

    Extensions Dictionary<string, string>
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    Extensions map[string]string
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    extensions Map<String,String>
    (Map of String)
    id Integer
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group
    extensions {[key: string]: string}
    (Map of String)
    id number
    (Number) A unique identifier assigned to the workload group
    name string
    (String) The name of the workload group
    extensions Mapping[str, str]
    (Map of String)
    id int
    (Number) A unique identifier assigned to the workload group
    name str
    (String) The name of the workload group
    extensions Map<String>
    (Map of String)
    id Number
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group

    GetTrafficCaptureRulesLastModifiedBy

    Extensions Dictionary<string, string>
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    Extensions map[string]string
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    extensions Map<String,String>
    (Map of String)
    id Integer
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group
    extensions {[key: string]: string}
    (Map of String)
    id number
    (Number) A unique identifier assigned to the workload group
    name string
    (String) The name of the workload group
    extensions Mapping[str, str]
    (Map of String)
    id int
    (Number) A unique identifier assigned to the workload group
    name str
    (String) The name of the workload group
    extensions Map<String>
    (Map of String)
    id Number
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group

    GetTrafficCaptureRulesLocation

    Extensions Dictionary<string, string>
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    Extensions map[string]string
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    extensions Map<String,String>
    (Map of String)
    id Integer
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group
    extensions {[key: string]: string}
    (Map of String)
    id number
    (Number) A unique identifier assigned to the workload group
    name string
    (String) The name of the workload group
    extensions Mapping[str, str]
    (Map of String)
    id int
    (Number) A unique identifier assigned to the workload group
    name str
    (String) The name of the workload group
    extensions Map<String>
    (Map of String)
    id Number
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group

    GetTrafficCaptureRulesLocationGroup

    Extensions Dictionary<string, string>
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    Extensions map[string]string
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    extensions Map<String,String>
    (Map of String)
    id Integer
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group
    extensions {[key: string]: string}
    (Map of String)
    id number
    (Number) A unique identifier assigned to the workload group
    name string
    (String) The name of the workload group
    extensions Mapping[str, str]
    (Map of String)
    id int
    (Number) A unique identifier assigned to the workload group
    name str
    (String) The name of the workload group
    extensions Map<String>
    (Map of String)
    id Number
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group

    GetTrafficCaptureRulesNwApplicationGroup

    Extensions Dictionary<string, string>
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    Extensions map[string]string
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    extensions Map<String,String>
    (Map of String)
    id Integer
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group
    extensions {[key: string]: string}
    (Map of String)
    id number
    (Number) A unique identifier assigned to the workload group
    name string
    (String) The name of the workload group
    extensions Mapping[str, str]
    (Map of String)
    id int
    (Number) A unique identifier assigned to the workload group
    name str
    (String) The name of the workload group
    extensions Map<String>
    (Map of String)
    id Number
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group

    GetTrafficCaptureRulesNwService

    Extensions Dictionary<string, string>
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    Extensions map[string]string
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    extensions Map<String,String>
    (Map of String)
    id Integer
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group
    extensions {[key: string]: string}
    (Map of String)
    id number
    (Number) A unique identifier assigned to the workload group
    name string
    (String) The name of the workload group
    extensions Mapping[str, str]
    (Map of String)
    id int
    (Number) A unique identifier assigned to the workload group
    name str
    (String) The name of the workload group
    extensions Map<String>
    (Map of String)
    id Number
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group

    GetTrafficCaptureRulesNwServiceGroup

    Extensions Dictionary<string, string>
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    Extensions map[string]string
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    extensions Map<String,String>
    (Map of String)
    id Integer
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group
    extensions {[key: string]: string}
    (Map of String)
    id number
    (Number) A unique identifier assigned to the workload group
    name string
    (String) The name of the workload group
    extensions Mapping[str, str]
    (Map of String)
    id int
    (Number) A unique identifier assigned to the workload group
    name str
    (String) The name of the workload group
    extensions Map<String>
    (Map of String)
    id Number
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group

    GetTrafficCaptureRulesSrcIpGroup

    Extensions Dictionary<string, string>
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    Extensions map[string]string
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    extensions Map<String,String>
    (Map of String)
    id Integer
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group
    extensions {[key: string]: string}
    (Map of String)
    id number
    (Number) A unique identifier assigned to the workload group
    name string
    (String) The name of the workload group
    extensions Mapping[str, str]
    (Map of String)
    id int
    (Number) A unique identifier assigned to the workload group
    name str
    (String) The name of the workload group
    extensions Map<String>
    (Map of String)
    id Number
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group

    GetTrafficCaptureRulesTimeWindow

    Extensions Dictionary<string, string>
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    Extensions map[string]string
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    extensions Map<String,String>
    (Map of String)
    id Integer
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group
    extensions {[key: string]: string}
    (Map of String)
    id number
    (Number) A unique identifier assigned to the workload group
    name string
    (String) The name of the workload group
    extensions Mapping[str, str]
    (Map of String)
    id int
    (Number) A unique identifier assigned to the workload group
    name str
    (String) The name of the workload group
    extensions Map<String>
    (Map of String)
    id Number
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group

    GetTrafficCaptureRulesUser

    Extensions Dictionary<string, string>
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    Extensions map[string]string
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    extensions Map<String,String>
    (Map of String)
    id Integer
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group
    extensions {[key: string]: string}
    (Map of String)
    id number
    (Number) A unique identifier assigned to the workload group
    name string
    (String) The name of the workload group
    extensions Mapping[str, str]
    (Map of String)
    id int
    (Number) A unique identifier assigned to the workload group
    name str
    (String) The name of the workload group
    extensions Map<String>
    (Map of String)
    id Number
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group

    GetTrafficCaptureRulesWorkloadGroup

    Description string
    (String) Additional information about the rule. Cannot exceed 10,240 characters.
    Expression string
    The description of the workload group
    ExpressionJsons List<zscaler.PulumiPackage.Zia.Inputs.GetTrafficCaptureRulesWorkloadGroupExpressionJson>
    Id int
    (Number) A unique identifier assigned to the workload group
    LastModifiedBies List<zscaler.PulumiPackage.Zia.Inputs.GetTrafficCaptureRulesWorkloadGroupLastModifiedBy>
    (List) User who last modified the rule
    LastModifiedTime int
    (Integer) Timestamp when the rule was last modified
    Name string
    (String) The name of the workload group
    Description string
    (String) Additional information about the rule. Cannot exceed 10,240 characters.
    Expression string
    The description of the workload group
    ExpressionJsons []GetTrafficCaptureRulesWorkloadGroupExpressionJson
    Id int
    (Number) A unique identifier assigned to the workload group
    LastModifiedBies []GetTrafficCaptureRulesWorkloadGroupLastModifiedBy
    (List) User who last modified the rule
    LastModifiedTime int
    (Integer) Timestamp when the rule was last modified
    Name string
    (String) The name of the workload group
    description String
    (String) Additional information about the rule. Cannot exceed 10,240 characters.
    expression String
    The description of the workload group
    expressionJsons List<GetTrafficCaptureRulesWorkloadGroupExpressionJson>
    id Integer
    (Number) A unique identifier assigned to the workload group
    lastModifiedBies List<GetTrafficCaptureRulesWorkloadGroupLastModifiedBy>
    (List) User who last modified the rule
    lastModifiedTime Integer
    (Integer) Timestamp when the rule was last modified
    name String
    (String) The name of the workload group
    description string
    (String) Additional information about the rule. Cannot exceed 10,240 characters.
    expression string
    The description of the workload group
    expressionJsons GetTrafficCaptureRulesWorkloadGroupExpressionJson[]
    id number
    (Number) A unique identifier assigned to the workload group
    lastModifiedBies GetTrafficCaptureRulesWorkloadGroupLastModifiedBy[]
    (List) User who last modified the rule
    lastModifiedTime number
    (Integer) Timestamp when the rule was last modified
    name string
    (String) The name of the workload group
    description str
    (String) Additional information about the rule. Cannot exceed 10,240 characters.
    expression str
    The description of the workload group
    expression_jsons Sequence[GetTrafficCaptureRulesWorkloadGroupExpressionJson]
    id int
    (Number) A unique identifier assigned to the workload group
    last_modified_bies Sequence[GetTrafficCaptureRulesWorkloadGroupLastModifiedBy]
    (List) User who last modified the rule
    last_modified_time int
    (Integer) Timestamp when the rule was last modified
    name str
    (String) The name of the workload group
    description String
    (String) Additional information about the rule. Cannot exceed 10,240 characters.
    expression String
    The description of the workload group
    expressionJsons List<Property Map>
    id Number
    (Number) A unique identifier assigned to the workload group
    lastModifiedBies List<Property Map>
    (List) User who last modified the rule
    lastModifiedTime Number
    (Integer) Timestamp when the rule was last modified
    name String
    (String) The name of the workload group

    GetTrafficCaptureRulesWorkloadGroupExpressionJson

    GetTrafficCaptureRulesWorkloadGroupExpressionJsonExpressionContainer

    GetTrafficCaptureRulesWorkloadGroupExpressionJsonExpressionContainerTagContainer

    GetTrafficCaptureRulesWorkloadGroupExpressionJsonExpressionContainerTagContainerTag

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    GetTrafficCaptureRulesWorkloadGroupLastModifiedBy

    Extensions Dictionary<string, string>
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    Extensions map[string]string
    (Map of String)
    Id int
    (Number) A unique identifier assigned to the workload group
    Name string
    (String) The name of the workload group
    extensions Map<String,String>
    (Map of String)
    id Integer
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group
    extensions {[key: string]: string}
    (Map of String)
    id number
    (Number) A unique identifier assigned to the workload group
    name string
    (String) The name of the workload group
    extensions Mapping[str, str]
    (Map of String)
    id int
    (Number) A unique identifier assigned to the workload group
    name str
    (String) The name of the workload group
    extensions Map<String>
    (Map of String)
    id Number
    (Number) A unique identifier assigned to the workload group
    name String
    (String) The name of the workload group

    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.2.0 published on Friday, Feb 20, 2026 by Zscaler
      Meet Neo: Your AI Platform Teammate