1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. NetworkFirewall
  5. getNetworkFirewallPolicyServiceList
Viewing docs for Oracle Cloud Infrastructure v4.5.0
published on Thursday, Apr 2, 2026 by Pulumi
 logo
Viewing docs for Oracle Cloud Infrastructure v4.5.0
published on Thursday, Apr 2, 2026 by Pulumi

    This data source provides details about a specific Network Firewall Policy Service List resource in Oracle Cloud Infrastructure Network Firewall service.

    Get ServiceList by the given name in the context of network firewall policy.

    Example Usage

    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    variables:
      testNetworkFirewallPolicyServiceList:
        fn::invoke:
          function: oci:NetworkFirewall:getNetworkFirewallPolicyServiceList
          arguments:
            networkFirewallPolicyId: ${testNetworkFirewallPolicy.id}
            serviceListName: ${networkFirewallPolicyServiceListServiceListName}
    

    Using getNetworkFirewallPolicyServiceList

    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 getNetworkFirewallPolicyServiceList(args: GetNetworkFirewallPolicyServiceListArgs, opts?: InvokeOptions): Promise<GetNetworkFirewallPolicyServiceListResult>
    function getNetworkFirewallPolicyServiceListOutput(args: GetNetworkFirewallPolicyServiceListOutputArgs, opts?: InvokeOptions): Output<GetNetworkFirewallPolicyServiceListResult>
    def get_network_firewall_policy_service_list(name: Optional[str] = None,
                                                 network_firewall_policy_id: Optional[str] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetNetworkFirewallPolicyServiceListResult
    def get_network_firewall_policy_service_list_output(name: Optional[pulumi.Input[str]] = None,
                                                 network_firewall_policy_id: Optional[pulumi.Input[str]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetNetworkFirewallPolicyServiceListResult]
    func LookupNetworkFirewallPolicyServiceList(ctx *Context, args *LookupNetworkFirewallPolicyServiceListArgs, opts ...InvokeOption) (*LookupNetworkFirewallPolicyServiceListResult, error)
    func LookupNetworkFirewallPolicyServiceListOutput(ctx *Context, args *LookupNetworkFirewallPolicyServiceListOutputArgs, opts ...InvokeOption) LookupNetworkFirewallPolicyServiceListResultOutput

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

    public static class GetNetworkFirewallPolicyServiceList 
    {
        public static Task<GetNetworkFirewallPolicyServiceListResult> InvokeAsync(GetNetworkFirewallPolicyServiceListArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkFirewallPolicyServiceListResult> Invoke(GetNetworkFirewallPolicyServiceListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkFirewallPolicyServiceListResult> getNetworkFirewallPolicyServiceList(GetNetworkFirewallPolicyServiceListArgs args, InvokeOptions options)
    public static Output<GetNetworkFirewallPolicyServiceListResult> getNetworkFirewallPolicyServiceList(GetNetworkFirewallPolicyServiceListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:NetworkFirewall/getNetworkFirewallPolicyServiceList:getNetworkFirewallPolicyServiceList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Name of the service Group.
    NetworkFirewallPolicyId string
    Unique Network Firewall Policy identifier
    Name string
    Name of the service Group.
    NetworkFirewallPolicyId string
    Unique Network Firewall Policy identifier
    name String
    Name of the service Group.
    networkFirewallPolicyId String
    Unique Network Firewall Policy identifier
    name string
    Name of the service Group.
    networkFirewallPolicyId string
    Unique Network Firewall Policy identifier
    name str
    Name of the service Group.
    network_firewall_policy_id str
    Unique Network Firewall Policy identifier
    name String
    Name of the service Group.
    networkFirewallPolicyId String
    Unique Network Firewall Policy identifier

    getNetworkFirewallPolicyServiceList Result

    The following output properties are available:

    Description string
    The description of the service list. This field can be used to add additional info.
    Id string
    Name string
    Name of the service Group.
    NetworkFirewallPolicyId string
    ParentResourceId string
    OCID of the Network Firewall Policy this serviceList belongs to.
    Services List<string>
    List of services in the group.
    TotalServices int
    Count of total services in the given service List.
    Description string
    The description of the service list. This field can be used to add additional info.
    Id string
    Name string
    Name of the service Group.
    NetworkFirewallPolicyId string
    ParentResourceId string
    OCID of the Network Firewall Policy this serviceList belongs to.
    Services []string
    List of services in the group.
    TotalServices int
    Count of total services in the given service List.
    description String
    The description of the service list. This field can be used to add additional info.
    id String
    name String
    Name of the service Group.
    networkFirewallPolicyId String
    parentResourceId String
    OCID of the Network Firewall Policy this serviceList belongs to.
    services List<String>
    List of services in the group.
    totalServices Integer
    Count of total services in the given service List.
    description string
    The description of the service list. This field can be used to add additional info.
    id string
    name string
    Name of the service Group.
    networkFirewallPolicyId string
    parentResourceId string
    OCID of the Network Firewall Policy this serviceList belongs to.
    services string[]
    List of services in the group.
    totalServices number
    Count of total services in the given service List.
    description str
    The description of the service list. This field can be used to add additional info.
    id str
    name str
    Name of the service Group.
    network_firewall_policy_id str
    parent_resource_id str
    OCID of the Network Firewall Policy this serviceList belongs to.
    services Sequence[str]
    List of services in the group.
    total_services int
    Count of total services in the given service List.
    description String
    The description of the service list. This field can be used to add additional info.
    id String
    name String
    Name of the service Group.
    networkFirewallPolicyId String
    parentResourceId String
    OCID of the Network Firewall Policy this serviceList belongs to.
    services List<String>
    List of services in the group.
    totalServices Number
    Count of total services in the given service List.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
     logo
    Viewing docs for Oracle Cloud Infrastructure v4.5.0
    published on Thursday, Apr 2, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.