Values.MemberFeaturesConfigurationResultSourceContains information about the features for the member account.
type nonrec t = {name : OrgFeature.t option;Indicates the name of the feature that is enabled for the detector.
*)status : FeatureStatus.t option;Indicates the status of the feature that is enabled for the detector.
*)updatedAt : Timestamp.t option;The timestamp at which the feature object was updated.
*)additionalConfiguration : MemberAdditionalConfigurationResults.t option;Indicates the additional configuration of the feature that is configured for the member account.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ])
list ]
list
| `Timestamp of Timestamp.t ])
list ]