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 |
