Quick Books Linked Service Args
data class QuickBooksLinkedServiceArgs(val accessToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val accessTokenSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val annotations: Output<List<Any>>? = null, val companyId: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionProperties: Output<Any>? = null, val consumerKey: Output<Any>? = null, val consumerSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val endpoint: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null) : ConvertibleToJava<QuickBooksLinkedServiceArgs>
QuickBooks server linked service.
Constructors
Link copied to clipboard
fun QuickBooksLinkedServiceArgs(accessToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, accessTokenSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, annotations: Output<List<Any>>? = null, companyId: Output<Any>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, connectionProperties: Output<Any>? = null, consumerKey: Output<Any>? = null, consumerSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, endpoint: Output<Any>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, type: Output<String>, useEncryptedEndpoints: Output<Any>? = null)