Values.StartConfigurationChecksInputSourceInitiates configuration check operations against a specified application.
type nonrec t = {applicationId : ApplicationId.t;The ID of the application.
*)configurationCheckIds : ConfigurationCheckTypeList.t option;The list of configuration checks to perform.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list | `String of ApplicationId.t ])
list ]