SecretValueListValueResponse type
Contains response data for the listValue operation.
type SecretValueListValueResponse = SecretValue & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretValue
}
}