Values.SharePointSourceConfigurationSourceThe endpoint information to connect to your SharePoint data source.
type nonrec t = {tenantId : Microsoft365TenantId.t option;The identifier of your Microsoft 365 tenant.
*)domain : SharePointDomain.t;The domain of your SharePoint instance or site URL/URLs.
*)siteUrls : SharePointSiteUrls.t;A list of one or more SharePoint site URLs.
*)hostType : SharePointHostType.t;The supported host type, whether online/cloud or server/on-premises.
*)authType : SharePointAuthType.t;The supported authentication type to authenticate and connect to your SharePoint site/sites.
*)credentialsSecretArn : SecretArn.t;The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your SharePoint site/sites. For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see SharePoint connection configuration.
*)}val make :
?tenantId:??? ->
domain:SharePointDomain.t ->
siteUrls:SharePointSiteUrls.t ->
hostType:SharePointHostType.t ->
authType:SharePointAuthType.t ->
credentialsSecretArn:SecretArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of HttpsUrl.t ] list
| `String of Microsoft365TenantId.t ])
list ]