Values.SaaSConfigurationSourceProvides the configuration information to connect to GitHub Enterprise Cloud (SaaS).
type nonrec t = {organizationName : OrganizationName.t;The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to. You can find your organization name by logging into GitHub desktop and selecting Your organizations under your profile picture dropdown.
*)hostUrl : Url.t;The GitHub host URL or API endpoint URL. For example, https://api.github.com.
*)}