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