共用方式為


SecretValueListValueResponse type

包含 listValue 作業的回應資料。

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