Values.MemberAdditionalConfigurationResultSourceInformation about the additional configuration for the member account.
type nonrec t = {name : OrgFeatureAdditionalConfiguration.t option;Indicates the name of the additional configuration that is set for the member account.
*)status : FeatureStatus.t option;Indicates the status of the additional configuration that is set for the member account.
*)updatedAt : Timestamp.t option;The timestamp at which the additional configuration was set for the member account. This is in UTC format.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ]) list ]