Contents

AlternativeDistributionKeyResponse

A response that contains a single alternative distribution key resource.

Declaration

object AlternativeDistributionKeyResponse

Properties

NameTypeDescription
data RequiredAlternativeDistributionKey

links RequiredDocumentLinks

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"
  }
}

See Also

Objects