Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.NetworkFirewall.getNetworkFirewallPolicyApplications
Explore with Pulumi AI
This data source provides the list of Network Firewall Policy Applications in Oracle Cloud Infrastructure Network Firewall service.
Returns a list of Applications for the policy.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testNetworkFirewallPolicyApplications = oci.NetworkFirewall.getNetworkFirewallPolicyApplications({
    networkFirewallPolicyId: testNetworkFirewallPolicy.id,
    displayName: networkFirewallPolicyApplicationDisplayName,
});
import pulumi
import pulumi_oci as oci
test_network_firewall_policy_applications = oci.NetworkFirewall.get_network_firewall_policy_applications(network_firewall_policy_id=test_network_firewall_policy["id"],
    display_name=network_firewall_policy_application_display_name)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/networkfirewall"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := networkfirewall.GetNetworkFirewallPolicyApplications(ctx, &networkfirewall.GetNetworkFirewallPolicyApplicationsArgs{
			NetworkFirewallPolicyId: testNetworkFirewallPolicy.Id,
			DisplayName:             pulumi.StringRef(networkFirewallPolicyApplicationDisplayName),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testNetworkFirewallPolicyApplications = Oci.NetworkFirewall.GetNetworkFirewallPolicyApplications.Invoke(new()
    {
        NetworkFirewallPolicyId = testNetworkFirewallPolicy.Id,
        DisplayName = networkFirewallPolicyApplicationDisplayName,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.NetworkFirewall.NetworkFirewallFunctions;
import com.pulumi.oci.NetworkFirewall.inputs.GetNetworkFirewallPolicyApplicationsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testNetworkFirewallPolicyApplications = NetworkFirewallFunctions.getNetworkFirewallPolicyApplications(GetNetworkFirewallPolicyApplicationsArgs.builder()
            .networkFirewallPolicyId(testNetworkFirewallPolicy.id())
            .displayName(networkFirewallPolicyApplicationDisplayName)
            .build());
    }
}
variables:
  testNetworkFirewallPolicyApplications:
    fn::invoke:
      function: oci:NetworkFirewall:getNetworkFirewallPolicyApplications
      arguments:
        networkFirewallPolicyId: ${testNetworkFirewallPolicy.id}
        displayName: ${networkFirewallPolicyApplicationDisplayName}
Using getNetworkFirewallPolicyApplications
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 getNetworkFirewallPolicyApplications(args: GetNetworkFirewallPolicyApplicationsArgs, opts?: InvokeOptions): Promise<GetNetworkFirewallPolicyApplicationsResult>
function getNetworkFirewallPolicyApplicationsOutput(args: GetNetworkFirewallPolicyApplicationsOutputArgs, opts?: InvokeOptions): Output<GetNetworkFirewallPolicyApplicationsResult>def get_network_firewall_policy_applications(display_name: Optional[str] = None,
                                             filters: Optional[Sequence[GetNetworkFirewallPolicyApplicationsFilter]] = None,
                                             network_firewall_policy_id: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetNetworkFirewallPolicyApplicationsResult
def get_network_firewall_policy_applications_output(display_name: Optional[pulumi.Input[str]] = None,
                                             filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkFirewallPolicyApplicationsFilterArgs]]]] = None,
                                             network_firewall_policy_id: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetNetworkFirewallPolicyApplicationsResult]func GetNetworkFirewallPolicyApplications(ctx *Context, args *GetNetworkFirewallPolicyApplicationsArgs, opts ...InvokeOption) (*GetNetworkFirewallPolicyApplicationsResult, error)
