EndpointKeysGetKeysResponse type
Contains response data for the getKeys operation.
type EndpointKeysGetKeysResponse = EndpointKeysDTO & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EndpointKeysDTO
}
}