Values_4.ModifyManagedResourceVisibilityResultSourceModifies the managed resource visibility configuration for the account. Use this operation to control whether managed resources are hidden or visible by default. Visibility settings are account-wide and affect all IAM principals uniformly. Hidden resources remain fully operational and billable.
type nonrec t = {visibility : Values_3.ManagedResourceVisibilitySettings.t option;The updated managed resource visibility settings for the account.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]