SecretValueListResponse type

Contains response data for the list operation.

type SecretValueListResponse = SecretValueResourceDescriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SecretValueResourceDescriptionList
  }
}