Share Point Online List Linked Service Args
constructor(annotations: Output<List<Any>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, servicePrincipalCredentialType: Output<Any>? = null, servicePrincipalEmbeddedCert: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, servicePrincipalEmbeddedCertPassword: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, servicePrincipalId: Output<Any>, servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, siteUrl: Output<Any>, tenantId: Output<Any>, type: Output<String>, version: Output<String>? = null)