Values.RegistryScanningConfigurationSourceThe scanning configuration for a private registry.
type nonrec t = {scanType : ScanType.t option;The type of scanning configured for the registry.
*)rules : RegistryScanningRuleList.t option;The scanning rules associated with the registry.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of ScanningRepositoryFilterValue.t ])
list ]
list ])
list ]
list ])
list ]