MeshSecretValueShowResponse type
Berisi data respons untuk operasi peragaan.
type MeshSecretValueShowResponse = SecretValue & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretValue
}
}