Share Point Online List Linked Service Response
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 servicePrincipalId: Any, val servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, val siteUrl: Any, val tenantId: Any, val type: String)
SharePoint Online List linked service.
Constructors
Link copied to clipboard
fun SharePointOnlineListLinkedServiceResponse(annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, servicePrincipalId: Any, servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, siteUrl: Any, tenantId: Any, type: String)