Values.AccessControlConfigurationSummarySourceSummary information on an access control configuration that you created for your documents in an index.
type nonrec t = {id : AccessControlConfigurationId.t option;The identifier of the access control configuration.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AccessControlConfigurationId.t ]) list ]