Values.UpdateProfileRequestSourceUpdates some of the parameters for an existing profile. Provide the ProfileId for the profile that you want to update, along with the new values for the parameters to update.
type nonrec t = {profileId : ProfileId.t;The identifier of the profile object that you are updating.
*)certificateIds : CertificateIds.t option;An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of CertificateId.t ] list
| `String of ProfileId.t ])
list ]