Values.IntegratedResourceSourceRepresents an integrated resource from a third-party provider. This is a union type that contains provider-specific resource information.
type nonrec t = {githubRepository : GitHubRepositoryResource.t option;The GitHub repository resource information.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `String of ProviderResourceName.t ]) list ])
list ]