API client
Set-IAMAPIClient
Synopsis
Update an API client.
Syntax
Set-IAMAPIClient [[-ClientID] <String>] [-Body] <Object> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Updates an existing API client. You can provide the API client settings with the -Body
parameter or use the pipeline. If you want to edit an API client other than that specified with the -EdgeRCFile
and -Section
, then you need to provide the -ClientID
. Otherwise, the -ClientID
has the value of self
.
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 Required |
A request body, either as a |
‑ClientID |
Your API client's ID. To get this value, run |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 8 days ago