Values.UpdateProgramManagementAccountRequestSourceUpdates the properties of a program management account.
type nonrec t = {catalog : Catalog.t;The catalog identifier for the program management account.
*)identifier : ProgramManagementAccountIdentifier.t;The unique identifier of the program management account to update.
*)revision : Revision.t option;The current revision number of the program management account.
*)displayName : ProgramManagementAccountDisplayName.t option;The new display name for the program management account.
*)}val make :
?revision:??? ->
?displayName:??? ->
catalog:Catalog.t ->
identifier:ProgramManagementAccountIdentifier.t ->
unit ->
t