TSIG key contract

Synopsis

Zones to contract using TSIG key.

Syntax

Get-EDNSTSIGKeyContract [-TSIGKeyAlgorithm] <String> [-TSIGKeyName] <String> [-TSIGKeySecret] <String> [[-KeyType] <String>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Zone names within a contract that use the given TSIG key for which the current user has READ access.

If the list returned is empty, it's possible that the given key is in use by other zones but the current user doesn't have permission to view those zones.

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.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑KeyType

Limits the response to zones of the specified TSIG key type. Either inbound, outbound, or proxy.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

‑TSIGKeyAlgorithm
Required

The algorithm used to encode the TSIG key's secret data.

‑TSIGKeyName
Required

The name of your TSIG key. This is a name that's unique across all of Akamai's customers. Since the key name is treated like a DNS name, the value is lowercase and the server removes any trailing dots.

‑TSIGKeySecret
Required

A Base64-encoded string of data. When decoded, it needs to contain the correct number of bits for the chosen algorithm. If the input is not correctly padded, the server applies the padding.

Related Links