KeysListByAutomationAccountResponse type
Contains response data for the listByAutomationAccount operation.
type KeysListByAutomationAccountResponse = KeyListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: KeyListResult
}
}