CredentialListByAutomationAccountResponse type
Содержит данные ответа для операции listByAutomationAccount.
type CredentialListByAutomationAccountResponse = CredentialListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CredentialListResult
}
}