CA set version

Copy-METSCASetVersion

Synopsis

Clone a version.

Syntax

Copy-METSCASetVersion -CASetName <String> -VersionID <Int32> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Copy-METSCASetVersion -CASetID <Int32> -VersionID <Int32> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Clones a version of the CA set from the CA set specified by -VersionID.

Note that the clone may reflect expired certificates from the original. This function can use either -CASetID or -CASetName for ease of use.

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.

‑CASetName
Conditionally required

A human-readable name of the CA set. You typically require this or the -CASetID.

‑EdgeRCFile

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

‑Section

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

‑VersionID
Required

The CA set version's ID on which to perform the desired operation.

Related Links