次の方法で共有


MeshSecretValueShowResponse type

show 操作の応答データが含まれています。

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