SecretValueListResponse type
Enthält Antwortdaten für den Listenvorgang.
type SecretValueListResponse = SecretValueResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretValueResourceDescriptionList
}
}