AlternativeDistributionKeyResponse
A response that contains a single alternative distribution key resource.
Declaration
object AlternativeDistributionKeyResponseProperties
| Name | Type | Description |
|---|---|---|
data Required | AlternativeDistributionKey | |
links Required | DocumentLinks |
Discussion
This object is the response from the alternative distribution key endpoints. For more information about alternative distribution keys, see Creating and reading keys.
{
"data": {
"type": "alternativeDistributionKeys",
"id": "string",
"attributes": {
"publicKey": "string"
},
"links": {
"self": "string"
}
},
"links": {
"self": "string"
}
}