Azure Key Vault Linked Service Args
data class AzureKeyVaultLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val baseUrl: Output<Any>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val credential: Output<CredentialReferenceArgs>? = null, val description: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>) : ConvertibleToJava<AzureKeyVaultLinkedServiceArgs>
Azure Key Vault linked service.
Constructors
Link copied to clipboard
fun AzureKeyVaultLinkedServiceArgs(annotations: Output<List<Any>>? = null, baseUrl: Output<Any>, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, credential: Output<CredentialReferenceArgs>? = null, description: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, type: Output<String>)