CA set deactivation
New-METSCASetDeactivation
Synopsis
Deactivate a version.
Syntax
New-METSCASetDeactivation -CASetName <String> -VersionID <Int32> -Network <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
New-METSCASetDeactivation -CASetID <Int32> -VersionID <Int32> -Network <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Deactivates the certificates for the version on the specified network. You can specify a CA set by its -CASetName
or -CASetID
.
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. |
‑CASetID Conditionally required |
Your CA set's ID. You typically require this or the |
‑CASetName Conditionally required |
A human-readable name of the CA set. You typically require this or the |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Network Required |
The type of network to activate your CA set on, either |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑VersionID Required |
The CA set version's ID on which to perform the desired operation. |
Related Links
Updated about 22 hours ago