Поделиться через


SecretValueListValueResponse type

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

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