Values.IntegrationSummarySourceContains summary information about an integration.
type nonrec t = {integrationId : String_.t option;The unique identifier of the integration.
*)installationId : String_.t option;The installation identifier from the integration provider.
*)provider : Provider.t option;The integration provider.
*)providerType : ProviderType.t option;The type of the integration provider.
*)displayName : String_.t option;The display name of the integration.
*)}