Policy set
Get-IVMPolicySet
Synopsis
Get a policy set.
Syntax
Get-IVMPolicySet [[-PolicySetID] <String>] [[-ContractID] <String>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets all IVM policy sets or returns a specific policy set by its ID.
Note: If your account has multiple IVM-enabled contracts, you need to specify the contract 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. |
‑ContractID |
Your contract's ID. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑PolicySetID |
Your policy set's ID. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 11 days ago