TeamDeskLinkedServiceResponse

data class TeamDeskLinkedServiceResponse(val annotations: List<Any>? = null, val apiToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val authenticationType: String, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val type: String, val url: Any, val userName: Any? = null, val version: String? = null)

Linked service for TeamDesk.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, apiToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, authenticationType: String, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, type: String, url: Any, userName: Any? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the linked service.

Link copied to clipboard

The api token for the TeamDesk source.

Link copied to clipboard

The authentication type to use.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

The password of the TeamDesk source.

Link copied to clipboard

Type of linked service. Expected value is 'TeamDesk'.

Link copied to clipboard
val url: Any

The url to connect TeamDesk source. Type: string (or Expression with resultType string).

Link copied to clipboard
val userName: Any? = null

The username of the TeamDesk source. Type: string (or Expression with resultType string).

Link copied to clipboard
val version: String? = null

Version of the linked service.