EndpointKeysGetKeysResponse type
Innehåller svarsdata för åtgärden getKeys.
type EndpointKeysGetKeysResponse = EndpointKeysDTO & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EndpointKeysDTO
}
}