Values.ServiceNowDetailSourceInformation about a ServiceNow ITSM integration.
type nonrec t = {instanceName : NonEmptyString.t option;The instanceName of ServiceNow ITSM.
*)secretArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the ServiceNow credentials.
*)authStatus : ConnectorAuthStatus.t option;The status of the authorization between ServiceNow and the service.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]