Spark Linked Service Args
constructor(allowHostNameCNMismatch: Output<Any>? = null, allowSelfSignedServerCert: Output<Any>? = null, annotations: Output<List<Any>>? = null, authenticationType: Output<Either<String, SparkAuthenticationType>>, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, enableSsl: Output<Any>? = null, encryptedCredential: Output<String>? = null, host: Output<Any>, httpPath: Output<Any>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, port: Output<Any>, serverType: Output<Either<String, SparkServerType>>? = null, thriftTransportProtocol: Output<Either<String, SparkThriftTransportProtocol>>? = null, trustedCertPath: Output<Any>? = null, type: Output<String>, useSystemTrustStore: Output<Any>? = null, username: Output<Any>? = null, version: Output<String>? = null)