Condividi tramite


SecretValueGetResponse type

Contiene i dati di risposta per l'operazione get.

type SecretValueGetResponse = SecretValueResourceDescription & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SecretValueResourceDescription
  }
}