MeshSecretValueShowResponse type
يحتوي على بيانات الاستجابة لعملية العرض.
type MeshSecretValueShowResponse = SecretValue & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretValue
}
}