Akamai credentials
Get-AkamaiCredentials
Synopsis
Gets EdgeGrid credentials.
Syntax
Get-AkamaiCredentials [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
The Get-AkamaiCredentials
cmdlet gets EdgeGrid credentials from session or environment variables or an authentication file.
Examples
Get-AkamaiCredentials
Get-AkamaiCredentials -Section "notdefault" -AccountSwitchKey "my-account-switch-key"
Parameters
‑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 |
‑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. |
Related Links
Updated 3 days ago