Zoho Linked Service Response
data class ZohoLinkedServiceResponse(val accessToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionProperties: Any? = 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, val useHostVerification: Any? = null, val usePeerVerification: Any? = null)
Zoho server linked service.
Constructors
Link copied to clipboard
fun ZohoLinkedServiceResponse(accessToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionProperties: Any? = null, description: String? = null, encryptedCredential: String? = null, endpoint: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, type: String, useEncryptedEndpoints: Any? = null, useHostVerification: Any? = null, usePeerVerification: Any? = null)