AzureFunctionLinkedServiceResponse

data class AzureFunctionLinkedServiceResponse(val annotations: List<Any>? = null, val authentication: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val credential: CredentialReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val functionAppUrl: Any, val functionKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val resourceId: Any? = null, val type: String)

Azure Function linked service.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, authentication: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, credential: CredentialReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, functionAppUrl: Any, functionKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, resourceId: Any? = null, type: String)

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
val authentication: Any? = null

Type of authentication (Required to specify MSI) used to connect to AzureFunction. Type: string (or Expression with resultType string).

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard

The credential reference containing authentication information.

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

The endpoint of the Azure Function App. URL will be in the format https://.azurewebsites.net.

Link copied to clipboard

Function or Host key for Azure Function App.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard
val resourceId: Any? = null

Allowed token audiences for azure function.

Link copied to clipboard

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