MeshSecretValueGetResponse type
Содержит данные ответа для операции получения.
type MeshSecretValueGetResponse = SecretValueResourceDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretValueResourceDescription
}
}