Policy bypass network lists

Set-AppSecPolicyBypassNetworkLists

Synopsis

Modify the bypass network lists settings for a security policy.

Syntax

Set-AppSecPolicyBypassNetworkLists [-ConfigName] <String> [-VersionNumber] <String> [-PolicyName] <String> -NetworkLists <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-AppSecPolicyBypassNetworkLists [-ConfigName] <String> [-VersionNumber] <String> -PolicyID <String> -NetworkLists <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-AppSecPolicyBypassNetworkLists -ConfigID <Int32> [-VersionNumber] <String> -PolicyID <String> -NetworkLists <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-AppSecPolicyBypassNetworkLists -ConfigID <Int32> [-VersionNumber] <String> [-PolicyName] <String> -NetworkLists <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Updates which network lists to use in the bypass network lists settings. When set to NONE, the request body and response body appear as redacted in the log.

In the request, you can specify a configuration with the -ConfigName or -ConfigID parameter. The -VersionNumber parameter is an integer or the word latest. To specify a policy, use the -PolicyName or -PolicyID parameter.

Note: This function takes only a list of network list IDs as its input, whereas the Get-AppSecBypassNetworkGets operation returns multiple attributes. Make sure to limit the function's input to only the IDs, either as an array or a comma-separated string.

Parameters

‑AccountSwitchKey

An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey.

‑ConfigID
Conditionally required

Your configuration's ID.

‑ConfigName
Conditionally required

The name of your security configuration.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑NetworkLists
Required

A list of network list IDs.

‑PolicyID
Conditionally required

Your security policy's ID.

‑PolicyName
Conditionally required

The name of your security policy.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

‑VersionNumber
Required

A configuration's version. Can be an integer or the word latest.

Related Links