RegistrationsGetActivationKeyResponse type    
Contains response data for the getActivationKey operation.
type RegistrationsGetActivationKeyResponse = ActivationKeyResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ActivationKeyResult
  }
}