MeshSecretValueShowResponse type
Enthält Antwortdaten für den Anzeigevorgang.
type MeshSecretValueShowResponse = SecretValue & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretValue
}
}