CredentialGetResponse type

Contains response data for the get operation.

type CredentialGetResponse = Credential & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Credential
  }
}