AgentDataSourceDataSourceConfigurationSharePointConfigurationSourceConfigurationArgs

data class AgentDataSourceDataSourceConfigurationSharePointConfigurationSourceConfigurationArgs(val authType: Output<String>, val credentialsSecretArn: Output<String>, val domain: Output<String>, val hostType: Output<String>, val siteUrls: Output<List<String>>, val tenantId: Output<String>? = null) : ConvertibleToJava<AgentDataSourceDataSourceConfigurationSharePointConfigurationSourceConfigurationArgs>

Constructors

constructor(authType: Output<String>, credentialsSecretArn: Output<String>, domain: Output<String>, hostType: Output<String>, siteUrls: Output<List<String>>, tenantId: Output<String>? = null)

Properties

Link copied to clipboard
val authType: Output<String>

The supported authentication type to authenticate and connect to your SharePoint site. Valid values: OAUTH2_CLIENT_CREDENTIALS, OAUTH2_SHAREPOINT_APP_ONLY_CLIENT_CREDENTIALS.

Link copied to clipboard

The Amazon Resource Name of an AWS Secrets Manager secret that stores your authentication credentials for your SharePoint site. For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see SharePoint connection configuration. Pattern: ^arn:aws(|-cn|-us-gov):secretsmanager:a-z0-9-{1,20}:(0-9{12}|):secret:a-zA-Z0-9!/_+=.@-{1,512}$.

Link copied to clipboard
val domain: Output<String>

The domain of your SharePoint instance or site URL/URLs.

Link copied to clipboard
val hostType: Output<String>

The supported host type, whether online/cloud or server/on-premises. Valid values: ONLINE.

Link copied to clipboard
val siteUrls: Output<List<String>>

A list of one or more SharePoint site URLs.

Link copied to clipboard
val tenantId: Output<String>? = null

The identifier of your Microsoft 365 tenant.

Functions

Link copied to clipboard
open override fun toJava(): AgentDataSourceDataSourceConfigurationSharePointConfigurationSourceConfigurationArgs