CertificateListByAutomationAccountResponse type    
Contains response data for the listByAutomationAccount operation.
type CertificateListByAutomationAccountResponse = CertificateListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CertificateListResult
  }
}