CertificateGetResponse type

Contains response data for the get operation.

type CertificateGetResponse = Certificate & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Certificate
  }
}