Values_5.GetManagedResourceVisibilityResultSourceRetrieves the managed resource visibility configuration for the account. The response indicates whether managed resources are hidden or visible by default.
type nonrec t = {visibility : Values_3.ManagedResourceVisibilitySettings.t option;The managed resource visibility settings for the account.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]