func GetNetworkFirewallPolicyApplicationsOutput(ctx *Context, args *GetNetworkFirewallPolicyApplicationsOutputArgs, opts ...InvokeOption) GetNetworkFirewallPolicyApplicationsResultOutput> Note: This function is named GetNetworkFirewallPolicyApplications in the Go SDK.
public static class GetNetworkFirewallPolicyApplications 
{
    public static Task<GetNetworkFirewallPolicyApplicationsResult> InvokeAsync(GetNetworkFirewallPolicyApplicationsArgs args, InvokeOptions? opts = null)
    public static Output<GetNetworkFirewallPolicyApplicationsResult> Invoke(GetNetworkFirewallPolicyApplicationsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNetworkFirewallPolicyApplicationsResult> getNetworkFirewallPolicyApplications(GetNetworkFirewallPolicyApplicationsArgs args, InvokeOptions options)
public static Output<GetNetworkFirewallPolicyApplicationsResult> getNetworkFirewallPolicyApplications(GetNetworkFirewallPolicyApplicationsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:NetworkFirewall/getNetworkFirewallPolicyApplications:getNetworkFirewallPolicyApplications
  arguments:
    # arguments dictionaryThe following arguments are supported:
- NetworkFirewall stringPolicy Id 
- Unique Network Firewall Policy identifier
- DisplayName string
- A filter to return only resources that match the entire display name given.
- Filters
List<GetNetwork Firewall Policy Applications Filter> 
- NetworkFirewall stringPolicy Id 
- Unique Network Firewall Policy identifier
- DisplayName string
- A filter to return only resources that match the entire display name given.
- Filters
[]GetNetwork Firewall Policy Applications Filter 
- networkFirewall StringPolicy Id 
- Unique Network Firewall Policy identifier
- displayName String
- A filter to return only resources that match the entire display name given.
- filters
List<GetPolicy Applications Filter> 
- networkFirewall stringPolicy Id 
- Unique Network Firewall Policy identifier
- displayName string
- A filter to return only resources that match the entire display name given.
- filters
GetNetwork Firewall Policy Applications Filter[] 
- network_firewall_ strpolicy_ id 
- Unique Network Firewall Policy identifier
- display_name str
- A filter to return only resources that match the entire display name given.
- filters
Sequence[GetNetwork Firewall Policy Applications Filter] 
- networkFirewall StringPolicy Id 
- Unique Network Firewall Policy identifier
- displayName String
- A filter to return only resources that match the entire display name given.
- filters List<Property Map>
getNetworkFirewallPolicyApplications Result
The following output properties are available:
- ApplicationSummary List<GetCollections Network Firewall Policy Applications Application Summary Collection> 
- The list of application_summary_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- NetworkFirewall stringPolicy Id 
- DisplayName string
- Filters
List<GetNetwork Firewall Policy Applications Filter> 
- ApplicationSummary []GetCollections Network Firewall Policy Applications Application Summary Collection 
- The list of application_summary_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- NetworkFirewall stringPolicy Id 
- DisplayName string
- Filters
[]GetNetwork Firewall Policy Applications Filter 
- applicationSummary List<GetCollections Policy Applications Application Summary Collection> 
- The list of application_summary_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- networkFirewall StringPolicy Id 
- displayName String
- filters
List<GetPolicy Applications Filter> 
- applicationSummary GetCollections Network Firewall Policy Applications Application Summary Collection[] 
- The list of application_summary_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- networkFirewall stringPolicy Id 
- displayName string
- filters
GetNetwork Firewall Policy Applications Filter[] 
- application_summary_ Sequence[Getcollections Network Firewall Policy Applications Application Summary Collection] 
- The list of application_summary_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- network_firewall_ strpolicy_ id 
- display_name str
- filters
Sequence[GetNetwork Firewall Policy Applications Filter] 
- applicationSummary List<Property Map>Collections 
- The list of application_summary_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- networkFirewall StringPolicy Id 
- displayName String
- filters List<Property Map>
Supporting Types
GetNetworkFirewallPolicyApplicationsApplicationSummaryCollection       
GetNetworkFirewallPolicyApplicationsApplicationSummaryCollectionItem        
- IcmpCode int
- The value of the ICMP6 message Code (subtype) field as defined by RFC 4443.
- IcmpType int
- The value of the ICMP6 message Type field as defined by RFC 4443.
- Name string
- Name of the application.
- NetworkFirewall stringPolicy Id 
- Unique Network Firewall Policy identifier
- ParentResource stringId 
- OCID of the Network Firewall Policy this application belongs to.
- Type string
- Describes the type of Application.
- IcmpCode int
- The value of the ICMP6 message Code (subtype) field as defined by RFC 4443.
- IcmpType int
- The value of the ICMP6 message Type field as defined by RFC 4443.
- Name string
- Name of the application.
- NetworkFirewall stringPolicy Id 
- Unique Network Firewall Policy identifier
- ParentResource stringId 
- OCID of the Network Firewall Policy this application belongs to.
- Type string
- Describes the type of Application.
- icmpCode Integer
- The value of the ICMP6 message Code (subtype) field as defined by RFC 4443.
- icmpType Integer
- The value of the ICMP6 message Type field as defined by RFC 4443.
- name String
- Name of the application.
- networkFirewall StringPolicy Id 
- Unique Network Firewall Policy identifier
- parentResource StringId 
- OCID of the Network Firewall Policy this application belongs to.
- type String
- Describes the type of Application.
- icmpCode number
- The value of the ICMP6 message Code (subtype) field as defined by RFC 4443.
- icmpType number
- The value of the ICMP6 message Type field as defined by RFC 4443.
- name string
- Name of the application.
- networkFirewall stringPolicy Id 
- Unique Network Firewall Policy identifier
- parentResource stringId 
- OCID of the Network Firewall Policy this application belongs to.
- type string
- Describes the type of Application.
- icmp_code int
- The value of the ICMP6 message Code (subtype) field as defined by RFC 4443.
- icmp_type int
- The value of the ICMP6 message Type field as defined by RFC 4443.
- name str
- Name of the application.
- network_firewall_ strpolicy_ id 
- Unique Network Firewall Policy identifier
- parent_resource_ strid 
- OCID of the Network Firewall Policy this application belongs to.
- type str
- Describes the type of Application.
- icmpCode Number
- The value of the ICMP6 message Code (subtype) field as defined by RFC 4443.
- icmpType Number
- The value of the ICMP6 message Type field as defined by RFC 4443.
- name String
- Name of the application.
- networkFirewall StringPolicy Id 
- Unique Network Firewall Policy identifier
- parentResource StringId 
- OCID of the Network Firewall Policy this application belongs to.
- type String
- Describes the type of Application.
GetNetworkFirewallPolicyApplicationsFilter     
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.