Activation
New-ClientListActivation
Synopsis
Activate a client list.
Syntax
New-ClientListActivation -Name <String> -Network <String> [-Comments <String>] [-NotificationRecipients <String>] [-SiebelTicketID <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
New-ClientListActivation -Name <String> -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
New-ClientListActivation -ListID <String> -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
New-ClientListActivation -ListID <String> -Network <String> [-Comments <String>] [-NotificationRecipients <String>] [-SiebelTicketID <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Activates a client list on the staging or production network.
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. |
‑Body Conditionally required |
A request body, either as a |
‑Comments |
A brief description of the activation. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑ListID Conditionally required |
Your client list's ID. |
‑Name Conditionally required |
Your client list's name. |
‑Network Conditionally required |
The type of network where you activate your client list, either |
‑NotificationRecipients |
A list of users to notify via email. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑SiebelTicketID |
Your Siebel ticket's ID, if the activation is linked to one. |
Related Links
Updated 8 days ago