SecretListBySubscriptionResponse type
Contains response data for the listBySubscription operation.
type SecretListBySubscriptionResponse = SecretResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretResourceDescriptionList
}
}