SharePointOnlineListLinkedServiceResponse

data class SharePointOnlineListLinkedServiceResponse(val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val servicePrincipalCredentialType: Any? = null, val servicePrincipalEmbeddedCert: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val servicePrincipalEmbeddedCertPassword: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val servicePrincipalId: Any, val servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val siteUrl: Any, val tenantId: Any, val type: String, val version: String? = null)

SharePoint Online List linked service.

Constructors

constructor(annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, servicePrincipalCredentialType: Any? = null, servicePrincipalEmbeddedCert: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, servicePrincipalEmbeddedCertPassword: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, servicePrincipalId: Any, servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, siteUrl: Any, tenantId: Any, type: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the linked service.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).

Link copied to clipboard

Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).

Link copied to clipboard

Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).

Link copied to clipboard

The application (client) ID of your application registered in Azure Active Directory. Make sure to grant SharePoint site permission to this application. Type: string (or Expression with resultType string).

Link copied to clipboard

The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).

Link copied to clipboard

The URL of the SharePoint Online site. For example, https://contoso.sharepoint.com/sites/siteName. Type: string (or Expression with resultType string).

Link copied to clipboard

The tenant ID under which your application resides. You can find it from Azure portal Active Directory overview page. Type: string (or Expression with resultType string).

Link copied to clipboard

Type of linked service. Expected value is 'SharePointOnlineList'.

Link copied to clipboard
val version: String? = null

Version of the linked service.