Zoho Linked Service Args
data class ZohoLinkedServiceArgs(val accessToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionProperties: Output<Any>? = 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, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null) : ConvertibleToJava<ZohoLinkedServiceArgs>
Zoho server linked service.
Constructors
Link copied to clipboard
fun ZohoLinkedServiceArgs(accessToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, annotations: Output<List<Any>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, connectionProperties: Output<Any>? = 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, useHostVerification: Output<Any>? = null, usePeerVerification: Output<Any>? = null)