Values.BatchGetRepositoryScanningConfigurationRequestSourceGets the scanning configuration for one or more repositories.
type nonrec t = {repositoryNames : ScanningConfigurationRepositoryNameList.t;One or more repository names to get the scanning configuration for.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of RepositoryName.t ] list ]) list ]