SecretGetResponse type
Alma işlemi için yanıt verilerini içerir.
type SecretGetResponse = SecretResourceDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretResourceDescription
}
}