Quick Books Linked Service Response
data class QuickBooksLinkedServiceResponse(val accessToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val accessTokenSecret: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val annotations: List<Any>? = null, val companyId: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionProperties: Any? = null, val consumerKey: Any? = null, val consumerSecret: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val description: String? = null, val encryptedCredential: String? = null, val endpoint: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val type: String, val useEncryptedEndpoints: Any? = null)
QuickBooks server linked service.
Constructors
Link copied to clipboard
fun QuickBooksLinkedServiceResponse(accessToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, accessTokenSecret: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, annotations: List<Any>? = null, companyId: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionProperties: Any? = null, consumerKey: Any? = null, consumerSecret: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, description: String? = null, encryptedCredential: String? = null, endpoint: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, type: String, useEncryptedEndpoints: Any? = null)