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-AppSecBypassNetworkGetsoperation 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. | 
| ‑ConfigIDConditionally required | Your configuration's ID. | 
| ‑ConfigNameConditionally required | The name of your security configuration. | 
| ‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to  | 
| ‑NetworkListsRequired | A list of network list IDs. | 
| ‑PolicyIDConditionally required | Your security policy's ID. | 
| ‑PolicyNameConditionally required | The name of your security policy. | 
| ‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to  | 
| ‑VersionNumberRequired | A configuration's version. Can be an integer or the word  | 
Related Links
Updated 4 months ago
