/AWS1/CL_BDASHAREPOINTSRCCONF¶
The endpoint information to connect to your SharePoint data source.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_domain
TYPE /AWS1/BDASHAREPOINTDOMAIN
/AWS1/BDASHAREPOINTDOMAIN
¶
The domain of your SharePoint instance or site URL/URLs.
it_siteurls
TYPE /AWS1/CL_BDASHAREPTSITEURLS_W=>TT_SHAREPOINTSITEURLS
TT_SHAREPOINTSITEURLS
¶
A list of one or more SharePoint site URLs.
iv_hosttype
TYPE /AWS1/BDASHAREPOINTHOSTTYPE
/AWS1/BDASHAREPOINTHOSTTYPE
¶
The supported host type, whether online/cloud or server/on-premises.
iv_authtype
TYPE /AWS1/BDASHAREPOINTAUTHTYPE
/AWS1/BDASHAREPOINTAUTHTYPE
¶
The supported authentication type to authenticate and connect to your SharePoint site/sites.
iv_credentialssecretarn
TYPE /AWS1/BDASECRETARN
/AWS1/BDASECRETARN
¶
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.
Optional arguments:¶
iv_tenantid
TYPE /AWS1/BDAMICROSOFT365TENANTID
/AWS1/BDAMICROSOFT365TENANTID
¶
The identifier of your Microsoft 365 tenant.
Queryable Attributes¶
tenantId¶
The identifier of your Microsoft 365 tenant.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TENANTID() |
Getter for TENANTID, with configurable default |
ASK_TENANTID() |
Getter for TENANTID w/ exceptions if field has no value |
HAS_TENANTID() |
Determine if TENANTID has a value |
domain¶
The domain of your SharePoint instance or site URL/URLs.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DOMAIN() |
Getter for DOMAIN, with configurable default |
ASK_DOMAIN() |
Getter for DOMAIN w/ exceptions if field has no value |
HAS_DOMAIN() |
Determine if DOMAIN has a value |
siteUrls¶
A list of one or more SharePoint site URLs.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SITEURLS() |
Getter for SITEURLS, with configurable default |
ASK_SITEURLS() |
Getter for SITEURLS w/ exceptions if field has no value |
HAS_SITEURLS() |
Determine if SITEURLS has a value |
hostType¶
The supported host type, whether online/cloud or server/on-premises.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HOSTTYPE() |
Getter for HOSTTYPE, with configurable default |
ASK_HOSTTYPE() |
Getter for HOSTTYPE w/ exceptions if field has no value |
HAS_HOSTTYPE() |
Determine if HOSTTYPE has a value |
authType¶
The supported authentication type to authenticate and connect to your SharePoint site/sites.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUTHTYPE() |
Getter for AUTHTYPE, with configurable default |
ASK_AUTHTYPE() |
Getter for AUTHTYPE w/ exceptions if field has no value |
HAS_AUTHTYPE() |
Determine if AUTHTYPE has a value |
credentialsSecretArn¶
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREDENTIALSSECRETARN() |
Getter for CREDENTIALSSECRETARN, with configurable default |
ASK_CREDENTIALSSECRETARN() |
Getter for CREDENTIALSSECRETARN w/ exceptions if field has n |
HAS_CREDENTIALSSECRETARN() |
Determine if CREDENTIALSSECRETARN has a value |