Module Values_3.ManagedResourceVisibilitySettingsSource

Describes the managed resource visibility settings for the account.

Sourcetype nonrec t = {
  1. defaultVisibility : Values_2.ManagedResourceDefaultVisibility.t option;
    (*

    The default visibility setting for managed resources. A value of hidden indicates that managed resources are not included in Describe operation responses by default. A value of visible indicates that managed resources are included by default.

    *)
}
Sourceval make : ?defaultVisibility:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t