SecretValueGetResponse type
Enthält Antwortdaten für den Get-Vorgang.
type SecretValueGetResponse = SecretValueResourceDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretValueResourceDescription
}
}