EndpointKeysGetKeysResponse type
Bevat antwoordgegevens voor de getKeys-bewerking.
type EndpointKeysGetKeysResponse = EndpointKeysDTO & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EndpointKeysDTO
}
}