![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azurenative.datafactory.kotlin.inputs.ConcurLinkedServiceArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-native-kotlin Show documentation
Show all versions of pulumi-azure-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.datafactory.kotlin.inputs
import com.pulumi.azurenative.datafactory.inputs.ConcurLinkedServiceArgs.builder
import com.pulumi.core.Either
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Any
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Concur Service linked service.
* @property annotations List of tags that can be used for describing the linked service.
* @property clientId Application client_id supplied by Concur App Management.
* @property connectVia The integration runtime reference.
* @property connectionProperties Properties used to connect to Concur. It is mutually exclusive with any other properties in the linked service. Type: object.
* @property description Linked service description.
* @property encryptedCredential The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
* @property parameters Parameters for linked service.
* @property password The password corresponding to the user name that you provided in the username field.
* @property type Type of linked service.
* Expected value is 'Concur'.
* @property useEncryptedEndpoints Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
* @property useHostVerification Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true.
* @property usePeerVerification Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
* @property username The user name that you use to access Concur Service.
* @property version Version of the linked service.
*/
public data class ConcurLinkedServiceArgs(
public val annotations: Output>? = null,
public val clientId: Output,
public val connectVia: Output? = null,
public val connectionProperties: Output? = null,
public val description: Output? = null,
public val encryptedCredential: Output? = null,
public val parameters: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy