
com.pulumi.azurenative.datafactory.kotlin.inputs.AzureKeyVaultLinkedServiceArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.datafactory.kotlin.inputs
import com.pulumi.azurenative.datafactory.inputs.AzureKeyVaultLinkedServiceArgs.builder
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
/**
* Azure Key Vault linked service.
* @property annotations List of tags that can be used for describing the linked service.
* @property baseUrl The base URL of the Azure Key Vault. e.g. https://myakv.vault.azure.net Type: string (or Expression with resultType string).
* @property connectVia The integration runtime reference.
* @property credential The credential reference containing authentication information.
* @property description Linked service description.
* @property parameters Parameters for linked service.
* @property type Type of linked service.
* Expected value is 'AzureKeyVault'.
* @property version Version of the linked service.
*/
public data class AzureKeyVaultLinkedServiceArgs(
public val annotations: Output>? = null,
public val baseUrl: Output,
public val connectVia: Output? = null,
public val credential: Output? = null,
public val description: Output? = null,
public val parameters: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy