SecretValueListValueResponse type
Contém dados de resposta para a operação listValue.
type SecretValueListValueResponse = SecretValue & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretValue
}
}