Values.PutProfileVisibilityRequestSourceSets the visibility level for a partner profile, controlling who can view the profile information.
type nonrec t = {catalog : Catalog.t;The catalog identifier for the partner account.
*)identifier : PartnerIdentifier.t;The unique identifier of the partner account.
*)visibility : ProfileVisibility.t;The visibility setting to apply to the partner profile.
*)}val make :
catalog:Catalog.t ->
identifier:PartnerIdentifier.t ->
visibility:ProfileVisibility.t ->
unit ->
t