Access key
New-CloudAccessKey
Synopsis
Create an access key.
Syntax
New-CloudAccessKey -AccessKeyName <String> -AuthenticationMethod <String> -CloudAccessKeyId <String> -CloudSecretAccessKey <String> -ContractId <String> -GroupID <Int32> -SecurityNetwork <String> [-AdditionalCDN <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]New-CloudAccessKey -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
Creates a new access key. An access key's name needs to be unique within a user account. Once you create an access key, it's available on both the staging and production Akamai networks.
Parameters
‑AccessKeyNameConditionally required | The new name for the access key. The |
‑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. |
‑AdditionalCDN | Additional type of the deployment network that the access key will be deployed to. Include CHINA_CDN to make the access key available in Akamai's China CDN. Include RUSSIA_CDN to make the access key available in Akamai's Russia CDN. If you're using a Standard TLS certificate for security, RUSSIA_CDN is included by default, so you don't need to include it here. If you're using an Enhanced TLS certificate, you'll need to include both to access these CDNs. |
‑AuthenticationMethodConditionally required | The type of cloud provider signing process used to authenticate API requests. Use |
‑BodyConditionally required | A request body, either as a |
‑CloudAccessKeyIdConditionally required | The ID that's combined with the |
‑CloudSecretAccessKeyConditionally required | A value that's combined with the |
‑ContractIdConditionally required | The unique identifier for the contract assigned to the access key. |
‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to |
‑GroupIDConditionally required | The unique identifier assigned to the access control group assigned to the access key. |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑SecurityNetworkConditionally required | The API deploys the access key to this secure network. STANDARD_TLS deploys the access key to Akamai's standard secure network. This is non-PCI compliant. ENHANCED_TLS deploys the access key to Akamai's more secure network which is PCI compliant. |
Related Links
Updated about 1 month ago
