1. Packages
  2. Akamai
  3. API Docs
  4. getAppSecBypassNetworkLists
Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi

akamai.getAppSecBypassNetworkLists

Explore with Pulumi AI

akamai logo
Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi

    Using getAppSecBypassNetworkLists

    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 getAppSecBypassNetworkLists(args: GetAppSecBypassNetworkListsArgs, opts?: InvokeOptions): Promise<GetAppSecBypassNetworkListsResult>
    function getAppSecBypassNetworkListsOutput(args: GetAppSecBypassNetworkListsOutputArgs, opts?: InvokeOptions): Output<GetAppSecBypassNetworkListsResult>
    def get_app_sec_bypass_network_lists(config_id: Optional[int] = None,
                                         security_policy_id: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetAppSecBypassNetworkListsResult
    def get_app_sec_bypass_network_lists_output(config_id: Optional[pulumi.Input[int]] = None,
                                         security_policy_id: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetAppSecBypassNetworkListsResult]
    func GetAppSecBypassNetworkLists(ctx *Context, args *GetAppSecBypassNetworkListsArgs, opts ...InvokeOption) (*GetAppSecBypassNetworkListsResult, error)
    func GetAppSecBypassNetworkListsOutput(ctx *Context, args *GetAppSecBypassNetworkListsOutputArgs, opts ...InvokeOption) GetAppSecBypassNetworkListsResultOutput

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

    public static class GetAppSecBypassNetworkLists 
    {
        public static Task<GetAppSecBypassNetworkListsResult> InvokeAsync(GetAppSecBypassNetworkListsArgs args, InvokeOptions? opts = null)
        public static Output<GetAppSecBypassNetworkListsResult> Invoke(GetAppSecBypassNetworkListsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAppSecBypassNetworkListsResult> getAppSecBypassNetworkLists(GetAppSecBypassNetworkListsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getAppSecBypassNetworkLists:getAppSecBypassNetworkLists
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getAppSecBypassNetworkLists Result

    The following output properties are available:

    BypassNetworkLists List<string>
    ConfigId int
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    OutputText string
    SecurityPolicyId string
    BypassNetworkLists []string
    ConfigId int
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    OutputText string
    SecurityPolicyId string
    bypassNetworkLists List<String>
    configId Integer
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    outputText String
    securityPolicyId String
    bypassNetworkLists string[]
    configId number
    id string
    The provider-assigned unique ID for this managed resource.
    json string
    outputText string
    securityPolicyId string
    bypass_network_lists Sequence[str]
    config_id int
    id str
    The provider-assigned unique ID for this managed resource.
    json str
    output_text str
    security_policy_id str
    bypassNetworkLists List<String>
    configId Number
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    outputText String
    securityPolicyId String

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi