MeshSecretValueShowResponse type

Содержит данные ответа для операции отображения.

type MeshSecretValueShowResponse = SecretValue & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SecretValue
  }
}