Configuration
Synopsis
Rename a security configuration.
Syntax
Rename-AppSecConfiguration [-ConfigName] <String> -NewName <String> -Description <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Rename-AppSecConfiguration -ConfigID <Int32> -NewName <String> -Description <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
Updates the name of your security configuration. When making a request, you can specify the existing configuration by its name or ID.
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. |
‑DescriptionRequired | Describes the security configuration. |
‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to |
‑NewNameRequired | A new name for your configuration. |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 3 months ago
