Policy set

Set-IVMPolicySet

Synopsis

Update a policy set.

Syntax

Set-IVMPolicySet [-PolicySetID] <String> [[-Name] <String>] [[-Region] <String>] [[-ContractID] <String>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Updates the -Name or -Region of an existing policy set on both networks.

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.

‑ContractID

Your contract's ID.

‑EdgeRCFile

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

‑Name

A human-readable name for the policy set.

‑PolicySetID
Required

Your policy set's ID.

‑Region

The geographic region for which the media using this policy set is optimized. Altering the value on an existing policy set voids previously cached images and videos and requires their transformation again.

The supported geographic regions are US, EMEA, ASIA, AUSTRALIA, JAPAN, or CHINA. EMEA is Europe, the Middle East, and Africa.

‑Section

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

Related Links