Values.JiraCloudDetailSourceInformation about the configuration and status of a Jira Cloud integration.
type nonrec t = {cloudId : NonEmptyString.t option;The cloud id of the Jira Cloud.
*)projectKey : NonEmptyString.t option;The projectKey of Jira Cloud.
*)domain : NonEmptyString.t option;The URL domain of your Jira Cloud instance.
*)authUrl : NonEmptyString.t option;The URL to provide to customers for OAuth auth code flow.
*)authStatus : ConnectorAuthStatus.t option;The status of the authorization between Jira Cloud and the service.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]