Share via


EndpointKeysRefreshKeysResponse type

Innehåller svarsdata för åtgärden refreshKeys.

type EndpointKeysRefreshKeysResponse = EndpointKeysDTO & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EndpointKeysDTO
  }
}