MeshSecretValueShowResponse type
Contiene i dati di risposta per l'operazione di visualizzazione.
type MeshSecretValueShowResponse = SecretValue & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretValue
}
}